Follow the lessons

Python 3 Basic Tutorial

Find the best Python Basic Tutorial to learn the modern high-level language that is used in machine learning and AI. These tutorial are both for experts & beginners.

Tutorial lessons

Find the best Python Basic Tutorial to learn the modern high-level language that is used in machine learning and AI. These tutorial are both for experts & beginners.

__COUNT__ entries

01 · Core widgets 5 Tutorial lessons

01Python Tutorial - IntroductionBasic introduction why we should learn the modern high-level language that is widely used in machine learning and artificial intelligence02Python Tutorial - InstallationPython 3 installation and virtual environment installation tutorial03Python Tutorial - Hello WorldHello world program of Python 304Python Tutorial - Keywords and IdentifiersIntroduction of Python 3 keywords and identifiers05Python Tutorial - Statement and CommentPython 3 tutorial about statement, indentation and comment

02 · Input and layout 4 Tutorial lessons

01Python Tutorial - Variables and Data TypesPython 3 tutorial about variables and data types.02Python Tutorial - OperatorsIntroduction of Python operators, like arithmetic operators, comparison operators, logical operators and so on03Python Tutorial - Namescape and ScopeLearn Python namespace and variable04Python Tutorial - Numbers and ConversionTutorial of Python number and its conversion

03 · Dialogs 19 Tutorial lessons

01Python Tutorial - Data Type-ListPython list introduction. It covers the topic of list index, list slicing, append or extend a list and list methods02Python Tutorial - Data Type-TuplePython Tuple tutorial03Python Tutorial - Data Type StringPython strings are fundamental for text processing, data manipulation, and automation. This comprehensive guide covers everything from basic operations like concatenation, splitting, and formatting to advanced techniques such as encryption, regex, and string optimization. Learn how to handle file operations, debug common errors, and apply strings in real-world applications like web scraping and scientific computing. Perfect for beginners and advanced users alike, this tutorial ensures mastery of Python string manipulation for efficient programming.04Python Tutorial - Data Type-ArrayTutorial of Python Data Type - Array05Python Tutorial - Data Type-SetTutorial of Python data type - set06Python Tutorial - Data Type DictionaryTutorial of Python data type - dictionary07Python Tutorial - Decision ControlTutorial over Python if elif else construct08Python Tutorial - For LoopPython for loop tutorial. It also introduces range and for loop combined with else09Python Tutorial - While LoopPython 3 Basic Tutorial - Python While Loop10Python Tutorial - Loop Continue and BreakPython loop continue and break tutorial11Python Tutorial - Pass StatementTutorial about Python pass statement12Python Tutorial - FunctionTutorial of Python Functions13Python Tutorial - Function ArgumentsTutorial of Python Function Arguments14Python Tutorial - Recursive FunctionTutorial of Python recursive function15Python Tutorial - File OperationIt introduces Python file operations like how to open a file, close a file, read/write a file, rename or remove a file.16Python Tutorial - File Directory OperationIt shows how Python file directory management operates17Python Tutorial - ClassThis section is about Python class and object.18Python Tutorial - Class InheritanceIt introduces Python class inheritance in this section19Python Tutorial - Exception HandlingWe talk about Python exception handling in this section