A progress bar for Python 2 and Python 3 – pip install progressbar2

Travis status: Coverage: Install The package can be installed through pip (this is the recommended method): pip install progressbar2 Or if pip is not available, easy_install should work as well: easy_install progressbar2 Or download the latest release from Pypi (https://pypi.python.org/pypi/progressbar2) or Github. Note that the releases on Pypi are signed with my GPG key (https://pgp.mit.edu/pks/lookup?op=vindex&search=0xE81444E9CE1F695D) and can be checked using GPG: gpg –verify progressbar2-.tar.gz.asc progressbar2-.tar.gz Introduction A text progress bar is typically used to display the progress of a long […]

Read more

Json Formatter for the standard python logger

This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records. Hi, I see this package is quiet alive and I am sorry for ignoring it so long. I will be stepping up my maintenance of this package so please allow me a week to get things back in order (and most likely […]

Read more

The NLP Cypher | 11.21.21

Hey … so have you ever deployed a state-of-the-art production level inference server? Don’t know how to do it? Well… last week, Michael Benesty dropped a bomb when he published one of the first ever detailed blogs on how to not only deploy a production level inference API but benchmarking some of the most widely used frameworks such as FastAPI and Triton servers and runtime engines such as ONNX runtime (ORT) and TensorRT (TRT). Eventually, Michael recreated Hugging Face’s ability […]

Read more

Python Community Interview With Eric Wastl

This week, we’re joined by Eric Wastl, a Senior Architect at TCGPlayer and the founder of Advent of Code (AoC). Join us as we discuss the inception of AoC, how to avoid common pitfalls when solving code challenges in AoC, and what Eric gets up to in the “3.8 seconds” of free time he has per year. Ricky: Thanks for joining me, Eric. You’re perhaps most well known for being the founder of Advent of Code, which we’ll talk about […]

Read more

This bot can stream audio or video files and urls in telegram voice chats

This bot can stream audio or video files and urls in telegram voice chats 🙂 🎯 Follow me and star this repo for more telegram bots. 🎯 📌 Features Play direct video streams. Play videos from youtube in audio and video formats Play via youtube search Telegram video/audio playing Admin control 🌐 Deployment 🏷 Deployment Guide Note: This userbot does not leaving from vc after song or video ended. And this is not a bot. Just a userbot. How to […]

Read more

4Geeks Academy Full-Stack Developer program final project

4Geeks Academy Full-Stack Developer program final project. Authors Implemented endpoints: –> routes.py /…/, methods: ”: Comment …frontURL/…/ … –> app.py /…/, methods: ”: Comment …frontURL/…/ … License 👻 Open license Back-End Manual Installation: Make sure you have Python 3.8: Migrate the migrations: $ pipenv run migrate Run the migrations: $ pipenv run upgrade Run the application: $ pipenv run start Front-End Manual Installation: Make sure you are using node version 14+ and that you have already successfully installed and runned […]

Read more

An advanced Filter Bot with nearly unlimitted filters

ㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤ An advanced Filter Bot with nearly unlimitted filters! Features Nearly unlimited filters Supports all type of filters(Including Alert Button Filter). Can save button filters directly (Rose Bot Feature) Supports multiple PM connections And all other features of a Filter Bot 😀 Deploy the bot and start adding your filters 🙂 How to use the bot Bot Commands (You need    

Read more
1 372 373 374 375 376 943