Difference between revisions of "Python"
(→Anaconda) |
|||
| Line 35: | Line 35: | ||
http://i.imgur.com/QkS2BEF.jpg | http://i.imgur.com/QkS2BEF.jpg | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Anaconda == | == Anaconda == | ||
| Line 56: | Line 47: | ||
<youtube>9mAmZIRfJBs</youtube> | <youtube>9mAmZIRfJBs</youtube> | ||
<youtube>uz6r0id2apA</youtube> | <youtube>uz6r0id2apA</youtube> | ||
| + | |||
| + | == Pandas - data structures and data analysis tools for the Python programming language == | ||
| + | [http://www.youtube.com/results?search_query=python+tensorflow+pandas Youtube search...] | ||
| + | |||
| + | * [http://pandas.pydata.org/ Python Data Analysis Library] | ||
| + | |||
| + | <youtube>r9WGaj5S0lc</youtube> | ||
| + | <youtube>WCXzchgxi9c</youtube> | ||
| + | <youtube>e60ItwlZTKM</youtube> | ||
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:00, 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
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.
Pandas - data structures and data analysis tools for the Python programming language