Numpy Tutorial - Best Python Packages Series (FAST!)

Опубликовано: 11 Ноябрь 2024
на канале: Derrick Sherrill
4,562
110

Learn everything you need to know about numpy really fast!
Use the full strength of the python Package Numpy to do advanced scientific computing operations.

Full code walkthrough and tutorial on how to use numpy.

Find the full code of this example here:
https://github.com/Derrick-Sherrill/D...

Different data types:
bool_ = Boolean as byte
int32 = integers (-2147483648 to 2147483647)
int64 = integers (-9223372036854775808 to 9223372036854775807)
float32 = single precision float
float64 = double precision float
complex64 & complex128 = complex number data types
U16, U32, U64 = strings (unicode)


*****************************************************************
Code from this tutorial and all my others can be found on my GitHub:
https://github.com/Derrick-Sherrill/D...

Check out my website:
https://www.derricksherrill.com/

If you liked the video - please hit the like button. It means more than you know. Thanks for watching!!

Useful Links
-----------------------------------------------------------------------------------------------------------------
Python Download:
https://www.python.org/downloads/
(Remember Python 3 is the future!)

I use Atom Text Editor for all my tutorials
Atom Text Editor:
https://atom.io/

Packages I often use in Python tutorials:
-Pandas
https://pandas.pydata.org/pandas-docs...
-Numpy
https://www.numpy.org/
-xlrd
https://xlrd.readthedocs.io/en/latest/
-TensorFlow
https://www.tensorflow.org/api_docs/p...
-Matplotlib
https://matplotlib.org/
-Django Framework
https://www.djangoproject.com/
-Beautiful Soup
https://www.crummy.com/software/Beaut...
(Install through Terminal $pip3 install ....)

Other Useful Services sometimes featured:
-Amazon Web Services (AWS)
https://aws.amazon.com/
-Microsoft Azure
https://azure.microsoft.com/en-us/
-Google Cloud
https://cloud.google.com/
-Juypter Notebooks
https://jupyter.org/

Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!