6 Comments
User's avatar
Rajmohan Kathiresan's avatar

One of things which could have been better in Python is that Date Time handling with time zone which I felt it could make a good read for learning.

Python Pandas memory management could be next bet

Expand full comment
Erik van Baaren's avatar

Dates and times.. great suggestion, thanks!

Expand full comment
Erik van Baaren's avatar

Just an FYI: I'm currently writing an article on how to create an executable from your Python code, so you can share your work with anyone you want (without them having to install Python first). But I'd love to hear other ideas.

Expand full comment
COLIN STEPHENSON's avatar

Files in Python please.

Expand full comment
Erik van Baaren's avatar

You mean how to open them, read them, write to them, stuff like that?

Expand full comment
COLIN STEPHENSON's avatar

Thanks for your prompt reply. I mean to read dictionary items from a file, write an inverted dictionary to a file, format dictionary items as a text string in an input file, create input files, encoding inverted dictionary files into text. Thanks in advance for the lot.

Expand full comment