Python Daily
2.57K subscribers
1.48K photos
53 videos
2 files
38.9K links
Daily Python News
Question, Tips and Tricks, Best Practices on Python Programming Language
Find more reddit channels over at @r_channels
Download Telegram
Python Slack Community: PySlackers. 8,500 users strong

We have commented a couple times about our python slack community, but I would like to make an official post about it now.

We are PySlackers, a community driven slack group of ~8,500 users from all over the world and all levels of experience. We have popular channels for most topics people care about such as:

#flask
#django
#devops
#async
#beer_geeks

and even many based on location like `#i18n_nyc` and more.


We would like to invite you all to our great community. You can find our website over at https://pyslackers.com where you can find a big button to automatically join our community. We also have a few community projects (`#community_projects`) where we are working on the website (django) and a slack bot (aiohttp) and are talking about others.

You can also find us on github at:
https://github.com/pyslackers

If you want to give back to the community and want to learn how to build things. We are also open to new ideas.

So on behalf of the other admins, we invite you all to join, and grow with us and the rest of the community and write some python!

Shawn (autoferrit)

/r/Python
https://redd.it/6yh5uy
Gloe: A lightweight lib to create readable and type-safe pipelines

**What My Project Does**

Gloe (pronounced like “glow”) is a library designed to assist developers in creating and documenting flow-oriented code. Here’s what it can do for you:

* Write **type-safe** pipelines with pure Python.
* Express a pipeline as a set of **atomic** and **extensible** units of responsibility called [transformers](https://gloe.ideos.com.br/getting-started/transformers.html).
* Validate the input, output, and changes between them during execution.
* [Mix sync and async code](https://gloe.ideos.com.br/getting-started/async-transformers.html#async-pipelines) without worrying about its concurrent nature.
* Keep your code **readable** and **maintainable**, even for **complex flows**.
* [Visualize you pipelines](https://gloe.ideos.com.br/getting-started/plotting.html) and the data flowing through them.
* Use it **anywhere** without changing your existing workflow.

**Target Audience**: any Python developer working with pipelines and flow-oriented code. It's production-ready!

**Comparison**: Currently, unlike platforms like Air Flow that include scheduler backends for task orchestration, Gloe’s primary purpose is to aid in development. The [graph structure](https://gloe.ideos.com.br/getting-started/main-concepts.html) aims to make the code more flat and readable.

**Links**:
[gloe.ideos.com.br](https://gloe.ideos.com.br/)
[github.com/ideos/gloe](http://github.com/ideos/gloe)

/r/Python
https://redd.it/1d200hx
Flask Async Mail

🚀 Introducing Flask-Async-Mail! 📧

Hey everyone! I just released Flask-Async-Mail, a lightweight and flexible asynchronous email-sending library for Flask apps using Celery. 🎉

🔹 Features:
Supports both synchronous & asynchronous email sending
Works with Celery & Redis
Supports plaintext & HTML emails
Simple setup & easy integration with Flask

👉 Try it out & contribute!
📦 PyPI: https://pypi.org/project/flask-async-mail/
💻 GitHub: https://github.com/manitreasure1/flas-async-mail.git

I’d love your feedback, contributions, and stars on GitHub! Let’s build something awesome together. 🚀🔥

\#Flask #Python #Async #Email #OpenSource

/r/flask
https://redd.it/1j10wib