Difference between revisions of "Python"
| Line 38: | Line 38: | ||
* [http://conda.io/projects/conda/en/latest/_downloads/1f5ecf5a87b1c1a8aaf5a7ab8a7a0ff7/conda-cheatsheet.pdf Cheatsheet] | * [http://conda.io/projects/conda/en/latest/_downloads/1f5ecf5a87b1c1a8aaf5a7ab8a7a0ff7/conda-cheatsheet.pdf Cheatsheet] | ||
* [http://docs.anaconda.com/anaconda-cloud/ Anaconda Cloud Documentation] | * [http://docs.anaconda.com/anaconda-cloud/ Anaconda Cloud Documentation] | ||
| + | * [http://docs.continuum.io/anaconda/packages/pkg-docs/ 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. | 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. | ||
Revision as of 00:07, 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.
Pandas - data structures and data analysis tools for the Python programming language