A test repo to compare different Python IDEs.
.idea | Added PyCharm .idea project. | 2016-08-14 12:24:19 |
---|---|---|
counter | Update URLs to new Raymond Hettinger sites. | 2020-12-27 10:13:03 |
sitesize | Update URLs to new Raymond Hettinger sites. | 2020-12-27 10:13:03 |
README.md | Update README.md for python2 branch | 2020-12-27 09:41:33 |
project.cson | Add Atom atom-project-manager project.cson file. | 2016-08-14 13:34:49 |
testpython.py | Compatibility with Python 2. | 2016-08-14 11:18:22 |
testpython.sublime-project | Added Sublime Text 3 project. | 2016-08-14 12:41:48 |
This is just a test project. You can do anything here, test python and IDE projects.
This branch is the "python2" branch, which will be deprecated.
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 PyCharm, Atom, and Sublime Text 3 projects.
PyCharm uses the .idea directory. JetBrains suggests sharing the .idea directory except for workspace.xml and tasks.xml.
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.
Sublime uses the testpython.sublime-project file.
Yes.