https://github.com/bredalis/functionalprogrammingpython
💻 Programación Funcional en Python
https://github.com/bredalis/functionalprogrammingpython
data functional-programming functions programing programming-language python structured-data
Last synced: 17 days ago
JSON representation
💻 Programación Funcional en Python
- Host: GitHub
- URL: https://github.com/bredalis/functionalprogrammingpython
- Owner: Bredalis
- License: gpl-3.0
- Created: 2024-05-25T14:26:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-24T03:58:16.000Z (4 months ago)
- Last Synced: 2026-02-24T08:52:03.055Z (4 months ago)
- Topics: data, functional-programming, functions, programing, programming-language, python, structured-data
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🐍 Python Functional Programming

---
## Table of Contents 🧾
* Description 📝
* Key Concepts 📦
* Installation 🛠️
* Usage 📘
* License 📜
---
## Description 📝
This repository contains a collection of simple Python 🐍 files focused on the Functional Programming paradigm. Here, you'll find a series of functions written in a clear and easy-to-understand manner, showcasing functional programming concepts. You can use this repository as a learning resource to explore functional programming in Python 😁.
---
## Key Concepts 📦
✔️ Pure functions 🧼
✔️ Immutability 🧊
✔️ Higher-order functions 🚀
✔️ Lambda functions λ
✔️ Map, Filter, and Reduce 🗺️
✔️ Recursion 🔄
## Installation 🖥️
1. Clone the repository:
```bash
git clone https://github.com/Bredalis/FunctionalProgrammingPython.git
```
2. Navigate to the project directory:
```bash
cd FunctionalProgrammingPython
```
---
## Usage ⚙️
To run a program, follow these steps:
1️⃣ Navigate to the program directory:
```bash
cd path_to_program
```
2️⃣ Run the Python file:
```bash
python program_name.py
```
---
## License 📜
This project is licensed under the 📜
GPLv3 (GNU General Public License V3.0)
---
## 👩💻 Author

[](https://github.com/Bredalis)

😊 I am a programmer passionate about technology, artificial intelligence, and continuous learning.
I love creating projects that help others understand complex concepts in a simple way.
#python #ai #exceptions 🚀
---
## ⭐ Check out my GitHub profile
[](https://github.com/bredalis)
---
✨ If you like this project, don’t forget to give it a star!