ipython-notebook topic
RFM-analysis
Python script (and IPython notebook) to perform RFM analysis from customer purchase history data
ipywebrtc
WebRTC for Jupyter notebook/lab
evolutionary-computation-course
Jupyter/IPython notebooks about evolutionary computation.
03_Python_Flow_Control
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
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
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
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
:bar_chart: Algorithm Visualizer for IPython/Jupyter Notebook
Pandas-Tutorial
Tutorial on Using Pandas
deep-residual-networks-pyfunt
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).