Skip to content

Instantly share code, notes, and snippets.

View Nyantahi's full-sized avatar
🏠
Working from home

Andrew Rutazamba Nyantahi

🏠
Working from home
View GitHub Profile
@Nyantahi
Nyantahi / Python-Strings-Operations.ipynb
Last active November 23, 2020 17:57
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Tuples.ipynb
Created December 7, 2020 14:04
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Python-Lists.ipynb
Created December 7, 2020 14:06
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Dictionaries.ipynb
Created December 7, 2020 14:49
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Python-Sets.ipynb
Created December 7, 2020 15:05
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Python-Conditions.ipynb
Created December 7, 2020 15:18
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Python-Loops.ipynb
Created December 8, 2020 14:52
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Python-Functions.ipynb
Created December 9, 2020 14:40
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Python-Classes.ipynb
Created December 11, 2020 14:45
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Nyantahi
Nyantahi / Final_Assign_Part_2.py
Created February 7, 2024 18:48
Final Assignment 2 Code Review
#!/usr/bin/env python
# coding: utf-8
import dash
from dash import dcc
from dash import html
from dash.dependencies import Input, Output
import pandas as pd
import plotly.graph_objs as go
import plotly.express as px