Python Forum

Full Version: Atom a quick review
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So this is about Atom,a hackable Think modern free text editor.
It can run most languages out there,
has a strong focus(a lot of cool stuff) on web-development.

Look and feel:
Here is a image of my setup with Atom-seti themes.
Some files in a Flask project split up,it's really nice and easy to split screen(up,down,left,right).

Packages and Themes:
Is really easy to install stuff and there is a lot to choose from.
Most can be run trough File-->Setting you get to this.
So search and install Packages or Theme.
My setup for themes.

Running Python:
There are 2 packages or maybe more,Script and atom-runner.
So these run a python code.

Code quality/looks:
So as example linter-flake8,  atom-beautify.

Interactive stuff(REPL): 
There is a package repl.
Hydrogen is  Jupyter notebook in editor.
I like ptpython(not atom) run from terminal,
it's my favorite Python REPL.

Conclusion:
It's for sure a cool text editor,that look and feel nice.
So do test it out Wink
I'm going to give it a go.