-
Book Overview & Buying
-
Table Of Contents
The Ultimate Guide to Python Programming with Python 3.10
By :
The Ultimate Guide to Python Programming with Python 3.10
By:
Overview of this book
Python is a fantastic object-oriented programming language that lets you use functional and OOP paradigms. Python offers several benefits compared to other programming languages such as Java, C++, or R. It is a dynamic language, with high-level datatypes. Python is easy to learn for beginners, being more readable and intuitive.
With this course, you will learn about computer architecture, programming concepts, and what terminals are. You will install and set up Python on your computer and learn about hands-on programming with Python basics, client-info application, and console IO. You will code with data types, loops, functions, classes and objects, and modules and packages. Finally, you will learn about strings, stack and data structures, pip - python package manager, virtual environments, iterables, File IO, threading and multiprocessing, and debugging.
Upon completion, you can easily handle any programming project and use core Python features. Create different array data structures, lists, tuples, sets, typed arrays, stacks, queues, and priority queues. Use structural pattern matching with match-case statements in Python 3.10 and third-party packages and create virtual environments for projects.
All resources are available at: https://github.com/PacktPublishing/The-Ultimate-Guide-to-Python-Programming-With-Python-3.10
Table of Contents (40 chapters)
Introduction
Generic Programming
Programming with Python
The Container - Variables
Booleans
Lists
Tuples
Dictionary
Decision Control
Match Case Statements
For Loops
Functions
Classes
Modules and Packages
Project: Prankster
VS Code
Revisiting Strings
Arrays
Revisiting Dictionary
Iterators and Generators
Iterators and Generators
High-Level Ops
Structural Pattern Matching
Functional Programming
Modules
Object-Oriented Programming
File IO
Data Preservation
Threading and Multiprocessing
Tkinter