Size: 244
Comment:
|
Size: 1912
Comment: Spam removed
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
==== Beginners ==== | = Documentation = Apart from the main [[http://www.python.org/doc/|python.org documentation pages]], a number of other resources exist. |
Line 3: | Line 4: |
* [http://www.python.org/doc/Newbies.html Python for Beginners] | == Beginners == Start here if you're new to Python or are considering trying Python after using other languages. * [[BeginnersGuide|Python for Beginners]] * LanguageComparisons |
Line 5: | Line 11: |
* PythonGlossary * BeginnerErrorsWithPythonProgramming * [[http://blogs.oracle.com/branajam/entry/creating_a_temperature_converter_with | Introduction to Python EA in NetBeans IDE]] |
|
Line 6: | Line 15: |
==== Topic guides ==== | == Topic Guides == |
Line 8: | Line 17: |
* WebProgramming * GuiProgramming |
If you are developing a particular kind of program or library, you might wish to study some related material. * CommandlineTools * [[Concurrency]] |
Line 12: | Line 23: |
* GameProgramming * GuiProgramming * ParallelProcessing * WebProgramming * WorkingWithTime * [[Unicode]] == Advanced Topics == * IntegratingPythonWithOtherLanguages * PatternProgramming * FromFunctionToMethod * ComputedAttributesUsingPropertyObjects * AlternativeDescriptionOfProperty == Philosophy and Wisdom == * PythonDevWisdom * PythonPhilosophy * PythonSpeed == Other Resources == * PythonBooks * PythonPapers - see also PythonPeriodicals (for "The Python Papers") * PythonPeriodicals == Reference Documentation == * Use the GoogleTips to search the Python website. * [[http://www.python.org/doc/|python.org Documentation Central]] * [[http://pydoc.org/|Search the library docstrings with pydoc]] * [[http://askforensicpsychologysalary.com|Annotatable Documentation]] - ''apparently inactive'' * DocumentationTools describes tools you can use to generate documentation for your own Python programs. == Working on the Official Documentation == * MissingFromDocumentation * ModulesThatNeedDocs == Discussion == Please see DocumentationDiscussion. |
Documentation
Apart from the main python.org documentation pages, a number of other resources exist.
Beginners
Start here if you're new to Python or are considering trying Python after using other languages.
Topic Guides
If you are developing a particular kind of program or library, you might wish to study some related material.
Advanced Topics
Philosophy and Wisdom
Other Resources
PythonPapers - see also PythonPeriodicals (for "The Python Papers")
Reference Documentation
Use the GoogleTips to search the Python website.
Annotatable Documentation - apparently inactive
DocumentationTools describes tools you can use to generate documentation for your own Python programs.
Working on the Official Documentation
Discussion
Please see DocumentationDiscussion.