Limit this search to....

Start Programming with Python
Contributor(s): Kelley, James (Author)
ISBN: 1537272098     ISBN-13: 9781537272092
Publisher: Createspace Independent Publishing Platform
OUR PRICE:   $8.07  
Product Type: Paperback
Published: August 2016
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Open Source
Physical Information: 0.23" H x 8.5" W x 11.02" (0.61 lbs) 112 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Python is an ideal object oriented programming language for the beginner to learn programming. Not only is it easy to learn but the code is easy to read which makes it easy to understand. It covers all the programming structures and is an excellent example of an Object-Oriented Programming language. Best of all you can install everything you need to write great programs on your computer for FREE. Python is an interpreted language which means there is no compile procedure to create executable code. Python compiles each instruction as it is executed. This allows the programmer to enter and test each line independently or put all of the commands in a text file and execute them as a script file. Python comes with a rich library of standard functions. Python runs on Windows, Mac and Linux and supports databases, and GUI programming.This book was designed to teach the beginner how to write simple programs using Python. The best way to use this book is to go over each chapter, do all the examples and make them work. Then do the quiz. Finally do all of the exercises at the end of each lesson. Not only do them but experiment with them. Make all the changes you can think of, try variations of instructions to see how they affect the outcome. There are several Projects in the Appendix of the book. When you finish the lessons, do these projects.