An open API service indexing awesome lists of open source software.

https://github.com/dgapitts/python_data_analysis

Note from Python_Data_Analysis course
https://github.com/dgapitts/python_data_analysis

Last synced: 27 days ago
JSON representation

Note from Python_Data_Analysis course

Awesome Lists containing this project

README

          

# Python Data Analysis

I have a plenty of work experience with Python2 and simple shell scripts (e.g. matching algorithm, simple data analysis).

This linkedin.com learning course [python-data-analysis](https://www.linkedin.com/learning/python-data-analysis-2) is using Python3 through Jupyter Notebooks

I've added my own notes and a few extra demo scripts to highlight key learning points for myself.

* [Getting started with loops, combinatorial problems, exponential growth and matplotlib](docs/02_01_getting_started_with_loops_combinatorial_problems_and_exponential_growth.md)
* [Another matplotlib.lines.Line2D simple plot example](docs/matplotlib.lines.Line2D-simple-example.md)
* [Feeding .csv file into matplotlib.lines.Line2D](docs/feeding-csv-matplotlib.lines.Line2D.md)
* [Lists, tuples, and the slicing syntax](docs/lists-tuples-slicing-syntax.md)
* [Dictionaries and sets](docs/dictionaries-sets.md)
* [Regular iterator loop vs comprehensions ("more pythonic")](docs/regular-iterator-loop-vs-comprehensions.md)
* [Comprehensions with Filters](docs/comprehensions-with-filters.md)
* [Advanced Python containers - collections.namedtuple - example persontype](docs/namedtuple-example-persontype.md)
* [Advanced Python containers - Collections default-dict - simple meaning-of-life example](docs/collections-defaultdict-example.md)
* [Loading Ulysess - a dictionary for all the anagrams for the words in Ulysess](docs/loading_ulysess.md)