Python for Everybody (Audio/PY4E) show

Python for Everybody (Audio/PY4E)

Summary: These are the audio lectures to supplement the textbook 'Python for Everybody: Exploring Information' and its associated web site www.py4e.com. There is also a video podcast of this material.

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: Dr. Charles Russell Severance
  • Copyright: Dr. Charles R. Severance, CC-BY-NC

Podcasts:

 14.3 Object Life Cycle | File Type: audio/mpeg | Duration: 385

We look at how we as the developers of a Python class can interact with the moment of construction and destruction of various objects created using the class.

 14.3 Object Life Cycle | File Type: audio/mpeg | Duration: 385

We look at how we as the developers of a Python class can interact with the moment of construction and destruction of various objects created using the class.

 14.3 Object Life Cycle | File Type: audio/mpeg | Duration: 385

We look at how we as the developers of a Python class can interact with the moment of construction and destruction of various objects created using the class.

 14.4 Object Inheritance | File Type: audio/mpeg | Duration: 457

We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.

 14.4 Object Inheritance | File Type: audio/mpeg | Duration: 457

We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.

 14.4 Object Inheritance | File Type: audio/mpeg | Duration: 457

We look at how we can make a new class by inheriting all of the attributes and methods of a parent class and then extend the new class with additional attributes and methods.

 15.1 Relational Databases | File Type: audio/mpeg | Duration: 940

We look at the history of database systems, learn the terminology of database systems, and review some of the common database systems that are in use.

 15.1 Relational Databases | File Type: audio/mpeg | Duration: 940

We look at the history of database systems, learn the terminology of database systems, and review some of the common database systems that are in use.

 15.1 Relational Databases | File Type: audio/mpeg | Duration: 940

We look at the history of database systems, learn the terminology of database systems, and review some of the common database systems that are in use.

 15.2 Single Table SQL | File Type: audio/mpeg | Duration: 606

We learn about how we can use Structured Query Language (SQL) to insert (create), read, update, and delete data in a single database table.

 15.2 Single Table SQL | File Type: audio/mpeg | Duration: 606

We learn about how we can use Structured Query Language (SQL) to insert (create), read, update, and delete data in a single database table.

 15.2 Single Table SQL | File Type: audio/mpeg | Duration: 606

We learn about how we can use Structured Query Language (SQL) to insert (create), read, update, and delete data in a single database table.

 15.3 Building a Relational Model | File Type: audio/mpeg | Duration: 523

We look at how we can take the various data elements that will be modeled in an application and distribute them across several tables efficiently. We learn about the basic rules of database design.

 15.3 Building a Relational Model | File Type: audio/mpeg | Duration: 523

We look at how we can take the various data elements that will be modeled in an application and distribute them across several tables efficiently. We learn about the basic rules of database design.

 15.3 Building a Relational Model | File Type: audio/mpeg | Duration: 523

We look at how we can take the various data elements that will be modeled in an application and distribute them across several tables efficiently. We learn about the basic rules of database design.

Comments

Login or signup comment.