Pinned Repositories
selenium
A browser automation framework and ecosystem.
asserto
[alpha] Powerful fluent assertions for python.
concurrency-in-go
a deep dive into go concurrency
learning-golang
My cross training learning materials in `Go`.
profiler
Package for simplifying runtime profiling and tracing in golang
pytest-playwright-enhanced
:snake: Batteries included playwright for pytest [alpha]
solid-principles-and-patterns-in-python
SOLID design principles and common design patterns in python.
tasq
[alpha] Highly performant concurrent task queue in go :star2:
Writing-Good-Gherkin-Syntax
A curated list of awesome cucumber / BDD / Gherkin guidelines, tips and tricks
zentinel
:computer: Fast asynchronous port scanner written in python
symonk's Repositories
symonk/Writing-Good-Gherkin-Syntax
A curated list of awesome cucumber / BDD / Gherkin guidelines, tips and tricks
symonk/solid-principles-and-patterns-in-python
SOLID design principles and common design patterns in python.
symonk/mailie
:email: :rocket: [alpha] Asynchronous python emails.
symonk/python-concurrency-and-parallelism-deep-dive
:robot: A deep dive into python concurrency and parallelism. Encompassing threading, multiprocessing and asyncio.
symonk/python-musings
:rocket: - Documentation and my findings including common caveats or gotchas when cross training in python from other languages, java in particular. Everything ranging from basic builtins to advanced data structures :fire:
symonk/climap
:rocket: [alpha] Access emails via IMAP from the commandline
symonk/dunder
Python documentation for all python dunder methods
symonk/fastapi-react-docker
Dockerised bootstrapping of a FastAPI backend and React frontend.
symonk/introduction-to-fastapi
Repository for the fastapi tutorial
symonk/pydocs
:orange_book: A wealth of python learning resources, documented by me as I progress and learn. https://symonk-pydocs.readthedocs.io/en/latest/
symonk/python-data-model
Picking apart the python data model into understandable, educational chunks. This repository is only catered towards the CPython 3.8.5+ and other implementations may vary
symonk/python-descriptors
Informative material for pythons descriptor protocol :snake:
symonk/python-design-patterns
:snake: Common design patterns implemented in python
symonk/python-solid-data-structures-and-algorithms
Educational material on everything SOLID, data structures and algorithms in python