Constraints Programming with Python
Happy new year 2024 to all readers of Playful Python! Hope this new year brings with it a lot of new python learning. And what better way to bring in the new year than to write a fun little program? A few days ago, this tweet from Rodrigo landed on my X stream. SEND + MORE = MONEY If each letter represents a unique digit and there are no leading 0s, what are the numbers represented by these words? You can solve this with Python 🐍 but bonus points if you do it 100% with logic! 🚀 pic.twitter
Python Deployment Patterns - Serverless Function (Part 2)
In the previous article, we learnt what the serverless function deployment model was all about. Check out the link below if you missed that article. Python Deployment Patterns - Serverless Functions (Part 1)One of the common questions that is asked is how to deploy your web application to production. In this tutorial, we are going to take a look at one of the newer deployment options: Serverless Functions.Playful PythonSiddharta Govindaraj In this article, we will see how to deploy a python ap