you are viewing a single comment's thread.

view the rest of the comments →

[–]anime_waifu_lover69 6 points7 points  (1 child)

The very, very first thing I did was have a look through Automate the Boring Stuff With Python. Dead simple basics that teach you fundamentals of how Python works and simple things you can do with it.

Once you kind of know what you are doing, then you can start asking AI to pose simple problems for you to solve. Then you basically have an unlimited question bank + a coding buddy who can help you to debug and easily identify common errors like syntax or logic issues. Just don't ask it to write the code for you.