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

https://github.com/arrudadev/alura-python-data-science-intro

Project developed in the alura`s course of introduction data science with python.
https://github.com/arrudadev/alura-python-data-science-intro

data-science matplotlib python

Last synced: 5 days ago
JSON representation

Project developed in the alura`s course of introduction data science with python.

Awesome Lists containing this project

README

          



Python

Alura Python Data Science Intro


Project developed in the alura`s course of introduction data science with python.


cover


> Course: https://cursos.alura.com.br/course/python-intro

:pencil: About The Project


In this project was learned the introduction about the Python language with focus in Data Science, learned topics:

- Functions
- Parameters and conditions
- Type casting
- List, loops and booleans
- Import libs
- Graphs with Matplotlib

:runner: Getting Started


To run the project locally follow these steps:

:warning: Prerequisites

- [Python](https://www.python.org/downloads/) Prefer to install the LTS version.
- [Matplotlib](https://pypi.org/project/matplotlib/) Prefer to install with [pip](https://pypi.org/).

:construction_worker: Installation


1. To clone the project, run this command:

```
git clone https://github.com/arrudadev/python-data-science.git
```

:metal: Usage


Chose one file and run it:

```
python3 greetings.py
```



Alura