Download link
File List
-
01 Getting Started with Python/001 Course introduction.mp4 2.51 MB
01 Getting Started with Python/001 List of necessary applications.pdf 8.56 KB
01 Getting Started with Python/002 Introduction to Python.mp4 9.01 MB
01 Getting Started with Python/003 Necessary software.mp4 19.98 MB
01 Getting Started with Python/004 Python interpreter.mp4 16.02 MB
01 Getting Started with Python/005 Python scripts.mp4 5.58 MB
01 Getting Started with Python/006 Python argument passing.mp4 7.93 MB
01 Getting Started with Python/007 User input.mp4 4.72 MB
01 Getting Started with Python/008 dir and help.mp4 4.39 MB
02 Python Data Types/001 Python keywords.pdf 125.62 KB
02 Python Data Types/001 Python Variables.mp4 8.73 MB
02 Python Data Types/002 Python Data Types.mp4 4.77 MB
02 Python Data Types/003 Python Strings.mp4 8.29 MB
02 Python Data Types/004 Python String methods.mp4 9.41 MB
02 Python Data Types/005 Python String operators and formatting.mp4 6.46 MB
02 Python Data Types/006 Python String slices.mp4 10.99 MB
02 Python Data Types/007 Numbers and math operators.mp4 8.3 MB
02 Python Data Types/008 Booleans and logical operators.mp4 7.2 MB
02 Python Data Types/009 Python Lists introduction.mp4 4.27 MB
02 Python Data Types/010 Python List methods.mp4 11.34 MB
02 Python Data Types/011 Python List slices.mp4 6.57 MB
02 Python Data Types/012 Python Sets introduction.mp4 5.21 MB
02 Python Data Types/013 Python Set methods.mp4 4.27 MB
02 Python Data Types/014 Python Tuples introduction.mp4 7.15 MB
02 Python Data Types/015 Python Tuple methods.mp4 5.15 MB
02 Python Data Types/016 Python Dictionaries introduction.mp4 4.17 MB
02 Python Data Types/017 Python Dictionary methods.mp4 8.25 MB
02 Python Data Types/018 Conversions between data types.mp4 8.61 MB
03 Python Control Flow/001 If Elif Else conditionals.mp4 15.3 MB
03 Python Control Flow/002 For For-Else loops.mp4 11.67 MB
03 Python Control Flow/003 While While-Else loops.mp4 5.35 MB
03 Python Control Flow/004 If For While nesting.mp4 7.85 MB
03 Python Control Flow/005 Break, Continue, Pass.mp4 8.15 MB
03 Python Control Flow/006 Python Exceptions.mp4 3.43 MB
03 Python Control Flow/007 Try Except Else Finally.mp4 13.93 MB
04 Python Functions/001 Functions.mp4 12.28 MB
04 Python Functions/002 Arguments.mp4 9.21 MB
04 Python Functions/003 Namespaces.mp4 30.54 MB
04 Python Functions/004 Modules and importing.mp4 42.36 MB
05 Python File Operations/001 File access modes table.pdf 47.16 KB
05 Python File Operations/001 File opening and reading.mp4 15.11 MB
05 Python File Operations/002 File writing and appending.mp4 25.33 MB
05 Python File Operations/003 File closing The with method.mp4 4.47 MB
06 Python Regular Expressions/001 Python Regular Expressions sheet.pdf 233.17 KB
06 Python Regular Expressions/001 The re.match and re.search methods.mp4 28.38 MB
06 Python Regular Expressions/002 The re.findall and re.sub methods.mp4 8.79 MB
07 Python Classes Object-Oriented Programming Basics/001 Python Classes and Objects.mp4 17.65 MB
07 Python Classes Object-Oriented Programming Basics/002 Python Classes and Inheritance.mp4 11.3 MB
08 Bonus Python Tools/001 List Set Dictionary comprehensions.mp4 6.92 MB
08 Bonus Python Tools/002 Python Lambda functions.mp4 8.77 MB
08 Bonus Python Tools/003 Python Map, Filter, Reduce.mp4 7.83 MB
08 Bonus Python Tools/004 Python Threading basics.mp4 8.6 MB
08 Bonus Python Tools/005 Some advice on coding.mp4 11.55 MB
09 Setting up the working environment/001 GNS3 Setup.mp4 23.14 MB
09 Setting up the working environment/001 Link to the necessary resources.pdf 22.26 KB
09 Setting up the working environment/002 Linking VirtualBox to the GNS3 network.mp4 24.89 MB
10 Python Networking/001 Code snippet .pdf .py Telnet.pdf 96.81 KB
10 Python Networking/001 Python networking with Telnet.mp4 36.47 MB
10 Python Networking/002 Python networking with SSH.mp4 31.85 MB
10 Python Networking/003 Code snippet .pdf .py SNMP.pdf 95.35 KB
10 Python Networking/003 Python networking with SNMP.mp4 46.99 MB
10 Python Networking/004 Python networking with Scapy. Creating your own packets..mp4 25.73 MB
11 Python and MySQL/001 Setting up the MySQL database.mp4 26.51 MB
11 Python and MySQL/002 Python interacting with MySQL.mp4 19.06 MB
12 Application 1 - Basic subnet calculator/001 Application 1 - Logical Flow Diagram.pdf 189.83 KB
12 Application 1 - Basic subnet calculator/001 Short introduction.mp4 13.47 MB
12 Application 1 - Basic subnet calculator/002 What are we going to build.mp4 4.64 MB
12 Application 1 - Basic subnet calculator/003 Planning the application.mp4 6.62 MB
12 Application 1 - Basic subnet calculator/004 Application 1 - Part 1.mp4 25.76 MB
12 Application 1 - Basic subnet calculator/005 Application 1 - Part 2.mp4 24.31 MB
12 Application 1 - Basic subnet calculator/006 Application 1 - Part 3.mp4 23.38 MB
12 Application 1 - Basic subnet calculator/007 Application 1 - Part 4.mp4 19.62 MB
12 Application 1 - Basic subnet calculator/008 Testing the application.mp4 8.26 MB
13 Application 2 - SSHTelnet network configuration/001 Application 2 - Logical Flow Diagram.pdf 195.7 KB
13 Application 2 - SSHTelnet network configuration/001 What are we going to build.mp4 8.34 MB
13 Application 2 - SSHTelnet network configuration/002 Entire SSH application code .pdf .py.pdf 118.99 KB
13 Application 2 - SSHTelnet network configuration/002 Planning the application.mp4 6.88 MB
13 Application 2 - SSHTelnet network configuration/003 Application 2 - Part 1.mp4 16.52 MB
13 Application 2 - SSHTelnet network configuration/003 Entire Telnet application code .pdf .py.pdf 114.14 KB
13 Application 2 - SSHTelnet network configuration/004 Application 2 - Part 2.mp4 13.43 MB
13 Application 2 - SSHTelnet network configuration/005 Application 2 - Part 3.mp4 7.48 MB
13 Application 2 - SSHTelnet network configuration/006 Application 2 - Part 4.mp4 3.76 MB
13 Application 2 - SSHTelnet network configuration/007 Testing the application.mp4 13.5 MB
14 Application 3 - DHCP client simulator/001 Application 3 - Logical Flow Diagram.pdf 195.77 KB
14 Application 3 - DHCP client simulator/001 What are we going to build.mp4 17.38 MB
14 Application 3 - DHCP client simulator/002 Entire application code .pdf .py.pdf 150.06 KB
14 Application 3 - DHCP client simulator/002 Planning the application.mp4 4.67 MB
14 Application 3 - DHCP client simulator/003 Application 3 - Part 1.mp4 14.52 MB
14 Application 3 - DHCP client simulator/004 Application 3 - Part 2.mp4 48.22 MB
14 Application 3 - DHCP client simulator/005 Application 3 - Part 3.mp4 4.5 MB
14 Application 3 - DHCP client simulator/006 Application 3 - Part 4.mp4 31.79 MB
14 Application 3 - DHCP client simulator/007 Testing the application.mp4 12.56 MB
15 Application 4 - Network parameters extraction/001 Application 4 - Logical Flow Diagram.pdf 195.16 KB
15 Application 4 - Network parameters extraction/001 What are we going to build.mp4 10.7 MB
15 Application 4 - Network parameters extraction/002 Entire application code .pdf .py.pdf 166.31 KB
15 Application 4 - Network parameters extraction/002 Planning the application.mp4 5.51 MB
15 Application 4 - Network parameters extraction/003 Application 4 - Part 1.mp4 12.03 MB
15 Application 4 - Network parameters extraction/004 Application 4 - Part 2.mp4 16.03 MB
15 Application 4 - Network parameters extraction/005 Application 4 - Part 3.mp4 36.44 MB
15 Application 4 - Network parameters extraction/006 Application 4 - Part 4.mp4 29.73 MB
15 Application 4 - Network parameters extraction/007 Application 4 - Part 5.mp4 19.57 MB
15 Application 4 - Network parameters extraction/008 Testing the application.mp4 18.71 MB
16 Application 5 - OSPF network discovery via SNMP/001 Application 5 - Logical Flow Diagram.pdf 201.68 KB
16 Application 5 - OSPF network discovery via SNMP/001 What are we going to build.mp4 11.21 MB
16 Application 5 - OSPF network discovery via SNMP/002 Entire application code .pdf .py.pdf 135.84 KB
16 Application 5 - OSPF network discovery via SNMP/002 Planning the application.mp4 5.59 MB
16 Application 5 - OSPF network discovery via SNMP/003 Application 5 - Part 1.mp4 5.01 MB
16 Application 5 - OSPF network discovery via SNMP/004 Application 5 - Part 2.mp4 11.84 MB
16 Application 5 - OSPF network discovery via SNMP/005 Application 5 - Part 3.mp4 34.49 MB
16 Application 5 - OSPF network discovery via SNMP/006 Application 5 - Part 4.mp4 16.67 MB
16 Application 5 - OSPF network discovery via SNMP/007 Application 5 - Part 5.mp4 8.89 MB
16 Application 5 - OSPF network discovery via SNMP/008 Application 5 - Part 6.mp4 8.12 MB
16 Application 5 - OSPF network discovery via SNMP/009 Testing the application.mp4 9.73 MB
17 Conclusions/001 Final words.mp4 9.86 MB
18 Updates/001 100 Python Exercises Just Added June 10 2015.pdf 319.22 KB
18 Updates/001 Answer to a Student Question in Lecture 58 Just Added June 16 2015.mp4 6.84 MB
18 Updates/002 Answers for All the Exercises Just Added June 10 2015.pdf 177.88 KB
18 Updates/002 How to Add Discussions, Send me Private Messages and Post Reviews June 16 2015.mp4 17.33 MB
18 Updates/003 Contact Details and Future Plans Just Added June 12 2015.pdf 61.99 KB
18 Updates/003 How To Install a New Python Module Just Added July 1st 2015.mp4 20.05 MB
18 Updates/004 Project - Homework Just Added June 16 2015.pdf 223.87 KB
18 Updates/004 Python Iterators and Generators Just Added Aug 1st 2015.mp4 14.02 MB
18 Updates/005 Running a VirtualBox VM within GNS3 v1.X Just Added Aug 1st 2015.pdf 47.09 KB
18 Updates/006 VirtualBox and Virtual Machines - Short Guide Just Added Aug 7 2015.pdf 455.31 KB
Download Info
-
Tips
“Udemy - Python Network Programming - Build 7 Apps” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.