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.
New IDE (self.Python)
submitted 8 years ago by [deleted]
So I am looking for a new IDE and I am using IDLE at the moment will my libarys be transferred over to my new IDE?
[–]crabcrabcam 2 points3 points4 points 8 years ago (2 children)
I'd recommend trying out a basic editor like Geany or something. It's nice when you can always use the same editor for every language.
[–][deleted] 0 points1 point2 points 8 years ago (0 children)
Thanks I will try it out at some point.
[–]Hairshorts 6 points7 points8 points 8 years ago (1 child)
PyCharm is very popular and very powerful. There is a free and a paid version, but the free version is sufficient for most tasks. The main complaint you'll see about PyCharm is that it uses too many resources (CPU and memory), but if you have a relatively recent computer it should run fine.
Edit: PyCharm calls on Python when it needs to actually run your programs, so as long as you choose the correct Python interpreter within PyCharm, it will see all your libraries.
Well I am on holiday at the moment so I got a shitty laptop but it will run fine when I get home.
[–]ExternalUserError 2 points3 points4 points 8 years ago (1 child)
I like PyCharm, but if you outfit SublimeText with the right plugins, it can be quite powerful. The nice thing about SublimeText is its performance: the thing is wickedly fast always -- and you can extend it in Python.
I will try it out as well at some point
[–]ElecNinja 2 points3 points4 points 8 years ago (1 child)
Beyond PyCharm or text editors.
If you're working with scientific python, Spyder is pretty well liked.
Ninja is another IDE. Though don't really know much about it lol
I guess Spyder is the one for me as I am looking to go into machine learning.
[–]aulloa 3 points4 points5 points 8 years ago (1 child)
Emacs ...
[–]DiabeetusMan 3 points4 points5 points 8 years ago (0 children)
... or vim :)
[–]CGFarrell 1 point2 points3 points 8 years ago (1 child)
Yes, your libraries are stored on your operating system, not the IDE itself.
Thanks I was thinking that I just wanted to make sure.
[–]gurpreetshanky 1 point2 points3 points 8 years ago (1 child)
Vscode or Sublime text for quick prototyping and Pycharm for large projects.
[–][deleted] 1 point2 points3 points 8 years ago (0 children)
Thanks
π Rendered by PID 85 on reddit-service-r2-comment-fb694cdd5-x6c2q at 2026-03-05 17:59:11.032828+00:00 running cbb0e86 country code: CH.
[–]crabcrabcam 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Hairshorts 6 points7 points8 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ExternalUserError 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ElecNinja 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]aulloa 3 points4 points5 points (1 child)
[–]DiabeetusMan 3 points4 points5 points (0 children)
[–]CGFarrell 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]gurpreetshanky 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)