<< Chapter < Page Chapter >> Page >
This module is the preface for the Networking and Databases portion of the course.

Table of contents

Preface

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:

  • Networking with HTTP
  • Dbm and shelve databases
  • SQLite database

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:

  • Itse1359-1910-Networking with HTTP
  • Itse1359-1930-Dbm and Shelve Databases
  • Itse1359-1950-SQLite Database

Networking with HTTP

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.

Dbm and shelve databases

According to Wikipedia ,

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Itse 1359 introduction to scripting languages: python. OpenStax CNX. Jan 22, 2016 Download for free at https://legacy.cnx.org/content/col11713/1.32
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Itse 1359 introduction to scripting languages: python' conversation and receive update notifications?

Ask