23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Python For Cybersecurity
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Instructors: Lloyd Ramsey 6 sections • 29 lectures • 2h 27m total length Video: MP4 1280x720 44 KHz | English + Sub Updated 12/2022 | Size: 1.2 GB
Python without all of the extra hogwash
What you'll learn Use Visual Studio Code with proficiency Create and run python files Create interactive python programs Use condition statements in python Use loops in python Write functions in python Understand Lists and Dictionaries in python Handle errors properly in python Write python programs that make API calls Create python programs that communicate over a network using sockets
Requirements No programming OR cybersecurity knowledge is required. Description In this course, I will take a different approach to teaching Python. One that teaches error handling and interactivity from the first Python script. This is specifically catered to anyone who is interested in or is learning cybersecurity, especially if you are scared of coding! A good number of software vulnerabilities have "input validation and error handling" as mitigation and by the time you are done with my course, you will fully understand what that means.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Getting Started/1. IMPORTANT!!!.mp4
29.5 MB
~Get Your Files Here !/1. Getting Started/1. IMPORTANT!!!.srt
5.5 KB
~Get Your Files Here !/1. Getting Started/2022 SOFTWARE LIST.pdf
232.3 KB
~Get Your Files Here !/2. Environment Setup/1. Installing Python.mp4
6.4 MB
~Get Your Files Here !/2. Environment Setup/1. Installing Python.srt
1.6 KB
~Get Your Files Here !/2. Environment Setup/2. Installing VS Code and Extensions.mp4
35.9 MB
~Get Your Files Here !/2. Environment Setup/2. Installing VS Code and Extensions.srt
7.5 KB
~Get Your Files Here !/3. The Fundamentals/1. Running Your Python Files (Hello World).mp4
12.9 MB
~Get Your Files Here !/3. The Fundamentals/1. Running Your Python Files (Hello World).srt
4.6 KB
~Get Your Files Here !/3. The Fundamentals/10. Guessing Game.html
171 B
~Get Your Files Here !/3. The Fundamentals/11. Lists.mp4
33.5 MB
~Get Your Files Here !/3. The Fundamentals/11. Lists.srt
8.9 KB
~Get Your Files Here !/3. The Fundamentals/11.1 Lists in Python Operations.webp
75.7 KB
~Get Your Files Here !/3. The Fundamentals/12. Dictionaries.mp4
49.3 MB
~Get Your Files Here !/3. The Fundamentals/12. Dictionaries.srt
11.2 KB
~Get Your Files Here !/3. The Fundamentals/13. Functions.mp4
47 MB
~Get Your Files Here !/3. The Fundamentals/13. Functions.srt
10.7 KB
~Get Your Files Here !/3. The Fundamentals/14. Inventory.html
171 B
~Get Your Files Here !/3. The Fundamentals/2. Input Input Input!!!.mp4
17.2 MB
~Get Your Files Here !/3. The Fundamentals/2. Input Input Input!!!.srt
3.8 KB
~Get Your Files Here !/3. The Fundamentals/3. Variables.mp4
40.2 MB
~Get Your Files Here !/3. The Fundamentals/3. Variables.srt
9 KB
~Get Your Files Here !/3. The Fundamentals/3.1 Arithmetic Operators in Python.png
6.2 KB
~Get Your Files Here !/3. The Fundamentals/4. f Strings.mp4
31.3 MB
~Get Your Files Here !/3. The Fundamentals/4. f Strings.srt
7.2 KB
~Get Your Files Here !/3. The Fundamentals/5. Insurance Company.html
171 B
~Get Your Files Here !/3. The Fundamentals/6. If Statements.mp4
61.8 MB
~Get Your Files Here !/3. The Fundamentals/6. If Statements.srt
13.3 KB
~Get Your Files Here !/3. The Fundamentals/6.1 Conditional Operators in Python.png
2.9 KB
~Get Your Files Here !/3. The Fundamentals/7. Error Handling Part 1.mp4
38.6 MB
~Get Your Files Here !/3. The Fundamentals/7. Error Handling Part 1.srt
8.5 KB
~Get Your Files Here !/3. The Fundamentals/8. While Loop.mp4
20.6 MB
~Get Your Files Here !/3. The Fundamentals/8. While Loop.srt
5.6 KB
~Get Your Files Here !/3. The Fundamentals/9. For Loop.mp4
13.8 MB
~Get Your Files Here !/3. The Fundamentals/9. For Loop.srt
4.2 KB
~Get Your Files Here !/4. Object Oriented Programming/1. Everything is an Object.mp4
15.9 MB
~Get Your Files Here !/4. Object Oriented Programming/1. Everything is an Object.srt
4.2 KB
~Get Your Files Here !/4. Object Oriented Programming/2. Creating Our First Object.mp4
93.4 MB
~Get Your Files Here !/4. Object Oriented Programming/2. Creating Our First Object.srt
15.6 KB
~Get Your Files Here !/4. Object Oriented Programming/3. Importing Packages.mp4
29.9 MB
~Get Your Files Here !/4. Object Oriented Programming/3. Importing Packages.srt
6 KB
~Get Your Files Here !/4. Object Oriented Programming/4. Custom Package.html
171 B
~Get Your Files Here !/5. Let's Make API Requests/1. What IS an API.mp4
15.9 MB
~Get Your Files Here !/5. Let's Make API Requests/1. What IS an API.srt
2.6 KB
~Get Your Files Here !/5. Let's Make API Requests/2. Requests Package.mp4
11.7 MB
~Get Your Files Here !/5. Let's Make API Requests/2. Requests Package.srt
2.6 KB
~Get Your Files Here !/5. Let's Make API Requests/3. JSON Package.mp4
20 MB
~Get Your Files Here !/5. Let's Make API Requests/3. JSON Package.srt
3.9 KB
~Get Your Files Here !/5. Let's Make API Requests/4. Consuming an API - Simple.mp4
25 MB
~Get Your Files Here !/5. Let's Make API Requests/4. Consuming an API - Simple.srt
5.5 KB
~Get Your Files Here !/5. Let's Make API Requests/5. Consuming an API - Complex.mp4
59.8 MB
~Get Your Files Here !/5. Let's Make API Requests/5. Consuming an API - Complex.srt
9.3 KB
~Get Your Files Here !/5. Let's Make API Requests/5.1 A list of a TON of FREE API's.html
103 B
~Get Your Files Here !/5. Let's Make API Requests/5.2 Cocktail API used in this video.html
98 B
~Get Your Files Here !/5. Let's Make API Requests/6. On your own.html
171 B
~Get Your Files Here !/6. Sockets/1. Sockets and Cybersecurity.mp4
14.9 MB
~Get Your Files Here !/6. Sockets/1. Sockets and Cybersecurity.srt
1.6 KB
~Get Your Files Here !/6. Sockets/2. What is a Socket.mp4
33.5 MB
~Get Your Files Here !/6. Sockets/2. What is a Socket.srt
3.7 KB
~Get Your Files Here !/6. Sockets/3. How Sockets Will Work.mp4
65.5 MB
~Get Your Files Here !/6. Sockets/3. How Sockets Will Work.srt
7.5 KB
~Get Your Files Here !/6. Sockets/3.1 sockets in python.webp
33.8 KB
~Get Your Files Here !/6. Sockets/4. Why Encode.mp4
67.9 MB
~Get Your Files Here !/6. Sockets/4. Why Encode.srt
6.9 KB
~Get Your Files Here !/6. Sockets/5. Part 1 - Socket, Bind, Listen Accept.mp4
77.3 MB
~Get Your Files Here !/6. Sockets/5. Part 1 - Socket, Bind, Listen Accept.srt
8.2 KB
~Get Your Files Here !/6. Sockets/6. Part 2 - Socket, Connect.mp4
71.1 MB
~Get Your Files Here !/6. Sockets/6. Part 2 - Socket, Connect.srt
7.3 KB
~Get Your Files Here !/6. Sockets/7. Part 3 - Sending, Receiving, and Closing the Connection.mp4
171 MB
~Get Your Files Here !/6. Sockets/7. Part 3 - Sending, Receiving, and Closing the Connection.srt
17.9 KB
~Get Your Files Here !/6. Sockets/8. Password.html