Skip to content

Commit

Permalink
README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
StepaniaH committed Aug 11, 2024
1 parent 44c0590 commit cebc015
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 StepaniaH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Python Crash Course, 3rd Edition - Learning Journey

![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![GitHub last commit](https://img.shields.io/github/last-commit/yourusername/your-repo-name)
![GitHub issues](https://img.shields.io/github/issues/yourusername/your-repo-name)

This repository contains my personal learning journey through the book "Python Crash Course, 3rd Edition" by Eric Matthes. It includes all the code I've typed while working through the exercises and projects in the book.

## Contents

- **Part 1: Basics** (Chapters 1-11)
- Exercise solutions for each chapter
- **Part 2: Projects** (Chapters 12-20)
- Learning code and exercise solutions
- Project implementations

## Status

Most of the content is complete, with the following exceptions:

1. **Alien Invasion Project**: The side-scrolling shooter part is currently on hold. I plan to revisit and complete this after studying "Object-Oriented Python: Master OOP by Building Games and GUIs" to gain a better understanding of OOP and the Pygame library.

2. **Web Application Project**: The front-end programming and deployment sections in Chapter 20 are pending. I will complete the front-end part after verifying my skills through freeCodeCamp's front-end course. The deployment section will be addressed when time permits, leveraging my existing knowledge of blog deployment.

## Disclaimer

Please note that all code in this repository is personally typed and may not be entirely correct, standardized, or optimized. It has undergone only minimal personal testing.

## Purpose

This repository is intended to help fellow Python beginners who might be struggling with exercises from "Python Crash Course". However, I strongly encourage purchasing the official book for a comprehensive learning experience.

## Contributions

If you notice any issues or have suggestions for improvement, please feel free to open an Issue or submit a Pull Request. Your feedback is greatly appreciated!

## Book Reference

- [Python Crash Course, 3rd Edition](https://www.amazon.com/Python-Crash-Course-Eric-Matthes/dp/1718502702) by Eric Matthes
- [Author's Official Code Repository](https://github.com/ehmatthes/pcc_3e/)

## Personal Review

As a beginner in Python and programming in general, I found this book to be an excellent resource. It's highly recommended for anyone starting their journey in Python programming.

## License

This project is open-source and available under the [MIT License](LICENSE).

0 comments on commit cebc015

Please sign in to comment.