Python Crash Course 3rd Revision

python crash course Rev3

This is an updated version of our Python Crash course. The course is again designed for beginners to grasp the fundamental basics of Pythons programming concepts. What makes this course different from our previous versions is that this one focus’s more on the details. After each module there is also a short quiz to test what you learnt and then at the end of the course you will be tested again with 56 multiple choice questions.

python Rev3 Python Install

Module 1: Installing Python

In this module you will learn how to install and setup Python correctly.

python Rev3 Print Statements

Module 2: Print Statements

In this module you will learn about Pythons print statement function and what it is used for.

python Rev3 Comments

Module 3: Comments

In this module you will learn about Python comments and what they are used for.

python Rev3 Strings

Module 4: Strings

In this module you will learn about Python strings and what they are used for.

python Rev3 Variables

Module 5: Variables

In this module you will learn about variables and how to use them with Python.

python Rev3 Math Operators

Module 6: Math Operators

In this module you will learn about math operators and how to use them with Python.

Python Rev3 Loops

Module 7: Loops

In this module you will learn about looping code and the differences between for loops and while loops with Python.

python Rev3 If statements

Module 8: Conditional Statements

In this module you will learn about Python if statements and how to use them.

python Rev3 Lists

Module 9: Lists

In this module you will learn what Python lists are and how to use them.

python Rev3 Tuples

Module 10: Tuples

In this module you will learn what Python tuples are and how to use them.

python Rev3 Range

Module 11: Range Function

In this module you will learn about Pythons built-in range function and how to use it.

python Rev3 Functions

Module 12: Functions

In this module you will learn what functions are and how to create and use them in Python.

python Rev3 classes

Module 13: Classes and Methods

In this module you will learn what classes and methods are and how to use them in Python.

pythonRev3 Libraries

Module 14: Libraries

In this module you will learn the differences between Pythons packages, libraries, modules, and how to use them.

python Rev3 working with dates

Module 15: Working with Dates and Time

In this module you will learn how to create delays in your Python code and then you will learn about working with dates and time.

pythonRev3 working with files

Module 16: Working with Files and Data

In this module you will learn how to open files and use the contained data within your Python program.

pythonRev3 Final

Final Quiz

Within each module there were a short quiz, this final quiz is a culmination of those tests put together for one final quiz.

Finished all the modules? Why not solidify what you have learnt with our previous Python Crash courses:

Good Luck with your Python studies, never give up and always keep learning.

Verified by MonsterInsights