Differences between revisions 8 and 9
Revision 8 as of 2008-08-11 21:26:35
Size: 731
Editor: 72
Comment:
Revision 9 as of 2008-08-12 02:18:18
Size: 1001
Editor: cpe-098-024-156-103
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
    You're going to indent your code even if your language uses brackets or other start/end separators, if you want it to be readable and understandable. Extra notation beyond what we should be doing regardless of the language doesn't add anything, except for clutter.

11 August 2008: ["Guido van Rossum"] mentions (on a [http://python.org/moin/PSF private mailing list]) [http://jaiku.com/channel/python/presence/42088545#comments this formulation]:

  1. ["Why is Python a dynamic language and also a strongly typed language"]?
  2. ["Which IDE is good for Python"]?
  3. ["Any good Python book?"]
  4. ["Can I get a job with python?"]
  5. Why separate sections by indentation instead of by brackets or "end"?
    • You're going to indent your code even if your language uses brackets or other start/end separators, if you want it to be readable and understandable. Extra notation beyond what we should be doing regardless of the language doesn't add anything, except for clutter.
  6. ["Which GUI is best for python?"]
  7. Why is Python slower than the xxx language?
  8. How to start learning Python? Any suggestions?
  9. Is there any tiny project or source for participation or reference?
  10. ["How to make exe on Windows"] (run without Python preinstalled)?

Ten things people want to know about Python (last edited 2014-04-14 00:31:52 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.