The Ultimate Python Programming Guide for Beginners to Intermediate: A Step by Step to Computer Programming
Author: William Alvin Newton
ISBN-13: -
Total Pages: 206
Size: 2.7MB
Link Download: Google | MediaFire | ZippyShare
Description:
Learn about python's control structures and how to use boolean logic to achieve your software requirements.
- Deal with operators and develop an understanding of the strengths and differences of mathematical, relational and logical operatos, as well as the importance of operator precedence and associativity.
- Learn about strings and the many ways to search through and manipulate them.
- Discover the power of inheritence and polymorphism.
- Learn how to open, manipulate and read, and close files on your file system.
- Learn about the philosophy and importance of code reuse, and how modules in python makes this simple.
- Examine the difference between procedural and Object Oriented programming. Which is right for you may depend on what kind of code you are writing.
- Practice control structures in Python.
- An in-depth discussion of Python sequences: lists, sets, tuples and dictionaries. Learn the strengths and weaknesses of each. Practice creating and manipulating Python sequences.
Table of Contents:
Chapter 1 - Installation
Chapter 2 - InterpretersChapter 3 - Data Types and Variables
Chapter 4 - Numbers
Chapter 5 - Operators
Chapter 6 - Strings
Chapter 7 - String Methods
Chapter 8 - If Else Statements
Chapter 9 - Loops
Chapter 10 - Break and Continue
Chapter 11 - Lists
Chapter 12 - Functions
Chapter 13 - Modules
Chapter 14 - Objects and Classes
Chapter 15 - Inheritance and Polymorphism
Chapter 16 - Operator Overloading
Chapter 17 - File Handling
Chapter 18 - Exception Handling
Chapter 19 - Tuples
Chapter 20 - Sets
Chapter 21 - Dictionary
