Python Quickstart for Experienced Engineers

1 minute read

Python is not only a language, some may consider it a way of life. Its rich ecosystem of libraries and its wide range of applications can make it difficult to just get started and familiarize with it.

So I’ve done some reasearch for you, an experienced programmer looking to get into Python.

Let’s dive in:

  1. Use pyenv to manage Python installations. Install it then install a Python 3.* version using its CLI.

  2. Download and install PyCharm.

  3. Follow the official Python 3 tutorial.

  4. Code a simple but fun project with Python. Some ideas:
  5. Don’t write a blog post about learning Python. This will save ~1h of your time.