Below is the reference guide to Python that I wish had existed when I was learning the language. Here's what I want in a reference guide: High-quality examples that show the simplest possible usage of a given feature Explanatory comments, and descriptive variable names that eliminate the need for some comments Presented as a single script (or notebook), so that I can keep it open and search it when needed Code that can be run from top to bottom, with the relevant objects defined nearby This is not written as a full-fledged Python tutorial, though I ordered the topics such that you can read it like a tutorial (i.e., each topic depends only on material preceding it). The guide was written using Python 2 but is fully compatible with Python 3. Relevant differences between Python 2 and 3 are noted throughout the guide. View/Download the Reference Guide You can view it as a Python script on GitHub. It's also embedded below this blog post. You can view it as a Jupyter notebook on nbviewer. If you want to save a copy of either the script or the notebook, just clone or download the GitHub repository.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to


Python