001 Course outline.mp4 (54.75 MB)
MP4
002 How to get help.mp4 (54.54 MB)
MP4
001 Introduction to Machine Setup.mp4 (15.47 MB)
MP4
002 Installing and using Python on Windows [Follow Along].mp4 (73.09 MB)
MP4
003 Installing and using Python on macOS [Follow Along].mp4 (124.14 MB)
MP4
004 Installing VSCode on Windows [Follow Along].mp4 (30.88 MB)
MP4
005 Installing VSCode on macOS [Follow Along].mp4 (24.46 MB)
MP4
006 Setup VSCode for Python [Follow Along].mp4 (27.4 MB)
MP4
007 Creating Project Folder [Follow Along].mp4 (20 MB)
MP4
008 VSCode Overview.mp4 (54.31 MB)
MP4
001 What is the Command Line.mp4 (42.55 MB)
MP4
002 Using Command Prompt - Windows [Follow Along].mp4 (59.84 MB)
MP4
003 Using the Terminal on macOS [Follow Along].mp4 (98.18 MB)
MP4
001 Python Basics Overview.mp4 (114.14 MB)
MP4
002 Python Versions.mp4 (25.67 MB)
MP4
003 How to run Python.mp4 (55.37 MB)
MP4
004 Hello World [Follow Along].mp4 (105.7 MB)
MP4
005 Comments [Follow Along].mp4 (30.85 MB)
MP4
006 Variables and Duck Typing.mp4 (62.64 MB)
MP4
007 Variables in practice [Follow Along].mp4 (42.29 MB)
MP4
008 Built-in Functions.mp4 (44.25 MB)
MP4
009 PEP-8 Guidelines.mp4 (134.01 MB)
MP4
001 Introduction to Python String Manipulation.mp4 (58.35 MB)
MP4
002 Format Function [Follow Along].mp4 (87.84 MB)
MP4
003 Formatted String Literals (F-String) [Follow Along].mp4 (28.36 MB)
MP4
001 Introduction to Python Control Flow.mp4 (21.98 MB)
MP4
002 Conditions.mp4 (40.24 MB)
MP4
003 If statements [Follow Along].mp4 (226.79 MB)
MP4
004 For loops [Follow Along].mp4 (71.57 MB)
MP4
005 While loops [Follow Along].mp4 (61.35 MB)
MP4
001 Introduction to Functions.mp4 (52.2 MB)
MP4
002 Writing first function [Follow Along].mp4 (58.91 MB)
MP4
003 Function docstrings.mp4 (39.61 MB)
MP4
004 Arguments and Parameters.mp4 (92.26 MB)
MP4
005 Using Arguments and Parameters [Follow Along].mp4 (209.35 MB)
MP4
006 Function scope.mp4 (38.06 MB)
MP4
007 Testing function scope [Follow Along].mp4 (164.83 MB)
MP4
008 Return statement.mp4 (57.88 MB)
MP4
009 Using the return statement [Follow Along].mp4 (219.55 MB)
MP4
001 Introduction to debugging.mp4 (90.5 MB)
MP4
002 Common issues.mp4 (50.73 MB)
MP4
003 Using the debugger [Follow Along].mp4 (218.44 MB)
MP4
001 Introduction to data structures.mp4 (39.64 MB)
MP4
002 Introduction to lists.mp4 (49.33 MB)
MP4
003 Using lists [Follow Along].mp4 (145.09 MB)
MP4
004 Introduction to sets.mp4 (155.17 MB)
MP4
005 Using sets [Follow Along].mp4 (251.19 MB)
MP4
006 Introduction to tuples.mp4 (61.66 MB)
MP4
007 Using tuples [Follow Along].mp4 (140.76 MB)
MP4
008 Introduction to dictionaries.mp4 (70.41 MB)
MP4
009 Using dictionaries [Follow Along].mp4 (178.39 MB)
MP4
010 Iterating through data [Follow Along].mp4 (148.87 MB)
MP4
001 Introduction to modules.mp4 (79.84 MB)
MP4
002 Creating a module [Follow along].mp4 (85.36 MB)
MP4
003 Packages and importing.mp4 (88.61 MB)
MP4
004 Create a package [Follow along].mp4 (258.16 MB)
MP4
001 Introduction to Object Orientated Programming (OOP).mp4 (46.54 MB)
MP4
002 Introduction to classes.mp4 (46.7 MB)
MP4
003 Creating a class [Follow Along].mp4 (196.99 MB)
MP4
004 Using mutable types [Follow Along].mp4 (112.98 MB)
MP4
005 Encapsulation.mp4 (55.77 MB)
MP4
006 Using encapsulation [Follow Along].mp4 (131.93 MB)
MP4
007 Class inheritance.mp4 (30.44 MB)
MP4
008 Using class inheritance [Follow Along].mp4 (410.45 MB)
MP4
001 Introduction to Packages.mp4 (48.84 MB)
MP4
002 Managing packages [Follow Along].mp4 (78.84 MB)
MP4
003 Introduction to virtual environments.mp4 (78.14 MB)
MP4
004 Using Virtual Environments [Follow Along].mp4 (107.06 MB)
MP4
005 Creating a Requirements File [Follow Along].mp4 (81.12 MB)
MP4
001 Introduction to using files.mp4 (158.64 MB)
MP4
002 Reading and writing files [Follow Along].mp4 (161.44 MB)
MP4
003 Working with paths.mp4 (109.25 MB)
MP4
004 Using paths [Follow Along].mp4 (241.82 MB)
MP4
005 Handling large files.mp4 (77.8 MB)
MP4
006 Working with large files [Follow Along].mp4 (295.84 MB)
MP4
001 Introduction to structured files.mp4 (66.93 MB)
MP4
002 Python CSV Handling.mp4 (94.63 MB)
MP4
003 Writing CSV Files [Follow Along].mp4 (177.14 MB)
MP4
004 Reading CSV Files [Follow Along].mp4 (142.89 MB)
MP4
005 Python JSON Handling.mp4 (98.91 MB)
MP4
006 Writing JSON Files [Follow Along].mp4 (149.01 MB)
MP4
007 Reading JSON Files [Follow Along].mp4 (117.07 MB)
MP4
001 Introduction to errors and exceptions.mp4 (62.21 MB)
MP4
002 Catching exceptions.mp4 (48.66 MB)
MP4
003 Catch an exception [Follow Along].mp4 (167.78 MB)
MP4
004 Raising and creating exceptions.mp4 (53.73 MB)
MP4
005 Create and raise an exception [Follow Along].mp4 (174.37 MB)
MP4
001 Introduction to writing usable scripts.mp4 (58.53 MB)
MP4
002 Create a script [Follow Along].mp4 (89.13 MB)
MP4
003 Arguments (the good kind).mp4 (98.17 MB)
MP4
004 Parsing arguments [Follow Along].mp4 (145.34 MB)
MP4
005 Writing files with a script [Follow Along].mp4 (190.84 MB)
MP4
006 Reading files with a script [Follow Along].mp4 (134.95 MB)
MP4
001 Introduction to making HTTP requests.mp4 (81.86 MB)
MP4
002 Requests library.mp4 (104.6 MB)
MP4
003 Build bitcoin converter [Follow Along].mp4 (217.98 MB)
MP4
004 Limits and authentication.mp4 (76.45 MB)
MP4
005 Setup OpenWeather credentials [Follow Along].mp4 (99.45 MB)
MP4
006 Build weather forecaster [Follow Along].mp4 (391.96 MB)
MP4
001 Recap.mp4 (85.68 MB)
MP4
002 What's next & Thank you!.mp4 (42.05 MB)
MP4
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]