Skip to content

This repository contains my code files from exploring and learning new technologies.

Notifications You must be signed in to change notification settings

nafis-neehal/tech-it-easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tech-it-easy

This repository contains my code files from exploring and learning new technologies.

  1. Asyncio with Backoff/Tenacity: Asyncio helps to do asynchronous programming, helpful when multiple independent LLM API calls and no need for sequential calls. Backoff/Tenacity are two libraries, to write decorator functions to deal with retrying upon failures/time outs/rate limit errors etc.

  2. Python Logging (Basic): Logging helps to keep track of all events you want to keep track of. There are ways to format these log messages in any way whatsoever. They are so easier than printing and looking at, especially when there is a loo...ong session and a lot of thing can go wrong!

About

This repository contains my code files from exploring and learning new technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published