Skip to content

My general notes on the Python language. Minhas anotações gerais sobre a linguagem Python.

License

Notifications You must be signed in to change notification settings

barbaracalderon/notes-on-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is in English and Portuguese. // Esse repositório está em Português e Inglês.

Notes on Python

Under construction.

These are my general notes on the Python language. It's like a notepad: useful to keep track of information and come back later to review and refresh my memory. These notes are from miscellaneous courses.

THE CONTENTS OF THIS REPOSITORY

FILES CONTENTS
01_VARIABLES.md Variables on top and why do this
02_INHERITANCE.md Class Inheritance; the Chef example; general concept; super().
03_FILE_MANAGEMENT.md Methods open(), read(), write(), close(); overwrite or append; absolute and relative paths
04_CSV_DATA_PANDAS_LIBRARY.md the CSV built-in library; csv.reader(); the pandas library; pandas.read_csv(); pandas dataframe and series; dataframe.to_dict(); series.to_list(); series.mean(); series["axis"].max(); Get data in row; Create a dataframe from scratch and save it as a CSV file; information table
05_FLASK.md Flask; Nested Functions; Python Decorators; Flask documentation; Routing; Exercise on Flask (guess-the-number game), more coming...
To be continued ...

Anotações sobre Python

Em construção.

Essas são as minhas anotações gerais sobre a linguagem Python. É como um caderno: útil para manter um registro das informações e voltar pra ele pra revisar e refrescar a memória. Anotações de pontos de cursos variados.

CONTEÚDOS DESSE REPOSITÓRIO

ARQUIVOS CONTEÚDOS
01_VARIAVEIS.md Variáveis no topo e porquê fazer isso
02_HERANCA.md Herança de Classe; exemplo do Chef; conceito geral; super()
03_GERENCIA_DE_ARQUIVOS.md Métodos open(), read(), write(), close(); sobrescrever ou append no final; caminhos relativos e absolutos
04_CSV_DATA_PANDASmd a biblioteca CSV; csv.reader(); a biblioteca pandas; pandas.read_csv(); pandas dataframes e series; dataframe.to_dict(); series.to_list(); series.mean(); series["axis"].max(); Pegar os dados de uma linha; Criar um dataframe do zero e salvar como um arquivo CSV; tabela de informações
05_FLASK.md Flask; Funções Aninhadas; Decoradores Python; Documentação Flask; Roteamento; Exercício em Flask (jogo adivinha-o-número), e mais...
Continua... ...

About

My general notes on the Python language. Minhas anotações gerais sobre a linguagem Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published