DEV Community

Cover image for Building A Python Code Completer at PyCon US 2022
Eli Holderness for Anvil

Posted on • Originally published at anvil.works

Building A Python Code Completer at PyCon US 2022

Almost all of Anvil went to PyCon US in Salt Lake City this past April, and we had a blast. To round off the trip, we were able to watch Meredydd give his first in-person talk at a US PyCon - and it was awesome. Even better, the recordings are now out, so you can see it for yourselves!

In his talk, Meredydd teaches us how Python parses and compiles code, what an AST is, and how we can use this knowledge to work out what a programmer might type next. And, to prove it’s not that complicated, he builds a little code completer, live on stage, in about five minutes.


More about Anvil

If you’re new here, welcome! Anvil is a platform for building full-stack web apps with nothing but Python. No need to wrestle with JS, HTML, CSS, Python, SQL and all their frameworks – just build it all in Python.

Try Anvil - it's free, forever.

Top comments (1)

Collapse
 
kartikgargg profile image
Kartik Garg

Helpful information. Thanks for sharing 👍