PythonHub
2.44K subscribers
2.35K photos
49.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
3 Simple Ideas From Functional Programming To Improve Your Code

Functional programming is a complex topic to dive into. However, there are 3 simple ideas from functional/declarative code that you can apply to your own code today - without becoming a Haskell expert! This video dives into the details and show you a few examples in Python of how you can use these ideas in both object-oriented and functional/procedural code.

https://www.youtube.com/watch?v=4B24vYj_vaI
Build a Passwordless Authentication System Using Django, Twilio Verify, and SendGrid

In this tutorial, you will learn how to create a passwordless authentication system using Twilio Verify, SendGrid, Django, and Python. The proposed authentication system will require users to verify their identity using a one-time password.

https://www.twilio.com/blog/passwordless-authentication-system-django-twilio-verify-sendgrid
4 Pandas Anti-Patterns to Avoid and How to Fix Them

pandas is a powerful data analysis library with a rich API that offers multiple ways to perform any given data manipulation task. Some of these approaches are better than others, and pandas users often learn suboptimal coding practices that become their default workflows.

https://www.aidancooper.co.uk/pandas-anti-patterns/
This Food Does Not Exist

We have trained four StyleGAN2 models to generate food pictures. The images are purely synthetic!

https://nyx-ai.github.io/stylegan2-flax-tpu/
Modeling Short Time Series with Prior Knowledge in PyMC

https://juanitorduz.github.io/short_time_series_pymc/