Skip to content

A repository where I share some useful things I have done before out of curiosity, boredom or mainly, laziness.

License

Notifications You must be signed in to change notification settings

FnayouSeif/lazystuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lazystuff

A repository where I share some useful things I have done before out of curiosity, boredom or mainly, laziness. Contributions and helpful notes/recommendations are very welcomed <3

Content

I. PARALLELISM

Use classes or methods for parallelisation of python.

  1. thread_scheduler.py :

    • The class Job allows the scheduling of a thread in a python program. A job can be created and a new thread is launched enabled thus performing different tasks in parallel. It is only effecient if the threads are performing IO tasks. This one is simple and has no external 3rd party dependencies. A more mature example would be like this one https://github.com/DigonIO/scheduler.

About

A repository where I share some useful things I have done before out of curiosity, boredom or mainly, laziness.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages