Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
Hands-on Python Tutorial
🌠 Top Free Programming Books - 100% Free or Open Source!
  • Title: Hands-on Python Tutorial
  • Author(s) Dr. Andrew N. Harrington
  • Publisher: Loyola University of Chicago; eBook (Creative Commons Licensed, 2020)
  • License(s): CC BY-NC-SA 4.0
  • Hardcover/Paperback: N/A
  • eBook: HTML and PDF (207 pages)
  • Language: English
  • ISBN-10/ASIN: N/A
  • ISBN-13: N/A
  • Share This:  

Book Description

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The language provides constructs intended to enable clear programs on both a small and large scale.

You have probably used computers to do all sorts of useful and interesting things. In each application, the computer responds in different ways to your input, from the keyboard, mouse or a file. Still the underlying operations are determined by the design of the program you are given. In this set of tutorials you will learn to write your own computer programs, so you can give the computer instructions to react in the way you want.

This book provides a concise, step-by-step guide to Python programming for beginners. A lot of examples, illustrations, end of chapter summary and practice exercises (with solutions) are provided to help the reader learn faster, remember longer and develop a thorough understanding of key concepts.

About the Authors
  • Dr. Andrew N. Harrington is an associate professor in the Department of Computer Sciences at Loyola University of Chicago.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • Code Like a Pythonista: Idiomatic Python (David Goodger)

    This book is a thorough introduction to every feature of the Python language for programmers who are impatient to write production code. You'll dive deep into idiomatic Python patterns so you can write professional Python programs in no time.

  • Python Tutorial (Guido van Rossum)

    This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. This fast-paced, thorough introduction will have you writing programs, solving problems, and making things that work in no time.

  • Automate the Boring Stuff with Python (Albert Sweigart)

    Learn how to use Python to write programs that do in minutes what would take you hours to do by hand - no prior programming experience required. You'll create Python programs that effortlessly perform useful and impressive feats of automation.

  • Python for Everybody: Exploring Data in Python 3

    This book is designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as your tool to solve data problems that are beyond the capability of a spreadsheet.

  • Beyond the Basic Stuff with Python: Writing Clean Code

    More than a mere collection of advanced syntax and masterful tips for writing clean code, advance your Python programming skills by using the command line and other professional tools like code formatters, type checkers, linters, and version control.

  • Python Packages (Tomas Beuzen, et al.)

    An open source book that describes modern and efficient workflows for creating Python packages. Covering the entire Python packaging life cycle, this essential guide takes readers from package creation all the way to effective maintenance and updating.

  • Essential Python 3 (Kevin Vans-Colina)

    This book is written to provide all the essential information to get you programming in Python 3. It starts by running through the basics of the language before showing you how to use some of the powerful libraries included in Python 3.

  • The 1 Page Python Book: Beginners Guide to Programming in Python

    This book is a guide to learn Python programming. Precise code examples and broken down explanations, neatly organised into chapters. Provides links to external resources for supplementary reading wherever required.

  • Learn Python Fast Deep Simple (Behnam Khani)

    A Visual and Interactive Journey into Python Programming. Dive into captivating visuals and interactive exercises, perfect for beginners and intermediate programmers. Unleash your Python skills with this immersive eBook.

  • Intermediate Python (Obi Ike-Nwosu)

    Provides a reader with a holistic and in-depth knowledge of the Python language. It explains how methods and functions are related, how sequences can be created elegantly, the tools for functional programming, how user defined objects can be used.

  • Intermediate Python (Muhammad Yasoob Ullah Khalid)

    Python is an amazing language with a strong and friendly community of programmers. This book aims to give you bits of information about some interesting topics which you can further explore after getting the basics of Python down your throat,

  • Inside The Python Virtual Machine (Obi Ike-Nwosu)

    This book describes how Python code is compiled and run, how the language itself can be modified and will demystify the mysterious bytecodes that run on the Python virtual machine.

  • Architecture Patterns with Python (Harry Percival, et al.)

    Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices, it introduces proven architectural design patterns to help Python developers manage application complexity, and get the most value out of their test suites.

Book Categories
:
Other Categories
Resources and Links