PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
TDD Practice: Time API with Django

Let's learn some TDD tricks by building a small API with Django. Treat this like a Kata. Follow the steps below exactly the first time through, then practice by completing the task a second time by yourself.

https://brntn.me/blog/django-tdd-practice-time-api/
How To Write Unit Tests For Existing Python Code // Part 1 of 2

This video shows you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. The second part will show how refactoring the code simplifies test writing while also improving the design.

https://www.youtube.com/watch?v=ULxMQ57engo
Set Up a Raspberry Pi Server - Host your Python Programs Onsite

In this tutorial we’ll walk through how you can set up your Raspberry Pi as your own home server. We’ll go through what you need to get started, and how to set up the computer and operating system. We’ll go through this process “headless” so you won’t need a spare keyboard / monitor to set up the Raspberry Pi. We’ll be able to SSH directly into it from your main computer.

https://www.youtube.com/watch?v=zwohWYb9zjs
Deploying 5G Around Trees

In this post, I'll walk through how we enriched and integrated ETH's global canopy dataset into our decision-making process for rolling out 5G across California.

https://tech.marksblogg.com/tree-heights-open5g.html
Tutorial on how to set up Celery workers with Flask and Redis

Celery worker is a simple, flexible, and reliable distributed system to process vast amounts of messages while providing operations with the tools required to maintain such a system. In this tutorial, we will learn how to implement Celery with Flask and Redis.

https://signoz.io/blog/celery-worker/
Debugging Tips And Techniques

With this article, we will investigate problem solving techniques for Django apps. The goal is to equip you with tools to fix the real problems that you’ll hit when building your Django site.

https://www.mattlayman.com/understand-django/debugging-tips-techniques/