#777 Год выпуска: 2015 Производитель: Udemy Сайт производителя: udemy.com/python-programming-for-real-life-networking-use Автор: Mihai Catalin Teodosiu Продолжительность: 11:07 Тип раздаваемого материала: Видеоклипы Язык: Английский Описание: Before you read what I have to say, see what my students are saying about my courses: "What an incredible value and learning experience!" by Sean A.
Содержание
Section 1: Getting Started with Python Lecture 1 Course introduction 01:17 Lecture 2 Introduction to Python 01:52 Lecture 3 Quick Insight To Get You Warmed Up! 01:54 Lecture 4 Let's Get To Know Each Other First! Text Lecture 5 Let's Stay In Touch! Text Lecture 6 How To Receive Maximum Results From This Course 1 page Lecture 7 FAQ - Please Read This In Case You Run Into Any Issue! Text Lecture 8 Necessary software 04:20 Lecture 9 Troubleshooting VirtualBox/GNS3 Issues + VM LogIn Credentials Text Lecture 10 VirtualBox and Virtual Machines - Short Guide (Just Added: Aug 7 2015) 5 pages Lecture 11 Running a VirtualBox VM within GNS3 v1.X (Just Added: Aug 1st 2015) 2 pages Lecture 12 List of necessary applications 1 page Lecture 13 Python interpreter 07:17 Lecture 14 Python scripts 04:02 Lecture 15 Python argument passing 06:13 Lecture 16 User input 03:51 Lecture 17 dir and help 02:41 Quiz 1 Python basics 3 questions Section 2: Python Data Types Lecture 18 Python Variables 07:18 Lecture 19 Python keywords 1 page Lecture 20 Python Data Types 03:46 Lecture 21 Python Strings 07:26 Lecture 22 Python String methods 08:26 Lecture 23 Python String operators and formatting 05:00 Lecture 24 Python String slices 09:23 Quiz 2 Strings 3 questions Lecture 25 Numbers and math operators 08:04 Lecture 26 Booleans and logical operators 06:45 Quiz 3 Numbers and Booleans 3 questions Lecture 27 Python Lists introduction 04:03 Lecture 28 Python List methods 09:14 Lecture 29 Python List slices 06:13 Quiz 4 Lists 3 questions Lecture 30 Python Sets introduction 04:44 Lecture 31 Python Set methods 03:33 Quiz 5 Sets 3 questions Lecture 32 Python Tuples introduction 05:54 Lecture 33 Python Tuple methods 04:24 Quiz 6 Tuples 3 questions Lecture 34 Python Dictionaries introduction 03:49 Lecture 35 Python Dictionary methods 06:00 Lecture 36 Conversions between data types 08:04 Quiz 7 Dictionaries 3 questions Section 3: Python Control Flow Lecture 37 If / Elif / Else conditionals 13:52 Lecture 38 For / For-Else loops 11:01 Lecture 39 While / While-Else loops 05:27 Lecture 40 If / For / While nesting 07:27 Lecture 41 Break, Continue, Pass 07:12 Lecture 42 Python Exceptions 02:52 Lecture 43 Try / Except / Else / Finally 10:59 Quiz 8 Control Flow 5 questions Section 4: Python Functions Lecture 44 Functions 10:28 Lecture 45 Arguments 07:59 Lecture 46 Namespaces 12:32 Lecture 47 Modules and importing 16:03 Quiz 9 Functions 3 questions Section 5: Python File Operations Lecture 48 File opening and reading 08:43 Lecture 49 File writing and appending 10:11 Lecture 50 File closing / The "with" method 03:08 Lecture 51 File access modes table 1 page Quiz 10 Files 3 questions Section 6: Python Regular Expressions Lecture 52 The "re.match" and "re.search" methods 19:48 Lecture 53 The "re.findall" and "re.sub" methods 06:37 Lecture 54 Python Regular Expressions sheet 3 pages Quiz 11 Regular Expressions 3 questions Section 7: Python Classes (Object-Oriented Programming) Basics Lecture 55 Python Classes and Objects 13:06 Lecture 56 Python Classes and Inheritance 06:50 Quiz 12 Classes 3 questions Section 8: Bonus Python Tools Lecture 57 List / Set / Dictionary comprehensions 05:47 Quiz 13 Comprehensions 2 questions Lecture 58 Python Lambda functions 07:00 Quiz 14 Lambda functions 3 questions Lecture 59 Python Map, Filter, Reduce 06:24 Quiz 15 Map, Filter, Reduce 3 questions Lecture 60 Python Threading basics 06:54 Lecture 61 Some advice on coding 06:21 Lecture 62 Have a quick look here before going further! Text Section 9: Setting up the working environment Lecture 63 Link to the necessary resources 1 page Lecture 64 GNS3 Setup 08:25 Lecture 65 Linking VirtualBox to the GNS3 network 08:09 Section 10: Python Networking Lecture 66 Python networking with Telnet 16:40 Lecture 67 Python networking with SSH 13:38 Lecture 68 Python networking with SNMP 17:32 Lecture 69 Python networking with Scapy. Creating your own packets. 11:50 Lecture 70 Code snippet (.pdf + .py): Telnet (Guidelines) 3 pages Lecture 71 Code snippet (.pdf + .py): SSH (Guidelines) 3 pages Lecture 72 Code snippet (.pdf + .py): SNMP (Guidelines) 2 pages Section 11: Python and MySQL Lecture 73 Setting up the MySQL database 11:44 Lecture 74 Python interacting with MySQL 09:59 Section 12: Application #1 - Basic subnet calculator Lecture 75 Short introduction 03:21 Lecture 76 What are we going to build? 01:52 Lecture 77 Planning the application 01:15 Lecture 78 Application #1 - Logical Flow Diagram 1 page Lecture 79 Application #1 - Part #1 09:01 Lecture 80 Application #1 - Part #2 08:04 Lecture 81 Application #1 - Part #3 07:28 Lecture 82 Application #1 - Part #4 06:13 Lecture 83 Testing the application 03:11 Lecture 84 Entire application code (.pdf + .py) 8 pages Section 13: Application #2 - SSH/Telnet network configuration Lecture 85 What are we going to build? 04:36 Lecture 86 Planning the application 01:30 Lecture 87 Application #2 - Logical Flow Diagram 1 page Lecture 88 Application #2 - Part #1 06:54 Lecture 89 Application #2 - Part #2 05:28 Lecture 90 Application #2 - Part #3 02:59 Lecture 91 Application #2 - Part #4 01:40 Lecture 92 Testing the application 06:27 Lecture 93 Entire SSH application code (.pdf + .py) 10 pages Lecture 94 Entire Telnet application code (.pdf + .py) 9 pages Section 14: Application #3 - DHCP client simulator Lecture 95 What are we going to build? 05:22 Lecture 96 Planning the application 01:09 Lecture 97 Application #3 - Logical Flow Diagram 1 page Lecture 98 Application #3 - Part #1 04:37 Lecture 99 Application #3 - Part #2 12:41 Lecture 100 Application #3 - Part #3 01:48
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 12
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!