News

Streamlit lets you write web-based Python data applications without HTML, CSS, or JavaScript. Here's a first look at Streamlit.
PyScript lets you run Python scripts right in the browser, side by side with JavaScript, with two-way interaction between your code and the web page.
Decorators in Python are a prime-time example of a perfectly implemented feature. It does take a while to wrap your head around, but it’s worth it.