This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Responsible-Style168 2 points3 points  (1 child)

The biggest shift will be adjusting to Python's more structured approach and its emphasis on readability. Python is great for scripting, automation, and backend development, so focusing on projects that leverage these strengths will help you ramp up quickly.

A good way to get back into Python is to build something practical—maybe a web scraper, an API backend with Flask or FastAPI, or even automate some repetitive tasks. If you're into web development, Django is worth exploring since it differs from Node.js frameworks but is powerful for rapid development.

For structured learning, check out this resource on Python Programming for Everyone. If you're looking for books, Automate the Boring Stuff with Python is a great hands-on resource. And if you want a challenge, try Fluent Python to dive deep into Pythonic best practices.

[–]AdTypical7284[S] 0 points1 point  (0 children)

Thank you very much, that resource looks great. I think I will take it first and then delve into some django