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
- Host: GitHub
- URL: https://github.com/dgapitts/python_data_analysis
- Owner: dgapitts
- Created: 2022-08-17T04:46:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T21:53:20.000Z (over 3 years ago)
- Last Synced: 2025-11-20T14:33:26.204Z (7 months ago)
- Language: Jupyter Notebook
- Size: 955 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)