René's URL Explorer Experiment


Title: The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python

Open Graph Title: The Hitchhiker’s Guide to Python! — The Hitchhiker's Guide to Python

Description: An opinionated guide to the Python programming language and a best practice handbook for the installation, configuration, and usage of Python on a daily basis.

Open Graph Description: An opinionated guide to the Python programming language and a best practice handbook for the installation, configuration, and usage of Python on a daily basis.

Opengraph URL: https://docs.python-guide.org/

direct link

Domain: docs.python-guide.org

Nonetext/html; charset=utf-8
google-site-verification013PxE2_8KX9jdUSC5gr8QsfdxTXr1mFgmD9zplp5II
twitter:cardsummary
twitter:imagehttps://docs.python-guide.org/_static/social-card.jpg
og:imagehttps://docs.python-guide.org/_static/social-card.jpg
og:typearticle

Links:

https://docs.python-guide.org/#the-hitchhiker-s-guide-to-python
fork us on GitHubhttps://github.com/realpython/python-guide
https://docs.python-guide.org/#getting-started-with-python
Picking a Python Interpreter (3 vs 2)https://docs.python-guide.org/starting/which-python/
The State of Python (3 & 2)https://docs.python-guide.org/starting/which-python/#the-state-of-python-3-2
Recommendationshttps://docs.python-guide.org/starting/which-python/#recommendations
So…. 3?https://docs.python-guide.org/starting/which-python/#so-3
Implementationshttps://docs.python-guide.org/starting/which-python/#implementations
Properly Installing Pythonhttps://docs.python-guide.org/starting/installation/
Installing Python 3 on Mac OS Xhttps://docs.python-guide.org/starting/install3/osx/
Installing Python 3 on Windowshttps://docs.python-guide.org/starting/install3/win/
Installing Python 3 on Linuxhttps://docs.python-guide.org/starting/install3/linux/
Installing Python 2 on Mac OS Xhttps://docs.python-guide.org/starting/install/osx/
Installing Python 2 on Windowshttps://docs.python-guide.org/starting/install/win/
Installing Python 2 on Linuxhttps://docs.python-guide.org/starting/install/linux/
Pipenv & Virtual Environmentshttps://docs.python-guide.org/dev/virtualenvs/
Make sure you’ve got Python & piphttps://docs.python-guide.org/dev/virtualenvs/#make-sure-you-ve-got-python-pip
Installing Pipenvhttps://docs.python-guide.org/dev/virtualenvs/#installing-pipenv
Installing packages for your projecthttps://docs.python-guide.org/dev/virtualenvs/#installing-packages-for-your-project
Using installed packageshttps://docs.python-guide.org/dev/virtualenvs/#using-installed-packages
Next stepshttps://docs.python-guide.org/dev/virtualenvs/#next-steps
Lower level: virtualenvhttps://docs.python-guide.org/dev/virtualenvs/#lower-level-virtualenv
Basic Usagehttps://docs.python-guide.org/dev/virtualenvs/#basic-usage
Other Noteshttps://docs.python-guide.org/dev/virtualenvs/#other-notes
virtualenvwrapperhttps://docs.python-guide.org/dev/virtualenvs/#virtualenvwrapper
virtualenv-burritohttps://docs.python-guide.org/dev/virtualenvs/#virtualenv-burrito
direnvhttps://docs.python-guide.org/dev/virtualenvs/#direnv
https://docs.python-guide.org/#python-development-environments
Your Development Environmenthttps://docs.python-guide.org/dev/env/
Text Editorshttps://docs.python-guide.org/dev/env/#text-editors
IDEshttps://docs.python-guide.org/dev/env/#ides
Interpreter Toolshttps://docs.python-guide.org/dev/env/#interpreter-tools
Other Toolshttps://docs.python-guide.org/dev/env/#other-tools
Pipenv & Virtual Environmentshttps://docs.python-guide.org/dev/virtualenvs/
Make sure you’ve got Python & piphttps://docs.python-guide.org/dev/virtualenvs/#make-sure-you-ve-got-python-pip
Installing Pipenvhttps://docs.python-guide.org/dev/virtualenvs/#installing-pipenv
Installing packages for your projecthttps://docs.python-guide.org/dev/virtualenvs/#installing-packages-for-your-project
Using installed packageshttps://docs.python-guide.org/dev/virtualenvs/#using-installed-packages
Next stepshttps://docs.python-guide.org/dev/virtualenvs/#next-steps
Lower level: virtualenvhttps://docs.python-guide.org/dev/virtualenvs/#lower-level-virtualenv
Basic Usagehttps://docs.python-guide.org/dev/virtualenvs/#basic-usage
Other Noteshttps://docs.python-guide.org/dev/virtualenvs/#other-notes
virtualenvwrapperhttps://docs.python-guide.org/dev/virtualenvs/#virtualenvwrapper
virtualenv-burritohttps://docs.python-guide.org/dev/virtualenvs/#virtualenv-burrito
direnvhttps://docs.python-guide.org/dev/virtualenvs/#direnv
Further Configuration of pip and Virtualenvhttps://docs.python-guide.org/dev/pip-virtualenv/
Requiring an active virtual environment for piphttps://docs.python-guide.org/dev/pip-virtualenv/#requiring-an-active-virtual-environment-for-pip
Caching packages for future usehttps://docs.python-guide.org/dev/pip-virtualenv/#caching-packages-for-future-use
https://docs.python-guide.org/#writing-great-python-code
Structuring Your Projecthttps://docs.python-guide.org/writing/structure/
Structure of the Repositoryhttps://docs.python-guide.org/writing/structure/#structure-of-the-repository
Structure of Code is Keyhttps://docs.python-guide.org/writing/structure/#structure-of-code-is-key
Moduleshttps://docs.python-guide.org/writing/structure/#modules
Packageshttps://docs.python-guide.org/writing/structure/#packages
Object-oriented programminghttps://docs.python-guide.org/writing/structure/#object-oriented-programming
Decoratorshttps://docs.python-guide.org/writing/structure/#decorators
Context Managershttps://docs.python-guide.org/writing/structure/#context-managers
Dynamic typinghttps://docs.python-guide.org/writing/structure/#dynamic-typing
Mutable and immutable typeshttps://docs.python-guide.org/writing/structure/#mutable-and-immutable-types
Vendorizing Dependencieshttps://docs.python-guide.org/writing/structure/#vendorizing-dependencies
Runnershttps://docs.python-guide.org/writing/structure/#runners
Further Readinghttps://docs.python-guide.org/writing/structure/#further-reading
Code Stylehttps://docs.python-guide.org/writing/style/
General conceptshttps://docs.python-guide.org/writing/style/#general-concepts
Idiomshttps://docs.python-guide.org/writing/style/#idioms
Zen of Pythonhttps://docs.python-guide.org/writing/style/#zen-of-python
PEP 8https://docs.python-guide.org/writing/style/#pep-8
Conventionshttps://docs.python-guide.org/writing/style/#conventions
Reading Great Codehttps://docs.python-guide.org/writing/reading/
Documentationhttps://docs.python-guide.org/writing/documentation/
Project Documentationhttps://docs.python-guide.org/writing/documentation/#project-documentation
Project Publicationhttps://docs.python-guide.org/writing/documentation/#project-publication
Code Documentation Advicehttps://docs.python-guide.org/writing/documentation/#code-documentation-advice
Other Toolshttps://docs.python-guide.org/writing/documentation/#other-tools
Testing Your Codehttps://docs.python-guide.org/writing/tests/
The Basicshttps://docs.python-guide.org/writing/tests/#the-basics
Toolshttps://docs.python-guide.org/writing/tests/#tools
Logginghttps://docs.python-guide.org/writing/logging/
… or Print?https://docs.python-guide.org/writing/logging/#or-print
Logging in a Libraryhttps://docs.python-guide.org/writing/logging/#logging-in-a-library
Logging in an Applicationhttps://docs.python-guide.org/writing/logging/#logging-in-an-application
Common Gotchashttps://docs.python-guide.org/writing/gotchas/
Mutable Default Argumentshttps://docs.python-guide.org/writing/gotchas/#mutable-default-arguments
Late Binding Closureshttps://docs.python-guide.org/writing/gotchas/#late-binding-closures
Bytecode (.pyc) Files Everywhere!https://docs.python-guide.org/writing/gotchas/#bytecode-pyc-files-everywhere
Choosing a Licensehttps://docs.python-guide.org/writing/license/
https://docs.python-guide.org/#scenario-guide-for-python-applications
Network Applicationshttps://docs.python-guide.org/scenarios/client/
HTTPhttps://docs.python-guide.org/scenarios/client/#http
Distributed Systemshttps://docs.python-guide.org/scenarios/client/#distributed-systems
Web Applications & Frameworkshttps://docs.python-guide.org/scenarios/web/
Contexthttps://docs.python-guide.org/scenarios/web/#context
Frameworkshttps://docs.python-guide.org/scenarios/web/#frameworks
Web Servershttps://docs.python-guide.org/scenarios/web/#web-servers
WSGI Servershttps://docs.python-guide.org/scenarios/web/#wsgi-servers
Server Best Practiceshttps://docs.python-guide.org/scenarios/web/#server-best-practices
Hostinghttps://docs.python-guide.org/scenarios/web/#hosting
Templatinghttps://docs.python-guide.org/scenarios/web/#templating
HTML Scrapinghttps://docs.python-guide.org/scenarios/scrape/
Web Scrapinghttps://docs.python-guide.org/scenarios/scrape/#web-scraping
lxml and Requestshttps://docs.python-guide.org/scenarios/scrape/#lxml-and-requests
Command-line Applicationshttps://docs.python-guide.org/scenarios/cli/
Clickhttps://docs.python-guide.org/scenarios/cli/#click
docopthttps://docs.python-guide.org/scenarios/cli/#docopt
Plachttps://docs.python-guide.org/scenarios/cli/#plac
Cliffhttps://docs.python-guide.org/scenarios/cli/#cliff
Cementhttps://docs.python-guide.org/scenarios/cli/#cement
Python Firehttps://docs.python-guide.org/scenarios/cli/#python-fire
GUI Applicationshttps://docs.python-guide.org/scenarios/gui/
Camelothttps://docs.python-guide.org/scenarios/gui/#camelot
Cocoahttps://docs.python-guide.org/scenarios/gui/#cocoa
GTkhttps://docs.python-guide.org/scenarios/gui/#gtk
PyGObject aka (PyGi)https://docs.python-guide.org/scenarios/gui/#pygobject-aka-pygi
Kivyhttps://docs.python-guide.org/scenarios/gui/#kivy
PyObjChttps://docs.python-guide.org/scenarios/gui/#pyobjc
PySidehttps://docs.python-guide.org/scenarios/gui/#pyside
PyQthttps://docs.python-guide.org/scenarios/gui/#pyqt
Pyjs Desktop (formerly Pyjamas Desktop)https://docs.python-guide.org/scenarios/gui/#pyjs-desktop-formerly-pyjamas-desktop
Qthttps://docs.python-guide.org/scenarios/gui/#qt
PySimpleGUIhttps://docs.python-guide.org/scenarios/gui/#pysimplegui
Togahttps://docs.python-guide.org/scenarios/gui/#toga
Tkhttps://docs.python-guide.org/scenarios/gui/#tk
wxPythonhttps://docs.python-guide.org/scenarios/gui/#wxpython
Databaseshttps://docs.python-guide.org/scenarios/db/
DB-APIhttps://docs.python-guide.org/scenarios/db/#db-api
SQLAlchemyhttps://docs.python-guide.org/scenarios/db/#sqlalchemy
Recordshttps://docs.python-guide.org/scenarios/db/#records
PugSQLhttps://docs.python-guide.org/scenarios/db/#pugsql
Django ORMhttps://docs.python-guide.org/scenarios/db/#django-orm
peeweehttps://docs.python-guide.org/scenarios/db/#peewee
PonyORMhttps://docs.python-guide.org/scenarios/db/#ponyorm
SQLObjecthttps://docs.python-guide.org/scenarios/db/#sqlobject
Networkinghttps://docs.python-guide.org/scenarios/network/
Twistedhttps://docs.python-guide.org/scenarios/network/#twisted
PyZMQhttps://docs.python-guide.org/scenarios/network/#pyzmq
geventhttps://docs.python-guide.org/scenarios/network/#gevent
Systems Administrationhttps://docs.python-guide.org/scenarios/admin/
Fabrichttps://docs.python-guide.org/scenarios/admin/#fabric
Salthttps://docs.python-guide.org/scenarios/admin/#salt
Psutilhttps://docs.python-guide.org/scenarios/admin/#psutil
Ansiblehttps://docs.python-guide.org/scenarios/admin/#ansible
Chefhttps://docs.python-guide.org/scenarios/admin/#chef
Puppethttps://docs.python-guide.org/scenarios/admin/#puppet
Blueprinthttps://docs.python-guide.org/scenarios/admin/#blueprint
Buildouthttps://docs.python-guide.org/scenarios/admin/#buildout
Continuous Integrationhttps://docs.python-guide.org/scenarios/ci/
Why?https://docs.python-guide.org/scenarios/ci/#why
Jenkinshttps://docs.python-guide.org/scenarios/ci/#jenkins
Buildbothttps://docs.python-guide.org/scenarios/ci/#buildbot
Toxhttps://docs.python-guide.org/scenarios/ci/#tox
Travis-CIhttps://docs.python-guide.org/scenarios/ci/#travis-ci
Speedhttps://docs.python-guide.org/scenarios/speed/
Contexthttps://docs.python-guide.org/scenarios/speed/#context
C Extensionshttps://docs.python-guide.org/scenarios/speed/#id2
Concurrencyhttps://docs.python-guide.org/scenarios/speed/#concurrency
Scientific Applicationshttps://docs.python-guide.org/scenarios/scientific/
Contexthttps://docs.python-guide.org/scenarios/scientific/#context
Toolshttps://docs.python-guide.org/scenarios/scientific/#tools
Librarieshttps://docs.python-guide.org/scenarios/scientific/#libraries
Resourceshttps://docs.python-guide.org/scenarios/scientific/#resources
Image Manipulationhttps://docs.python-guide.org/scenarios/imaging/
Python Imaging Libraryhttps://docs.python-guide.org/scenarios/imaging/#python-imaging-library
Open Source Computer Visionhttps://docs.python-guide.org/scenarios/imaging/#open-source-computer-vision
Data Serializationhttps://docs.python-guide.org/scenarios/serialization/
What is data serialization?https://docs.python-guide.org/scenarios/serialization/#what-is-data-serialization
Flat vs. Nested datahttps://docs.python-guide.org/scenarios/serialization/#flat-vs-nested-data
Serializing Texthttps://docs.python-guide.org/scenarios/serialization/#serializing-text
Binaryhttps://docs.python-guide.org/scenarios/serialization/#binary
Protobufhttps://docs.python-guide.org/scenarios/serialization/#protobuf
XML parsinghttps://docs.python-guide.org/scenarios/xml/
untanglehttps://docs.python-guide.org/scenarios/xml/#untangle
xmltodicthttps://docs.python-guide.org/scenarios/xml/#xmltodict
xmlschemahttps://docs.python-guide.org/scenarios/xml/#xmlschema
JSONhttps://docs.python-guide.org/scenarios/json/
Parsing JSONhttps://docs.python-guide.org/scenarios/json/#parsing-json
Cryptographyhttps://docs.python-guide.org/scenarios/crypto/
cryptographyhttps://docs.python-guide.org/scenarios/crypto/#id1
GPGME bindingshttps://docs.python-guide.org/scenarios/crypto/#gpgme-bindings
Machine Learninghttps://docs.python-guide.org/scenarios/ml/
SciPy Stackhttps://docs.python-guide.org/scenarios/ml/#scipy-stack
scikit-learnhttps://docs.python-guide.org/scenarios/ml/#scikit-learn
Interfacing with C/C++ Librarieshttps://docs.python-guide.org/scenarios/clibs/
C Foreign Function Interfacehttps://docs.python-guide.org/scenarios/clibs/#c-foreign-function-interface
ctypeshttps://docs.python-guide.org/scenarios/clibs/#ctypes
SWIGhttps://docs.python-guide.org/scenarios/clibs/#swig
Boost.Pythonhttps://docs.python-guide.org/scenarios/clibs/#boost-python
https://docs.python-guide.org/#shipping-great-python-code
Publishing Your Codehttps://docs.python-guide.org/shipping/publishing/
Creating a Project Repo on GitHubhttps://docs.python-guide.org/shipping/publishing/#creating-a-project-repo-on-github
When Your Project Growshttps://docs.python-guide.org/shipping/publishing/#when-your-project-grows
Packaging Your Codehttps://docs.python-guide.org/shipping/packaging/
Alternatives to Packaginghttps://docs.python-guide.org/shipping/packaging/#alternatives-to-packaging
For Python Developershttps://docs.python-guide.org/shipping/packaging/#for-python-developers
For Linux Distributionshttps://docs.python-guide.org/shipping/packaging/#for-linux-distributions
Freezing Your Codehttps://docs.python-guide.org/shipping/freezing/
Alternatives to Freezinghttps://docs.python-guide.org/shipping/freezing/#alternatives-to-freezing
Comparison of Freezing Toolshttps://docs.python-guide.org/shipping/freezing/#comparison-of-freezing-tools
Windowshttps://docs.python-guide.org/shipping/freezing/#windows
OS Xhttps://docs.python-guide.org/shipping/freezing/#os-x
Linuxhttps://docs.python-guide.org/shipping/freezing/#linux
https://docs.python-guide.org/#additional-notes
Introductionhttps://docs.python-guide.org/intro/duction/
About This Guidehttps://docs.python-guide.org/intro/duction/#about-this-guide
The Communityhttps://docs.python-guide.org/intro/community/
BDFLhttps://docs.python-guide.org/intro/community/#bdfl
Python Software Foundationhttps://docs.python-guide.org/intro/community/#python-software-foundation
PEPshttps://docs.python-guide.org/intro/community/#peps
Python Conferenceshttps://docs.python-guide.org/intro/community/#python-conferences
Python User Groupshttps://docs.python-guide.org/intro/community/#python-user-groups
Online Communitieshttps://docs.python-guide.org/intro/community/#online-communities
Python Job Boardshttps://docs.python-guide.org/intro/community/#python-job-boards
Learning Pythonhttps://docs.python-guide.org/intro/learning/
Beginnerhttps://docs.python-guide.org/intro/learning/#beginner
Intermediatehttps://docs.python-guide.org/intro/learning/#intermediate
Advancedhttps://docs.python-guide.org/intro/learning/#advanced
For Engineers and Scientistshttps://docs.python-guide.org/intro/learning/#for-engineers-and-scientists
Miscellaneous Topicshttps://docs.python-guide.org/intro/learning/#miscellaneous-topics
Referenceshttps://docs.python-guide.org/intro/learning/#references
Documentationhttps://docs.python-guide.org/intro/documentation/
Official Documentationhttps://docs.python-guide.org/intro/documentation/#official-documentation
Read the Docshttps://docs.python-guide.org/intro/documentation/#read-the-docs
pydochttps://docs.python-guide.org/intro/documentation/#pydoc
Newshttps://docs.python-guide.org/intro/news/
PyCoder’s Weeklyhttps://docs.python-guide.org/intro/news/#pycoders-weekly
Real Pythonhttps://docs.python-guide.org/intro/news/#real-python
Planet Pythonhttps://docs.python-guide.org/intro/news/#planet-python
/r/pythonhttps://docs.python-guide.org/intro/news/#r-python
Talk Python Podcasthttps://docs.python-guide.org/intro/news/#talk-python-podcast
Python Bytes Podcasthttps://docs.python-guide.org/intro/news/#python-bytes-podcast
Python Weeklyhttps://docs.python-guide.org/intro/news/#python-weekly
Python Newshttps://docs.python-guide.org/intro/news/#python-news
Import Python Weeklyhttps://docs.python-guide.org/intro/news/#import-python-weekly
Awesome Python Newsletterhttps://docs.python-guide.org/intro/news/#awesome-python-newsletter
Contributehttps://docs.python-guide.org/notes/contribute/
Style Guidehttps://docs.python-guide.org/notes/contribute/#style-guide
Todo Listhttps://docs.python-guide.org/notes/contribute/#todo-list
Licensehttps://docs.python-guide.org/notes/license/
The Guide Style Guidehttps://docs.python-guide.org/notes/styleguide/
Relevancyhttps://docs.python-guide.org/notes/styleguide/#relevancy
Headingshttps://docs.python-guide.org/notes/styleguide/#headings
Prosehttps://docs.python-guide.org/notes/styleguide/#prose
Code Exampleshttps://docs.python-guide.org/notes/styleguide/#code-examples
Externally Linkinghttps://docs.python-guide.org/notes/styleguide/#externally-linking
Linking to Sections in The Guidehttps://docs.python-guide.org/notes/styleguide/#linking-to-sections-in-the-guide
Notes and Warningshttps://docs.python-guide.org/notes/styleguide/#notes-and-warnings
TODOshttps://docs.python-guide.org/notes/styleguide/#todos
https://docs.python-guide.org/
https://docs.python-guide.org/guide-book
DjangoGirlshttps://djangogirls.org
hundreds of peoplehttps://github.com/kennethreitz/python-guide/graphs/contributors
are welcomehttps://docs.python-guide.org/notes/contribute/
The Guide Websitehttps://docs.python-guide.org/
The Guide @ GitHubhttps://github.com/realpython/python-guide
Issue Trackerhttps://github.com/realpython/python-guide/issues
The Guide as a PDFhttps://media.readthedocs.org/pdf/python-guide/latest/python-guide.pdf
Englishhttps://docs.python-guide.org/
Frenchhttps://python-guide-fr.readthedocs.io/fr/latest/
Chinesehttps://pythonguidecn.readthedocs.io/zh/latest/
Japanesehttps://python-guideja.readthedocs.io/ja/latest/
Koreanhttps://python-guide-kr.readthedocs.io/ko/latest/
Filipinohttps://python-guide-fil.readthedocs.io/en/latest/
Brazilian Portuguesehttps://python-guide-pt-br.readthedocs.io/pt_BR/latest/
Kenneth Reitzhttps://www.kennethreitz.org/projects
Real Pythonhttps://realpython.com
CC BY-NC-SA 3.0http://creativecommons.org/licenses/by-nc-sa/3.0/

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.