News

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 ...
An experimental ‘no-GIL’ build mode in Python 3.13 disables the Global Interpreter Lock to enable true parallel execution in Python. Here’s where to start.
In this Streamlit tutorial, we will dive into how you can create a beautiful app with Python and the Dockerfile for deploying your Streamlit app. What Is Streamlit?
Matplotlib tutorial for beginner. Contribute to Rodski/matplotlib-tutorial_2 development by creating an account on GitHub.
Want to know how to create a scatter plot in Excel? Here's a guide on how we created a simple chart based on performance numbers.
It's as if all 3 million colors are being slowly remapped every time--even for points which can't be seen. I would expect multi-color scatter plots to be only marginally slower than single-color ones.
First, it is not a simple comparison of just two elements as you would find in a bar chart, or numbers over time as in a line graph. The scatterplot plots two variables in relationship to each other.