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

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 πŸ”‘)

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/)**