Udemy - Learn To Code With Python 3! [TP]

seeders: 1
leechers: 0
updated:
Added by tutplanet in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

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

Description

Udemy - Learn To Code With Python 3! [TP]

Go from beginner to advanced with the Python programming language!

For more Udemy Courses: https://tutorialsplanet.net



Download torrent
5.2 GB
seeders:1
leechers:0
Udemy - Learn To Code With Python 3! [TP]


Trackers

tracker name
ahttp://0d.kebhana.mx:443/announce
udp://bigfoot1942.sektori.org:6969/announce
https://tracker.fastdownload.xyz:443/announce
https://opentracker.xyz:443/announce
http://open.trackerlist.xyz:80/announce
http://torrent.nwps.ws:80/announce
udp://tracker.port443.xyz:6969/announce
udp://tracker.tiny-vps.com:6969/announce
http://t.nyaatracker.com:80/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.vanitycore.co:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://retracker.lanta-net.ru:2710/announce
udp://retracker.hotplug.ru:2710/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.uw0.xyz:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://explodie.org:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.iamhansen.xyz:2000/announce
udp://tracker.toss.li:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.justseed.it:1337/announce
https://2.track.ga:443/announce
udp://open.stealth.si:80/announce
udp://zephir.monocul.us:6969/announce
udp://open.demonii.si:1337/announce
µTorrent compatible trackers list

Download torrent
5.2 GB
seeders:1
leechers:0
Udemy - Learn To Code With Python 3! [TP]


Torrent hash: 6910454F6A92C0F93F48A43A7AD37513C4C11D21