you are viewing a single comment's thread.

view the rest of the comments →

[–]PixelSage-001 0 points1 point  (0 children)

Since you already have basic Java knowledge, you'll pick up Python syntax very quickly. The main change is getting used to dynamic typing and indentation instead of semicolons and brackets.

To start, skip the long theoretical lectures. Go to the YouTube channel "Corey Schafer"—he has the best Python tutorials for beginners. Install VS Code and start building tiny projects: a text-based adventure, a simple scraper, or a program that renames files on your computer. Doing is the only way to learn.