Simple Group Protection userbot running on python3 with ARQ

Simple Group Protection userbot running on python3 with ARQ ⚠️ Note:We don’t officially support forks / Clones for This, So don’t tag admins for errors your bot/deploy/code, If any error you should fix it yourself Features automatically delete messages that contains spam or promoting links automatically delete messages that contains pornographic content scan contains spam or promoting links scan contains pornographic content Remove Service Message In Groups Like Users Join Messages, Leave Messages,Pinned Allert Messages, Voice Chat Invite Members Allerts […]

Read more

Python News: What’s New From January 2022?

In January 2022, the code formatter Black saw its first non-beta release and published a new stability policy. IPython, the powerful interactive Python shell, marked the release of version 8.0, its first major version release in three years. Additionally, PEP 665, aimed at making reproducible installs easier by specifying a format for lock files, was rejected. Last but not least, a fifteen-year-old memory leak bug in Python was fixed. Let’s dive into the biggest Python news stories from the past […]

Read more

A Gentle Introduction to Deep Neural Networks with Python

This is a guest post from Andrew Ferlitsch, author of Deep Learning Patterns and Practices.  It provides an introduction to deep neural networks in Python. Andrew is an expert on computer vision, deep learning, and operationalizing ML in production at Google Cloud AI Developer Relations. This article examines the parts that make up neural networks and deep neural networks, as well as the fundamental different types of models (e.g. regression), their constituent parts (and how they    

Read more

Will AI Kill Your Job?

Oh, what will happen to our jobs when my company starts using AI? This is such a popular question that comes up when I give talks—even to a pseudo technical audience. Not surprisingly, this question will land sarcastic smiles on the faces of some data scientists and AI experts; you may even catch some eyes rolling.  But it’s a valid question.  Don’t forget, we had a US political candidate run for the presidency on the theme that automation is robbing […]

Read more

Google Fit Sensor Component

Based on Creates Google Fit sensors.At the moment, the component provides following measurements: steps distance time calories weight height sleep heartrate oxygen blood pressure nutrition hydratation BMR HACS – Recommended Have HACS installed, this will allow you to easily update. Add https://github.com/IvanVojtko/googlefit-homeassistant as a custom repository with Type: Integration Click Install under “Google Fit” integration. Restart Home-Assistant. Manual Copy directory custom_components/google_fit to your /custom_components directory. Configure. Restart Home-Assistant. Example configuration.yaml In order to add this component as is, add a […]

Read more

An optimal player for Wordle. Based on a rough understanding of information theory

Just for fun, my attempt at making an optimal player for Wordle. Based on a rough understanding of information theory, and the idea that the best guess for a given turn is the one that gives you the most information. Usage wordle.py will feed you the guesses for a game of Wordle. If you run python wordle.py, you’ll be launched into an interactive session, where the program outputs guesses and you just need to give it the outputs of each […]

Read more

(4Feb 2022) program detects wifi saved passwords in your ROM

Requirements : python 3.9.2 and higher (4Feb 2022) program detects wifi saved passwords in your ROM First of all you need open config.txt file and change first line : codec(utf-8 or cp866) depends on your PC and second line , it is language : Russian or English depends on what language your cmd uses. Warning : don’t make space between lines in config file ,please . Unpack zip file in comfortable folder for you . enter in this folder with […]

Read more
1 248 249 250 251 252 939