I’m looking for new article ideas, so I’d love to start a discussion and hear from you all! What is your biggest struggle with learning or using Python? What would you like to read about to expand your knowledge and understanding?
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.
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.
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
Dates and times.. great suggestion, thanks!
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.
Files in Python please.
You mean how to open them, read them, write to them, stuff like that?
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.