e4bec97dff006890f4b4ae8f1970d95f5684dc9b
David Blume first commit; just disconne...

David Blume authored 8 years ago

1) # testpython
2) 
3) This is just a test project. You can do anything here, test python
4) and IDE projects.
5) 
David Blume Upgrade to Python 3

David Blume authored 4 years ago

6) This branch is of Python 3 code. There's a python2 branch too.
7) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

8) ## Getting the project
David Blume first commit; just disconne...

David Blume authored 8 years ago

9) 
10) You can get a copy of this project by clicking on the
11) [ZIP](http://git.dlma.com/testpython.git/zipball/master)
12) or [TAR](http://git.dlma.com/testpython.git/tarball/master) buttons
13) near the top right of the GitList web page.
14) 
15) You can clone from the origin with:
16) 
17)     git clone ssh://USERNAME@dlma.com/~/git/testpython.git
18) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

19) ## Supported IDEs
David Blume Added PyCharm .idea project.

David Blume authored 8 years ago

20) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

21) This project has example Visual Studio Code, PyCharm, Atom, and
David Blume Clean up README.md a little...

David Blume authored 4 years ago

22) Sublime Text 3 projects.
David Blume Add a Microsoft Code worksp...

David Blume authored 4 years ago

23) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

24) ### Visual Studio Code
David Blume Add a Microsoft Code worksp...

David Blume authored 4 years ago

25) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

26) Download Microsoft's Visual Studio Code from
27) [code.visualstudio.com](https://code.visualstudio.com/). Code uses the
28) [testpython.code-workspace](/testpython.git/blob/master/testpython.code-workspace)
29) project file. I prefer this to GitHub's Atom. Both are based on GitHub's Electron.
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

30) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

31) ### PyCharm
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

32) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

33) PyCharm uses the [.idea](/testpython.git/tree/master/.idea/) directory. JetBrains suggests [sharing the .idea directory
David Blume Clean up README.md a little...

David Blume authored 4 years ago

34) except for workspace.xml and tasks.xml](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839).
David Blume Added PyCharm .idea project.

David Blume authored 8 years ago

35) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

36) #### Sublime Text 3
37) 
38) [Sublime](https://www.sublimetext.com/) uses the 
39) [testpython.sublime-project](/testpython.git/blob/master/testpython.sublime-project) file.
40) 
41) ### GitHub's Atom
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

42) 
43) Download from [atom.io](https://atom.io/). These are useful modules:
44) 
45) * [read-only-indicator](https://atom.io/packages/read-only-indicator) by alefragnani. (Feature not available in Sublime Text 3.)
46) * [script](https://atom.io/packages/script) by rgbkrk, for running scripts.
47) * [project-manager](https://atom.io/packages/project-manager) by danielbrodin.
48) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

49) If you install project-manager, it looks for [a local "project.cson" file](/testpython.git/blob/master/project.cson), and
David Blume Clean up README.md a little...

David Blume authored 4 years ago

50) merges those settings with what is in the .atom `projects.cson` file.
David Blume Add Atom atom-project-manag...

David Blume authored 8 years ago

51) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

52) ## Current Features
David Blume first commit; just disconne...

David Blume authored 8 years ago

53) 
54) * Multiple directories for testing build systems and IDEs
55) 
David Blume Added links to README.md. S...

David Blume authored 4 years ago

56) ## Is it any good?