PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.

https://github.com/CyberPunkMetalHead/Binance-volatility-trading-bot
Our Engineering Team Used Python's AST to Patch 100,000s of Lines of Code

https://engineering.soroco.com/abstract-syntax-tree-for-patching-code-and-assessing-code-quality/
Boolean short-circuiting

This post explores what Boolean short-circuiting for the and and or operators is, and how to use this functionality to write more expressive code.

https://mathspp.com/blog/pydonts/boolean-short-circuiting
A gentle introduction to tf.data with TensorFlow

In this tutorial, you will learn the basics of TensorFlow’s tf.data module used to build ...

https://www.pyimagesearch.com/2021/06/14/a-gentle-introduction-to-tf-data-with-tensorflow/