Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Kevin Saltarelli
Core
@kevinqz
São Paulo
X
GitHub
kevinsaltarelli
Earned
100K
Cycles
in Bounties
Public Apps
FastAPI Template with FastAPIRichLogger
1 year ago
FastAPIRichLogger is a robust and visually appealing logging system for FastAPI applications. Utilizing the power of the rich library, it enhances the standard logging capabilities with color-coded log levels, detailed request-response data, and a user-friendly format that improves both readability and debugging.
Logu Example Usage Template
1 year ago
This template offers a quick and efficient way to integrate Logu, a powerful logging and analytics tool, into your Python projects. With Logu, you can effortlessly log events, identify users, and gain valuable insights, all in real time.
pylogu-sdk-code
1 year ago
The pylogu library offers a powerful yet intuitive interface for integrating Logu's real-time monitoring and analytics capabilities into your Python applications.
Python Blockchain
1 year ago
Explore a simple Python-based blockchain with a Block class, proof-of-work mining, genesis block creation, chain integrity checks, and a basic consensus protocol.
Litestar Framework
2 years ago
Effortlessly build performant APIs with Litestar - The powerful, lightweight and flexible ASGI framework. Litestar Documentation: https://litestar.dev/
1 like
5 forks
Self Sovereign Identity - SSID Python Example
2 years ago
Simple example of a SSID implementation in Python.
Genetic Algorithm - The Nature of Code Python Example
2 years ago
Python implementation of a simple example yet practical of Genetic Algorithm as seen on Daniels Shiffman’s The Nature of Code, chapter The Evolution of Code.
Game of Life - Processing 4
2 years ago
Conway's Game of Life Processing 4 Implementation made by Joan Soler-Adillon. How to use: Press SPACE BAR to pause and change the cell's values with the mouse. On pause, click to activate/deactivate cells. Press 'R' to randomly reset the cells' grid. Press 'C' to clear the cells' grid. The original Game of Life was created by John Conway in 1970. See more on Processing.org: https://processing.org/examples/gameoflife.html
Wolfram Cellular Automata - Processing 4
2 years ago
Wolfram Cellular Automata Processing 4 Implementation made by Daniel Shiffman. How to use: Simple demonstration of a Wolfram's 1-dimensional cellular automata. When the system reaches bottom of the window, it restarts with a new ruleset. Mouse click restarts as well. See more on Processing.org: https://processing.org/examples/wolfram.html
Recursive Tree - Processing 4
2 years ago
Recursive Tree Processing 4 Implementation made by Daniel Shiffman. How to use: Renders a simple tree-like structure via recursion. The branching angle is calculated as a function of the horizontal mouse location. Move the mouse left and right to change the angle. See more on Processing.org: https://processing.org/examples/tree.html
View more