Beginners Python Part 2
Continuing on from Beginners Python part one, this course covers some of the following: Comments, Functions, Arrays/Lists, Tuples, Dictionaries, For Loops, Exceptions, File Input/Output and much more
1
2
How to put comments in your code
Quiz - Comments in Code
3
Simple Functions
Simple Functions 2
Using Parameters
Using Return in Functions
Putting it all together
Practice - Functions
Practice - Answers
4
Arrays (Lists) : Introduction
Arrays (Lists) in Python
Zero indexed arrays
Printing an item in an array
Changing and deleting items in an array
Find an item in the array
Sorting an array
Getting the Length of a list
Practice with Arrays/Lists
Practice with Arrays/Lists - Answers
5
Tuples
Dictionaries
Practice - Tuples/Dictionaries
Practice - Answers
6
For Loops 1
For Loops with Lists/Arrays
Practice - For Loop
Practice - Answers
7
DVD Program - Part 1
DVD Program - Part 2
DVD Program - Part 3
DVD Program - Part 4
DVD Program - Part 5
DVD Program - Part 6
DVD Program - Part 7
DVD Program - Part 8
8
9
File I/O - Part 1
File I/O - Part 2
File I/O - Part 3
File I/O - Part 4