Skip to content

Instantly share code, notes, and snippets.

View hsnee's full-sized avatar

Husni Almoubayyed hsnee

View GitHub Profile
@hsnee
hsnee / requirements.txt
Created May 18, 2021 02:48
data visualization requirements file
appnope==0.1.2
argon2-cffi==20.1.0
async-generator==1.10
attrs==20.3.0
backcall==0.2.0
bleach==3.3.0
certifi==2020.12.5
cffi==1.14.5
chardet==4.0.0
click==7.1.2
@hsnee
hsnee / Effective_Data_Visualization_Full.ipynb
Created May 14, 2021 21:49
PyCon 2021 Tutorial, including full solutions by Husni Almoubayyed
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hsnee
hsnee / wat2.0.ipynb
Last active August 2, 2021 04:42
unexpected behavior in Python, version 2.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hsnee
hsnee / wat.py
Created April 3, 2019 21:46
unexpected behavior in python
myhome$ ipython
Python 3.7.2 (default, Feb 12 2019, 08:15:36)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.5.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: # comparisons
In [2]: a = 256
In [3]: b = 256
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hsnee
hsnee / muviz.pde
Last active September 3, 2018 03:21
processing.js visualization script & python audio script for µViz
// setting intial values
float angle=0;
color[] colarray = new color[20];
color[] colarray2 = new color[20];
boolean changecolor = false;
int col;
// setup loop
void setup() {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.