-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
21,605 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Vladimir | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
# python-intro-course | ||
# Introduction to Programming in Python <img src="https://vdsukhov.github.io/python-intro-course/_static/python_course_logo.png" align="right" height="150"/> | ||
|
||
Welcome to the repository for the book *Introduction to Programming in Python*. This book is designed to provide a comprehensive introduction to Python programming, covering fundamental concepts and practical applications. | ||
|
||
## Table of Contents | ||
|
||
The book is organized into two main parts: **Main Part** and **Offtopic**. Below is a detailed list of the chapters included in each part: | ||
|
||
### Main Part | ||
|
||
1. [Introduction](chapters/intro.ipynb) | ||
2. [Variables and Data Types](chapters/variable_and_data_types.ipynb) | ||
3. [Control Flow](chapters/control_flow.ipynb) | ||
4. [Lists and Tuples](chapters/lists_and_tuples.ipynb) | ||
5. [Strings](chapters/strings.ipynb) | ||
6. [Dictionaries and Sets](chapters/dict_and_set.ipynb) | ||
7. [Functions](chapters/funcs.ipynb) | ||
8. [Modules](chapters/modules.ipynb) | ||
9. [Regular Expressions](chapters/regex.ipynb) | ||
10. [Files](chapters/files/files.ipynb) | ||
11. [Object-Oriented Programming - Part 1](chapters/oop1.ipynb) | ||
12. [Object-Oriented Programming - Part 2](chapters/oop2.ipynb) | ||
13. [Exceptions](chapters/exceptions.ipynb) | ||
14. [Iterators](chapters/iterators.ipynb) | ||
|
||
### Offtopic | ||
|
||
1. [Matrix Multiplication](chapters/offtopic/matrix_multiplication.ipynb) | ||
2. [Python and Mathematics](chapters/offtopic/python_and_math.ipynb) | ||
|
||
## Contributing | ||
|
||
If you have suggestions for improvements or additional content, feel free to submit a pull request or open an issue. Contributions are welcome! | ||
|
||
## License | ||
|
||
This book is licensed under the [MIT License](LICENSE). | ||
|
||
## Contact | ||
|
||
For any questions or feedback, you can reach out to the author at [vdsukhov@ya.ru](mailto:vdsukhov@ya.ru). | ||
|
||
Happy coding! 🚀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.