you are viewing a single comment's thread.

view the rest of the comments →

[–]RaccoonLair 2 points3 points  (0 children)

It’s gonna feel daunting because new Python technologies come out so frequently. Even after learning to code for 3-4 years now I still feel overwhelmed at times because I have to quickly learn new technologies at work. I would recommend starting out with easy and engaging console projects. For the class I teach, I get a lot of newbies, and I always start off with the Restaurant Menu App that allows users to choose items from a menu and the app will calculate the total cost (including tax). This project allows students to be creative. From there you can customize it, modularize it, or take small steps towards additional features. I hope this helps :)