MetaSnake Products/Python for Data Scientists & Engineers - Basic

  • $59

Python for Data Scientists & Engineers - Basic

Just the

Contents

Installation

Learn how to install a Python stack for data analysis

001-install.mov
Preview

Using Jupyter

Learn how to use Jupyter

002-jupyter.mov
Preview

Variables

01-variables.mov
Python for Analytics.ipynb

Math

Use Python for a calculator!
02-math.mov

Getting Help

Python and Jupyter enable you to get help quickly without resorting to searching.
03-getting-help.mov

Strings

Whether it is categorical data or freeform text, you will want to manipulate strings with Python.

04-strings.mov
Preview

Files

Python makes file reading and writing easy.
05-files.mov

Lists

Lists are a built-in type to track sequences. You can convert them to NumPy arrays or Pandas series.
06-lists.mov

Slicing

Get out your Ginsu 2000 and slice and dice.
07-slicing.mov

Dictionaries

Mapping keys to values is useful for renaming or performing quick lookups.
08-dicts.mov

Looping

We try and avoid loops with NumPy and Pandas, but occasionally you will need them, or their friends comprehensions.
09-looping.mov

Functions

The black box of computation. Data comes in, results go out!
10-functions.mov

Modules

We don't use these too often, but if you need to make your own utility libraries, modules are the way to go!
11-modules.mov

Classes

Classes underpin everything in Python, so it is useful to understand how they work.
12-classes.mov

Exceptions

Mastering exception handling will make your development go much smoother.
13-errors.mov

NumPy Intro

This library is the underpinning of all things fast in numeric Python.
14-numpy.mov

NumPy Slicing

Being able to pull out certain parts of your data is crucial. Slicing to the rescue!
15-slicing.mov

Boolean Arrays

Boolean arrays are using in NumPy and Pandas for filtering data. Grok them!
16-boolean-arrays.mov

NumPy Ufuncs

Vectorized operations make things fast!
17-ufuncs.mov

Pandas Intro

Pandas builds on top of NumPy and makes things easy.
18-pandas.mov