https://github.com/csfelix/python-datascience-academy-challenges
πͺπ Easy challenges about Data Science. I dare you try to solve too!! πͺπ (π KeyWords: python, jupyter notebook, data science π)
https://github.com/csfelix/python-datascience-academy-challenges
challenges jupyter-notebook python
Last synced: 10 months ago
JSON representation
πͺπ Easy challenges about Data Science. I dare you try to solve too!! πͺπ (π KeyWords: python, jupyter notebook, data science π)
- Host: GitHub
- URL: https://github.com/csfelix/python-datascience-academy-challenges
- Owner: CSFelix
- Created: 2020-09-03T23:37:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T18:52:17.000Z (about 5 years ago)
- Last Synced: 2025-04-28T12:52:45.760Z (about 1 year ago)
- Topics: challenges, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 159 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Data Science Academy Challenges π
----
### `β What's it? β`
* This repository contains the challenges of the course *Python Fundamentos para AnΓ‘lise de Dados* from DataScience Academy. The contents are in Portuguese-Brazilian, but I gonna translate it to English-US some day... ππ
* Link of the course: https://www.datascienceacademy.com.br/pages/curso-python-fundamentos-para-analise-de-dados
----
### `βοΈ Tools βοΈ`
* Python 3.5 version or later;
* Jupyter Notebook 7.6.1 version or later;
* MongoDB (just to end of Challenge 5)
* Numpy, seaborn, matplotlib.pyplot and pandas package. Tip this *pip commands* in the terminal in order too install the packages:
```
pip install numpy
pip install seaborn
pip install matplotlib.pyplot
pip install pandas
```
----
### `βοΈ Run βοΈ`
* Download all the files of these repository;
* Open the terminal and go to some challenge directory. Example:
```
cd C:\Users\User1\Desktop\Missoes\Missao5
```
* Start the Jupyter Notebook on the current directory tipping this command in the terminal:
```
jupyter notebook
```
* Open the *missao5.ipynb* on Jupyter Notebook and try it out!
----
### `π Challenges' Description π`
> Challenge 1: Check if all string' chars are differents
> Challenge 2: Get prime numbers from 0 to 'n' number
> Challenge 3: Robot Movement
> Challenge 4: Selection Sort for numbers
> Challenge 5: Analyze Consumer Buying Behavior
----
### `π« Reach Me π«`
> **Email:** **[csfelix08@gmail.com](mailto:csfelix08@gmail.com?)**
> **Linkedin:** **[linkedin.com/in/csfelix/](https://www.linkedin.com/in/csfelix/)**
> **Instagram:** **[instagram.com/c0deplus/](https://www.instagram.com/c0deplus/)**
----
> **Portfolio:** **[CSFelix.io](https://csfelix.github.io/)**