Jump to content

Python IDE

Guest
Go to solution Solved by Epimetheus,

I know PyCharm is good, don't know many others

Hey, I'm on Windows 10 64 bit.


I am doing a class with Python & used IDLE but I hate it. Without the syntax highlighting & prediction, programming is a tedious chore.

Anyone recommend an alternative? I like Visual Studio when using C#. Is there something similar for Python? Thanks!!

Link to comment
Share on other sites

Link to post
Share on other sites

I'm another pycharm advocate. Has so many tools and really just great overall IDE 

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 3600 || GPU: RTX 3070|| Memory: 32GB @ 3200 || Cooler: Scythe Big Shuriken || PSU: 650W EVGA GM || Case: NR200P

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...
On 11/20/2019 at 10:44 AM, fpo said:

I like Visual Studio when using C#. Is there something similar for Python? Thanks!!

Code Python in Visual Studio directly. Python is just an extra option you can add to your VS install. When you click on new project it will show as a new project type like any other language it supports. You can edit the installation from apps and programs and just tick the python option and boom it works

Link to comment
Share on other sites

Link to post
Share on other sites

On 11/20/2019 at 9:14 PM, fpo said:

Hey, I'm on Windows 10 64 bit.


I am doing a class with Python & used IDLE but I hate it. Without the syntax highlighting & prediction, programming is a tedious chore.

Anyone recommend an alternative? I like Visual Studio when using C#. Is there something similar for Python? Thanks!!

You can try Anaconda used at many places

 

THIS IS MY SIGNATURE

Link to comment
Share on other sites

Link to post
Share on other sites

You can use Visual Studio for Python as well as C#. Just add Python part though the Visual Studio Installer also there is Visual Code. 

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

×