Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Python training, from scratch to penetration tester
Module 1
Installation of python (4:29)
Configuration of Eclipse for python (11:30)
Module 1 exercise files
How to define identifiers in python (11:22)
what are the keywords that we cannot use in python (6:30)
what is the matter with indentation in python (4:49)
how to write multiline code in python (4:48)
how to write single and multiline comments in python (6:28)
Creating first user interacting script (9:07)
Module 2
Module 2 exercise files
How to assign values to variables in python (10:13)
quick tour to numbers in python (7:09)
quick tour to strings in python (13:38)
quick tour to lists in python (7:33)
quick tour to tuples in python (6:54)
quick tour to dictionary in python (6:32)
Module 3
Module 3 exercise file
Performing Arithmetic operations in python (6:25)
performing comparison in python (4:40)
03 performing assignment operations in python (4:10)
performing logical operations in python (5:35)
is and in keywords in python (3:16)
Module 4
Module 4 exercise files
if else and nested if else in python (11:08)
creating a user interactive rating system in python (7:56)
in and not in operations in python (5:34)
is and is not operations in python (5:09)
Module 5
Module 5 exercise files
while loop with example code in python (7:21)
for loop with example code in python (9:39)
using break keyword in python (6:29)
using continue keyword in python (4:31)
pass keyword in python (3:46)
prime Checker script in python (8:05)
Module 6
Module 6 exercise files
Introduction to number in python (4:25)
math function in python part 1 (10:27)
random value generators in python (7:41)
solving trigonometry by python (3:55)
string introduction in python (5:01)
strings inbuilt functions in python part 1 (7:34)
useful string inbuilt functions in python part 2 (10:35)
Module 7
Module 7 exercise files
introduction to lists in python (5:22)
more in built functions for lists in python (5:48)
tuples in depth in python (4:35)
in built functions in dictionary in python (6:22)
dictionary in depth in python (5:05)
Sum of Natural numbers (7:16)
Small firewall creation demo (6:25)
Module 8
Module 8 exercise files
introduction to functions in python (6:02)
function references in python (7:11)
return keyword usage in python (7:23)
scope of variable in function in python (6:26)
Lambda functions in python (6:30)
Calculator script in python (6:21)
Module 9
Module 9 exercise files
module usage in python (10:25)
module information gathering (4:02)
Namespace changing in python (5:56)
Designing packages in python (6:16)
file handling in python (6:06)
os module in python (8:17)
Exceptions in python programs (7:16)
Module 10
Module 10 exercise files
OOPS terminologies 101 (5:48)
classes in python (8:40)
creating objects from classes in python (5:05)
class attributes in python (4:28)
implementing inheritance in python (7:46)
overridding of methods in python (3:31)
overriding of operators in python (5:37)
data hiding in python (5:34)
Module 11
Module 11 exercise files
installing third party modules in python (6:01)
Getting a database connection in python (10:24)
Creating a table in database in python (5:34)
Inserting values in database in python (5:03)
Reading the data from database using python (5:02)
Updating and deleting from database using python (2:35)
Module 12
Module 12 exercise files
Networking 101 (1:42)
Creating a server in python (6:21)
Creating a woring server and testing it (9:10)
creating a client server interface in python (5:37)
MultiThreading in python with example code (7:09)
Module 13
Module 13 exercise files
getting started with tkinter for GUI in python (9:13)
Making different buttons in tkinter (10:22)
Menu and label creation using tkinter
Module 14
installing kali as a virtual system (5:06)
port scanner for information gathering in python (11:01)
create a GUI for mac changer from tkinter (3:55)
wifi analysis with scapy (6:22)
important networking libraries in python (5:35)
debugging module libraries in python (5:14)
important modules for web app testers (4:56)
End note for the series
Final words before ending the series (1:02)
Challenge to search on google (5:30)
Teach online with
overridding of methods in python
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock