Go back
Python for complete beginners.
Overview
Learn the Python programming language from scratch. This series is designed for complete beginners and will walk you through the python programming language. Absolutely no experience required. I explain everything in depth and give effective examples to help you understand. It is recommenced that you type along with me and try to create your own programs as you follow along.
What You’ll Learn
You will learn and understand the following after this tutorial:
- All of the topics in the menu bar –>
- Fundamental Programming Skills
- The basis of the Python programming language
Prerequisites
NO EXPERIENCE REQUIRED….
However, you will need the following:
- A computer
Variables & Data TypesBasic Operators & InputConditionsIF/ELIF/ELSEChained Conditionals & Nested StatementsFor LoopsWhile LoopsLists and TuplesIteration by Item (For Loops Continued)String MethodsSlice OperatorFunctionsFile IO (Reading Files)File IO (Writing Files)List Methods (.count/.find)Introduction to Modular ProgrammingError Handling (Try/Except)Global vs LocalClasses and Objects