FileMood

Download [Tutorialsplanet.NET] Learn to Code with Python 3!

Tutorialsplanet NET Learn to Code with Python

Name

[Tutorialsplanet.NET] Learn to Code with Python 3!

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

5.5 GB

Total Files

155

Hash

6910454F6A92C0F93F48A43A7AD37513C4C11D21

/1. Introduction and Setup/

1. Introduction.mp4

10.8 MB

1. Introduction.vtt

4.7 KB

2. Why is Python worth learning.mp4

27.9 MB

2. Why is Python worth learning.vtt

6.0 KB

3. Installing Python 3 on Windows.mp4

48.7 MB

3. Installing Python 3 on Windows.vtt

10.3 KB

4. Installing Python 3 on Linux and Mac.mp4

64.2 MB

4. Installing Python 3 on Linux and Mac.vtt

10.2 KB

5. Taking a closer look at Python 3 IDLE.mp4

25.5 MB

5. Taking a closer look at Python 3 IDLE.vtt

6.5 KB

/10. Interacting with HTTP/

1. Performing HTTP GET requests.mp4

133.8 MB

1. Performing HTTP GET requests.vtt

22.3 KB

2. Performing POST requests.mp4

13.4 MB

2. Performing POST requests.vtt

4.7 KB

3. Handling website re-directions.mp4

10.8 MB

3. Handling website re-directions.vtt

3.6 KB

4. Beautiful Soup.mp4

200.7 MB

4. Beautiful Soup.vtt

33.4 KB

5. Encoding in requests.mp4

53.9 MB

5. Encoding in requests.vtt

13.6 KB

6. Session objects and cookies.mp4

129.5 MB

6. Session objects and cookies.vtt

21.8 KB

7. SSL certificates, authentication, etc..mp4

133.6 MB

7. SSL certificates, authentication, etc..vtt

22.5 KB

8. JSON library and proxies.mp4

145.1 MB

8. JSON library and proxies.vtt

22.6 KB

/11. Networking in Python 3/

1. Socket terminology.mp4

31.0 MB

1. Socket terminology.vtt

11.7 KB

2. Connecting two machines.mp4

120.9 MB

2. Connecting two machines.vtt

24.9 KB

3. Coding a chat program.mp4

238.2 MB

3. Coding a chat program.vtt

38.9 KB

4. Receiving desired amount of data.mp4

131.1 MB

4. Receiving desired amount of data.vtt

20.4 KB

5. Socket timeout and options.mp4

30.3 MB

5. Socket timeout and options.vtt

9.9 KB

6. UDP server & client.mp4

68.6 MB

6. UDP server & client.vtt

14.6 KB

7. AF_UNIX & raw_sockets.mp4

72.6 MB

7. AF_UNIX & raw_sockets.vtt

16.0 KB

/12. Threading/

1. Introduction to the threading part 1.mp4

102.2 MB

1. Introduction to the threading part 1.vtt

31.4 KB

2. Introduction to the threading part 2.mp4

147.1 MB

2. Introduction to the threading part 2.vtt

24.9 KB

3. Theory behind threaded server.mp4

68.1 MB

3. Theory behind threaded server.vtt

17.1 KB

/13. E-mails, PDFs, Images/

1. Sending e-mails using smtplib.mp4

183.8 MB

1. Sending e-mails using smtplib.vtt

33.0 KB

2. PDF files.mp4

89.4 MB

2. PDF files.vtt

11.4 KB

3. Images in Python 3.mp4

118.1 MB

3. Images in Python 3.vtt

15.9 KB

/2. Python Programming Basics/

1. Math operators.mp4

33.2 MB

1. Math operators.vtt

13.9 KB

10. While loop.mp4

66.7 MB

10. While loop.vtt

16.6 KB

11. Infinite loops with break.mp4

19.0 MB

11. Infinite loops with break.vtt

7.9 KB

12. Using continue in a loop.mp4

17.6 MB

12. Using continue in a loop.vtt

6.5 KB

13. For loop.mp4

32.9 MB

13. For loop.vtt

11.3 KB

14. Importing Python libraries.mp4

74.8 MB

14. Importing Python libraries.vtt

14.1 KB

2. Strings.mp4

32.2 MB

2. Strings.vtt

10.4 KB

3. Variables and variable naming rules.mp4

31.0 MB

3. Variables and variable naming rules.vtt

13.6 KB

4. Our first program.mp4

58.6 MB

4. Our first program.vtt

13.5 KB

5. Type, len, str, int, float, functions.mp4

25.6 MB

5. Type, len, str, int, float, functions.vtt

11.2 KB

6. True or false boolean.mp4

26.2 MB

6. True or false boolean.vtt

11.8 KB

7. If-statement.mp4

13.8 MB

