Difference between revisions of "Python"
| Line 5: | Line 5: | ||
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
}} | }} | ||
| − | [http://www.youtube.com/results?search_query=python+ | + | [http://www.youtube.com/results?search_query=python+machine+learning+ML Youtube search...] |
| − | [http://www.google.com/search?q=python | + | [http://www.google.com/search?q=python+machine+learning+ML+artificial+intelligence ...Google search] |
* [[Colaboratory]] | * [[Colaboratory]] | ||
| Line 23: | Line 23: | ||
http://cdn-images-1.medium.com/max/800/1*BeWMs7DfFaZKnNRaos72JA.png | http://cdn-images-1.medium.com/max/800/1*BeWMs7DfFaZKnNRaos72JA.png | ||
| − | |||
<youtube>U0ACP9J8vOU</youtube> | <youtube>U0ACP9J8vOU</youtube> | ||
| Line 31: | Line 30: | ||
<youtube>2FOXR16mLow</youtube> | <youtube>2FOXR16mLow</youtube> | ||
<youtube>VvjYEpb2gZw</youtube> | <youtube>VvjYEpb2gZw</youtube> | ||
| + | <youtube>8OixQrWRiXo</youtube> | ||
| + | == Anaconda == | ||
| + | [http://www.youtube.com/results?search_query=Anaconda+Python Youtube search...] | ||
| − | |||
| − | |||
* [http://docs.anaconda.com/anaconda/user-guide/getting-started/ Getting started with Anaconda | Continuum Analytics] | * [http://docs.anaconda.com/anaconda/user-guide/getting-started/ Getting started with Anaconda | Continuum Analytics] | ||
* [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] | ||
| Line 55: | Line 55: | ||
== Python Stack == | == Python Stack == | ||
| + | [http://www.youtube.com/results?search_query=Stack+Python Youtube search...] | ||
<youtube>s6NaOKD40rY</youtube> | <youtube>s6NaOKD40rY</youtube> | ||
| Line 60: | Line 61: | ||
== <span id="Flask"></span>Flask == | == <span id="Flask"></span>Flask == | ||
| + | [http://www.youtube.com/results?search_query=Flask+Python Youtube search...] | ||
| + | |||
* [http://flask.pocoo.org/ Flask] a microframework for Python | * [http://flask.pocoo.org/ Flask] a microframework for Python | ||
** [http://github.com/MaxHalford/flask-boilerplate Flask boilerplate | Max Halford] | ** [http://github.com/MaxHalford/flask-boilerplate Flask boilerplate | Max Halford] | ||
| Line 77: | Line 80: | ||
== <span id="NumPy"></span>Numpy == | == <span id="NumPy"></span>Numpy == | ||
| + | [http://www.youtube.com/results?search_query=NumPy Youtube search...] | ||
<youtube>EEUXKG97YRw</youtube> | <youtube>EEUXKG97YRw</youtube> | ||
| Line 82: | Line 86: | ||
== <span id="NetworkX"></span>NetworkX == | == <span id="NetworkX"></span>NetworkX == | ||
| + | [http://www.youtube.com/results?search_query=NetworkX Youtube search...] | ||
| + | |||
* [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. | * [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. | ||
| Line 87: | Line 93: | ||
== <span id="Matplotlib"></span>Matplotlib == | == <span id="Matplotlib"></span>Matplotlib == | ||
| + | [http://www.youtube.com/results?search_query=Matplotlib Youtube search...] | ||
| + | |||
* [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] | * [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] | ||
Revision as of 07:45, 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
- Guido Van Rossum; author of Python
- Jupyter
- TensorFlow
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
Flask
- Flask a microframework for Python
- Flask boilerplate | Max Halford
- flaskSaaS | Max Halford starting point to build your SaaS in Flask & Python, with Stripe subscription billing
- flask-image-uploader | bboe
- Flask-Login for the user accounts
- Flask-SQLAlchemy interacting with the database
- Flask-WTF and WTForms for the form handling.
- Flask-Mail for sending mails.
- Flask-Bcrypt for generating secret user passwords.
- Flask-Admin for building an administration interface.
- Flask-Script for managing the app
- flask-stripe Stripe Checkout & user registration
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
- Python Data Analysis library - data structures and data analysis tools for the Python programming language
SciPy
- SciPy library - one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration, interpolation, optimization, linear algebra and statistics.
scikit-learn
- scikit-learn library for machine Learning in Python
openpyxl