rivendell
rivendell copied to clipboard
:seedling: A place of peace and beauty where knowledge and stories are preserved.
trafficstars
Rivendell
:seedling: A place of peace and beauty where knowledge and stories are preserved.
Summary
| Title | Description |
|---|---|
| Tox + Pipenv | How to manage environments and run multiple python versions. |
| Order dict by values | Order dict by it's values. |
| One line christmas | Merry christmas with just one line. |
| Copy extension | Small CLI to to copy all files of 'extension' from 'source' to 'destiny'. |
| Σ | Sum terms from lower bound until upper bound, applying some function on each term. |
| Dockerize | Run containers simutaneously and get output. |
| xlsx2csv | Convert xlsx to csv. |
| Multi-stage build with Python | How to optimize your python image using multi-stage build. |
| Paulinha's class | Deep learning fundamentals by @paulinhacnn. |
| algorithms | Many algorithms from book "Entendendo Algoritmos". |
| Async with return | Async functions that return values and how to retrieve these values. |
| Data Analysis with pandas | Notebooks about data analysis with python. |
| Computer vision 101 | Algorithms to learning computer vision. |
| Learning opencv | Opencv library studies(python version). |
| Love | Draw a heart using a name. |
| Selenium Tricks | Many tricks using selenium. |
| Lights Out | Game to practice OOP. |
| Steganography | Hiding message in an image |
| FastAPI Playground | Some experiments with FastAPI |
| Snake game | Snake game using Pygame |