Jump to content
virginialuther12

Python 3.5.2

Recommended Posts

  • Active Members
Posted

Each Python installation comes by default with its specific IDLE IDE. You should have it there (on Windows at least). 

 

I'd recommend you use something like PyCharm (which is also PEP8 compliant and has a bunch of nice embedded features). You can download the community edition version of PyCharm from here (available for Windows / Linux / OSX).

 

Don't limit yourself. Try Python 3.6 which is now a stable version. It comes with awesome new features like Literal String Formatting or Asynchronous Comprehensions.

 

  • Upvote 1
Posted
6 minutes ago, gigiRoman said:

Pycharm drains ram.

Had a quick look and it uses about 300MB RAM - first highlight is the memory used during startup, the second is the memory released after closing PyCharm. cJbwcST.png

 

Does Visual Studio Code have the same project management features that PyCharm has? 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...