Jump to content

python ide

The King of the Undead
Go to solution Solved by C2dan88,

PyCharm Community Edition

do you guys know of a good python ide for linux?

I live in misery USA. my timezone is central daylight time which is either UTC -5 or -4 because the government hates everyone.

into trains? here's the model railroad thread!

Link to comment
Share on other sites

Link to post
Share on other sites

Eclipse with the PyDev plugin is pretty good. If you're a student, Jetbrain's PyCharm is good too.

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, C2dan88 said:

PyCharm Community Edition

This. Nothing better than pycharm. Beat feature is the generation of a virtual environment every time you start a project so all your modules dont pute your machines environment

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

20 minutes ago, vorticalbox said:

This. Nothing better than pycharm. Beat feature is the generation of a virtual environment every time you start a project so all your modules dont pute your machines environment

that was more technical than needed but thanks!

I live in misery USA. my timezone is central daylight time which is either UTC -5 or -4 because the government hates everyone.

into trains? here's the model railroad thread!

Link to comment
Share on other sites

Link to post
Share on other sites

I was just looking for this! Looking forward to trying out pycharm.

Tech, engineering, gaming and promoting the metric system. These are my things.

Lover of Linux.

Currently rocking a ThinkPad L13 laptop tricked out with an i7, running Windows 10.
PC Specs:

Spoiler

CPU: Intel i7 6700
GPU: Nvidia GTX 1070
Motherboard: Asus Z170 A
RAM: Corsair Vengence 16GB

 

Link to comment
Share on other sites

Link to post
Share on other sites

The one "IDE" feature you need for Python is automatic indentation.

Well, and (probably) a way to run "python $current_file.py".

 

While PyCharm is nice, it is also rather bloated in my opinion.

I usually use a plain text editor.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

Already answered, but just to enforce. PyCharm is a beast. Can't beat it. If you learn to use it and its advanced features, you will rock Python!

Link to comment
Share on other sites

Link to post
Share on other sites

48 minutes ago, geo3 said:

VS Code

It's not particularly Python-specific, ie. it doesn't offer fancy auto-completion for all Python-libraries and such, but I also happen to quite like VS Code for all of my projects, whether they're Javascript, Python, Bash or whatever else. VS Code really is surprisingly fast, considering how capable it is, and I really like that it's multiplatform as well. One of the best things Microsoft has made.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to comment
Share on other sites

Link to post
Share on other sites

* Thread cleaned *

 

If you're unwilling to help, then don't reply.

If you need help with your forum account, please use the Forum Support form !

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×