Campus eBookstore Logo

Skip Navigation LinksEBook Details

Python Programming Language: a QuickStudy Digital Reference Guide First Edition, New Edition

Python Programming Language: a QuickStudy Digital Reference Guide First Edition, New Edition
Author: Berajah Jayne
Price: $7.95
ISBN-10: 1423242327
ISBN-13: 9781423242321
Get It!:
Format: PDF
Delivery: BibliU Reader
Duration: Lifetime

Note:
Copy Selections To Clipboard: Copying content to the clipboard is completely disabled
Printing Pages: Printing pages is completely disabled

Description

Created for developers of all skill levels to find the essentials of common operations combined with the fastest reference guide for writing code. This handy 6 page digital guide is a concise desktop reference to key concepts behind Python logic, syntax, and operation. Expertly written to concisely cover the planning of a program written in Python, assigning your first variables, importing other libraries, formatting output strings, and creating classes. Beginning students or seasoned programmers will find this tool a perfect go-to for reference to those core concepts. This unbeatable value makes it easy to add this reference to your programmer’s toolbox.
6 page digital guide includes:
  • Working with Python
    • Using Python Code
    • Importing Modules
    • Scope (Indentation)
    • Naming Conventions
    • Reserved Keywords
    • Comments
  • Writing Code Basics
    • Making Variables
    • Types
    • Console
    • Error Handling
    • Saving & Loading Files
  • Coding Structures
    • Math Operators (int, float & complex)
    • List Operations (list, tuple & dict)
    • Strings
    • Statements
    • Functions
    • Dictionaries
  • Using Structures
    • String Formatting
    • String Methods
    • Escape Sequences
    • Bool Characters
    • Writing Boolean Statements
    • Recursion & Iteration
    • Classes
  • Coding Concepts
    • Inheritance
    • Generators
    • Polymorphism
    • Lambda Expressions