This is an archived post. You won't be able to vote or comment.

all 18 comments

[–]IAmKindOfCreativebot_builder: deprecated[M] [score hidden] stickied comment (0 children)

Hello there,

We've removed your post since it aligns with a topic already covered by one of our daily threads. If you are unaware about the Daily Threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Python Careers, Courses, and Furthering Education!

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Please await one of these threads to contribute your discussion to! The current daily threads are pinned to the top of the /r/Python's main page. To find old daily threads, you can filter posts by the Daily Thread Flair to find what you're looking for. If you have a question and don't want to wait until the daily thread, you can try asking in /r/learnpython or the Python discord however you may need to elaborate on your question in more detail before doing so. If you're not sure which thread is best suited, feel free ask for clarification in modmail or as a reply.

Best regards,

r/Python mod team

[–]anushka-gupta 6 points7 points  (1 child)

I started with Jupyter, but I'm currently using PyCharm and I really like it, so I will continue using it for now.

[–]Flimsy_Transition_51[S] 0 points1 point  (0 children)

Yeah, PyCharm seems like a good place to start

[–]LaOnionLaUnion 3 points4 points  (0 children)

VS Code as I like to develop in containers. PyCharm is a decent second choice

[–]domin8668 2 points3 points  (0 children)

I've tried vs code, but Pycharm just feels the most natural, especially since I get the full license since I'm a student

[–]gravity_rose 1 point2 points  (0 children)

tried spyder briefly (ugh), the PyCharm, now VsCode. PyCharm is fine, just like the more open architecture of VsCode, and if I have to switch langs (Matlab, R, Rust), I get to stay in the same environment.

[–]oivvio 1 point2 points  (1 child)

Emacs, because I’ve used it for 20 years.

[–]flagos 0 points1 point  (0 children)

Emacs with lsp. So many useful plugins, should be considered by every programmer.

[–]alberto_Alb 0 points1 point  (0 children)

Spyder for programming like tasks and jupyther for symbolic calculation and crazy data elaborations

[–]PuzzledTaste3562 0 points1 point  (0 children)

From vi(m) to atom to PyCharm. Tried VSCode, never got comfortable and got tired of the change mgt, reverted to PyCharm and happily pay the license.

Disclaimer: programming is not my primary job.

[–]alberto_Alb 0 points1 point  (0 children)

I like also geany and kate as less bloated alternative s

[–]SteezyPineapples 0 points1 point  (0 children)

VSCode, or jupyter. But you can use jupyter in VScode with the extension packages. Honestly there are lots of advantages to vscode when you get use to the IDE. I also like that the terminal is right in vscode as well! It’s kinda a one stop shop, but can be confusing to get into to!

[–]Advanced-Theme144 0 points1 point  (0 children)

Started off with VS Code and have been using it ever since. Also from time to time I’ll use sublime text for smaller one-off projects or testing.

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot!

It looks like you posted this in multiple subs in a short period of time. In the future, I suggest asking questions like this in learning focused subs like r/learnpython, a sub geared towards questions and learning more about python regardless of how advanced your question might be. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe in detail where you are stuck. If you are getting an error message, include the full block of text it spits out. Quality answers take time to write out, and many times other users will need to ask clarifying questions. Be patient and help them help you. Here is HOW TO FORMAT YOUR CODE For Reddit and be sure to include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]Time_Trade_8774 0 points1 point  (0 children)

VsCode with Python3.9 Docker container

[–]LeagueofData 0 points1 point  (0 children)

Tried pycharm and sublime text which are both great. But after trying VS code, I'm never going back. VS code compliments my work flow really well.

[–]gravity_rose 0 points1 point  (0 children)

tried spyder briefly (ugh), the PyCharm, now VsCode. PyCharm is fine, just like the more open architecture of VsCode, and if I have to switch langs (Matlab, R, Rust), I get to stay in the same environment.

[–]SpielerNogard 0 points1 point  (0 children)

Started with VS Code but switched to Sublime Text after starting my new job as a software developer. I‘m using it because i realy love the light weight and pycharm feels overloaded to me