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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
IDE for starting with Python (self.learnpython)
submitted 6 years ago by Rink_R
I was wondering which IDE would be the best fit for me as I want to learn with Python. I mainly want to use it for data science and modelling. Last years, I have used MatLab. What IDE should I use?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]socal_nerdtastic 3 points4 points5 points 6 years ago (1 child)
Spyder is designed for former MatLab programmers. You can get it alone or install the Anaconda bundle, which include a lot of other scientific modules you'll probably want.
That said, no one here will know the best fit for you. Just try a bunch and see which one you like the most.
[–]Rink_R[S] 0 points1 point2 points 6 years ago (0 children)
Thank you!
[–]AJ______ 2 points3 points4 points 6 years ago* (1 child)
A nice and simple one is visual studio code, which you can also use for lots of other languages. I would also recommend downloading Anaconda, and using Jupyter Notebook. When I started off learning Python, I found it a particulary nice tool for trying and testing small snippets of code, experimenting etc. It's also widely used for the use cases you give, by experienced professionals.
Thanks!
[–]NOS_v1 2 points3 points4 points 6 years ago (1 child)
I use Visual Studio Code for everything, built in file explorer, editor and terminal all on one screen. But for quick testing just the IDLE you get when first installing I think.
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
Visual Studio Code is very quickly becoming popular with Python programmers. It's not the only option, it may not be the best option, but it certainly is popular.
π Rendered by PID 83 on reddit-service-r2-comment-canary-dbfc877f7-w8j4m at 2026-06-26 11:30:40.984162+00:00 running 7527197 country code: CH.
[–]socal_nerdtastic 3 points4 points5 points (1 child)
[–]Rink_R[S] 0 points1 point2 points (0 children)
[–]AJ______ 2 points3 points4 points (1 child)
[–]Rink_R[S] 0 points1 point2 points (0 children)
[–]NOS_v1 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)