/PythonConcepts

Python exercises for practice of some concepts. Manipulation of text files, API data consumption, API REST

Primary LanguageJupyter Notebook

PythonConcepts 🐍


Python exercises to practice some concepts. API consumption, API REST, Libraries, Data Analysis and text files manipulation.
  • Pandas
    Jupyter notebook including exercises about Pandas usage (just portuguese lenguage).
    Click here to acess code

  • Numpy
    Jupyter notebook including exercises about Numpy usage (just portuguese lenguage).
    Click here to acess code

  • Brazil's Covid-19 data:
    Consuption of covid data in Brazil from "disease.sh" API and treatment of the data so that it appears in a more visible way for users
    Click here to acess code

  • Currency Converter:
    Consuption of currency data from "api.hgbrasil" API to show USD/EUR conversion to BRL
    Click here to acess code

  • Get id-street:
    Consuption of data from "viacep" API to show the CEP (something like an id-street in Brazil) of a given street
    Click here to acess code

  • Finding random numbers into an Array:
    Build of an array containing 100 random integer numbers using the "random" library. After that, a number is searched in these array
    Click here to acess code

  • Reading a file of CEPs
    A file containing some values of CEPs (something like an id-street in Brazil) is read and the "viacep" API is consumed to show data from the CEPs
    Click here to acess code

  • Reading a file of CEPs
    A file containing a month's data from a company is read and the data is processed so that it appears more visible for users
    Click here to acess code

  • Basic Concepts
    Jupyter notebook including exercises pages about initial concepts in Python (just portuguese lenguage).
    Click here to acess the first code
    Click here to acess the second code