Set up a Python development environment with Sublime Text 2

Introduction

When writing programs in Python, I use Sublime Text 2. This time, I will introduce the Python environment of Sublime Text 2 that I use.

Prerequisites

It is written assuming Sublime Text 2 on Mac.

Plugin to install

The following plugins are installed to write Python programs efficiently.

Setting

I want to replace the tab with a half-width space or set the number of indents to four half-width spaces, so with the Python program open, select "Sublime Text 2"-> "Preferences"-> "Settings More"-> "Syntax Specific --User". Choose. The Python.sublime-settings file will open, so write the following and save it.

{
    "tab_size": 4,
    "translate_tabs_to_spaces": true
}

Reference material

Recommended Posts

Set up a Python development environment with Sublime Text 2
Set up a Python development environment with Visual Studio Code
Create a python3 build environment with Sublime Text3
Set up a Python development environment on Marvericks
[Python] Build a Django development environment with Docker
Get a quick Python development environment with Poetry
Set up a development environment for natural language processing
How to set up a Python environment using pyenv
Build a machine learning application development environment with Python
[Vagrant] Set up a simple API server with python
GOTO in Python with Sublime Text 3
Create a virtual environment with Python!
Enable Python raw_input with Sublime Text 3
Building a virtual environment with Python 3
Set up Python environment on CentOS
How to build a python2.7 series development environment with Vagrant
Create a simple Python development environment with VSCode & Docker Desktop
[Pyenv] Building a python environment with ubuntu 16.04
Building a Python3 environment with Amazon Linux2
Easily build a development environment with Laragon
[Development environment] Python with Xcode [With screen transition]
Set up a Samba server with Docker
[Python] Create a virtual environment with Anaconda
Building a Python 3.6 environment with Windows + PowerShell
Build a python virtual environment with pyenv
Create a simple Python development environment with VS Code and Docker
Build a modern Python environment with Neovim
Building a Python development environment for AI development
Send mail with mailx to a dummy SMTP server set up with python.
Try to set up a Vim test environment quite seriously (for Python)
I tried to build a Mac Python development environment with pythonz + direnv
Set up a simple HTTPS server in Python 3
Build a C language development environment with a container
Set up a simple HTTPS server with asyncio
Set up a local server with Go-File upload-
Build Python development environment with Visual Studio Code
Build a python environment with ansible on centos6
Building a Python environment with WLS2 + Anaconda + PyCharm
Create a virtual environment with conda in Python
"Inline" Sublime Text plugin callbacks with a generator
Set up a test SMTP server in Python.
Build a Python development environment on your Mac
Set up a local server with Go-File download-
[Python] Web development preparation (building a virtual environment)
A memo when creating a python environment with miniconda
Build a Django development environment with Doker Toolbox
Set up python Tornado environment on raspbian jessie
Commands for creating a python3 environment with virtualenv
Work in a virtual environment with Python virtualenv.
How to set up a local development server
Set up a simple SMTP server in Python
Build a Python environment with OSX El capitan
Set up an Objective-C 2.0 development environment on Linux
Quickly build a Python Django environment with IntelliJ
Build a Python machine learning environment with a container
Build a Python development environment on Raspberry Pi
Build a python execution environment with VS Code
Set up TinyGo development environment for VS Code
Python development environment construction
About Python development environment
Python environment with docker-compose