News

How to use Marimo, a better Jupyter-like notebook system for Python Jupyter Notebooks may be a familiar and powerful tool for data science, but its shortcomings can be irksome.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
The Jupyter notebook system gives Python users a visual, interactive way to run code, display the results, and share the source with others. But Jupyter notebooks have limited interactivity.
Mora, P., Morra, G. and Yuen, D.A. (2019) A Concise Python Implementation of the Lattice Boltzmann Method on HPC for Geo-Fluid Flow. Geophysical Journal International, 220, 682-702.
What is Google Colab? Google Colab (short for colaboratory) is a cloud-based Jupyter Notebook environment that enables users to write and execute Python code directly in their browser.
This project is an implementation of Principal Component Analysis (PCA) in Python. PCA is a technique for dimensionality reduction and data visualization that aims to find the most important ...
Computational notebooks-such as Jupyter or Colab-combine text and data analysis code. They have become ubiquitous in the world of data science and exploratory data analysis. Since these notebooks ...