Difference between revisions of "Python"

From
Jump to: navigation, search
Line 52: Line 52:
 
<youtube>DifMYH3iuFw</youtube>
 
<youtube>DifMYH3iuFw</youtube>
  
== [[TensorFlow]]  ==
 
* [[TensorFlow]] for machine learning model building (Reference: [[TensorFlow]])
 
 
<youtube>U0ACP9J8vOU</youtube>
 
<youtube>2FOXR16mLow</youtube>
 
 
== Python Stack ==
 
[http://www.youtube.com/results?search_query=Stack+Python Youtube search...]
 
[http://www.google.com/search?q=Stack+Python ...Google search]
 
 
<youtube>s6NaOKD40rY</youtube>
 
<youtube>-FWuNnCe73g</youtube>
 
 
== <span id="Flask"></span>Flask ==
 
[http://www.youtube.com/results?search_query=Flask+Python Youtube search...]
 
[http://www.google.com/search?q=Flask+Python ...Google search]
 
 
* [http://flask.pocoo.org/ Flask] a microframework for Python
 
** [http://github.com/MaxHalford/flask-boilerplate Flask boilerplate | Max Halford]
 
** [http://github.com/alectrocute/flaskSaaS flaskSaaS | Max Halford] starting point to build your SaaS in Flask & Python, with Stripe subscription billing
 
** [http://github.com/bboe/flask-image-uploader flask-image-uploader | bboe]
 
** [http://flask-login.readthedocs.io/en/latest/ Flask-Login] for the user accounts
 
** [http://flask-sqlalchemy.palletsprojects.com/en/2.x/ Flask-SQLAlchemy] interacting with the database
 
** [http://flask-wtf.readthedocs.io/en/latest/ Flask-WTF] and [http://wtforms.readthedocs.io/en/latest/ WTForms] for the form handling.
 
** [http://pythonhosted.org/Flask-Mail/ Flask-Mail] for sending mails.
 
** [http://flask-bcrypt.readthedocs.io/en/latest/ Flask-Bcrypt] for generating secret user passwords.
 
** [http://flask-admin.readthedocs.io/en/latest/ Flask-Admin] for building an administration interface.
 
** [http://flask-script.readthedocs.io/en/latest/ Flask-Script] for managing the app
 
** [http://github.com/mjhea0/flask-stripe flask-stripe] Stripe Checkout & user registration
 
 
<youtube>Z1RJmh_OqeA</youtube>
 
<youtube>MwZwr5Tvyxo</youtube>
 
  
 
== <span id="NumPy"></span>NumPy ==
 
== <span id="NumPy"></span>NumPy ==
Line 93: Line 61:
 
<youtube>EEUXKG97YRw</youtube>
 
<youtube>EEUXKG97YRw</youtube>
 
<youtube>xECXZ3tyONo</youtube>
 
<youtube>xECXZ3tyONo</youtube>
 
== <span id="NetworkX"></span>NetworkX ==
 
[http://www.youtube.com/results?search_query=NetworkX Youtube search...]
 
[http://www.google.com/search?q=NetworkX ...Google 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. 
 
 
<youtube>7fsreJMy_pI</youtube>
 
  
 
== <span id="Matplotlib"></span>Matplotlib ==
 
== <span id="Matplotlib"></span>Matplotlib ==
Line 129: Line 89:
  
 
<youtube>oYTs9HwFGbY</youtube>  
 
<youtube>oYTs9HwFGbY</youtube>  
 +
 +
== <span id="NetworkX"></span>NetworkX ==
 +
[http://www.youtube.com/results?search_query=NetworkX Youtube search...]
 +
[http://www.google.com/search?q=NetworkX ...Google 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. 
 +
 +
<youtube>7fsreJMy_pI</youtube>
  
 
== <span id="scikit-learn"></span>scikit-learn ==
 
== <span id="scikit-learn"></span>scikit-learn ==
Line 156: Line 124:
 
<youtube>L1cCFA13iHo</youtube>
 
<youtube>L1cCFA13iHo</youtube>
 
<youtube>aiBSi5e6vu4</youtube>
 
<youtube>aiBSi5e6vu4</youtube>
 +
 +
== [[TensorFlow]]  ==
 +
* [[TensorFlow]] for machine learning model building (Reference: [[TensorFlow]])
 +
 +
<youtube>U0ACP9J8vOU</youtube>
 +
<youtube>2FOXR16mLow</youtube>
 +
 +
== Python Stack ==
 +
[http://www.youtube.com/results?search_query=Stack+Python Youtube search...]
 +
[http://www.google.com/search?q=Stack+Python ...Google search]
 +
 +
<youtube>s6NaOKD40rY</youtube>
 +
<youtube>-FWuNnCe73g</youtube>
 +
 +
== <span id="Flask"></span>Flask ==
 +
[http://www.youtube.com/results?search_query=Flask+Python Youtube search...]
 +
[http://www.google.com/search?q=Flask+Python ...Google search]
 +
 +
* [http://flask.pocoo.org/ Flask] a microframework for Python
 +
** [http://github.com/MaxHalford/flask-boilerplate Flask boilerplate | Max Halford]
 +
** [http://github.com/alectrocute/flaskSaaS flaskSaaS | Max Halford] starting point to build your SaaS in Flask & Python, with Stripe subscription billing
 +
** [http://github.com/bboe/flask-image-uploader flask-image-uploader | bboe]
 +
** [http://flask-login.readthedocs.io/en/latest/ Flask-Login] for the user accounts
 +
** [http://flask-sqlalchemy.palletsprojects.com/en/2.x/ Flask-SQLAlchemy] interacting with the database
 +
** [http://flask-wtf.readthedocs.io/en/latest/ Flask-WTF] and [http://wtforms.readthedocs.io/en/latest/ WTForms] for the form handling.
 +
** [http://pythonhosted.org/Flask-Mail/ Flask-Mail] for sending mails.
 +
** [http://flask-bcrypt.readthedocs.io/en/latest/ Flask-Bcrypt] for generating secret user passwords.
 +
** [http://flask-admin.readthedocs.io/en/latest/ Flask-Admin] for building an administration interface.
 +
** [http://flask-script.readthedocs.io/en/latest/ Flask-Script] for managing the app
 +
** [http://github.com/mjhea0/flask-stripe flask-stripe] Stripe Checkout & user registration
 +
 +
<youtube>Z1RJmh_OqeA</youtube>
 +
<youtube>MwZwr5Tvyxo</youtube>
 +
  
 
http://i.imgur.com/QkS2BEF.jpg
 
http://i.imgur.com/QkS2BEF.jpg

Revision as of 09:47, 20 July 2019

Youtube search... ...Google search

state_of_the_stack_2015.png

Scientific Python Overview | Daniel Rothenberg and the GCST

Anaconda

Youtube search... ...Google search

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


NumPy

Youtube search... ...Google search

  • NumPy -manipulation of numerical arrays. NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.

Matplotlib

Youtube search... ...Google search

Pandas

Youtube search... ...Google search

  • Python Data Analysis library - data structures and data analysis tools for the Python programming language. Pandas is a newer package built on top of NumPy, and provides an efficient implementation of a DataFrame. DataFrames are essentially multidimensional arrays with attached row and column labels, and often with heterogeneous types and/or missing data. As well as offering a convenient storage interface for labeled data, Pandas implements a number of powerful data operations familiar to users of both database frameworks and spreadsheet programs.

SciPy

Youtube search... ...Google search

  • 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.

NetworkX

Youtube search... ...Google search

  • 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.

scikit-learn

Youtube search... ...Google search

openpyxl

Youtube search... ...Google search

IPython Blocks

Youtube search... ...Google search

  • IPython Blocks a tool for practicing Python in the Jupyter giving learners a grid of colors to manipulate while practicing for loops, if statements, and other aspects of Python.

TensorFlow

Python Stack

Youtube search... ...Google search

Flask

Youtube search... ...Google search


QkS2BEF.jpg


Amazing-Snake-Big-Anaconda-attack-Barack-Obama-Watch-Video.jpeg