PyScript is a framework that allows users to create rich Python applications in the browser using HTML’s interface. PyScript aims to give users a first-class programming language that has consistent styling rules, is more expressive, and is easier to learn.
Archives for May 2022
Latest Python Resources (check out PyQuant Books)
PyScript pyscript.net
PostgresML github.com
PostgresML is an end-to-end machine learning system. It enables you to train models and make online predictions using only SQL, without your data ever leaving your favorite database.
8 Visualizations with Python to Handle Multiple Time-Series Data towardsdatascience.com
A time-series plot with a single line is a helpful graph to express data with long sequences. It consists of an X-axis representing the timeline and a Y-axis showing the value. This is a standard method since the concept is simple and easy to understand. The plot can help us extract some insight information such as trends and seasonal effects.
Holy 🦆uck! Fast Analysis with DuckDB + Pyarrow gerardbentley.com
Turning to DuckDB when you need to crunch more numbers faster than pandas in your Streamlit app