Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5077
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Non Programming in python |
| Date | 2011-05-10 09:41 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <c91e5d89-4bd0-46de-9312-8586a523fa08@s41g2000prb.googlegroups.com> (permalink) |
| References | <58a6bb1b-a98e-4c4a-86ea-09e040cb2d21@r35g2000prj.googlegroups.com> <roy-EE2BEE.09311008052011@news.panix.com> |
Sorry for a silly subject change: A better one will be welcome -- cant
think of a name myself.
There is this whole area of python that may be called the non-
programming side of programming:
Is there some central site where all such is put up?
What if any should such a bundle of things be called?
-------------------------------------------------
| Area | Tool(s) |
|------------------+------------------------|
| packaging | distutils, setuptools, |
| | distutils2, distribute |
| | Native tools (eg apt) |
| versioning | hg, git, bzr |
| multiple pythons | virtualenv |
| ?? | tox |
| testing | unittest, nose, pytest |
| build | scons, make... |
| deployment | fabric |
------------------------------
* Primary Development tools/aids
1. Help
2. Completion ('intellisense')
3. Tags (Jumping)
4. Refactoring
5. Integration with 'non-programming' above (eg VCSes, packagers
etc)
* Other Development Tools
- Debugger
- Profiler
- Heap Profiler
- Coverage
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Development tools and practices for Pythonistas Roy Smith <roy@panix.com> - 2011-05-08 09:31 -0400
Non Programming in python rusi <rustompmody@gmail.com> - 2011-05-10 09:41 -0700
Re: Non Programming in python Terry Reedy <tjreedy@udel.edu> - 2011-05-10 15:28 -0400
Re: Non Programming in python rusi <rustompmody@gmail.com> - 2011-05-10 20:36 -0700
Re: Non Programming in python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-05-10 22:53 +0000
csiph-web