⬅️Back to Roadmap

💼 Jobs / 🥋 Codewards

Basics

Download Python and Visual Studio Code with the Python extension.

Start with single file scripts.

Note

Project ideas:

Advanced

Switch to PyCharm once you are familiar with the syntax and concepts such as virtualenvs, git, etc.

Info

Use venv and pip-tools for dependency management, poetry is also a good option, specially for packaging a library. Avoid pipenv.

Tip

Keep an eye on:

Web Frameworks

Deploy using https://deta.space/ or https://www.pythonanywhere.com/