Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyladiesams/bootcamp-data-analysis-beginner-apr-may2020
Python Bootcamp Data Analysis for Beginners
https://github.com/pyladiesams/bootcamp-data-analysis-beginner-apr-may2020
jupyter-notebook pandas python
Last synced: 6 days ago
JSON representation
Python Bootcamp Data Analysis for Beginners
- Host: GitHub
- URL: https://github.com/pyladiesams/bootcamp-data-analysis-beginner-apr-may2020
- Owner: pyladiesams
- License: mit
- Created: 2020-04-14T10:18:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T10:59:18.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T13:17:26.732Z (over 1 year ago)
- Topics: jupyter-notebook, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 4.12 MB
- Stars: 21
- Watchers: 11
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Python Bootcamp Data Analysis for Beginners
## Bootcamp description
In this bootcamp we get you started with Python programming. The first two lessons will cover Python basics, starting from the 3rd lesson we will be moving towards pandas for data analysis.After finishing this bootcamp you will:
* understand high-level code in general
* know a bit how your computer and its file system works
* feel familiar with the Python language
* know what git and github is
* play with pandas and perform basic data analysis with itDo not worry if you have zero programming knowledge and do not know how to install Python packages or how to navigate the file system of your computer with a terminal. We will cover this as well.
In this repository you will find:
* Instructions how to install Python and Jupyter notebooks with miniconda on your computer
* The content to follow our live lessons with exercises, home assignments and solutions.## Setup
### If you have Anaconda installed:
Clone this git repository and you are ready to go### If you have git, Python and Jupyters notebooks, miniconda installed:
Clone this git repository and you are ready to go### Help, I do not have it
Relax and follow along one of these instructions video:* [MacOS user](https://youtu.be/Mg2n6wHanzE)
* [Windows user](https://youtu.be/nXn52TPnZko)
* [Linux user](https://youtu.be/cwMekDSxdNU)## Requirements
**Note:** If you already have anaconda environment then you don't need to install anything.* [miniconda](https://docs.conda.io/en/latest/miniconda.html), [git](https://git-scm.com/)
or
* Python>=3.7, Jupyter notebooks, git
## Recorded video lessons and Capstone presentations
[Lesson 1](https://youtu.be/FoPAT3_8zwc)[Lesson 2](https://youtu.be/8g8MGjjkNEo)
[Lesson 3](https://youtu.be/B0geOzFSyf0)
[Lesson 4](https://youtu.be/B8AkXs_B2Zo)
[Capstone](https://youtu.be/f3yWT3O36n8)
## Credits
The content of this Bootcamp was created by @pyladiesams and licensed under MIT License. Feel free to use it and tell more people about us, as we aspire helping everyone, who wants to learn and master Python programming language.