Category Archives: Python

Python Programming: An Introduction to Computer Science 2nd Edition

This is the second edition of John Zelle’s Python Programming, updated for Python 3. This book is designed to be used as the primary textbook in a college-level first course in computing. It takes a fairly traditional approach, emphasizing problem … Continue reading

Posted in Format, Programming, Python, pdf | Leave a comment

Invent Your Own Computer Games with Python, 2nd Edition

“Invent Your Own Computer Games with Python” teaches you computer programming in the Python programming language. Each chapter gives you the complete source code for a new game and teaches the programming concepts from these examples. “Invent with Python” was … Continue reading

Posted in Format, Python, pdf | Leave a comment

Pro Python (Expert’s Voice in Open Source)

You’ve learned the basics of Python, but how do you take your skills to the next stage? Even if you know enough to be productive, there are a number of features that can take you to the next level in … Continue reading

Posted in Format, Python, Software Development, pdf | Leave a comment

Pro Python System Administration

As time goes on, system administrators are presented with increasingly complicated challenges. In the early days, a team of engineers might have had to look after one or two systems. These days, one engineer can administer hundreds or thousands of … Continue reading

Posted in Format, Programming Languages, Python, Software Design & Engineering, Software Development, djvu, pdf | Leave a comment

Python 3 Object Oriented Programming

Harness the power of Python 3 objects – Learn how to do Object Oriented Programming in Python using this step-by-step tutorial – Design public interfaces using abstraction, encapsulation, and information hiding – Turn your designs into working software by studying … Continue reading

Posted in Format, Object-Oriented Design, Python, pdf | Leave a comment

Dive Into Python 3

Mark Pilgrim’s Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, … Continue reading

Posted in Format, Python, Software Development, pdf | Leave a comment

Python Testing: Beginner’s Guide

An easy and convenient approach to testing your powerful Python projects – Covers everything you need to test your code in Python – Easiest and enjoyable approach to learn Python testing – Write, execute, and understand the result of tests … Continue reading

Posted in Format, Python, pdf | Leave a comment

The Quick Python Book, Second Edition

The Quick Python Book, Second Edition, is a clear, concise introduction to Python 3, aimed at programmers new to Python. This updated edition includes all the changes in Python 3, itself a significant shift from earlier versions of Python. The … Continue reading

Posted in Format, Programming Languages, Python, pdf | Leave a comment

Numerical Methods in Engineering with Python

Numerical Methods in Engineering with Python, 2nd Edition is a text for engineering students and a reference for practicing engineers, especially those who wish to explore Python. This new edition features 18 additional exercises and the addition of rational function … Continue reading

Posted in Format, Methodology, Programming Languages, Python, pdf | Leave a comment

The Definitive Guide to Jython: Python for the Java Platform

Jython is an open source implementation of the high-level, dynamic, object-oriented scripting language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is freely available for both commercial and noncommercial … Continue reading

Posted in Format, Programming Languages, Python, Software Design & Engineering, Software Development, pdf | Leave a comment