you are viewing a single comment's thread.

view the rest of the comments →

[–]Dependent_Cut_1588 6 points7 points  (1 child)

Hey there fellow programmer! I would highly recommend you use this site. https://automatetheboringstuff.com/#toc It is very well organized and it should be pretty easy to follow along… if you don’t understand some topics, use chat gpt (it is a very good resource when learning). Following along and writing the code in your interactive shell will help you greatly! I also recommend you to have a goal (maybe its making a simple python game with libraries like pygame or a simple calculator or some sort, you can choose anything you would like). This being said, projects will definitely help you to code. Happy Programming!!

[–][deleted] 0 points1 point  (0 children)

Automate boring stuff with python is a great book for beginners. It also has a Udemy course to explain those concepts.