Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.05 KB

File metadata and controls

31 lines (26 loc) · 1.05 KB

In this course you will learn the basic concepts of network programming in Python, how to use sockets, and how to communicate with RESTful APIs using CRUD methods.

  1. Basic concepts
    • REST
    • Stack protocols
    • BDS Sockets
  2. Working with sockets
    • Working with sockets
    • PoC requesting data from a server
    • HTTP Protocols
    • HTML messaging
  3. Transfer data
    • Introduction of JSON
    • Working with JSON throw Python
    • Introduction of XML
    • Working with XML throw Python
  4. Request module
    • Simplifies HTTP with easy-to-use functions
    • Interpreting HTTP responses received from a server
    • Error control section of the module
  5. CRUD
    • Introduction to these interface
    • Default HTTP 1.1 socket implementation
    • Implementing a CRUD interface

NOTE: An overview of the OpenEdg material can be found in edube.org