Learn to build an SMS alert application in Python and Flask so you can tell your family when your child is born. (more…)
Read more »
In this tutorial, you'll learn how to use the development environment included with your Python installation. Python IDLE is a small program that packs a big punch! You'll learn how to use Python IDLE to interact with Python directly, work with Python fi... (more…)
Read more »
Distinguish IO-bound and CPU-bound applications in Python to write code that runs faster... (more…)
Read more »
Thu, Dec 12, 2019, 6:30 PM: Join us for our next Web Meetup! We'll have food, two talks, and socializing/networking afterwards. Note: there will be a sign-in form with NDA at the event. Also, message (more…)
Read more »
Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s... (more…)
Read more »