Basically complete noob trying to learn. What IDE would you recommend?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • thonny

    Python IDE for beginners

  • Heya fellow new person 👋 the course I'm taking included an IDE called Thonny which is specifically tailored for new people because it shows you very visually what's happening. I wouldn't use it every time but when you're having a hard time understanding why something isn't behaving the way you expect it to, I found it very useful. There's also a web version called Python tutor that tries to do it as well but personally Thonny clicked better for me.

  • Jedi-vim

    Using the jedi autocompletion library for VIM.

  • Install linux (WSL) with this tutorial (assuming you are on windows) and go through this tutorial to get used to it. To write python scripts, use vim and install this plugin.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Geany

    A fast and lightweight IDE

  • I definitely agree about keeping it simple to start with - it really helps you learn what you're doing rather than using autocomplete to write code. I used geany when I was first learning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts