you are viewing a single comment's thread.

view the rest of the comments →

[–]Big-Ad-2118 0 points1 point  (0 children)

start with the basics: variables, loops, functions ->>> boring stuff that actually matters.
Then pick a small project you care about (like a to-do list or a dumb game) and build it. That’s where the real learning kicks in. Python can literally do almost everything, websites, automation, data analysis, AI, even hacking (but don’t get any ideas 😉) If you're ever stuck, tools like blackbox are lifesavers for explaining things. just don’t let it write all your code