|
Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
| 10 - First Program.mp4 |
15.49MB |
| 10 - First Program English.vtt |
3.89KB |
| 11 - How the Python 'interpreter' works.mp4 |
29.52MB |
| 11 - How the Python 'interpreter' works English.vtt |
2.57KB |
| 12 - The Data Types that Computers Understand.mp4 |
47.62MB |
| 12 - The Data Types that Computers Understand English.vtt |
3.08KB |
| 13 - Arithmetic with Ints and Floats.mp4 |
71.25MB |
| 13 - Arithmetic with Ints and Floats English.vtt |
7.45KB |
| 14 - More on Data Representation with Strings and Characters.mp4 |
37.97MB |
| 14 - More on Data Representation with Strings and Characters English.vtt |
8.24KB |
| 15 - Boolean Data Type and a preview of conditional operators.mp4 |
31.37MB |
| 15 - Boolean Data Type and a preview of conditional operators English.vtt |
3.69KB |
| 16 - Variables.mp4 |
60.85MB |
| 16 - Variables English.vtt |
9.95KB |
| 17 - Introduction to the List.mp4 |
31.80MB |
| 17 - Introduction to the List English.vtt |
3.15KB |
| 18 - Introduction to Programming with a List.mp4 |
48.87MB |
| 18 - Introduction to Programming with a List English.vtt |
6.82KB |
| 19 - Lists within Lists.mp4 |
55.81MB |
| 19 - Lists within Lists English.vtt |
5.01KB |
| 1 - Introduction English.vtt |
1.41KB |
| 1 - Introduction -- is this course for you.mp4 |
22.11MB |
| 20 - How do cpus think.mp4 |
22.90MB |
| 20 - How do cpus think English.vtt |
2.33KB |
| 21 - if English.vtt |
5.02KB |
| 21 - if-statements.mp4 |
41.04MB |
| 22 - indent.py |
293B |
| 22 - Indentation.mp4 |
35.41MB |
| 22 - Indentation English.vtt |
5.43KB |
| 23 - if-else statement.mp4 |
15.45MB |
| 23 - if English.vtt |
2.91KB |
| 24 - if-elif-else statement.mp4 |
24.81MB |
| 24 - if English.vtt |
4.05KB |
| 25 - For Loops for iteration over a range.mp4 |
60.57MB |
| 25 - For Loops for iteration over a range English.vtt |
5.96KB |
| 26 - While loops to repeat work.mp4 |
69.80MB |
| 26 - While loops to repeat work English.vtt |
6.94KB |
| 27 - Controlling while loops - continue and break.mp4 |
24.04MB |
| 27 - Controlling while loops English.vtt |
2.46KB |
| 28 - Creating a python script.mp4 |
17.71MB |
| 28 - Creating a python script English.vtt |
2.74KB |
| 29 - [Challenge] The Guest List.mp4 |
15.20MB |
| 29 - [Challenge] The Guest List English.vtt |
1.47KB |
| 2 - Project-based learning course --what you will build.mp4 |
38.40MB |
| 2 - Project English.vtt |
2.42KB |
| 30 - [Sample] Guest List Program Running.mp4 |
12.55MB |
| 30 - [Sample] Guest List Program Running English.vtt |
3.72KB |
| 31 - [Challenge Solution] The Guest List.mp4 |
56.30MB |
| 31 - [Challenge Solution] The Guest List English.vtt |
8.61KB |
| 31 - guest-solution.py |
505B |
| 32 - [Challenge] Guessing Game.mp4 |
29.18MB |
| 32 - [Challenge] Guessing Game English.vtt |
1.80KB |
| 33 - [Sample] Guessing Game Program Running.mp4 |
8.89MB |
| 33 - [Sample] Guessing Game Program Running English.vtt |
2.24KB |
| 34 - Generating Random Numbers.mp4 |
32.48MB |
| 34 - Generating Random Numbers English.vtt |
3.70KB |
| 35 - Reading in user input.mp4 |
18.50MB |
| 35 - Reading in user input English.vtt |
2.27KB |
| 36 - Structuring the guessing game program.mp4 |
16.21MB |
| 36 - Structuring the guessing game program English.vtt |
1.89KB |
| 37 - [Challenge Solution] Guessing Game.mp4 |
66.02MB |
| 37 - [Challenge Solution] Guessing Game English.vtt |
9.89KB |
| 37 - guessing-game-solution.py |
616B |
| 38 - The power of algorithms English.vtt |
3.39KB |
| 38 - The power of algorithms -- logarithmic complexity.mp4 |
52.35MB |
| 39 - Functions English.vtt |
6.03KB |
| 39 - Functions - Used to parameterize, compose, and repeat work.mp4 |
45.06MB |
| 3 - Course Objectives and Goals.mp4 |
25.78MB |
| 3 - Course Objectives and Goals English.vtt |
1.85KB |
| 40 - sing.py |
215B |
| 40 - Understanding the scope (i.e. lifetime) of your variables.mp4 |
30.94MB |
| 40 - Understanding the scope (i.e. lifetime) of your variables English.vtt |
6.13KB |
| 41 - [Challenge] Message in a Bottle.mp4 |
16.99MB |
| 41 - [Challenge] Message in a Bottle English.vtt |
1.10KB |
| 42 - Working with Python Strings and retrieving values with ord.mp4 |
27.08MB |
| 42 - Working with Python Strings and retrieving values with ord English.vtt |
3.10KB |
| 43 - The story of the Caesar Cipher.mp4 |
23.09MB |
| 43 - The story of the Caesar Cipher English.vtt |
2.43KB |
| 44 - [Challenge Setup] Preparing for the challenge.mp4 |
6.51MB |
| 44 - [Challenge Setup] Preparing for the challenge English.vtt |
1.74KB |
| 45 - [Challenge Solution] Message in a Bottle.mp4 |
72.66MB |
| 45 - [Challenge Solution] Message in a Bottle English.vtt |
9.82KB |
| 45 - message-in-a-bottle-solution.py |
766B |
| 46 - [Challenge] Sports Analytics -- Data Science Project.mp4 |
14.26MB |
| 46 - [Challenge] Sports Analytics English.vtt |
2.03KB |
| 47 - The Dictionary Data Structure.mp4 |
73.66MB |
| 47 - The Dictionary Data Structure English.vtt |
7.26KB |
| 48 - The Tuple.mp4 |
36.99MB |
| 48 - The Tuple English.vtt |
3.86KB |
| 49 - data.csv |
5.92KB |
| 49 - mj.py |
386B |
| 49 - Reading in data from a file into a dictionary.mp4 |
199.32MB |
| 49 - Reading in data from a file into a dictionary English.vtt |
19.09KB |
| 4 - A story about how this course was developed.mp4 |
30.25MB |
| 4 - A story about how this course was developed English.vtt |
2.08KB |
| 50 - clean-data.csv |
1.89KB |
| 50 - Data Cleaning.mp4 |
27.80MB |
| 50 - Data Cleaning English.vtt |
3.10KB |
| 51 - [Challenge] Sports Analytics Program Structure.mp4 |
28.06MB |
| 51 - [Challenge] Sports Analytics Program Structure English.vtt |
3.88KB |
| 51 - clean-data.csv |
1.89KB |
| 52 - [Challenge Solution] Sports Analytics.mp4 |
146.92MB |
| 52 - [Challenge Solution] Sports Analytics English.vtt |
15.24KB |
| 52 - mj-solution.py |
891B |
| 53 - [Challenge] Mini English.vtt |
1.71KB |
| 53 - [Challenge] Mini-gram filters.mp4 |
26.25MB |
| 54 - cat.jpg |
179.50KB |
| 54 - Installing and using the Pillow Image Processing Library.mp4 |
86.33MB |
| 54 - Installing and using the Pillow Image Processing Library English.vtt |
8.27KB |
| 54 - PIL-Example1.py |
228B |
| 55 - [Theory] Object English.vtt |
3.41KB |
| 55 - [Theory] Object-Oriented Programming.mp4 |
55.79MB |
| 56 - Building a custom data type - class.mp4 |
40.33MB |
| 56 - Building a custom data type English.vtt |
7.08KB |
| 56 - car.py |
187B |
| 57 - [Theory] How color and images work.mp4 |
87.29MB |
| 57 - [Theory] How color and images work English.vtt |
4.79KB |
| 58 - Iterating through pixels with nested loops.mp4 |
64.90MB |
| 58 - Iterating through pixels with nested loops English.vtt |
6.09KB |
| 58 - pixels-loop.py |
311B |
| 59 - [Challenge] Build your mini English.vtt |
933B |
| 59 - [Challenge] Build your mini-gram filter.mp4 |
16.26MB |
| 5 - How to Succeed in this Course.mp4 |
23.89MB |
| 5 - How to Succeed in this Course English.vtt |
1.80KB |
| 60 - [Challenge Solution] Mini English.vtt |
13.28KB |
| 60 - [Challenge Solution] Mini-gram filter.mp4 |
107.79MB |
| 60 - minigram.py |
892B |
| 61 - Gray scale Filter.mp4 |
34.26MB |
| 61 - Gray scale Filter English.vtt |
3.29KB |
| 61 - minigram.py |
1.24KB |
| 62 - Your programming journey has just begun Congratulations.mp4 |
25.22MB |
| 62 - Your programming journey has just begun Congratulations English.vtt |
1.74KB |
| 6 - Installing Python on Linux.mp4 |
15.84MB |
| 6 - Installing Python on Linux English.vtt |
3.52KB |
| 7 - Installing Python on Mac.mp4 |
15.01MB |
| 7 - Installing Python on Mac English.vtt |
2.24KB |
| 8 - Installing Python on Windows.mp4 |
14.66MB |
| 8 - Installing Python on Windows English.vtt |
3.55KB |
| 9 - What is programming.mp4 |
23.58MB |
| 9 - What is programming English.vtt |
1.92KB |
| Bonus Resources.txt |
386B |
| Get Bonus Downloads Here.url |
182B |
| Learn Python in a Weekend Beginner Programming Projects.jpg |
17.89KB |
| Learn Python in a Weekend Beginner Programming Projects.txt |
8.24KB |