Udemy - Python 3000 - Shells, Sockets, Servers and DevOps IPC

seeders: 2
leechers: 1
Added 4 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Python 3000 - Shells, Sockets, Servers and DevOps IPC (Size: 986.9 MB)
  001 08000_ POSIX Forks & Pipes (RESOURCE FILES ARE HERE_).mp4 39.6 MB
  001 08000_ POSIX Forks & Pipes (RESOURCE FILES ARE HERE_)_en.vtt 6 KB
  001 10000_ A UDP_IP Server & Framework in Python's `socketserver` Module.mp4 68.7 MB
  001 10000_ A UDP_IP Server & Framework in Python's `socketserver` Module_en.vtt 10.6 KB
  001 Welcome to Python 3600 - Inter-Process Communications (IPC).mp4 20 MB
  001 Welcome to Python 3600 - Inter-Process Communications (IPC)_en.vtt 1.4 KB
  002 01000_ The Path 'Things Live On, Part I.mp4 60.7 MB
  002 01000_ The Path 'Things Live On, Part I_en.vtt 5.7 KB
  002 09000_ Using Sockets - UDP_IP, Point To Point.mp4 93 MB
  002 09000_ Using Sockets - UDP_IP, Point To Point_en.vtt 14.7 KB
  002 Shutting down the `UDPServer.`_en.vtt 3.4 KB
  002 Shutting down the `UDPServer`.mp4 27.5 MB
  003 01500_ The Path 'Things Live On, Part II.mp4 30.1 MB
  003 01500_ The Path 'Things Live On, Part II_en.vtt 2.7 KB
  003 09100_ Timeouts.mp4 50.6 MB
  003 09100_ Timeouts_en.vtt 6.2 KB
  004 01700_ Reading Standard Output (Using that classical os.popen(...)_)_en.vtt 8.3 KB
  004 01700_ Reading Standard Output (Using that classical ospopen()_).mp4 56.8 MB
  004 09200_ Timeout Solution.mp4 14.7 MB
  004 09200_ Timeout Solution_en.vtt 1.6 KB
  005 02000_ Sorting External.mp4 91 MB
  005 02000_ Sorting External_en.vtt 9.4 KB
  005 09300_ Multicasting.mp4 47.5 MB
  005 09300_ Multicasting_en.vtt 6.1 KB
  006 03000_ External & Internal Command Types.mp4 39.9 MB
  006 03000_ External & Internal Command Types_en.vtt 4 KB
  006 09500_ How to _stream_ data using TCP_IP.mp4 77.1 MB
  006 09500_ How to _stream_ data using TCP_IP_en.vtt 10.9 KB
  007 04000_ Python as Shell.mp4 60.3 MB
  007 04000_ Python as Shell_en.vtt 4.3 KB
  008 05000_ Recursive Callme, Part I.mp4 57.1 MB
  008 05000_ Recursive Callme, Part I_en.vtt 5.5 KB
  009 06000_ Recursive Callme, Part II.mp4 54.1 MB
  009 06000_ Recursive Callme, Part II_en.vtt 2.8 KB
  010 06500_ Recursive Callme, Part III.mp4 40.2 MB
  010 06500_ Recursive Callme, Part III_en.vtt 3.1 KB
  011 07000_ BONUS _CallMe.py__en.vtt 5.3 KB
  011 07000_ BONUS _CallMepy_.mp4 57.7 MB
  Bonus Resources.txt 409.6 B
  Get Bonus Downloads Here.url 204.8 B
  MyStderr01.py 307.2 B
  MyStderr02.py 409.6 B
  TcpStreams.py 1.1 KB
  Udp6McMonitor.py 102.4 B
  Udp6McSender.py 307.2 B
  Udp6Multicast.py 1.2 KB
  UdpClient.py 614.4 B
  UdpClientStop.py 614.4 B
  UdpClientStopTmoE.py 1.1 KB
  UdpClientTimeo.py 614.4 B
  UdpMcMonitor.py 102.4 B
  UdpMcSender.py 307.2 B
  UdpMulticast.py 1 KB
  UdpServer.py 716.8 B
  UdpServerStop.py 921.6 B
  UdpServerStopTimeo.py 716.8 B
  UdpServerStopTmoE.py 921.6 B
  builtin_pipe1_errors.py 307.2 B
  builtin_pipe2_okay_hardshelll.py 409.6 B
  builtin_pipe3_okay_shell.py 409.6 B
  call_python_options_explicit.py 512 B
  callme.py 716.8 B
  callme_parent_explicit.py 512 B
  callme_parent_implicit.py 409.6 B
  callme_recursive.py 819.2 B
  ex_ipc_proc_communicate.py 512 B
  ex_send_sms.py 307.2 B
  ex_sys_path.py 204.8 B
  external_pipe4_sort_nt_posix.py 716.8 B
  external_pipe5_call_python_with_exit.py 819.2 B
  external_pipe5_call_python_with_exit_nocomments.py 614.4 B
  listdirs.py 614.4 B
  piper01.py 512 B
  piper_template.py 307.2 B
  tarbacks.py 1 KB
  ▲ 75 total files

Description


Python 3000: Shells, Sockets, Servers & DevOps IPC
https://DevCourseWeb.com

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 986 MB | Duration: 2h 24m

Real-World Client / Server & Inter-Process Communications

What you'll learn
Gain hands-on experience locating, running, writing and reading information from external servers & programs.
Understand how to use fork() and piping on Linux, Mac & other POSIX inspired systems.
Discover how to write programs that can you can use start and / or automate programs.
Create Servers & Clients using TCP/IP, as well as with UDP/IP.
Practice sending, receiving & broadcasting User Defined Datagrams (UDP/IP) on Windows & POSIX Platforms.
Discover how to detect the TCP / Socket protocols that remote web addresses use.
Learn how to use 100% pure Python 3 to automate programs written in other programming languages.
Learn how use cross-platform standard input, as well as output streams.
Discover how to interface with the Python interpreter to run dynamically-created commands.
Learn how to capture Python's help() documentation into files.
Understand how to send and receive information to test other scripts & programs.
Understand the differences between "low level" and "high level" socket options.
... and more!

Requirements
Students should be comfortable using Python.
Students should know how to create & use classes in Python 3.
The completion of Python 1000 & Python 2000 is recommended.
Description
Python 3000: Shells, Sockets, Servers and DevOps IPC will draw upon our experience with Python 3 in order to learn how to re-use the work of others developers, no matter which programming language a program was written. --Not only are the techniques taught in DevOps IPC widely available, but also required to understand how to start, stop, as well as to monitor our own, as well as other, software applications.

Related Torrents

torrent name size uploader age seed leech
11
13
4
8
0