es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

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

Mostrar más
2 528
Suscriptores
+124 horas
-27 días
+1330 días
Archivo de publicaciones
Lotus Pricing & Packaging Infrastructure For Any Business Model. https://github.com/uselotus/lotus

Sketch AI code-writing assistant that understands data content. https://github.com/approximatelabs/sketch

So Python's having a stroke and it's saying 3.3 - 2.2 = 1.0999999999999996 instead of 1.1 https://www.reddit.com/r/learnpython/comments/10g1dqn/so_pythons_having_a_stroke_and_its_saying_33_22/

Let's build GPT: from scratch, in code, spelled out. https://www.youtube.com/watch?v=kCc8FmEb1nY

NiceGUI Create UI. For the web. With Python. The nice way. https://github.com/zauberzeug/nicegui/

Getting Started with Property-Based Testing in Python with Hypothesis and Pytest https://semaphoreci.com/blog/property-based-testing-python-hypothesis-pytest

How to simulate a broken database connection for testing in Django Three different options for how to effectively test Django code accessing the database. https://neilkakkar.com/test-database-connection-django.html

Flatliner: turn python programs into one line of (still python) code https://www.reddit.com/r/Python/comments/10ijoep/flatliner_turn_python_programs_into_one_line_of/

Yark YouTube archiving made simple. https://github.com/Owez/yark

Compiled and Interpreted Languages: Two Ways of Saying Tomato In this post I'm going to show, using a series of programming language implementations, why languages shouldn't be classified as compiled or interpreted. Before I do that, I need to start by clarifying the difference between a programming language specification and an implementation of that specification https://tratt.net/laurie/blog/2023/compiled_and_interpreted_languages_two_ways_of_saying_tomato.html

DeepFace: State-of-the-Art Face Attribute Analysis in Python In this tutorial we go over how to use DeepFace. Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for Python. https://www.youtube.com/watch?v=n84hBgtzvxo

Zero6992 / chatGPT-discord-bot Integrate ChatGPT into your own discord bot https://github.com/Zero6992/chatGPT-discord-bot

riffusion / riffusion Stable diffusion for real-time music generation https://github.com/riffusion/riffusion

CodeGPT: The VSCode Extension with ChatGPT-Like Functionalities GPT-3 inside VSCode using the official OpenAI API. https://t.co/RjbiOzlhT0

Python Tutorial: Simulate the Powerball Lottery Using Python In this Python Programming video, we will be learning how to simulate the Powerball lottery using Python. I have seen several lottery simulations online, but not many of them go in-depth to calculate all of the possible combinations. Here, we will create a simulation that goes through every win condition and simulates the lottery in the way it is played in a real-life situation. Let's get started. https://www.youtube.com/watch?v=HZ8uXq5VG2w

Take the tools out of 'Data', but don't take the data out of the tools Using dataframes to write smaller, faster programs. https://csvbase.com/blog/1

How to improve Python packaging, or why 14 tools are at least 12 too many https://chriswarrick.com/blog/2023/01/15/how-to-improve-python-packaging/