> For the complete documentation index, see [llms.txt](https://python.howtocode.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://python.howtocode.dev/func-prog.md).

# ফাংশনাল প্রোগ্রামিং

* [ভূমিকা](/func-prog/func-prog-intro.md)
* [ল্যামডা](/func-prog/lambda.md)
* [ম্যাপ ও ফিল্টার](/func-prog/map-filter.md)
* [জেনারেটর](/func-prog/generator.md)
* [ডেকোরেটর](/func-prog/decorator.md)
* [রিকারসন](/func-prog/recursion.md)
* [সেট](/func-prog/set.md)
* [itertools](/func-prog/itertools.md)
