ipython-notebook topic

List ipython-notebook repositories

RFM-analysis

263
Stars
176
Forks
Watchers

Python script (and IPython notebook) to perform RFM analysis from customer purchase history data

ipywebrtc

234
Stars
39
Forks
Watchers

WebRTC for Jupyter notebook/lab

03_Python_Flow_Control

218
Stars
222
Forks
Watchers

Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements

08_Python_Date_Time_Module

224
Stars
213
Forks
Watchers

Time is undoubtedly the most critical factor in every aspect of life. Therefore, it becomes very essential to record and track this component. In Python, date and time can be tracked through its built...

09_Python_NumPy_Module

229
Stars
222
Forks
Watchers

Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific...

11_Python_Matplotlib_Module

218
Stars
206
Forks
Watchers

Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader S...

ipytracer

135
Stars
12
Forks
Watchers

:bar_chart: Algorithm Visualizer for IPython/Jupyter Notebook

Pandas-Tutorial

79
Stars
88
Forks
Watchers

Tutorial on Using Pandas

deep-residual-networks-pyfunt

52
Stars
10
Forks
Watchers

Python implementation of "Deep Residual Learning for Image Recognition" (http://arxiv.org/abs/1512.03385 - MSRA, winner team of the 2015 ILSVRC and COCO challenges).