Posts

💌🐍 How to merge dictionaries in Python 2.x and 3.x (Get the full series at realpython.com/python-tricks)

May be an image of text that says "Merging two dicts in Python 3.5+ #with a single expression >>> >>> >>> {***, **y} 'a':1, Real Python 3} In Python 2.x you could use this: >>> dict(x, **y) {'a' b':3} Get the full series at realpython.com/python-tricks"

🐍📰 Brython: Python in Your Browser

In this tutorial, you'll learn how to use Brython to run Python code in the browser. Although most front-end web applications are written in JavaScript, you can use Brython to access JavaScript libraries and APIs and deploy Python-based applications to the web

https://realpython.com/brython-python-in-browser/

Photos
Videos
Real Python Podcast – Episode 0 – About the Show (Trailer)
9
Happy Monday! Episode #2 of the Real Python Podcast is out. Tune in to learn how to make games with Python using PyGame and other libraries: https://realpython.com/podcasts/rpp/2/
5
New Feature: Tutorial Progress in TOC
2