Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denismurphy/pythonic
Selection of naive code snippets and examples that I compiled while learning Python.
https://github.com/denismurphy/pythonic
beginner collections functional-programming oop python typing zen
Last synced: 15 days ago
JSON representation
Selection of naive code snippets and examples that I compiled while learning Python.
- Host: GitHub
- URL: https://github.com/denismurphy/pythonic
- Owner: denismurphy
- License: mit
- Created: 2024-08-14T16:26:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T12:04:05.000Z (4 months ago)
- Last Synced: 2024-12-24T06:14:35.747Z (16 days ago)
- Topics: beginner, collections, functional-programming, oop, python, typing, zen
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐍 Pythonic
Pythonic is a selection of naive code snippets and examples that I compiled while learning Python.
## 🌟 Features
- ✅ Basic and advanced data types
- 🔀 Control flow and error handling
- 🧮 Functions and lambda expressions
- 🏗️ Object-oriented programming concepts
- 🧩 Functional programming techniques
- 🏷️ Type hinting## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.