TorBT - Torrents and Magnet Links Search Engine

Mastering Cybersecurity with Python - From Basics to Advanced Defense

File Name
Size
Chapter 01 Introduction/001. Introduction.mp4
49 MB
Chapter 01 Introduction/001. Introduction.en.srt
7.8 kB
Chapter 01 Introduction/002. Important Note about Replit.en.srt
7.8 kB
Chapter 01 Introduction/002. Important Note about Replit.mp4
22 MB
Chapter 01 Introduction/003. Introduction to Replit.en.srt
7.6 kB
Chapter 01 Introduction/003. Introduction to Replit.mp4
15 MB
Chapter 01 Introduction/004. Hello World.en.srt
8.0 kB
Chapter 01 Introduction/004. Hello World.mp4
13 MB
Chapter 02 Variables & Data Types/001. Section Preview.en.srt
2.0 kB
Chapter 02 Variables & Data Types/001. Section Preview.mp4
14 MB
Chapter 02 Variables & Data Types/002. Working with Strings.en.srt
13 kB
Chapter 02 Variables & Data Types/002. Working with Strings.mp4
25 MB
Chapter 02 Variables & Data Types/003. Other Types of Data Types.en.srt
6.8 kB
Chapter 02 Variables & Data Types/003. Other Types of Data Types.mp4
11 MB
Chapter 02 Variables & Data Types/004. Boolean Operators.en.srt
6.1 kB
Chapter 02 Variables & Data Types/004. Boolean Operators.mp4
9.0 MB
Chapter 02 Variables & Data Types/005. Arithmetic Operators.en.srt
8.0 kB
Chapter 02 Variables & Data Types/005. Arithmetic Operators.mp4
12 MB
Chapter 03 Working with Strings/001. Section Preview.en.srt
2.4 kB
Chapter 03 Working with Strings/001. Section Preview.mp4
16 MB
Chapter 03 Working with Strings/002. Basic String Manipulation.en.srt
8.3 kB
Chapter 03 Working with Strings/002. Basic String Manipulation.mp4
12 MB
Chapter 03 Working with Strings/003. String Indexing & Slicing.en.srt
12 kB
Chapter 03 Working with Strings/003. String Indexing & Slicing.mp4
18 MB
Chapter 03 Working with Strings/004. Common String Methods.en.srt
9.6 kB
Chapter 03 Working with Strings/004. Common String Methods.mp4
14 MB
Chapter 03 Working with Strings/005. More String Manipulation.en.srt
15 kB
Chapter 03 Working with Strings/005. More String Manipulation.mp4
21 MB
Chapter 04 Control Flow & Loops/001. Section Preview.en.srt
2.4 kB
Chapter 04 Control Flow & Loops/001. Section Preview.mp4
19 MB
Chapter 04 Control Flow & Loops/002. Introduction to Algorithms.en.srt
7.7 kB
Chapter 04 Control Flow & Loops/002. Introduction to Algorithms.mp4
8.4 MB
Chapter 04 Control Flow & Loops/003. IF ELSE Statements.en.srt
16 kB
Chapter 04 Control Flow & Loops/003. IF ELSE Statements.mp4
26 MB
Chapter 04 Control Flow & Loops/004. Password Checker.en.srt
6.2 kB
Chapter 04 Control Flow & Loops/004. Password Checker.mp4
9.4 MB
Chapter 04 Control Flow & Loops/005. Introduction to Loops.en.srt
5.6 kB
Chapter 04 Control Flow & Loops/005. Introduction to Loops.mp4
6.6 MB
Chapter 04 Control Flow & Loops/006. FOR & WHILE Loops.en.srt
14 kB
Chapter 04 Control Flow & Loops/006. FOR & WHILE Loops.mp4
20 MB
Chapter 04 Control Flow & Loops/007. The BREAK Statement.en.srt
18 kB
Chapter 04 Control Flow & Loops/007. The BREAK Statement.mp4
33 MB
Chapter 04 Control Flow & Loops/008. Programming Challenge.en.srt
25 kB
Chapter 04 Control Flow & Loops/008. Programming Challenge.mp4
42 MB
Chapter 04 Control Flow & Loops/009. Try & Except Error Handling.en.srt
10 kB
Chapter 04 Control Flow & Loops/009. Try & Except Error Handling.mp4
22 MB
Chapter 04 Control Flow & Loops/010. Continue & Pass Statements.en.srt
9.9 kB
Chapter 04 Control Flow & Loops/010. Continue & Pass Statements.mp4
13 MB
Chapter 05 Functions/001. Section Preview.en.srt
1.8 kB
Chapter 05 Functions/001. Section Preview.mp4
11 MB
Chapter 05 Functions/002. Defining & Calling Functions.en.srt
4.9 kB
Chapter 05 Functions/002. Defining & Calling Functions.mp4
6.4 MB
Chapter 05 Functions/003. Parameters & Arguments.en.srt
9.9 kB
Chapter 05 Functions/003. Parameters & Arguments.mp4
15 MB
Chapter 05 Functions/004. Keyword Arguments.en.srt
6.2 kB
Chapter 05 Functions/004. Keyword Arguments.mp4
9.3 MB
Chapter 05 Functions/005. Local & Global Variables.en.srt
6.9 kB
Chapter 05 Functions/005. Local & Global Variables.mp4
9.9 MB
Chapter 06 Data Structures/001. Section Preview.en.srt
1.8 kB
Chapter 06 Data Structures/001. Section Preview.mp4
11 MB
Chapter 06 Data Structures/002. Lists.en.srt
10 kB
Chapter 06 Data Structures/002. Lists.mp4
18 MB
Chapter 06 Data Structures/003. Using Loops in a List.en.srt
3.6 kB
Chapter 06 Data Structures/003. Using Loops in a List.mp4
5.9 MB
Chapter 06 Data Structures/004. Dictionaries.en.srt
11 kB
Chapter 06 Data Structures/004. Dictionaries.mp4
19 MB
Chapter 06 Data Structures/005. Nested Dictionaries.en.srt
6.7 kB
Chapter 06 Data Structures/005. Nested Dictionaries.mp4
11 MB
Chapter 06 Data Structures/006. Sets.en.srt
9.2 kB
Chapter 06 Data Structures/006. Sets.mp4
16 MB
Chapter 06 Data Structures/007. Programming Challenge - Sets & Loops.en.srt
8.1 kB
Chapter 06 Data Structures/007. Programming Challenge - Sets & Loops.mp4
20 MB
Chapter 06 Data Structures/008. Programming Challenge Part 2 - Dictionaries & Loops.en.srt
17 kB
Chapter 06 Data Structures/008. Programming Challenge Part 2 - Dictionaries & Loops.mp4
35 MB
Chapter 07 Mini Project - Build a Basic User Authentication System/001. Authentication System Project Intro.en.srt
6.4 kB
Chapter 07 Mini Project - Build a Basic User Authentication System/001. Authentication System Project Intro.mp4
15 MB
Chapter 07 Mini Project - Build a Basic User Authentication System/002. Step 1 - Build the Registration Function.en.srt
8.6 kB
Chapter 07 Mini Project - Build a Basic User Authentication System/002. Step 1 - Build the Registration Function.mp4
16 MB
Chapter 07 Mini Project - Build a Basic User Authentication System/003. Step 2 - Build the Login Function.en.srt
9.6 kB
Chapter 07 Mini Project - Build a Basic User Authentication System/003. Step 2 - Build the Login Function.mp4
26 MB
Chapter 07 Mini Project - Build a Basic User Authentication System/004. Step 3 - Build the Authentication System.en.srt
12 kB
Chapter 07 Mini Project - Build a Basic User Authentication System/004. Step 3 - Build the Authentication System.mp4
30 MB
Chapter 08 File Handling/001. Section Preview.en.srt
1.9 kB
Chapter 08 File Handling/001. Section Preview.mp4
12 MB
Chapter 08 File Handling/002. Reading & Writing to Files.en.srt
11 kB
Chapter 08 File Handling/002. Reading & Writing to Files.mp4
17 MB
Chapter 08 File Handling/003. Reading & Writing Inputs to Text Files.en.srt
11 kB
Chapter 08 File Handling/003. Reading & Writing Inputs to Text Files.mp4
20 MB
Chapter 08 File Handling/004. Read & Write Methods.en.srt
14 kB
Chapter 08 File Handling/004. Read & Write Methods.mp4
19 MB
Chapter 08 File Handling/005. Handling File Errors.en.srt
11 kB
Chapter 08 File Handling/005. Handling File Errors.mp4
18 MB
Chapter 08 File Handling/006. Multiple Except Blocks.en.srt
4.7 kB
Chapter 08 File Handling/006. Multiple Except Blocks.mp4
9.1 MB
Chapter 08 File Handling/007. The Finally Statement.en.srt
7.1 kB
Chapter 08 File Handling/007. The Finally Statement.mp4
12 MB
Chapter 09 Libraries & Modules/001. Section Preview.en.srt
1.6 kB
Chapter 09 Libraries & Modules/001. Section Preview.mp4
9.2 MB
Chapter 09 Libraries & Modules/002. Introduction to Libraries & Modules.en.srt
6.0 kB
Chapter 09 Libraries & Modules/002. Introduction to Libraries & Modules.mp4
10 MB
Chapter 09 Libraries & Modules/003. Creating a Custom Module.en.srt
9.1 kB
Chapter 09 Libraries & Modules/003. Creating a Custom Module.mp4
13 MB
Chapter 09 Libraries & Modules/004. How to Work with a Standard Module.en.srt
5.1 kB
Chapter 09 Libraries & Modules/004. How to Work with a Standard Module.mp4
11 MB
Chapter 09 Libraries & Modules/005. Password Generation with Random & String Modules.en.srt
10 kB
Chapter 09 Libraries & Modules/005. Password Generation with Random & String Modules.mp4
20 MB
Chapter 09 Libraries & Modules/006. The datetime Module.en.srt
9.4 kB
Chapter 09 Libraries & Modules/006. The datetime Module.mp4
17 MB
Chapter 09 Libraries & Modules/007. Working with an External Library.en.srt
13 kB
Chapter 09 Libraries & Modules/007. Working with an External Library.mp4
25 MB
Chapter 10 Mini Project - File Encryption & Decryption Tool/001. Project Preview.en.srt
5.6 kB
Chapter 10 Mini Project - File Encryption & Decryption Tool/001. Project Preview.mp4
11 MB
Chapter 10 Mini Project - File Encryption & Decryption Tool/002. Task 1 - Creating the Encryption Key.en.srt
8.9 kB
Chapter 10 Mini Project - File Encryption & Decryption Tool/002. Task 1 - Creating the Encryption Key.mp4
13 MB
Chapter 10 Mini Project - File Encryption & Decryption Tool/003. Task 2 - Creating the Encryption & Decryption Keys.en.srt
12 kB
Chapter 10 Mini Project - File Encryption & Decryption Tool/003. Task 2 - Creating the Encryption & Decryption Keys.mp4
27 MB
Chapter 10 Mini Project - File Encryption & Decryption Tool/004. Task 3 - Adding the User Interface.en.srt
22 kB
Chapter 10 Mini Project - File Encryption & Decryption Tool/004. Task 3 - Adding the User Interface.mp4
49 MB
Chapter 11 Object-Oriented Programming (OOP)/001. Section Preview.en.srt
1.8 kB
Chapter 11 Object-Oriented Programming (OOP)/001. Section Preview.mp4
12 MB
Chapter 11 Object-Oriented Programming (OOP)/002. Introduction to OOP.en.srt
6.6 kB
Chapter 11 Object-Oriented Programming (OOP)/002. Introduction to OOP.mp4
20 MB
Chapter 11 Object-Oriented Programming (OOP)/003. Creating a Basic Class.en.srt
19 kB
Chapter 11 Object-Oriented Programming (OOP)/003. Creating a Basic Class.mp4
34 MB
Chapter 11 Object-Oriented Programming (OOP)/004. Creating a Basic Class - Part 2.en.srt
5.8 kB
Chapter 11 Object-Oriented Programming (OOP)/004. Creating a Basic Class - Part 2.mp4
10 MB
Chapter 11 Object-Oriented Programming (OOP)/005. Encapsulation.en.srt
8.3 kB
Chapter 11 Object-Oriented Programming (OOP)/005. Encapsulation.mp4
13 MB
Chapter 11 Object-Oriented Programming (OOP)/006. Inheritance.en.srt
8.1 kB
Chapter 11 Object-Oriented Programming (OOP)/006. Inheritance.mp4
14 MB
Chapter 11 Object-Oriented Programming (OOP)/007. Polymorphism.en.srt
4.8 kB
Chapter 11 Object-Oriented Programming (OOP)/007. Polymorphism.mp4
8.1 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/001. Final Project Preview.en.srt
7.3 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/001. Final Project Preview.mp4
25 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/002. Part 1 - Creating the User Interface.en.srt
5.8 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/002. Part 1 - Creating the User Interface.mp4
9.9 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/003. Part 2 - Adding the User Registration Function.en.srt
5.8 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/003. Part 2 - Adding the User Registration Function.mp4
14 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/004. Part 3 - Adding the Login Function.en.srt
8.6 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/004. Part 3 - Adding the Login Function.mp4
20 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/005. Part 4 - Adding the Password Strength Checker Tool.en.srt
17 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/005. Part 4 - Adding the Password Strength Checker Tool.mp4
48 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/006. Part 5 - Hashing the User Passwords.en.srt
11 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/006. Part 5 - Hashing the User Passwords.mp4
32 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/007. Part 6 - Adding the Audit Tool.en.srt
14 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/007. Part 6 - Adding the Audit Tool.mp4
38 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/008. Part 7 - Adding the View Logs Function.en.srt
7.6 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/008. Part 7 - Adding the View Logs Function.mp4
22 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/009. Part 8 - Adding the Post Login Menu.en.srt
9.5 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/009. Part 8 - Adding the Post Login Menu.mp4
31 MB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/010. Final Project Conclusion.en.srt
2.9 kB
Chapter 12 Python Project - Build an Extensive Authentication System and Password Checker/010. Final Project Conclusion.mp4
11 MB
Chapter 13 Conclusion/001. Conclusion.en.srt
1.8 kB
Chapter 13 Conclusion/001. Conclusion.mp4
13 MB
z.Mastering-Cybersecurity-with-Python---From-Basics-to-Advanced-Defense-main/LICENSE
1.0 kB
z.Mastering-Cybersecurity-with-Python---From-Basics-to-Advanced-Defense-main/README.md
71 B
z.Mastering-Cybersecurity-with-Python---From-Basics-to-Advanced-Defense-main/Section 6/user_logs.txt
555 B
z.Mastering-Cybersecurity-with-Python---From-Basics-to-Advanced-Defense-main/Section 7/Mini+Project+-+Build+a+Basic+User+Authentication+System.txt
1.4 kB
z.Mastering-Cybersecurity-with-Python---From-Basics-to-Advanced-Defense-main/Section 10/Mini+Project+-+File+Encryption+&+Decryption+Tool.txt
2.4 kB
z.Mastering-Cybersecurity-with-Python---From-Basics-to-Advanced-Defense-main/Section 12/FINAL+PYTHON+PROJECT.txt
3.4 kB