<< Chapter < Page | Chapter >> Page > |
This module is one in a collection of modules on Python designed for teaching ITSE 1359 Introduction to Scripting Languages: Python at Austin Community College in Austin, TX.
The learning resource for the Networking and Databases portion of the course consistsof material from selected websites plus modules containing review questions and answers keyed tothe material on those websites.
The Networking and Databases portion of the course consists of three main areas ofstudy:
A list of selected websites plus review questions keyed to those websites is provided for each area of study. Thecombined list of selected websites is:
Take-home programming assignments may be based on any material on these websites as well as material from any of the other modules in this collection ofmodules for teaching ITSE 1359. However, online tests for the Networking and Databases portion of the course will be restricted to topics addressed in the followingthree modules:
Networking is a very broad topic. There are many textbooks and websites that discuss Python programs used for a variety of networking purposes, such as online chat,shared whiteboards, FTP, sockets, server sockets, etc. However, in order to narrow the topic somewhat, this course and the topics covered by the module titled Networking with HTTP concentrate mainly on what is probably the most common form of networking:HTTP.
According to tutorialspoint - HTTP - Quick Guide ,
The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This is the foundation for data communication for the World Wide Web (i.e.. internet) since 1990. HTTP is a generic and stateless protocol which can be used for other purposes as well using extension of its request methods, error codes and headers.
In other words, if you are reading this document online, you are probably accessing and reading it from a website using HTTP.
According to Wikipedia ,
Notification Switch
Would you like to follow the 'Itse 1359 introduction to scripting languages: python' conversation and receive update notifications?