Skip to content

Instantly share code, notes, and snippets.

View lreb's full-sized avatar
🏠
Working from home

Luis Raul Espinoza Barboza lreb

🏠
Working from home
View GitHub Profile
@ruimaranhao
ruimaranhao / python-guide-ist.md
Last active May 18, 2025 21:03
A guide of best practices to developing in Python (meant for the first year students of the Instituto Superior Técnico, U.Lisboa).

A Guide of Best Practices for Python

A guide of best practices to developing in Python (meant for the first year students of the Instituto Superior Técnico, University of Lisbon). Do you want to have a hard-cover book on this, check this list out.

Inspired in Steve Sloria's gist.

In General

"Beautiful is better than ugly." - [PEP 20][]

@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #