Difference between revisions of "Python"
| Line 28: | Line 28: | ||
<youtube>2FOXR16mLow</youtube> | <youtube>2FOXR16mLow</youtube> | ||
<youtube>VvjYEpb2gZw</youtube> | <youtube>VvjYEpb2gZw</youtube> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Anaconda == | == Anaconda == | ||
| Line 49: | Line 44: | ||
<youtube>9mAmZIRfJBs</youtube> | <youtube>9mAmZIRfJBs</youtube> | ||
<youtube>uz6r0id2apA</youtube> | <youtube>uz6r0id2apA</youtube> | ||
| + | |||
| + | == Python Data Science Handbook == | ||
| + | * [http://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb Python Data Science Handbook (Jupyter notebook) | Jake VanderPlas - O-Reilly] | ||
| + | ** [http://tanthiamhuat.files.wordpress.com/2018/04/pythondatasciencehandbook.pdf Python Data Science Handbook (PDF) | Jake VanderPlas] | ||
| + | |||
| + | <youtube>DifMYH3iuFw</youtube> | ||
| + | |||
| + | == Python Stack == | ||
| + | |||
| + | <youtube>s6NaOKD40rY</youtube> | ||
| + | <youtube>-FWuNnCe73g</youtube> | ||
== <span id="NumPy"></span>Numpy == | == <span id="NumPy"></span>Numpy == | ||
Revision as of 06:29, 20 July 2019
Youtube search... ...Google search
- Colaboratory
- 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
Contents
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.
Python Data Science Handbook
Python Stack
Numpy
NetworkX
- 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
- Matplotlib generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc Visualization with Matplotlib | Jake VanderPlas - Python Data Science Handbook
Pandas
Data structures and data analysis tools for the Python programming language
openpyxl