Sign up
Forgot password?
FAQ: Login

Driscoll Michael. Python 101

  • pdf file
  • size 20,03 MB
Driscoll Michael. Python 101
2nd ed. — Leanpub.com, 2020. — 547 p.
The second edition of Python 101 is completely rewritten from the ground up. In this book, you will learn the Python programming language and lots more.
This book is split up into four sections:
The Python Language.
Intermediate Topics.
Creating Sample Applications.
Distributing Your Code.
Following is how it will break down in more detail:
The Python Language
Installation.
Python editors.
Python style guide / comment rules.
Integers and floats.
Lists.
Tuples.
Dictionaries.
Sets.
Strings.
Boolean.
Conditional statements.
Loops.
Comprehensions.
Exception Handling.
Files.
Imports.
Functions.
Classes.
In Intermediate Topics, you will then learn about some intermediate topics, such as:
Introspection.
Pip.
Python virtual environments.
Threading.
Multiprocessing.
Debugging.
Decorators.
Profiling.
Testing.
Version Control (git).
In Creating Sample Applications, you will learn how to write sample applications:
How to create a command line application (argparse).
How to parse XML.
How to parse JSON.
How to Scrape a website.
How to Work with CSV files.
How to work with a database (sqlite).
How to Create an Excel document.
How to Generate a PDF.
Finally, in Part 4, you will learn how to distribute your code as an executable and as source.
True PDF
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up