Hey everyone! I've attempted a bunch of courses, but I can't seem to stick with it. I really want to learn programming with Python but don't know where to begin. Any advice?
1 Answer
A great place to start is by pinpointing a small project that you want to accomplish. Think about something useful that can motivate you. For example, if you're interested in creating a website, you could use Python with Flask. Want to scrape data from the web? Check out the 'requests' library. Get into automation or maybe try building a simple game with Pygame. The key is to find something that excites you and work towards it.

Absolutely! Automating a boring task can be a fun project too. I once wrote a script that automatically updated copyright years in multiple files. It was a simple task that turned into a rewarding experience.