Welcome to my Functional Programming repository! This serves as a structured guide to document my journey in learning Functional Programming. Whether you're a beginner or an experienced developer, feel free to explore, contribute, or use this as a resource.
This repository documents my Functional Programming learning in an organized, practical way with lesson notes, code examples, real-world projects, and curated resources. The goal is to build a strong foundation while solving problems and working on projects.
(Coming Soon)
- Functional Programming in Python - David Mertz
- Mastering Python - Rick van Hattem
Contributions are welcome! To contribute:
- Fork the repository
- Create a branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -m 'Add feature') - Push the branch (
git push origin feature/YourFeature) - Open a Pull Request
Your contributions help improve this resource for everyone!
Happy Learning & Coding! 🚀