Finding Binary & Decimal Palindromes
https://ashdnazg.github.io/articles/22/Finding-Really-Big-Palindromes
https://ashdnazg.github.io/articles/22/Finding-Really-Big-Palindromes
Eshed Shaham
Finding Binary & Decimal Palindromes
Recently I’ve had my 33rd birthday and since I’m a nerd I also checked the binary representation of that number, which is 100001. OMG, I thought to myself, 33 is a palindrome in both bases! I immediately checked when my next palindromtastic birthday would…
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/
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/
brntn.me
Brenton Cleeland - TDD Practice: Time API with Django
Personal site of Brenton Cleeland
What's a Python feature that is very powerful but not many people use or know about it?
https://www.reddit.com/r/Python/comments/v1rde4/whats_a_python_feature_that_is_very_powerful_but/
https://www.reddit.com/r/Python/comments/v1rde4/whats_a_python_feature_that_is_very_powerful_but/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
As a Python developer, What are the most boring tasks that you made automation script to handle it?
https://www.reddit.com/r/Python/comments/v1arf2/as_a_python_developer_what_are_the_most_boring/
https://www.reddit.com/r/Python/comments/v1arf2/as_a_python_developer_what_are_the_most_boring/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
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
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
YouTube
How To Write Unit Tests For Existing Python Code // Part 1 of 2
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
In this video, I show you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. In the second…
In this video, I show you a practical example of adding unit tests to existing code. This first part focuses on adding tests while not changing the original code. In the second…
pip-compile-cross-platform
Pin your Python dependencies as you would with pip-compile, except in a cross-platform way.
https://gitlab.com/mitchhentges/pip-compile-cross-platform
Pin your Python dependencies as you would with pip-compile, except in a cross-platform way.
https://gitlab.com/mitchhentges/pip-compile-cross-platform
GitLab
Mitchell Hentges / pip-compile-cross-platform · GitLab
Lock your dependencies once, use your lockfile everywhere
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
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
YouTube
Set Up a Raspberry Pi Server - Host your Python Programs Onsite (at Home or the Office)
My Raspberry Pi is one of my favorite pieces of equipment (my gaming PC included). I use it as a home server to run all of my programs and scripts daily / continuously. It’s extremely reliable and easy to work with.
In this tutorial we’ll walk through how…
In this tutorial we’ll walk through how…
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
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
Marksblogg
Deploying 5G Around Trees
Benchmarks & Tips for Big Data, Hadoop, AWS, Google Cloud, PostgreSQL, Spark, Python & More...
Python library tracks energy consumption and calculates your carbon emissions
https://github.com/fvaleye/tracarbon
https://github.com/fvaleye/tracarbon
GitHub
GitHub - fvaleye/tracarbon: 🌍 Tracarbon tracks your device's energy consumption and calculates your carbon emissions using your…
🌍 Tracarbon tracks your device's energy consumption and calculates your carbon emissions using your location. - fvaleye/tracarbon
imagen-pytorch
Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch.
https://github.com/lucidrains/imagen-pytorch
Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch.
https://github.com/lucidrains/imagen-pytorch
GitHub
GitHub - lucidrains/imagen-pytorch: Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch - lucidrains/imagen-pytorch
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/
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/
SigNoz
Celery worker | Tutorial on how to set up with Flask & Redis
In this tutorial, learn how to implement a Celery worker with Flask and Redis. Celery worker is a simple and reliable task queue with a focus on real-time processing while also supporting task scheduling...
stitching
A Python package for fast and robust Image Stitching.
https://github.com/lukasalexanderweber/stitching
A Python package for fast and robust Image Stitching.
https://github.com/lukasalexanderweber/stitching
GitHub
GitHub - OpenStitching/stitching: A Python package for fast and robust Image Stitching
A Python package for fast and robust Image Stitching - OpenStitching/stitching
An introduction to accessing financial data in EDGAR, using Python
https://www.wrighters.io/an-introduction-to-accessing-financial-data-in-edgar-using-python/
https://www.wrighters.io/an-introduction-to-accessing-financial-data-in-edgar-using-python/
wrighters.io
An introduction to accessing financial data in EDGAR, using Python - wrighters.io
The SEC EDGAR system, and its large amount of financial data provided in company filings, can be accessed using Python libraries.
jina-ai / dalle-flow
A Human-in-the-Loop workflow for creating HD images from text
https://github.com/jina-ai/dalle-flow
A Human-in-the-Loop workflow for creating HD images from text
https://github.com/jina-ai/dalle-flow
GitHub
GitHub - jina-ai/dalle-flow: 🌊 A Human-in-the-Loop workflow for creating HD images from text
🌊 A Human-in-the-Loop workflow for creating HD images from text - jina-ai/dalle-flow
A Brief Look at Cpython String
In this article, we will take a brief look at how Python strings are implemented, why they consume so much memory and we will examine certain interesting aspects of Python string.
https://www.heurekadevs.com/a-brief-look-at-cpython-string
In this article, we will take a brief look at how Python strings are implemented, why they consume so much memory and we will examine certain interesting aspects of Python string.
https://www.heurekadevs.com/a-brief-look-at-cpython-string
Heurekadevs
A Brief Look at CPython String
Have you ever noticed that a string with just a few characters in Python uses several dozen bytes of memory? We handle a lot of short strings, that works on matching offers of the same products together, and I have been wondering why Python seems to store…
simple-homepage
simple-homepage is a command line utility that helps you create a simple static homepage for your browser
https://github.com/fpgmaas/simple-homepage
simple-homepage is a command line utility that helps you create a simple static homepage for your browser
https://github.com/fpgmaas/simple-homepage
GitHub
GitHub - fpgmaas/simple-homepage: command line utility that helps you create a personal homepage for your browser.
command line utility that helps you create a personal homepage for your browser. - fpgmaas/simple-homepage
Stop Messing with Kubernetes Finalizers
Here’s why you should never force-delete Kubernetes resources or remove their finalizers.
https://martinheinz.dev/blog/74
Here’s why you should never force-delete Kubernetes resources or remove their finalizers.
https://martinheinz.dev/blog/74
martinheinz.dev
Stop Messing with Kubernetes Finalizers
<p>
We've all been there - it's frustrating seeing deletion of Kubernetes resource getting stuck, hang or take a very long time. You might have <i>"solved"...
We've all been there - it's frustrating seeing deletion of Kubernetes resource getting stuck, hang or take a very long time. You might have <i>"solved"...
griffe
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
https://github.com/mkdocstrings/griffe
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
https://github.com/mkdocstrings/griffe
GitHub
GitHub - mkdocstrings/griffe: Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project…
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. - mkdocstrings/griffe
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/
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/
Matt Layman
Debugging Tips And Techniques
Your Django app is up. You've got users. Your users are hitting bugs. How do you debug to fix the problems? That's the focus of this Understand Django article.