= Documentation = Apart from the main [[http://www.python.org/doc/|python.org documentation pages]], a number of other resources exist. == Reference Documentation == See [[https://docs.python.org/|the reference documentation]]. == Beginners == Start here if you're new to Python or are considering trying Python after using other languages. * [[BeginnersGuide|Python for Beginners]] * [[IntermediatesGuide|Python for Intermediates]] * LanguageComparisons * MovingToPythonFromOtherLanguages * PythonGlossary * BeginnerErrorsWithPythonProgramming * [[https://coderslegacy.com/python/libraries-in-python/|Python Libraries - Tutorial Compilation]] * [[http://www.python-course.eu/python3_course.php|Tutorial on Python3]] * [[http://www.w3resource.com/python/python-tutorial.php|Tutorial on Python 3.2]] == Topic Guides == If you are developing a particular kind of program or library, you might wish to study some related material. * CommandlineTools * [[Concurrency]] * DatabaseProgramming * DistributedProgramming * GameProgramming * GuiProgramming * [[Powerful Python One-Liners|One-Liners]] * ParallelProcessing * WebProgramming * WorkingWithTime * [[Unicode]] == Advanced Topics == * [[PortingToPy3k|Python 3 porting guide]] including a [[PortingToPy3k/BilingualQuickRef|quick reference]] * IntegratingPythonWithOtherLanguages * [[WindowsCompilers|Windows compilers for Python]] * PatternProgramming * FromFunctionToMethod * ComputedAttributesUsingPropertyObjects * AlternativeDescriptionOfProperty * [[http://www.python-course.eu/text_classification_introduction.php|Introduction into Text Categorization and Classification using Python]] * [[http://www.python-course.eu/threads.php|Threads in Python]] == Philosophy and Wisdom == * PythonDevWisdom * PythonPhilosophy * PythonSpeed == Other Resources == * PythonBooks * PythonPapers - see also PythonPeriodicals (for "The Python Papers") * PythonPeriodicals == Working on the Official Documentation == See the [[https://devguide.python.org/documentation/start-documenting/|Developer's Guide]]. == Discussion == Please see DocumentationDiscussion.