Python Tutorial Introduction
0:41 read·90 words· published
Catalogs
Summary
This guide will explain the programming language Python in an easy-to-understand way.
In addition to the most basic syntax, data types, functions, variables, etc., it also introduces relatively complex concepts such as modules, packages, classes, inheritance, etc., as well as the difficult problems associated with them.
Some general applications are also included in this guide, such as file reading and writing, exception handling, random numbers, etc.
Get Source Code
The source code used in this guide is available on GitHub at the following address: