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.
- Host: GitHub
- URL: https://github.com/arrudadev/alura-python-data-science-intro
- Owner: arrudadev
- Created: 2023-02-26T17:04:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:11:46.000Z (over 3 years ago)
- Last Synced: 2025-08-22T02:02:10.753Z (11 months ago)
- Topics: data-science, matplotlib, python
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Alura Python Data Science Intro
Project developed in the alura`s course of introduction data science with python.
> 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
```