- London, UK
- https://miguendes.me/
- @miguendes
Highlights
Stars
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
Example project showing off clean/hexagonal architecture concepts in Python
Structure and Interpretation of Computer Programs study notes with exercise solutions
Postmodern immutable and persistent data structures for C++ — value semantics at scale
A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap
Software Design in Haskell. A structured set of materials. How to build real-world applications in Haskell.
🚂 A small JS+SVG library for drawing railroad syntax diagrams, like on JSON.org. Now with a Python port!
Modern implementation of the hybrid genetic search (HGS) algorithm specialized to the capacitated vehicle routing problem (CVRP). This code also includes an additional neighborhood called SWAP*.
Example to implement machine learning microservice with gRPC and Docker in Python
A list of Developer Community Writer Programs
⬛️ Lightweight and modern terminal animations using async/await
It helps to use fixtures in pytest.mark.parametrize
A tool to animate Excalidraw drawings
A tool based on Excalidraw to create stop motion animations and slides.
Virtual whiteboard for sketching hand-drawn like diagrams
Dive into CPython internals, trying to illustrate every detail of CPython implementation
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
pdb++, a drop-in replacement for pdb (the Python debugger)
A debugging and profiling tool that can trace and visualize python code execution
Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable,…
Python library for converting Python calculations into rendered latex.
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Descriptions and python solutions to all leetcode problems in a single 1985-page pdf
The book documenting the curl project, the curl tool, libcurl and more. Simply put: everything curl.
Repository for the book "Crafting Interpreters"
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
A collection of Abhishek Agrawal's C++ solutions providing scalable, production-quality code to 200+ LeetCode-style problems on https://www.interviewbit.com, designed to enhance algorithmic skills …