Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Python Essentials (Repost)

Posted By: DZ123
Python Essentials (Repost)

Steven F. Lott, "Python Essentials"
English | 2015 | ISBN: 1784390348 | PDF | pages: 298 | 2.6 mb

Key Features
- Learn how to write effective Python code
- Get up-to-speed with the most important data structures in Python, using sequences, sets, and mappings
- Explore Python's impressive range of features and discover why it's one of the most popular programming languages in the world
Book Description
Python Essentials provides a vital tour of the most critical features of Python. Starting with setup and installation, you will soon dive into exploring built-in-library types, Python's rich collection of operators and built-in functions, variables, assignment and scoping rules.
From this foundation, you will explore functions, a crucial aspect of any programming language, including considerable sophistication in defining parameters to a function and providing argument values. Explore advanced functional programming using generator expressions, comprehensions, and generator functions. Handle file input and output using web services and context managers, exception handling and explore wider, popular frameworks.
Through this concise and practical guide, you will explore all you need to know to leverage this powerful, and industry-standard, programming language.
What you will learn
- Use Python interactively and master the art of writing efficient Python scripts
- Learn techniques for working with string data, including how to use regular expressions to parse strings
- Get to know how the short-circuit and if-else logic operators work
- Explore mutable data structures including list, set, and dict
- Define functions with positional and optional parameters, and learn to use keyword argument values when calling a function
- Write generator functions, generator expressions, and comprehensions
- Master the use of exceptions for handling errors and other unexpected conditions
- Understand the importance of working with files, context manager, and the with statement
About the Author
Steven F. Lott has been programming since the 70s, when computers were large, expensive, and rare. As a contract software developer and architect, he has worked on hundreds of projects, from very small to very large. He's been using Python to solve business problems for over 10 years
Table of Contents
- Getting Started
- Simple Data Types
- Expressions and Output
- Variables, Assignment and Scoping Rules
- Logic, Comparisons, and Conditions
- More Complex Data Types
- Basic Function Definitions
- More Advanced Functions
- Exceptions
- Files, Databases, Networks, and Contexts
- Class Definitions
- Scripts, Modules, Packages, Libraries, and Applications
- Metaprogramming and Decorators
- Fit and Finish – Unit Testing, Packaging, and Documentation
- Next Steps