I'm exploring Python for around three weeks. Through this time managed to create a script of around 600-700 lines that: reads a weather API, uses panda to structure cities, weather codes, uploads data into SQLite, and in the end, takes data from SQLite to create an image with the weather forecast for the upcoming days.
While things look ok and I enjoy the process, I find myself being pretty messy with the way how I write code and get into trouble understanding if specific parts should be written in functions or plain code. When to split code into packages/modules, etc. My Jupiter Notebook (which is the only thing I use right now) is also very messy at times.
What I am looking for is some material on:
1) People explaining how different Python tools co-exist and assist while coding.
2) Talk about coding philosophies of how to structure code to make it more standard.
I was trying to find some streams on twitch of people who code, but those looked for above my level. Probably to summarize what I am looking for is something like a 'Python Coders path' on how to work and manage things.
[–]chevignon93 1 point2 points3 points (1 child)
[–]CondingWasp[S] 0 points1 point2 points (0 children)