Pyquest
Python everything Cheatsheet and a Journey to the land of Python programming
Stay awhile and listen, my friend, for I have a tale to tell you about a *wonderful journey* to the land of Python. The project is written primarily in Jupyter Notebook, distributed under the Creative Commons Attribution Share Alike 4.0 International license, first published in 2023. Key topics include: algorithms, architecture, cheatsheet, concurrency, data-science.
PyQuest

Stay awhile and listen, my friend, for I have a tale to tell you about a wonderful journey to the land of Python.
Whether you're just starting your programming journey, looking to strengthen your Python knowledge, or venturing into new areas of software development, PyQuest will offer you valuable insights and practical examples. It's intended to serve as a quick reference, a learning guide, and a springboard for deeper exploration into the vast world of Python programming.
It is designed to guide you through a wide array of topics, from basic syntax and data types to advanced concepts like concurrency, web development, and data science. This repository is organized into collection of cheat sheets with examples, each focusing on a specific topic.
This repository is your guide, but the journey is yours to take on your own. Run each code snippet, tweak, and modify as you desire. There is no better teacher than hands-on experience.
In other words, all cheat sheets are in the form of Jupyter Notebooks, so you can (and should!) run them by yourself!
Now comes the time for adventuring into the unknown. Keep this manual close and venture forth, brave coder. Your quest awaits! 🐍🏰🔮
By the way, if you're preparing for a job interview, check out:
- Python Interview topics
- Coding Interview cheatsheets
Parts
- Part I. Data Structures and Data Types
- Part II: Data Manipulation and Processing
- Part III: Control Flow and Data Flows
- Part IV: File Handling, I/O, and Serialization
- Part V: Exceptions and Error Handling
- Part VI: Functional Programming
- Part VII: Python Standard Libraries
- Part VIII: Object-Oriented Programming
- Part IX: Python Language Fundamentals
- Part X: Concurrency
- Part XI: Debugging and Testing
- Part XII: Common Practices
- Part XIII: Databases
- Part XIV: Networking and Web Development
- Part XV: GUI Programming
- Part XVI: Python and Data Science
- Part XVII: Software Architecture
- Part XVIII: DevOps
- Part XIX: Algorithms
Table of contents
Part I. Data Structures and Data Types <a id="toc-1-ds-and-dt"></a>
- Basic Data Types
- Built-in Data Structures
- User-defined Data Structures
- Other Data Types
- General Data Structure Concepts
Part II: Data Manipulation and Processing <a id="toc-2-dm-and-processing"></a>
Part III: Control Flow and Data Flows <a id="toc-3-cf-and-df"></a>
- Conditional Statements
- Loops
- Loop Control Statements
- Functions
- Itertools
- enumerate()
- zip()
- Recursion
- Context Managers
Part IV: File Handling, I/O, and Serialization <a id="toc-4-file-io-serialization"></a>
- File Operations
- Working with Directories
- Serialization
- Structured Data Formats
- Data Encoding and Decoding
Part V: Exceptions and Error Handling <a id="toc-5-exceptions-and-errors"></a>
Part VI: Functional Programming <a id="toc-6-fp"></a>
Part VII: Python Standard Library <a id="toc-7-standard-library"></a>
Part VIII: Object-Oriented Programming <a id="toc-8-oop"></a>
Part IX: Python Language Internals <a id="toc-9-language-internals"></a>
Part X: Concurrency <a id="toc-10-concurrency"></a>
Part XI: Debugging and Testing <a id="toc-11-debugging-and-testing"></a>
Part XII: Common Practices <a id="toc-12-common-practices"></a>
Part XIII: Databases <a id="toc-13-databases"></a>
Part XIV: Networking and Web Development <a id="toc-14-web"></a>
- HTTP
- Web Frameworks
- APIs
- RPC (Remote Procedure Call)
- Web Servers
- Real-Time Communication
- Web Scraping
- Security
- Frontend Development
Part XV: GUI Programming <a id="toc-15-gui"></a>
Part XVI: Python and Data Science <a id="toc-16-data-science"></a>
Part XVII: Software Architecture <a id="toc-17-architecture"></a>
Part XVIII: DevOps <a id="toc-18-devops"></a>
Part XIX: Algorithms <a id="toc-19-algorithms"></a>
- Time Complexity and Big O Notation
- Sorting Algorithms
- Searching Algorithms
- Graph Algorithms
- Problem Solving Methods
Sources <a id="c-sources"></a>
- Python Documentation
- Python Tutorial
- Python Standard Library
- Comprehensive Python Cheatsheet
- Python Cheatsheet
- Awesome Python
- Hitchhiker's Guide to Python
- Python Core
- Tech Interview Handbook
- Dev Mentor
Support <a id="c-contributing"></a>
Thank you for using this project! If you find it helpful and would like to support my work, kindly consider buying me a coffee. Your support is greatly appreciated!
<a href="https://www.buymeacoffee.com/ivnvxd" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
And do not forget to give the project a star if you like it! :star:
License <a id="c-license"></a>
CC-BY-SA-4.0 © Andrey Ivanov
Contributors
Showing top 1 contributor by commit count.
