Please open Telegram to view this post
VIEW IN TELEGRAM
👍17🔥5❤1
Интерфейс Python для хранилища ключей и значений Redis.
$ pip install redis
>>> import redis
>>> r = redis.Redis(host='localhost', port=6379, db=0)
>>> r.set('foo', 'bar')
True
>>> r.get('foo')
b'bar'
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8❤4🔥2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍19🔥8❤6
Please open Telegram to view this post
VIEW IN TELEGRAM
👍13❤3🔥1
Please open Telegram to view this post
VIEW IN TELEGRAM
👍11❤4🔥4
Hummingbot is an open source client-side framework that helps you build, manage, and run automated trading strategies, or bots.
📝 Docs
📌 Install
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍9❤3🔥2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍12❤3👎2🔥1😢1
SDFStudio is a unified and modular framework for neural implicit surface reconstruction, built on top of the awesome nerfstudio project
git clone https://github.com/autonomousvision/sdfstudio.git
cd sdfstudio
pip install --upgrade pip setuptools
pip install -e .
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍13❤3🔥3
This media is not supported in your browser
VIEW IN TELEGRAM
Guidelines and best practice tips on how to write Python code.
git clone [email protected]:mafda/python_best_practices.git
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍7🔥4❤1
В этом репозитории представлены примеры кода и примеры подсказок для выполнения общих задач с помощью API OpenAI.
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍11❤3🔥1