Transcription of Python Guide Documentation - Read the Docs
{{id}} {{{paragraph}}}
Python Guide DocumentationRelease ReitzDec 21, 2018 Contents1 Getting Started with a Python Interpreter (3 vs 2) .. Installing Python .. Python 3 on Mac OS X .. Python 3 on Windows .. Python 3 on Linux .. Python 2 on Mac OS X .. Python 2 on Windows .. Python 2 on Linux .. & Virtual Environments .. Lower level: virtualenv ..212 Python Development Development Environment .. Configuration of pip and Virtualenv ..323 Writing Great Python Your Project .. Style .. Great Code .. Your Code .. Gotchas .. a License ..774 Scenario Guide for Python Applications .. Applications & Frameworks .. Scraping .. Applications .. Applications .. Administration .. Integration .. Speed .. Scientific Applications .. Image Manipulation .. Data Serialization .. XML parsing .. JSON.
•Use Python 3 for new Python applications. •If you’re learning Python for the first time, familiarizing yourself with Python 2.7 will be very useful, but not more useful than learning Python 3. •Learn both. They are both “Python”. •Software …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}