Create Graphical User Interfaces with Python
by Martin O'Hanlon, Laura Sach
Add buttons, boxes, pictures and colours and more to your Python programs using the guizero library, which is quick, accessible, and understandable for all.This 156-page book is suitable for everyone, from beginners to experienced Python programmers who want to explore graphical user interfaces (GUIs).There are ten fun projects for you to...
Price: $12.71 | Free ebook | Publisher: Raspberry Pi Press | Release: 2020
Programming for Computations - Python, 2nd Edition
by Svein Linge, Hans Petter Langtangen
This book presents computer programming as a key method for solving mathematical problems. This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five ...
Price: $56.03 | Free ebook | Publisher: Springer | Release: 2019
Fundamentals of Python Programming
by Richard L. Halterman
This book does not attempt to cover all the facets of the Python programming language. Experienced programmers should look elsewhere for books that cover Python in much more detail. The focus here is on introducing programming techniques and developing good habits. To that end, our approach avoids some of the more esoteric features of Pyt...
Free ebook | Publisher: Self-publishing | Release: 2018
Modeling and Simulation in Python
by Allen Downey
Modeling and Simulation in Python is an introduction to physical modeling using a computational approach. It is organized in three parts: The first part presents discrete models, including a bikeshare system and world population growth; The second part introduces first-order systems, including models of infectious disease, thermal systems...
Free ebook | Publisher: Self-publishing | Release: 2019
by Joao Ventura
This book aims to teach the Python programming language using a practical approach. Its method is quite simple: after a short introduction to each topic, the reader is invited to learn more by solving the proposed exercises.These exercises have been used extensively in my web development and distributed computing classes at the Superior S...
Free ebook | Publisher: Self-publishing | Release: 2018
by Swaroop C H
Python is one of those rare languages which can claim to be both simple and powerful. You will find yourself pleasantly surprised to see how easy it is to concentrate on the solution to the problem rather than the syntax and structure of the language you are programming in.A Byte of Python is a free book on programming using the Python la...
Free ebook | Publisher: Self-publishing | Release: 2013
by Sundeep Agarwal
Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another.This book will help you learn Python Regular Expressions, a mini-programming language for all sorts of text processing needs.The book heavily leans on examples to present features of regular expression...
Free ebook | Publisher: Self-publishing | Release: 2019
Biopython: Tutorial and Cookbook
by Jeff Chang, Brad Chapman, Iddo Friedberg, Thomas Hamelryck, Michiel de Hoon, Peter Cock, Tiago Antao, Eric Talevich, Bartek Wilczynski
The Biopython Project is an international association of developers tools for computational molecular biology. Python is an object oriented, interpreted,flexible language that is becoming increasingly popular for scientific computing. Python is easy to learn, hasa very clear syntax and can easily be extended with modules written in C, C++...
Free ebook | Publisher: Self-publishing | Release: 2020
by Pieter Spronck
The Coder's Apprentice is a course book, written by Pieter Spronck, that is aimed at teaching Python 3 to students and teenagers who are completely new to programming. Contrary to many of the other books that teach Python programming, this book assumes no previous knowledge of programming on the part of the students, and contains num...
Free ebook | Publisher: Self-publishing | Release: 2017
A Practical Introduction to Python Programming
by Brian Heinold
This book started out as about 30 pages of notes for students in my introductory programming class at Mount St. Mary's University. Most of these students have no prior programming experience, and that has affected my approach. I leave out a lot of technical details and sometimes I oversimplify things. Some of these details are filled...
Free ebook | Publisher: Self-publishing | Release: 2012