5 Tips for Writing Great Code Documentation
This video shares the essential principles for creating clear, concise, and effective code documentation. From commenting to docstrings, you’ll learn how to make your code documentation shine and improve accessibility for others.
https://www.youtube.com/watch?v=L7Ry-Fiij-M
This video shares the essential principles for creating clear, concise, and effective code documentation. From commenting to docstrings, you’ll learn how to make your code documentation shine and improve accessibility for others.
https://www.youtube.com/watch?v=L7Ry-Fiij-M
YouTube
How to Document Your Code Like a Pro
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I’ll share the essential principles for creating clear, concise, and effective code documentation. From commenting to docstrings, you’ll learn how to…
In this video, I’ll share the essential principles for creating clear, concise, and effective code documentation. From commenting to docstrings, you’ll learn how to…
Sorting a Django queryset by a custom sequence of an attribute
https://rednafi.com/python/sort_by_a_custom_sequence_in_django/
https://rednafi.com/python/sort_by_a_custom_sequence_in_django/
Redowan's Reflections
Sorting a Django queryset by a custom sequence of an attribute
I needed a way to sort a Django queryset based on a custom sequence of an attribute.
Typically, Django allows sorting a queryset by any attribute on the model or related to it
in either ascending or descending order. However, what if you need to sort the…
Typically, Django allows sorting a queryset by any attribute on the model or related to it
in either ascending or descending order. However, what if you need to sort the…
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
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
death and gravity
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? tl;dr: 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.
Bard-API
The python package that returns response of Google Bard through API.
https://github.com/dsdanielpark/Bard-API
The python package that returns response of Google Bard through API.
https://github.com/dsdanielpark/Bard-API
GitHub
GitHub - dsdanielpark/Bard-API: The unofficial python package that returns response of Google Bard through cookie value.
The unofficial python package that returns response of Google Bard through cookie value. - dsdanielpark/Bard-API
RPython-based emulator speeds up RISC-V simulation over 15x
https://www.pypy.org/posts/2023/05/rpython-used-to-speed-up-risc-v-simulation-over-15x.html
https://www.pypy.org/posts/2023/05/rpython-used-to-speed-up-risc-v-simulation-over-15x.html
PyPy
RPython-based emulator speeds up RISC-V simulation over 15x
In cooperation with RISC-V International, who funded a part of this project,
we recently created a workflow to
use RPython to take a Sail RISC-V model and automatically create a RISC-V ISA
emulator fr
we recently created a workflow to
use RPython to take a Sail RISC-V model and automatically create a RISC-V ISA
emulator fr
deforum-art / sd-webui-deforum
Deforum extension script for AUTOMATIC1111's Stable Diffusion webui
https://github.com/deforum-art/sd-webui-deforum
Deforum extension script for AUTOMATIC1111's Stable Diffusion webui
https://github.com/deforum-art/sd-webui-deforum
GitHub
GitHub - deforum/sd-webui-deforum: Deforum extension for AUTOMATIC1111's Stable Diffusion webui
Deforum extension for AUTOMATIC1111's Stable Diffusion webui - deforum/sd-webui-deforum
xtekky / gpt4free
decentralising the Ai Industry, just some language model api's...
https://github.com/xtekky/gpt4free
decentralising the Ai Industry, just some language model api's...
https://github.com/xtekky/gpt4free
GitHub
GitHub - xtekky/gpt4free: The official gpt4free repository | various collection of powerful language models | o4, o3 and deepseek…
The official gpt4free repository | various collection of powerful language models | o4, o3 and deepseek r1, gpt-4.1, gemini 2.5 - xtekky/gpt4free
StableSR
Exploiting Diffusion Prior for Real-World Image Super-Resolution.
https://github.com/IceClear/StableSR
Exploiting Diffusion Prior for Real-World Image Super-Resolution.
https://github.com/IceClear/StableSR
GitHub
GitHub - IceClear/StableSR: [IJCV2024] Exploiting Diffusion Prior for Real-World Image Super-Resolution
[IJCV2024] Exploiting Diffusion Prior for Real-World Image Super-Resolution - IceClear/StableSR
FreedomIntelligence / LLMZoo
⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.⚡
https://github.com/FreedomIntelligence/LLMZoo
⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.⚡
https://github.com/FreedomIntelligence/LLMZoo
GitHub
GitHub - FreedomIntelligence/LLMZoo: ⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language…
⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.⚡ - FreedomIntelligence/LLMZoo
h2oai / h2o-llmstudio
H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs
https://github.com/h2oai/h2o-llmstudio
H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs
https://github.com/h2oai/h2o-llmstudio
GitHub
GitHub - h2oai/h2o-llmstudio: H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs. Documentation: https://docs.h2o.ai/h2o…
H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs. Documentation: https://docs.h2o.ai/h2o-llmstudio/ - h2oai/h2o-llmstudio
Makefile Tricks for Python Projects
https://ricardoanderegg.com/posts/makefile-python-project-tricks/
https://ricardoanderegg.com/posts/makefile-python-project-tricks/
rand[om]
Makefile tricks for Python projects
I like using Makefiles. They work great both as simple task runners as well as build systems for medium-size projects. This is my starter template for Python projects.
Note: This blog post assumes some basic knowledge of how make and Makefiles work.
Basic…
Note: This blog post assumes some basic knowledge of how make and Makefiles work.
Basic…
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/
https://www.reddit.com/r/Python/comments/13pmej7/whats_the_most_pointless_program_youve_made_with/
Reddit
Explore this post and more from the Python community
A Python package to retrieve data from Steam
https://www.reddit.com/r/Python/comments/13i7oyy/a_python_package_to_retrieve_data_from_steam/
https://www.reddit.com/r/Python/comments/13i7oyy/a_python_package_to_retrieve_data_from_steam/
Reddit
Explore this post and more from the Python community
AIGC-Audio / AudioGPT
AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head
https://github.com/AIGC-Audio/AudioGPT
AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head
https://github.com/AIGC-Audio/AudioGPT
GitHub
GitHub - AIGC-Audio/AudioGPT: AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head
AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head - AIGC-Audio/AudioGPT
OpenBMB / BMTools
Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins
https://github.com/OpenBMB/BMTools
Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins
https://github.com/OpenBMB/BMTools
GitHub
GitHub - OpenBMB/BMTools: Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins
Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins - OpenBMB/BMTools