We'll be at PyCon TW 2017!
Russell will be keynoting PyCon
Russell will be keynoting PyCon
We all know Python is a powerful and expressive programming language. What you may not know is how much of the internals of Python itself is exposed for you to use and manipulate.
In this talk, you'll be introduced to the tools and libraries Python provides to manipulate the compilation and execution of Python code. You will also see how you can use those tools to target execution environments other than the CPython virtual machine.
As seen at PyCon US 2017.
Python is a decades-strong language with a large community, and it has a solid foundation on the server, but it doesn't have a good user story in the browser… until now.
The BeeWare project aims to bring Python natively, everywhere. Using a combination of the Batavia and Toga projects, we can develop and entirely native web experience in Python, no JavaScript required.
During this talk, you will learn about how the BeeWare project has built Batavia, a Python virtual machine in JavaScript; and Toga, a multi-platform native API wrapper; a combination of which can be used to build an entire web platform in Python only.
As seen at PyCon US 2017.
Russell, Katie, Swenson, Philip and Amber will be attending PyCon US 2017 from May 17 - May 22, 2017!
Katie wrote an article about BeeWare and her PyCon US 2017 talk for
Around 4 years ago, I made the first commit to Cricket - the first tool that would eventually become part of the BeeWare suite. Since then, the BeeWare project has grown to encompass support for mobile platforms, two alternate Python implementations, and a cross-platform widget set - as well as the developer tools that started the project originally.
Russell will be attending DjangoCon Europe 2017 from April 03 - April 06, 2017!
Russell will be keynoting
Anthony Shaw walks through the process of using Briefcase, Toga, and the Python iOS support tools to build a remote control app for his TV.