virginialuther12 Posted March 1, 2017 Report Posted March 1, 2017 Hi, I am learning Python and need some help. I am a beginner in website development and I am usually using PHP for programming purpose and developed some site like best essay writing service. Recently I have downloaded Python 3.5.2 and installed. After installing, I updated (get an update) IDLE and got 2.7.11. Is there a way to upgrade it to Python 3.5.2? any help? Quote
Active Members MrGrj Posted March 1, 2017 Active Members Report Posted March 1, 2017 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. 1 Quote
theeternalwanderer Posted March 3, 2017 Report Posted March 3, 2017 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. Does Visual Studio Code have the same project management features that PyCharm has? Quote