Filename Size 1. Introduction and Setup/1. Introduction.mp4 10.3 MB 1. Introduction and Setup/1. Introduction.vtt 4.6 KB 1. Introduction and Setup/2. Why is Python worth learning.mp4 26.6 MB 1. Introduction and Setup/2. Why is Python worth learning.vtt 5.8 KB 1. Introduction and Setup/3. Installing Python 3 on Windows.mp4 46.4 MB 1. Introduction and Setup/3. Installing Python 3 on Windows.vtt 10 KB 1. Introduction and Setup/4. Installing Python 3 on Linux and Mac.mp4 61.2 MB 1. Introduction and Setup/4. Installing Python 3 on Linux and Mac.vtt 10 KB 1. Introduction and Setup/5. Taking a closer look at Python 3 IDLE.mp4 24.4 MB 1. Introduction and Setup/5. Taking a closer look at Python 3 IDLE.vtt 6.3 KB 10. Interacting with HTTP/1. Performing HTTP GET requests.mp4 127.6 MB 10. Interacting with HTTP/1. Performing HTTP GET requests.vtt 21.8 KB 10. Interacting with HTTP/2. Performing POST requests.mp4 12.8 MB 10. Interacting with HTTP/2. Performing POST requests.vtt 4.6 KB 10. Interacting with HTTP/3. Handling website re-directions.mp4 10.3 MB 10. Interacting with HTTP/3. Handling website re-directions.vtt 3.5 KB 10. Interacting with HTTP/4. Beautiful Soup.mp4 191.4 MB 10. Interacting with HTTP/4. Beautiful Soup.vtt 32.6 KB 10. Interacting with HTTP/5. Encoding in requests.mp4 51.4 MB 10. Interacting with HTTP/5. Encoding in requests.vtt 13.3 KB 10. Interacting with HTTP/6. Session objects and cookies.mp4 123.5 MB 10. Interacting with HTTP/6. Session objects and cookies.vtt 21.3 KB 10. Interacting with HTTP/7. SSL certificates, authentication, etc..mp4 127.4 MB 10. Interacting with HTTP/7. SSL certificates, authentication, etc..vtt 22 KB 10. Interacting with HTTP/8. JSON library and proxies.mp4 138.3 MB 10. Interacting with HTTP/8. JSON library and proxies.vtt 22.1 KB 11. Networking in Python 3/1. Socket terminology.mp4 29.6 MB 11. Networking in Python 3/1. Socket terminology.vtt 11.4 KB 11. Networking in Python 3/2. Connecting two machines.mp4 115.3 MB 11. Networking in Python 3/2. Connecting two machines.vtt 24.3 KB 11. Networking in Python 3/3. Coding a chat program.mp4 227.1 MB 11. Networking in Python 3/3. Coding a chat program.vtt 38 KB 11. Networking in Python 3/4. Receiving desired amount of data.mp4 125 MB 11. Networking in Python 3/4. Receiving desired amount of data.vtt 19.9 KB 11. Networking in Python 3/5. Socket timeout and options.mp4 28.9 MB 11. Networking in Python 3/5. Socket timeout and options.vtt 9.7 KB 11. Networking in Python 3/6. UDP server & client.mp4 65.4 MB 11. Networking in Python 3/6. UDP server & client.vtt 14.3 KB 11. Networking in Python 3/7. AF_UNIX & raw_sockets.mp4 69.2 MB 11. Networking in Python 3/7. AF_UNIX & raw_sockets.vtt 15.6 KB 12. Threading/1. Introduction to the threading part 1.mp4 97.5 MB 12. Threading/1. Introduction to the threading part 1.vtt 30.6 KB 12. Threading/2. Introduction to the threading part 2.mp4 140.2 MB 12. Threading/2. Introduction to the threading part 2.vtt 24.3 KB 12. Threading/3. Theory behind threaded server.mp4 64.9 MB 12. Threading/3. Theory behind threaded server.vtt 16.7 KB 13. E-mails, PDFs, Images/1. Sending e-mails using smtplib.mp4 175.3 MB 13. E-mails, PDFs, Images/1. Sending e-mails using smtplib.vtt 32.2 KB 13. E-mails, PDFs, Images/2. PDF files.mp4 85.3 MB 13. E-mails, PDFs, Images/2. PDF files.vtt 11.1 KB 13. E-mails, PDFs, Images/3. Images in Python 3.mp4 112.7 MB 13. E-mails, PDFs, Images/3. Images in Python 3.vtt 15.5 KB 2. Python Programming Basics/1. Math operators.mp4 31.7 MB 2. Python Programming Basics/1. Math operators.vtt 13.5 KB 2. Python Programming Basics/10. While loop.mp4 63.6 MB 2. Python Programming Basics/10. While loop.vtt 16.2 KB 2. Python Programming Basics/11. Infinite loops with break.mp4 18.1 MB 2. Python Programming Basics/11. Infinite loops with break.vtt 7.8 KB 2. Python Programming Basics/12. Using continue in a loop.mp4 16.8 MB 2. Python Programming Basics/12. Using continue in a loop.vtt 6.3 KB 2. Python Programming Basics/13. For loop.mp4 31.4 MB 2. Python Programming Basics/13. For loop.vtt 11 KB 2. Python Programming Basics/14. Importing Python libraries.mp4 71.3 MB 2. Python Programming Basics/14. Importing Python libraries.vtt 13.8 KB 2. Python Programming Basics/2. Strings.mp4 30.7 MB 2. Python Programming Basics/2. Strings.vtt 10.2 KB 2. Python Programming Basics/3. Variables and variable naming rules.mp4 29.6 MB 2. Python Programming Basics/3. Variables and variable naming rules.vtt 13.3 KB 2. Python Programming Basics/4. Our first program.mp4 55.9 MB 2. Python Programming Basics/4. Our first program.vtt 13.2 KB 2. Python Programming Basics/5. Type, len, str, int, float, functions.mp4 24.4 MB 2. Python Programming Basics/5. Type, len, str, int, float, functions.vtt 10.9 KB 2. Python Programming Basics/6. True or false boolean.mp4 25 MB 2. Python Programming Basics/6. True or false boolean.vtt 11.6 KB 2. Python Programming Basics/7. If-statement.mp4 13.2 MB 2. Python Programming Basics/7. If-statement.vtt 5.5 KB 2. Python Programming Basics/8. If and else.mp4 52.8 MB 2. Python Programming Basics/8. If and else.vtt 13.7 KB 2. Python Programming Basics/9. Using elif for multiple statements.mp4 47.6 MB 2. Python Programming Basics/9. Using elif for multiple statements.vtt 9.4 KB 3. Functions - Coding Exercises/1. Defining functions in Python.mp4 52.6 MB 3. Functions - Coding Exercises/1. Defining functions in Python.vtt 17.7 KB 3. Functions - Coding Exercises/2. Local and global variables.mp4 26.9 MB 3. Functions - Coding Exercises/2. Local and global variables.vtt 11.5 KB 3. Functions - Coding Exercises/3. Coding guess the number program.mp4 98.5 MB 3. Functions - Coding Exercises/3. Coding guess the number program.vtt 17.5 KB 3. Functions - Coding Exercises/4. Reverse a string function.mp4 28.4 MB 3. Functions - Coding Exercises/4. Reverse a string function.vtt 6.7 KB 3. Functions - Coding Exercises/5. Calculate the area of a circle program.mp4 50.5 MB 3. Functions - Coding Exercises/5. Calculate the area of a circle program.vtt 11.5 KB 3. Functions - Coding Exercises/6. Simple Python calculator.mp4 78.9 MB 3. Functions - Coding Exercises/6. Simple Python calculator.vtt 15.7 KB 3. Functions - Coding Exercises/7. Removing vowels from a string program.mp4 73 MB 3. Functions - Coding Exercises/7. Removing vowels from a string program.vtt 13.3 KB 3. Functions - Coding Exercises/8. Find the largest number out of three.mp4 83.6 MB 3. Functions - Coding Exercises/8. Find the largest number out of three.vtt 17.6 KB 4. Lists, Tuples and Dictionaries/1. Python lists.mp4 76.4 MB 4. Lists, Tuples and Dictionaries/1. Python lists.vtt 16 KB 4. Lists, Tuples and Dictionaries/10. Advanced string manipulation.mp4 51.8 MB