Difference between revisions of "Python"

From
Jump to: navigation, search
(Numpy)
Line 10: Line 10:
 
* [[Colaboratory]]
 
* [[Colaboratory]]
 
* [http://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188 How to build your own AlphaZero AI using Python and Keras]
 
* [http://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188 How to build your own AlphaZero AI using Python and Keras]
 +
* [[TensorFlow]]
 
* [http://automatetheboringstuff.com/ Automate the Boring Stuff with Python]
 
* [http://automatetheboringstuff.com/ Automate the Boring Stuff with Python]
 
* [http://www.kdnuggets.com/2018/02/top-20-python-ai-machine-learning-open-source-projects.html Top 20 Python AI and Machine Learning Open Source Projects]
 
* [http://www.kdnuggets.com/2018/02/top-20-python-ai-machine-learning-open-source-projects.html Top 20 Python AI and Machine Learning Open Source Projects]
Line 19: Line 20:
 
* [[Git - GitHub and GitLab]]
 
* [[Git - GitHub and GitLab]]
 
* [[Creatives#Guido Van Rossum |Guido Van Rossum]]; author of Python
 
* [[Creatives#Guido Van Rossum |Guido Van Rossum]]; author of Python
* [[Jupyter]]
 
* [[TensorFlow]]
 
  
 
http://cdn-images-1.medium.com/max/800/1*BeWMs7DfFaZKnNRaos72JA.png
 
http://cdn-images-1.medium.com/max/800/1*BeWMs7DfFaZKnNRaos72JA.png
Line 31: Line 30:
 
<youtube>VvjYEpb2gZw</youtube>
 
<youtube>VvjYEpb2gZw</youtube>
 
<youtube>8OixQrWRiXo</youtube>
 
<youtube>8OixQrWRiXo</youtube>
 
  
 
== Anaconda ==
 
== Anaconda ==
 
[http://www.youtube.com/results?search_query=Anaconda+Python Youtube search...]
 
[http://www.youtube.com/results?search_query=Anaconda+Python Youtube search...]
 +
[http://www.google.com/search?q=Anaconda+Python ...Google 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]
Line 56: Line 55:
 
== Python Stack ==
 
== Python Stack ==
 
[http://www.youtube.com/results?search_query=Stack+Python Youtube search...]
 
[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>s6NaOKD40rY</youtube>
Line 62: Line 62:
 
== <span id="Flask"></span>Flask ==
 
== <span id="Flask"></span>Flask ==
 
[http://www.youtube.com/results?search_query=Flask+Python Youtube search...]
 
[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://flask.pocoo.org/ Flask] a microframework for Python
Line 81: Line 82:
 
== <span id="NumPy"></span>NumPy ==
 
== <span id="NumPy"></span>NumPy ==
 
[http://www.youtube.com/results?search_query=NumPy Youtube search...]
 
[http://www.youtube.com/results?search_query=NumPy Youtube search...]
 +
[http://www.google.com/search?q=python+NumPy ...Google search]
 +
 +
* [http://numpy.org/ 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.
  
 
<youtube>EEUXKG97YRw</youtube>
 
<youtube>EEUXKG97YRw</youtube>
Line 87: Line 91:
 
== <span id="NetworkX"></span>NetworkX ==
 
== <span id="NetworkX"></span>NetworkX ==
 
[http://www.youtube.com/results?search_query=NetworkX Youtube search...]
 
[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.   
 
* [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 94: Line 99:
 
== <span id="Matplotlib"></span>Matplotlib ==
 
== <span id="Matplotlib"></span>Matplotlib ==
 
[http://www.youtube.com/results?search_query=Matplotlib Youtube search...]
 
[http://www.youtube.com/results?search_query=Matplotlib Youtube search...]
 +
[http://www.google.com/search?q=Matplotlib ...Google 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]  
Line 101: Line 107:
  
 
== <span id="Pandas"></span>Pandas ==
 
== <span id="Pandas"></span>Pandas ==
[http://www.youtube.com/results?search_query=python+tensorflow+pandas Youtube search...]
+
[http://www.youtube.com/results?search_query=python+pandas Youtube search...]
 +
[http://www.google.com/search?q=python+pandas ...Google search]
  
* [http://pandas.pydata.org/ Python Data Analysis] library - data structures and data analysis tools for the Python programming language
+
* [http://pandas.pydata.org/ 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.
  
 
<youtube>5rNu16O3YNE</youtube>
 
<youtube>5rNu16O3YNE</youtube>
Line 109: Line 116:
 
<youtube>r9WGaj5S0lc</youtube>  
 
<youtube>r9WGaj5S0lc</youtube>  
 
<youtube>WCXzchgxi9c</youtube>
 
<youtube>WCXzchgxi9c</youtube>
 
  
 
== <span id="SciPy"></span>SciPy ==
 
== <span id="SciPy"></span>SciPy ==
[http://www.youtube.com/results?search_query=SciPy Youtube search...]
+
[http://www.youtube.com/results?search_query=SciPy+python Youtube search...]
 +
[http://www.google.com/search?q=SciPy+python ...Google search]
  
 
* [https://www.scipy.org// 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.
 
* [https://www.scipy.org// 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.
  
 
<youtube>oYTs9HwFGbY</youtube>  
 
<youtube>oYTs9HwFGbY</youtube>  
 
  
 
== <span id="scikit-learn"></span>scikit-learn ==
 
== <span id="scikit-learn"></span>scikit-learn ==
 
[http://www.youtube.com/results?search_query=scikit-learn Youtube search...]
 
[http://www.youtube.com/results?search_query=scikit-learn Youtube search...]
 +
[http://www.google.com/search?q=scikit-learn ...Google search]
  
* [http://scikit-learn.org/stable/ scikit-learn] library for machine Learning in Python
+
* [http://scikit-learn.org/stable/ scikit-learn] library for machine learning in Python
  
 
<youtube>r9WGaj5S0lc</youtube>
 
<youtube>r9WGaj5S0lc</youtube>
  
 
== <span id="openpyxl"></span>openpyxl ==
 
== <span id="openpyxl"></span>openpyxl ==
 +
[http://www.youtube.com/results?search_query=openpyxl Youtube search...]
 +
[http://www.google.com/search?q=openpyxl ...Google search]
  
 
* [http://openpyxl.readthedocs.io/en/stable/ openpyxl - a Python library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files]
 
* [http://openpyxl.readthedocs.io/en/stable/ openpyxl - a Python library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files]

Revision as of 08:12, 20 July 2019

Youtube search... ...Google search

1*BeWMs7DfFaZKnNRaos72JA.png

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

Python Stack

Youtube search... ...Google search

Flask

Youtube search... ...Google search

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.

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.

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.

scikit-learn

Youtube search... ...Google search

openpyxl

Youtube search... ...Google search


QkS2BEF.jpg


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