-
Book Overview & Buying
-
Table Of Contents
Learn Python 3 from Scratch
By :
Learn Python 3 from Scratch
By:
Overview of this book
This is the most comprehensive yet simple course on the Python programming language and it concentrates on Python 3.x. This means that what you will learn is relevant, not obsolete. No prior coding experience is needed. Python is one of the most useful programming languages to learn. You can use it for the back-end of web applications, games, in-house scripts, and even for building robust test automation frameworks. In recent years, the demand for Python has exploded in the job market with insufficient developers to fill the available roles. Additionally, the QA industry is rapidly transitioning to Python and building automation tools.
All resources and code files are placed here: https://github.com/packtpublishing/learn-python-3-from-scratch
Table of Contents (15 chapters)
Introduction
Setup and Configuration
Understanding Variables and Data Type
Advanced Data Types
Comparison and Boolean Operators
Program Control Flow
Methods - Working With Reusable Code
Classes - Object Oriented Programming
Exception Handling
Working with Files
Logging Infrastructure
Unittest Infrastructure
Pytest -> Advanced Testing Framework