context-manager
There are 41 repositories under context-manager topic.
finishy1995/effibot
Effibot: A ChatGPT server with tree-based data structure for efficient context management, providing a mind map-like Q&A experience.
pomponchik/instld
The simplest package management
alexdelorenzo/limiter
⏲️ Easy rate limiting for Python using a token bucket algorithm, with async and thread-safe decorators and context managers
bskinn/stdio-mgr
Context manager for mocking/wrapping stdin/stdout/stderr
LemonPi/window_recorder
Programatically video record a window with a python context manager in Linux
meribold/timethis
Context manager for measuring execution times
philtrade/mpify
A simple API to launch Python functions to run on multiple ranked processes, mpify is designed to enable interactive multiprocessing experiments in Jupyter/IPython, such as distributed data parallel training over multiple GPUs.
sileod/xpflow
Python nested loops as classes for improved readability and modularity
bskinn/tempvars
Context manager for handling temporary variables in Jupyter Notebook, IPython, etc.
carpentry-org/using
Context Managers for Carp
swilltec/bookmark
Python bookmark application for saving and organizing bookmark.
windsuzu/PythonUniverse
The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.
Friskes/capture-db-queries
Class that supports the function of decorator, iterator and context manager for measuring the time and number of database queries
gmagannaDevelop/tidyCSV.py
Tired of having pseudo CSV files full of invalid entries ? Me too, this is my solution.
YeisonAndreyLiCe/python_intermediate_topics
Python Intermediate topics
u1234x1234/tempenviron
Temporary modify your environment variables with context manager.
alvarobartt/uvicorn-context-manager
🚀 Context Manager to run `uvicorn` ASGI applications
DahlitzFlorian/timing-context-manager-video-snippets
Supporting material for the video "Create a Context Manager in Python Measuring the Execution Time" published on YouTube.
dominikstraessle/python_stuff
Python scripts, programs, templates etc.
MarianaDrozd/cursor_my_homeworks
My homeworks at CURSOR EDUCATION Python Basic
Mohamed00Abdelmonem/Python_Topics_Advanced
The Python Topics Advanced repository is designed to help Python developers enhance their skills by covering advanced topics and providing practical examples. This repository is particularly useful for those preparing for technical interviews or seeking to deepen their understanding of complex Python concepts.
Mount-Isaac/APIs_Development
APIs Development
pond918/ctxmap
Ctxmap is a tree map style context management spec&engine, to define and execute LLMs based long running, huge context tasks. Such as large-scale software project development, epic novel writing, long-term extensive research, etc.
RodneyFinkel/groq_deepgram_agent
STT-LLM-TTS (websockets/asynchronous) Agent using Deepgram and Groq LPU's and Bert for Vector Embeddings and Simiarity search for RAG context management
ayush52056/Application-Programming
Here, you'll find the culmination of our intensive 2-day coding journey, where we delved into various aspects of python programming. This repository hosts the code examples, projects, and exercises that we worked on during the bootcamp. What's Inside: Clear and concise code examples demonstrating each topic we covered.
lisek75/uma_food_chatbot
UMA's chatbot uses Dialogflow NLP for order management and real-time tracking
ankitjha2603/optimized-version-of-Sieve-of-Eratosthenes
This is Optimized version of Sieve of Eratosthenes to find first N prime number.
EliahKagan/subaudit
Subscribe and unsubscribe for specific audit events
grobertson/persona-openai-cli-chat
Persona is an OpenAI v1 compatible chat client at the command line written in Python. Interactive chat or one-shot question from the terminal - with planned extended support of custom prompts, easier modification of model list, and adjustment of model params. Forked from "Genie" in 4/2024
LesiaUKR/goit-pycore-hw-07
Master's degree. MODULE 10 | HOMEWORK| Advanced Object-Oriented Programming in Python
MikeCase/emailer
SMTPLib email wrapper/context manager that allows sending emails with a markdown file or jinja template.
MirelaManta/squirrel-count-csv
Introduction to pandas and csv library.
njwardhan/nfs-colour
Test repository for Colour's NFS project
soda480/single-line
A context manager to facilitate printing messages to the same line.