Difference between revisions of "Python"
(→Pandas - data structures and data analysis tools for the Python programming language) |
(→Pandas) |
||
| Line 61: | Line 61: | ||
<youtube>WCXzchgxi9c</youtube> | <youtube>WCXzchgxi9c</youtube> | ||
<youtube>e60ItwlZTKM</youtube> | <youtube>e60ItwlZTKM</youtube> | ||
| + | |||
| + | * [http://networkx.github.io/ NetworkX] a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Video: Connected: A Social Network Analysis Tutorial with [http://networkx.github.io/ NetworkX] ...[http://en.wikipedia.org/wiki/Social_network_analysis Social Network Analysis (SNA)], the study of the relational structure between actors, is used throughout the social and natural sciences to discover insight from connected entities. | ||
| + | |||
| + | <youtube>7fsreJMy_pI</youtube> | ||
| + | |||
| + | * [http://matplotlib.org/ Matplotlib] generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc [http://jakevdp.github.io/PythonDataScienceHandbook/04.00-introduction-to-matplotlib.html Visualization with Matplotlib | Jake VanderPlas] - [http://tanthiamhuat.files.wordpress.com/2018/04/pythondatasciencehandbook.pdf Python Data Science Handbook] | ||
| + | |||
| + | <youtube>UO98lJQ3QGI</youtube> | ||
http://i.imgur.com/QkS2BEF.jpg | http://i.imgur.com/QkS2BEF.jpg | ||
| + | |||
http://www.starnaija.com/wp-content/uploads/2015/12/Amazing-Snake-Big-Anaconda-attack-Barack-Obama-Watch-Video.jpeg | http://www.starnaija.com/wp-content/uploads/2015/12/Amazing-Snake-Big-Anaconda-attack-Barack-Obama-Watch-Video.jpeg | ||
Revision as of 00:17, 19 July 2019
Youtube search... ...Google search
- Colaboratory
- Python Data Science Handbook (Jupyter notebook) | Jake VanderPlas - O-Reilly
- How to build your own AlphaZero AI using Python and Keras
- Automate the Boring Stuff with Python
- Top 20 Python AI and Machine Learning Open Source Projects
- Essential Cheat Sheets for Machine Learning and Deep Learning Engineers
- How to Setup a Python Environment for Machine Learning | George Seif - KDnuggets
- Notebooks; Jupyter and R Markdown
- Python & AWS Lambda
- Cython
- Git - GitHub and GitLab
Anaconda
- Getting started with Anaconda | Continuum Analytics
- Cheatsheet
- Anaconda Cloud Documentation
- Anaconda package lists of libraries & utilities
Anaconda Cloud is a package management service by Anaconda. Cloud makes it easy to find, access, store and share public notebooks, environments, and conda and PyPI packages.
Numpy
Pandas
Data structures and data analysis tools for the Python programming language
- NetworkX a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Video: Connected: A Social Network Analysis Tutorial with NetworkX ...Social Network Analysis (SNA), the study of the relational structure between actors, is used throughout the social and natural sciences to discover insight from connected entities.
- Matplotlib generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc Visualization with Matplotlib | Jake VanderPlas - Python Data Science Handbook