A portfolio of Python code snippets.
This repository will include code snippets and small pieces of working code related to Python, some hobby projects of mine and ML/AI.
Select a code snippet from the list and go to the respective subfolder.
100 - Welcome Mat
101 - Tiny Utilities
102 - Battle Simulator (Tkinter)
103 - Positive Biopsy Risk (Flask)
104 - Two-player flamenco fight in the streets of Seville (PyGame)
105 - Wireless Communications
106 - Concurrency Performance Tests (Python, Cython, C++)
107 - Autonomous Agents (python, asyncio, ZooKeper, Kafka)
Provides a customized Welcome message design for any mat size input.
A suite of tiny utility codes, including:
- Functions to count unique URLs: how many unique normalized valid URLs were passed, how many per top level domain, etc.
- Bookbot: a text analyser (word count, letter count e.g. for deciphering)
A simple battle simulator set in Ancient Rome. Desktop app using Tkinter.
A web calculator for prostate cancer risk based on the number and severity (RADS) of lesions.
Hit your opponent's tip of the witch hat to deplete her health and win!
Tutorials for engineering students and code snippets related to my work as a professor at the UC3M and my research interests in wireless communications, channel estimation, tracking and learning, etc. (-- WORK IN PROGRESS --)
A performance analysis for different modes of concurrent programming in Python, Cython and C++ for different machines and tasks. (-- WORK IN PROGRESS --)
A FlamencoWitches-styled prototype of autonomous agents producing and consuming processing streams of data (python, asyncio, ZooKeeper, Kafka).
For an expanded, up-to-date version, visit this repo: https://github.com/diegomendez40/FlamencoWitchesAgents