A test repo to compare different Python IDEs.
.idea | Added PyCharm .idea project. | 2016-08-14 12:24:19 |
---|---|---|
counter | Add return types to the type hints. | 2020-12-30 19:35:11 |
sitesize | Add return types to the type hints. | 2020-12-30 19:35:11 |
README.md | Fix header level for Sublime. | 2020-12-27 16:17:34 |
project.cson | Add Atom atom-project-manager project.cson file. | 2016-08-14 13:34:49 |
testpython.code-workspace | Add a Microsoft Code workspace file. | 2020-12-27 11:15:03 |
testpython.py | Add return types to the type hints. | 2020-12-30 19:35:11 |
testpython.sublime-project | Update Sublime Text project for Python3. | 2020-12-27 11:33:32 |
This is just a test project. You can do anything here, test python and IDE projects.
This branch is of Python 3 code. There's a python2 branch too.
You can get a copy of this project by clicking on the ZIP or TAR buttons near the top right of the GitList web page.
You can clone from the origin with:
git clone ssh://USERNAME@dlma.com/~/git/testpython.git
This project has example Visual Studio Code, PyCharm, Atom, and Sublime Text 3 projects.
Download Microsoft's Visual Studio Code from code.visualstudio.com. Code uses the testpython.code-workspace project file. I prefer this to GitHub's Atom. Both are based on GitHub's Electron.
PyCharm uses the .idea directory. JetBrains suggests sharing the .idea directory except for workspace.xml and tasks.xml.
Sublime uses the testpython.sublime-project file.
Download from atom.io. These are useful modules:
If you install project-manager, it looks for a local "project.cson" file, and
merges those settings with what is in the .atom projects.cson
file.
Yes.