
Sublime Text’s beauty lies in its minimalist approach, showing only what is necessary, which gives you the space to focus on your code. With many IDEs, you’re bombarded with options galore, with side and bottom panels that often take up screen real-estate.

Sublime text 3 anaconda code#
Sublime Text’s interface is one of the cleanest interfaces for a code editor. You can close Sublime Text safely and know that everything will return to you intact and without any glitches. So there’s no worry about low laptop battery or panic when Windows randomly forces you to restart mid-way through your work. Not only that, it opens and leaves exactly where you left off - including unsaved changes and code that may have been lost with any other editor. Unlike other IDEs that may take a bit of time to boot up and maybe bombard you with a few welcome messages and multi-tabs of text about the editor each time you boot it up, Sublime Text just opens. It only takes three words to sum up the awesomeness of Sublime Text for Python and they are speed, interface, and customization. You might even say that Sublime Text is the best code editor to understand Python because it is part Python.īut why, exactly, should you use Sublime Text for Python development? Why use Sublime Text for Python development? Why? Because it’s written in C++ and Python. It is great for new and seasoned developers alike, with features like multi-tab select, git integration, key bindings, file patterns, and a native command-line interface to make your workflow more efficient.On top of this, visual customizability allows the developer to create, import, and edit Sublime’s interface themes and color schemes.īy default, you can use it for any programming language - but its Python support is considered one of the best. This was somewhat annoying, because every time I wanted to run a specific model, I'd have to open up the specific conda environment with the appropriate python libraries.Sublime Text Editor has been around since 2008 and has remained one of the most intuitive, free, and feature-packed code editors on the market. Anyway, I ended up having to create several 'conda envrionments' just so I could use tensforflow/tensorboard and a few other utilities to avoid errors. You can keep your environments separate so they do not conflict with one another.
Sublime text 3 anaconda install#
Anaconda allows you to create 'environments', which allow you to install specific versions of python and associated libraries.



Googling questions and error messages are helpful, but there were times when I wished I would have been able to ask technical support to help me troubleshoot issues.
Sublime text 3 anaconda free#
