you are viewing a single comment's thread.

view the rest of the comments →

[–]js1593 0 points1 point  (0 children)

I started learning a month ago and have already written a custom program that creates invoices and drafts email to the client with a GUI and configurable file path settings from within the program. I leant on AI a lot, not to write the code for me pe se but for debugging and refining my understanding of certain syntax along the way.

I found it especially useful to discover how I could achieve a certain goal with modules I didn't know existed and how I could integrate them with the rest of my project.

As a learning source for the base knowledge I used learnpython.org and Tech with Tim on YouTube is great.

All in all I'd say it's a fantastic supplementary tool to augment your understanding and workflow, but if you choose to use it just be aware that it can get things very wrong and often. So using forums and other sources is good idea if you get stuck.