7. If-statement.vtt

5.6 KB

8. If and else.mp4

55.3 MB

8. If and else.vtt

14.0 KB

9. Using elif for multiple statements.mp4

49.9 MB

9. Using elif for multiple statements.vtt

9.6 KB

/3. Functions - Coding Exercises/

1. Defining functions in Python.mp4

55.1 MB

1. Defining functions in Python.vtt

18.1 KB

2. Local and global variables.mp4

28.2 MB

2. Local and global variables.vtt

11.8 KB

3. Coding guess the number program.mp4

103.3 MB

3. Coding guess the number program.vtt

17.9 KB

4. Reverse a string function.mp4

29.8 MB

4. Reverse a string function.vtt

6.8 KB

5. Calculate the area of a circle program.mp4

53.0 MB

5. Calculate the area of a circle program.vtt

11.7 KB

6. Simple Python calculator.mp4

82.7 MB

6. Simple Python calculator.vtt

16.0 KB

7. Removing vowels from a string program.mp4

76.6 MB

7. Removing vowels from a string program.vtt

13.6 KB

8. Find the largest number out of three.mp4

87.7 MB

8. Find the largest number out of three.vtt

18.0 KB

/4. Lists, Tuples and Dictionaries/

1. Python lists.mp4

80.1 MB

1. Python lists.vtt

16.4 KB

10. Advanced string manipulation.mp4

54.3 MB

10. Advanced string manipulation.vtt

13.7 KB

11. Upper, lower, isupper, islower.mp4

40.1 MB

11. Upper, lower, isupper, islower.vtt

10.5 KB

12. Split, strip, join, startswith, endswith.mp4

73.6 MB

12. Split, strip, join, startswith, endswith.vtt

15.1 KB

2. Creating smaller lists out of a bigger one.mp4

37.6 MB

2. Creating smaller lists out of a bigger one.vtt

10.4 KB

3. Manipulating lists and elements.mp4

32.3 MB

3. Manipulating lists and elements.vtt

9.0 KB

4. Append, insert, remove, sort.mp4

59.0 MB

4. Append, insert, remove, sort.vtt

12.4 KB

5. Tuples.mp4

74.7 MB

5. Tuples.vtt

14.5 KB

6. Introduction to dictionaries.mp4

40.0 MB

6. Introduction to dictionaries.vtt

11.5 KB

7. Values, keys, items, get.mp4

32.5 MB

7. Values, keys, items, get.vtt

8.3 KB

8. Dictionary comprehension part 1.mp4

31.7 MB

8. Dictionary comprehension part 1.vtt

8.7 KB

9. Dictionary comprehension part 2.mp4

22.5 MB

9. Dictionary comprehension part 2.vtt

8.1 KB

/5. Files in Python 3/

1. Navigating through system with OS library.mp4

223.9 MB

1. Navigating through system with OS library.vtt

34.3 KB

2. Reading and writing to files.mp4

84.7 MB

3. Reversing text from a file.mp4

78.2 MB

/6. Error Handling/

1. Try and except.mp4

67.0 MB

1. Try and except.vtt

14.7 KB

2. Try and finally.mp4

94.0 MB

2. Try and finally.vtt

17.1 KB

/7. Object Oriented Programming/

1. Classes.mp4

93.5 MB

1. Classes.vtt

21.7 KB

2. Changing class attributes.mp4

91.5 MB

2. Changing class attributes.vtt

10.9 KB

3. Built in class attributes.mp4

51.5 MB

3. Built in class attributes.vtt

9.0 KB

4. Using your class in a different program.mp4

25.2 MB

4. Using your class in a different program.vtt

5.1 KB

5. Using your class in a program.mp4

124.4 MB

5. Using your class in a program.vtt

26.9 KB

6. Implementing students count option.mp4

34.2 MB

6. Implementing students count option.vtt

5.2 KB

7. Class inheritance.mp4

51.6 MB

7. Class inheritance.vtt

13.8 KB

8. Overriding methods in a class.mp4

35.2 MB

8. Overriding methods in a class.vtt

8.4 KB

/8. Date & Time/

1. Printing and calculating date and time.mp4

136.4 MB

1. Printing and calculating date and time.vtt

31.8 KB

2. Different date formats.mp4

38.0 MB

2. Different date formats.vtt

9.9 KB

/9. Regular Expressions/

1. Extracting useful data.mp4

91.8 MB

1. Extracting useful data.vtt

26.8 KB

2. Regex part 1.mp4

108.4 MB

2. Regex part 1.vtt

25.1 KB

3. Regex part 2.mp4

70.0 MB

3. Regex part 2.vtt

18.0 KB

/

[Tutorialsplanet.NET].url

0.1 KB

 

Total files 155


Copyright © 2025 FileMood.com