PyCharm is our preferred IDE for python apps, for all its simple awesomeness in writing code, as well as the ease with which you can run a Django shell, a web server, or run tests. Atom is the most aesthetically pleasing script editor out there period.
Get the Best IDE for Python Programming
- PyDev Plugin for Eclipse – Best Python IDE [Freeware]
- PyCharm – The Best IDE for Python Developers [Paid + Fully-featured version]
- Wing IDE – Python Programming.
- Cloud9 – The Revolutionary Python IDE.
- Eric – The Open Source Python IDE.
- Spyder Python – Best Python IDE for Data Science.
Notepad++ is at base a decent text editor, but it's barely a programmer's editor, at least for Python. It has acceptable syntax highlighting, but that's about all it has to offer.
This Atom package allows you to compile and run C++ and C within the editor. To compile C or C++, press F5 or right click the file in tree view and click Compile and Run . To compile C or C++ and attach the GNU Debugger, press F6 or right click the file in tree view and click Compile and Debug .
Using python command
The most basic and the easy way to run Python scripts is by using the python command. You need to open a command-line and type the word python followed by the path to your script file, like this: python first_script.py Hello World! Then you hit the ENTER button from the keyboard and that's it.The process is simple. Go to settings>>Packages, click the settings button on atom-python-run package and in the fields of F5 and F6 command, exchange python with python3. That's it. Now you can run your Python3 script by pressing F5 or F6 button.
Running Python on your OS
- Open Command line: Start menu -> Run and type cmd.
- Type: C:python27python.exe.
- Note: This is the default path for Python 2.7. If you are using a computer where Python is not installed in this path, change the path accordingly.
Setting Up Terminal Access for Atom
- Open Atom ( command-spacebar for spotlight, type Atom , and hit enter).
- Click the Atom menu in the top left corner.
- Click Install Shell Commands.
- Return to your terminal and enter which atom .
- Enter atom . to open your user directory in Atom.
Atom is far lighter than Sublime; therefore, it sometimes lags when working with long lists of extensions, files, and plugins. The perk of Atom is that it is open source, with 63 core contributors in addition to the outlying developers playing with its “hackable” interface. This means it's always improving.
Atom is a good editor for many coding fields, from software scripting to web development. Atom is cross platform for Window, Linux, and OSX. It's 100% free and open source.
It is stable and reliable. Atom was released by GitHub after Sublime Text. Since Atom is written in HTML, CSS, and JavaScript, you can customize it yourself once you've learned those languages.
Atom is a text editor, not a compiler. If you need to compile your programs, download a free compiler.