Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chrispenick/ExercisesFor_Python3_book

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Code Exercise This is my code for exercises from the book Python 3 Object Oriented Programming.

Chapter 2

The files menu.py and audio_scraper.py are my two files for this chapter's exercise. I rewrote my audio scraper (that pulls audio from packet captures and rebuilds it as a raw audio file) to be object oriented. To fit the chapter's goals, I used a similar menu driven system, where the user inputs 1 for audio scraping, and then gets prompted to input the: pcap file name, the layer they want to scrape (i.e. rtp) and the output filename they prefer.

After the user input, it sends the values back into the Audio_Scraper class, calling the scraper method to do it's magic (outputing a raw audio file from the pcap provided.)

About

This repo is my student work adding my code exercises for the chapters in the Python3 Object Oriented Programming book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.