# show-me-the-code/python

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/show-me-the-code-python).**

4,226 stars · 2,782 forks · HTML · mit

## Links

- GitHub: https://github.com/Show-Me-the-Code/python
- Homepage: https://github.com/Show-Me-the-Code/show-me-the-code
- awesome-repositories: https://awesome-repositories.com/repository/show-me-the-code-python.md

## Description

This project is a curated library of Python code examples, educational resources, and programming tutorials. It functions as an educational repository designed to teach Python language fundamentals through practical implementation tasks, real-world exercises, and functional code snippets.

The collection covers a diverse range of implementation examples, including the development of interactive websites and message boards using web frameworks. It also features scripts for audio speech processing, automated media processing for images, and the extraction of data from web content.

Additional capabilities include data format conversion between spreadsheets and XML, relational database management, and the implementation of security measures such as password encryption and data masking. The repository also demonstrates how to integrate external APIs for speech-to-text conversion to trigger system actions and automate browser navigation.

## Tags

### Education & Learning Resources

- [Python Code Examples](https://awesome-repositories.com/f/education-learning-resources/code-centric-tutorials/python-code-examples.md) — A curated collection of Python code snippets and tutorials for learning language fundamentals through practical exercises.
- [Python Tutorials](https://awesome-repositories.com/f/education-learning-resources/educational-resources/languages-and-programming-concepts/programming-language-mastery-guides/python-tutorials.md) — Educational resources that teach Python concepts via hands-on implementation tasks and real-world examples.
- [Practical Application Exercises](https://awesome-repositories.com/f/education-learning-resources/problem-solving-guides/practical-application-exercises.md) — Applies Python concepts to concrete tasks and exercises that mirror common development scenarios. ([source](https://github.com/Show-Me-the-Code/python#readme))
- [Python Exercises](https://awesome-repositories.com/f/education-learning-resources/programming-exercises/python-exercises.md) — Works through curated coding exercises that build core programming skills from basic syntax to practical problem-solving. ([source](https://github.com/Show-Me-the-Code/python#readme))
- [Python Learning Resources](https://awesome-repositories.com/f/education-learning-resources/python-learning-resources.md) — Teaches core Python concepts through hands-on code examples and practical implementation exercises. ([source](https://github.com/Show-Me-the-Code/python/blob/master/python))

### Part of an Awesome List

- [Real World Forensics](https://awesome-repositories.com/f/awesome-lists/ai/real-world-forensics.md) — Applies Python to practical implementation challenges that mirror common development scenarios and everyday automation needs. ([source](https://github.com/Show-Me-the-Code/python#readme))
- [Task Management](https://awesome-repositories.com/f/awesome-lists/productivity/task-management.md) — Adds, views, and updates tasks through a web interface to track what needs to be done. ([source](https://github.com/Show-Me-the-Code/python/tree/master/Kxrr))

### Web Development

- [Implementation Examples](https://awesome-repositories.com/f/web-development/backend-development/web-frameworks/language-specific-ecosystems/python-web-frameworks/implementation-examples.md) — Ships practical code samples demonstrating how to build interactive websites and message boards using Python frameworks.
- [Web Framework Integrations](https://awesome-repositories.com/f/web-development/web-framework-integrations.md) — Embeds simple web server examples using frameworks to create interactive interfaces for guestbooks and task lists.

### Development Tools & Productivity

- [Bulk Image Processors](https://awesome-repositories.com/f/development-tools-productivity/developer-utilities-libraries/file-processing-utilities/bulk-image-processors.md) — Provides a utility for applying batch resizing operations to image files in a directory. ([source](https://github.com/Show-Me-the-Code/python/tree/master/Kxrr))
- [Python API Integrations](https://awesome-repositories.com/f/development-tools-productivity/python-api-integrations.md) — Demonstrates integrating external APIs for speech-to-text conversion and browser automation.

### Graphics & Multimedia

- [Dimension Resizing](https://awesome-repositories.com/f/graphics-multimedia/image-editing-processing/image-processing/dimension-resizing.md) — Scales image pixel dimensions to fit within a specified maximum resolution. ([source](https://github.com/Show-Me-the-Code/python/tree/master/kamen))
- [URL Image Downloaders](https://awesome-repositories.com/f/graphics-multimedia/media-processing-analysis/media-downloaders/url-image-downloaders.md) — Fetches all images from a given URL and saves them to the local filesystem. ([source](https://github.com/Show-Me-the-Code/python/tree/master/kamen))

### Programming Languages & Runtimes

- [Python Script Collections](https://awesome-repositories.com/f/programming-languages-runtimes/python-script-collections.md) — Provides scripts for converting data formats, managing databases, and extracting information from web content.

### Security & Cryptography

- [Captcha Generation](https://awesome-repositories.com/f/security-cryptography/captcha-generation.md) — Creates images containing random letters or numbers for use as visual verification codes. ([source](https://github.com/Show-Me-the-Code/python/tree/master/kamen))
- [Password Hashing Utilities](https://awesome-repositories.com/f/security-cryptography/security/cryptography-and-secrets/cryptographic-primitives-management/password-hashing-utilities.md) — Applies hashing algorithms to passwords and sensitive data before storage or transmission.
- [Password Hash Generators](https://awesome-repositories.com/f/security-cryptography/security/cryptography-and-secrets/cryptographic-primitives-management/password-hashing-utilities/password-hash-generators.md) — Applies a cryptographic hashing algorithm to a plaintext password to produce a safe, storable digest. ([source](https://github.com/Show-Me-the-Code/python/tree/master/kamen))

### User Interface & Experience

- [Number Badge Overlays](https://awesome-repositories.com/f/user-interface-experience/content-rendering-components/image-overlays/media-watermarking-tools/image-watermark-overlays/number-badge-overlays.md) — Adds a red number badge overlay to the top-right corner of an image. ([source](https://github.com/Show-Me-the-Code/python/tree/master/kamen))
- [Guestbook Components](https://awesome-repositories.com/f/user-interface-experience/guestbook-components.md) — Lets visitors post messages and view all previous entries in a simple web page. ([source](https://github.com/Show-Me-the-Code/python/tree/master/Kxrr))
