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 moreA 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 moreWill 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 moreGoogle 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 moreClean files in PC WeChat FileStorage directory
整理Wechat Files/wxid_xxxxxxxxxx/FileStorage/下的文件 image: DAT文件解码 image/和Temp下的文件。 dat文件的加密方式是以一个每个人独特的字节作为key与文件的每个字节进行异或运算。 python short_video_filter.py -i -o GitHub View Github
Read moreAn 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 moreSimple Brawl Stars v25.107 server emulator written in Python
Simple Brawl Stars v25.107 server emulator written in Python. Requirements: Python 3.7 or higher tinydb Running the server In a terminal, type py main.py Configuring the client app To connect to your server, a patched client is required.Download this base APK (most likely won’t work on Android 10+) and change the IP in libgg.config.so Special thanks Client Help If you found a way to replace frida gadget (libgg.so) without any errors, please, text me in dm: https://t.me/shark01d GitHub View Github […]
Read more