File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ ############################
12Your Development Environment
2- ============================
3+ ############################
34
45.. image :: /_static/photos/33175624924_7febc46cc4_k_d.jpg
56
67
8+ ************
79Text Editors
8- ::::::::::::
10+ ************
911
1012Just about anything that can edit plain text will work for writing Python code,
1113however, using a more powerful editor may make your life a bit easier.
@@ -138,9 +140,9 @@ Recommended for Python development is
138140`Linter <https://github.com/AtomLinter/Linter >`_ combined with
139141`linter-flake8 <https://github.com/AtomLinter/linter-flake8 >`_.
140142
141-
143+ ****
142144IDEs
143- ::::
145+ ****
144146
145147PyCharm / IntelliJ IDEA
146148-----------------------
@@ -231,9 +233,9 @@ based on the Qt gui toolkit, integrating the Scintilla editor control. Eric
231233is an open-source software project (GPLv3 licence) with more than ten years of
232234active development.
233235
234-
236+ *****************
235237Interpreter Tools
236- :::::::::::::::::
238+ *****************
237239
238240
239241Virtual Environments
@@ -269,8 +271,10 @@ the creation of different environments, and also makes it possible to use the
269271existing pyenv tools to switch to different environments based on environment
270272variables or ``.python-version `` files.
271273
274+
275+ ***********
272276Other Tools
273- :::::::::::
277+ ***********
274278
275279IDLE
276280----
You can’t perform that action at this time.
0 commit comments