Skip to content

SystemsScientist/Python-Crash-Course-Chapter-9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Crash Course - Chapter 9 Exercises and Solutions

This repository contains the Examples, Exercises, and Solutions for Chapter 9 of Python Crash Course by Eric Matthes, which covers classes.

See the following link for this textbook: Python Crash Course

Python Crash Course

Please note, this repository is currently a work in progress and will be updated over time.

For this repository, I incorporated Vim text editor along with Git and GitHub into my workflow. I also used the Fedora 37 system in a VirtualBox environment to create, use, and manage directories and files as I worked through the chapter.

Please feel free to reach out to me at devildoc300@gmail.com if you have any questions or comments. In addition, feel free to utilize the source code for your consumption and edification.

~ Matt

Technical Notes and Considerations

To compile and execute the Chapter 9 files,

(1) click on the blue "Code" button above and click the
    "Download Zip" link, or
(2) copy the code and past it directly into your preferred
    Integrated Development Environment (IDE), PyCharm, Sublime,
    or Visual Studio Code, for example, or your preferred text
    editor, Vim, Nano, or Emacs, for example, and either
(3) build and run the files in your IDE, or
(4) use the following command-line script:

        # python3 name_of_file.py

About

Repository for Chapter 9 of Python Crash Course by Eric Matthes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages