Python on iOS

This post was originally published hereThis holiday I discovered Pythonista, and my mind was blown. In the iOS world, Pythonista is a well known quantity. I can find articles about it from sources like MacStories from back in 2012. Back then it was fairly…

Similar

New from Anaconda: Python in the Browser

pyscript.net Supporting open source and creating tools that enable people to do more with less are why I joined Anaconda almost eight years ago. Today, at PyCon US 2022, I'm happy to unveil a new project that we’ve been working on here at Anaconda. W... (more…)

Read more »

Python ORM with SQLAlchemy

An object relational mapper maps a relational database system to objects. If you are unfamiliar with object orientated programming, read this tutorial first. The ORM is independent of which relational database system is used. From within Python, you can ... (more…)

Read more »