Sublime Text is a commonly-used text editor used to write Python code. Sublime Text's slick user interface along with its numerous extensions for syntax highlighting, source file finding and analyzing code metrics make the editor more accessible to new programmers than some other applications like Vim and Emacs.
There are many Python-specific Sublime Text tutorials and resources because the editor is so frequently used to create Python applications. The following links should get your editor customized with linters, code metrics, syntax checking and many other integrated development environment features.
Sublime Text 3 Heaven is a quick overview of the extensions, packages and bonus toys that one developer uses for his own Sublime Text development setup.
Setting Up Sublime Text 3 for Full Stack Python Development is a spectacular tutorial that covers installing Sublime Text and configuring a multitude of helpful Python programming plugins.
Sublime Tutor is an interactive in-editor keyboard shortcuts tutorial that plugs into Sublime so you can learn and become more productive as you use the editor.
Using Generators for Fun and Profit - Utility for developers isn't about setting up your Sublime Text environment but instead how to create your own plugins using Python. The tutorial is written by the author of a Sublime Text plugin who uses generators to implement features with Sublime's API.
Turning Sublime Text Into a Lightweight Python IDE shows the basic settings and configuration specific to using Sublime with Python as more than just a text editor.
Setting up Sublime Text 3 for Python Type Checking shows one way of setting up support for Python 3.6 static type checking in Sublime.
Sublime Text can be used for much more than Python development and there are many useful tutorials that are not targeted at a specific programming language which are still useful.
Super charge your Sublime Text 3 to increase your productivity provides many shortcuts and tricks for using the editor.
Disassembling Sublime Text uses a binary disassembler to dive into the reverse engineered source code of Sublime Text because it is not open source software.
Sync your sublime text 3 configurations safely and easy explains how to mitigate configuration conflicts that can arise when trying to use copied files from one computer to another.
Searching for a complete, step-by-step deployment walkthrough? Learn more about The Full Stack Python Guide to Deployments book.