ar
Feedback
PythonHub

PythonHub

الذهاب إلى القناة على Telegram

News & links about Python programming. https://pythonhub.dev/

إظهار المزيد
2 527
المشتركون
-224 ساعات
-67 أيام
+1330 أيام
أرشيف المشاركات
Python Wizardry: The Secret to Writing Great Classes Learn 5 essential tips for writing Python classes that will help you take your object-oriented programming skills to the next level. https://www.youtube.com/watch?v=lX9UQp2NwTk

Significant-Gravitas / Auto-GPT-Plugins Plugins for Auto-GPT https://github.com/Significant-Gravitas/Auto-GPT-Plugins

OpenBMB / BMTools Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins https://github.com/OpenBMB/BMTools

AIGC-Audio / AudioGPT AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head https://github.com/AIGC-Audio/AudioGPT

What's the most pointless program you've made with Python that you still use today? https://www.reddit.com/r/Python/comments/13pmej7/whats_the_most_pointless_program_youve_made_with/

deforum-art / deforum-stable-diffusion https://github.com/deforum-art/deforum-stable-diffusion

h2oai / h2o-llmstudio H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs https://github.com/h2oai/h2o-llmstudio

FreedomIntelligence / LLMZoo ⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.⚡ https://github.com/FreedomIntelligence/LLMZoo

StableSR Exploiting Diffusion Prior for Real-World Image Super-Resolution. https://github.com/IceClear/StableSR

xtekky / gpt4free decentralising the Ai Industry, just some language model api's... https://github.com/xtekky/gpt4free

deforum-art / sd-webui-deforum Deforum extension script for AUTOMATIC1111's Stable Diffusion webui https://github.com/deforum-art/sd-webui-deforum

Bard-API The python package that returns response of Google Bard through API. https://github.com/dsdanielpark/Bard-API

Why you should still read the docs Do you feel you're fighting your tools? Do you feel you're relying too much on autocomplete and inline documentation? Most good documentation won't show up in your IDE – rather, it is about how to use the library, and the problem the library is solving. https://death.andgravity.com/output

Sorting a Django queryset by a custom sequence of an attribute https://rednafi.com/python/sort_by_a_custom_sequence_in_django/