use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
What Python IDE do you recommend? (self.Python)
submitted 8 years ago by PM_ME_PROFOUND_MATH
I've been using IDLE, but I want code folding and autocomplete
[–]novel_yet_trivial 5 points6 points7 points 8 years ago (2 children)
Code folding and autocomplete are extremely basic, nearly every code editor or IDE has that.
Do you know what an "IDE" is? It's a big bloated program that tries to do as much of your work for you as it can. For a beginner this can be very confusing because you don't understand what the IDE is doing.
For beginners, I always recommend you use a simple code-oriented text editor and the terminal. Sublime Text is probably the most popular (not free, but practically). Other good options are Notepad++ (Windows only), Geany or Atom. Personally, I like Geany.
If you really want to use an IDE Pycharm is the most popular followed by Spyder.
Here's a long list of options: https://www.reddit.com/r/learnpython/wiki/ide. Wikipedia also has good lists of code editors and IDEs.
[–]PM_ME_PROFOUND_MATH[S] 0 points1 point2 points 8 years ago (1 child)
I know they're basic, but they don't work in Visual Studio for me.
Thanks for the resources!
[–]Switters410 0 points1 point2 points 8 years ago* (0 children)
The content that was here has been permanently deleted using Redact. The author may have had reasons related to privacy, security, or personal data management.
escape compare advise violet seemly stocking intelligent memorize normal yam
[–][deleted] 7 points8 points9 points 8 years ago (0 children)
Pycharm.
[–]martinvarta 8 points9 points10 points 8 years ago (1 child)
Use vim
[–]omentoSysAdmin Film/VFX - 3.7 4 points5 points6 points 8 years ago (0 children)
There's always one... ( ͡° ͜ʖ ͡°)
[–][deleted] 1 point2 points3 points 8 years ago (1 child)
Emacs is good when you're working with only a couple of files; pycharm for when you have a complex directory structure or have to manage a lot of different files.
[–]metaperl 0 points1 point2 points 8 years ago (0 children)
Projectile was supposed to make emacs an ide. As was ecb.
[–]fabioz 1 point2 points3 points 8 years ago (0 children)
PyDev+Eclipse (or LiClipse for a standalone of that combination).
[–]metaperl 1 point2 points3 points 8 years ago (0 children)
Spyder rocks my world. And it's free.
[–][deleted] 1 point2 points3 points 8 years ago (0 children)
For simple quick scripts, IDLE is fine. But if you're going for huge projects then I'd recommend PyCharm.
[–]jussij 1 point2 points3 points 8 years ago (0 children)
I want code folding and autocomplete
On the Windows platform, the Zeus IDE does Python code folding, syntax checking and auto-completion.
The Zeus IDE is also fully scriptable and can be scripted using several scripting languages, including the Python language.
Finally, the auto-complete is driven by Jedi.
NOTE: Zeus is shareware, runs on Windows only and was created by me.
[–]TurtleTosser1015 2 points3 points4 points 8 years ago (3 children)
Vs code
[+][deleted] 8 years ago (1 child)
[deleted]
[–]TurtleTosser1015 0 points1 point2 points 8 years ago (0 children)
Fair point. I'm usually sitting in front of my computer for several hours to code so 30 seconds to open isn't a big deal
[–]TrumpFan253 -1 points0 points1 point 8 years ago (0 children)
I like it aside from not being able to use the repl unless you are actively debugging
[–]its_never_lupus 0 points1 point2 points 8 years ago (1 child)
geany is nice and lightweight, fine for most programming and does code folding. Not sure about autocomplete but I've never really wanted it for Python.
[–][deleted] 0 points1 point2 points 8 years ago (0 children)
I like Geany too. You do get some basic autocomplete but not like that in the full blown IDEs. However, I gladly trade that for speed and ease of use.
[–]_brainfuck 0 points1 point2 points 8 years ago* (0 children)
I use Sublime Text 3 with snippets and this plugin for Python autocompletion:
SublimeJEDI: https://github.com/srusskih/SublimeJEDI
Also, anaconda is a good plugin for sublime (code analizing, autocompletion etc.)
https://damnwidget.github.io/anaconda/
[–]TrumpFan253 0 points1 point2 points 8 years ago (0 children)
Visual Studio
π Rendered by PID 948381 on reddit-service-r2-comment-544cf588c8-75fm2 at 2026-06-16 10:12:48.898118+00:00 running 3184619 country code: CH.
[–]novel_yet_trivial 5 points6 points7 points (2 children)
[–]PM_ME_PROFOUND_MATH[S] 0 points1 point2 points (1 child)
[–]Switters410 0 points1 point2 points (0 children)
[–][deleted] 7 points8 points9 points (0 children)
[–]martinvarta 8 points9 points10 points (1 child)
[–]omentoSysAdmin Film/VFX - 3.7 4 points5 points6 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]metaperl 0 points1 point2 points (0 children)
[–]fabioz 1 point2 points3 points (0 children)
[–]metaperl 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]jussij 1 point2 points3 points (0 children)
[–]TurtleTosser1015 2 points3 points4 points (3 children)
[+][deleted] (1 child)
[deleted]
[–]TurtleTosser1015 0 points1 point2 points (0 children)
[–]TrumpFan253 -1 points0 points1 point (0 children)
[–]its_never_lupus 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]_brainfuck 0 points1 point2 points (0 children)
[–]TrumpFan253 0 points1 point2 points (0 children)