Skip to content

vdsukhov/python-intro-course

Repository files navigation

Introduction to Programming in Python

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
  2. Variables and Data Types
  3. Control Flow
  4. Lists and Tuples
  5. Strings
  6. 2D Lists, Dictionaries and Sets
  7. Functions
  8. Modules and Packages
  9. Regular Expressions
  10. File Handling
  11. Object-Oriented Programming: Classes
  12. Object-Oriented Programming: Inheritance
  13. Exceptions
  14. Iterators
  15. Functional Programming

Offtopic

  1. Matrix Multiplication
  2. Python and Mathematics

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.

Contact

For any questions or feedback, you can reach out to the author at [email protected].

Happy coding! 🚀

Releases

No releases published

Packages

No packages published

Languages