BackReturn Home

Python Tutorial: Beginner Level

The YouTube channel Tech With Tim has a huge number of Python tutorials, including several courses that clearly explain many different aspects of the language. These are some notes on the beginner level course.

Contents

1 - Variables and Data Types
2 - Basic Operators and Input
3 - Conditions
4 - If/Elif/Else
5 - Chained Conditionals and Nested Statements
6 - For Loops
7 - While Loops
8 - Lists and Tuples
9 - Iteration by Item (For Loops Continued)
10 - String Methods
11 - Slice Operator
12 - Functions
13 - How to Read a Text File
14 - Writing to a Text File
15 - Using .count() and .find()
16 - Introduction to Modular Programming
17 - Optional Parameters
18 - Try and Except (Python Error Handling)
19 - Global vs. Local Variables
20 - Classes and Objects


1 - Variables and Data Types

[Video Link]


2 - Basic Operators and Input

[Video Link]


3 - Conditions

[Video Link]


4 - If/Elif/Else

[Video Link]


5 - Chained Conditionals and Nested Statements

[Video Link]


6 - For Loops

[Video Link]


7 - While Loops

[Video Link]


8 - Lists and Tuples

[Video Link]


9 - Iteration by Item (For Loops Continued)

[Video Link]


10 - String Methods

[Video Link]


11 - Slice Operator

[Video Link]


12 - Functions

[Video Link]


13 - How to Read a Text File

[Video Link]


14 - Writing to a Text File

[Video Link]


15 - Using .count() and .find()

[Video Link]


16 - Introduction to Modular Programming

[Video Link]


17 - Optional Parameters

[Video Link]


18 - Try and Except (Python Error Handling)

[Video Link]


19 - Global vs. Local Variables

[Video Link]


20 - Classes and Objects

[Video Link]