Logo

The Hitchhiker's Guide to Python

Large book cover: The Hitchhiker's Guide to Python

The Hitchhiker's Guide to Python
by

Publisher: O'Reilly Media
ISBN/ASIN: 1491933178
Number of pages: 338

Description:
This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. You'll find a nice concise list of highly recommended options.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Automate the Boring Stuff with PythonAutomate the Boring Stuff with Python
by - No Starch Press
Learn how to use Python to write programs that do in minutes what would take you hours to do by hand -- no experience required. Once you've mastered the basics, you'll create Python programs that effortlessly perform impressive feats of automation.
(7976 views)
Book cover: An Introduction to PythonAn Introduction to Python
by - Network Theory Ltd.
This book is an introduction to Python, an easy to learn, powerful programming language. The tutorial explains the basics of the Python, it does not cover every single feature of the language, but introduces the most noteworthy features.
(33588 views)
Book cover: Python Data Science HandbookPython Data Science Handbook
by - O'Reilly Media
The book introduces the core libraries essential for working with data in Python: particularly IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, etc. Familiarity with Python as a language is assumed. The book was written and tested with Python 3.5.
(10012 views)
Book cover: How to Think Like a Computer Scientist: Learning with PythonHow to Think Like a Computer Scientist: Learning with Python
by - Green Tea Press
This book is an introduction to computer science using the Python programming language. It covers the basics of programming, including variables, functions, control flow, program debugging. Later chapters cover basic algorithms and data structures.
(20002 views)