You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this course I learned Computer Science concepts and to develop reasoning to solve computational problems in Python. It was elaborated by the University of São Paulo and Taught by Professor Fabio Kon.
Chromologger is a module designed to facilitate the creation of logs in applications developed with Python. It provides a simple and structured way to document events, errors, and activities in programs, improving code monitoring and debugging capabilities.
A generalized/ multi-arch. toy virtual machine, assembler and debugger written in Python. Just a fun project in python building a classical computer emulator.