SearXNG
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
https://github.com/searxng/searxng
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
https://github.com/searxng/searxng
GitHub
GitHub - searxng/searxng: SearXNG is a free internet metasearch engine which aggregates results from various search services and…
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. - searxng/searxng
How I made a dataclass remover
My journey creating a dataclass converter by using abstract syntax trees, match-case, the dedent utility and more. You may learn something new along the way.
https://www.pythonmorsels.com/making-a-dataclass-remover/
My journey creating a dataclass converter by using abstract syntax trees, match-case, the dedent utility and more. You may learn something new along the way.
https://www.pythonmorsels.com/making-a-dataclass-remover/
Pythonmorsels
How I made a dataclass remover
My journey creating a dataclass converter by using abstract syntax trees, match-case, the dedent utility and more. You may learn something new along the way.
Betty
An automatic differentiation library for generalized meta-learning and multilevel optimization.
https://github.com/leopard-ai/betty
An automatic differentiation library for generalized meta-learning and multilevel optimization.
https://github.com/leopard-ai/betty
GitHub
GitHub - leopard-ai/betty: Betty: an automatic differentiation library for generalized meta-learning and multilevel optimization
Betty: an automatic differentiation library for generalized meta-learning and multilevel optimization - leopard-ai/betty
A quick and dirty script to help me focus on my work
https://www.reddit.com/r/Python/comments/vwh6p3/a_quick_and_dirty_script_to_help_me_focus_on_my/
https://www.reddit.com/r/Python/comments/vwh6p3/a_quick_and_dirty_script_to_help_me_focus_on_my/
reddit
A quick and dirty script to help me focus on my work
import pygetwindow as pg import time import ctypes import winsound duration = 100 # milliseconds freq = 600 # Hz ...
5 Reasons Why You Should Use Type Hints In Python
Even though you don't see type hints all that often in Python code, and they'll probably never become obligatory, I still think you should use them. Here are 5 reasons why.
https://www.youtube.com/watch?v=dgBCEB2jVU0
Even though you don't see type hints all that often in Python code, and they'll probably never become obligatory, I still think you should use them. Here are 5 reasons why.
https://www.youtube.com/watch?v=dgBCEB2jVU0
YouTube
5 Reasons Why You Should Use Type Hints In Python
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Even though you don't see type hints all that often in Python code, and they'll probably never become obligatory, I still think you should use them. Here are 5 reasons why.…
Even though you don't see type hints all that often in Python code, and they'll probably never become obligatory, I still think you should use them. Here are 5 reasons why.…
Forms in Django 4.0+
Prior to Django 4.0 forms were rendered by string concatenation. A number of 3rd party packages allowed for forms to be rendered as templates e.g. floppy forms, crispy-forms. Django 4.0 introduced the capability to render forms using the template engine. This allowed the form template to be set per form class or per instance if a template name is provided when calling render().
https://smithdc1.github.io/my-blog/2022/forms/forms.html
Prior to Django 4.0 forms were rendered by string concatenation. A number of 3rd party packages allowed for forms to be rendered as templates e.g. floppy forms, crispy-forms. Django 4.0 introduced the capability to render forms using the template engine. This allowed the form template to be set per form class or per instance if a template name is provided when calling render().
https://smithdc1.github.io/my-blog/2022/forms/forms.html
Python With: Using and Writing Context Managers in Python
https://codesolid.com/python-with-using-and-writing-context-managers-in-python/
https://codesolid.com/python-with-using-and-writing-context-managers-in-python/
CodeSolid.com - Python Learning Community
Python With: Using and Writing Context Managers in Python - CodeSolid.com
If you're an experienced programmer who started in Python, you're probably at least familiar with the basic uses of the with statement. The with statement in Python is an elegant way to manage resources, and is most famously implemented by Python's open function.…
How To Use Docker To Make Local Development A Breeze
Docker is a very powerful tool for developing applications that run in the cloud. If you want to get the most out of it, you need to make sure that the way you're running your code locally matches as closely as possible with how it runs in the cloud. This video shows you how to do this, using a simple API server in Python as an example.
https://www.youtube.com/watch?v=zkMRWDQV4Tg
Docker is a very powerful tool for developing applications that run in the cloud. If you want to get the most out of it, you need to make sure that the way you're running your code locally matches as closely as possible with how it runs in the cloud. This video shows you how to do this, using a simple API server in Python as an example.
https://www.youtube.com/watch?v=zkMRWDQV4Tg
YouTube
How To Use Docker To Make Local Development A Breeze
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Today I'm going to show you how to get the most out of Docker, using a simple API server in Python as an example.
The code for this episode is available on GitHub: https:…
Today I'm going to show you how to get the most out of Docker, using a simple API server in Python as an example.
The code for this episode is available on GitHub: https:…
Learning Go as a Python Developer: The Good and the Bad
https://new.pythonforengineers.com/blog/learning-go-as-a-python-developer-the-good-the-bad-and-the-ugly/
https://new.pythonforengineers.com/blog/learning-go-as-a-python-developer-the-good-the-bad-and-the-ugly/
Python for Engineers
Learning Go as a Python Developer: The Good and The Bad
I've been thinking about supplementing another language to Python for some time
– mainly to cope with areas Python struggles with, or is a pain to use (which
I'll go over in a minute).
I had used C/C++ some years ago, but don't want to go back to them. C
– mainly to cope with areas Python struggles with, or is a pain to use (which
I'll go over in a minute).
I had used C/C++ some years ago, but don't want to go back to them. C
Evaluating Mechanical Keyboard Delivery Estimates with Python Web Scraping
Evaluating the accuracy of Novelkeys.com's delivery estimates using beautifulsoup and matplotlib.
https://wcedmisten.fyi/post/analyzing-keycap-estimates/
Evaluating the accuracy of Novelkeys.com's delivery estimates using beautifulsoup and matplotlib.
https://wcedmisten.fyi/post/analyzing-keycap-estimates/
grafana / oncall
Developer-friendly incident response with brilliant Slack integration
https://github.com/grafana/oncall
Developer-friendly incident response with brilliant Slack integration
https://github.com/grafana/oncall
GitHub
GitHub - grafana/oncall: Developer-friendly incident response with brilliant Slack integration
Developer-friendly incident response with brilliant Slack integration - grafana/oncall
Introduction to Natural Language Processing (NLP)
Table of Contents
Introduction to Natural Language Processing (NLP)
...
https://pyimagesearch.com/2022/06/27/introduction-to-natural-language-processing-nlp/
Table of Contents
Introduction to Natural Language Processing (NLP)
...
https://pyimagesearch.com/2022/06/27/introduction-to-natural-language-processing-nlp/
PyImageSearch
Introduction to Natural Language Processing (NLP) - PyImageSearch
A brief introduction to the world of Natural Language Processing.
karpathy / minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
https://github.com/karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
https://github.com/karpathy/minGPT
GitHub
GitHub - karpathy/minGPT: A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training - karpathy/minGPT
Using GPT-3 to explain how code works
One of my favourite uses for the GPT-3 AI language model is generating explanations of how code works. It’s shockingly effective at this: its training set clearly include a vast amount of source code.
https://simonwillison.net/2022/Jul/9/gpt-3-explain-code/
One of my favourite uses for the GPT-3 AI language model is generating explanations of how code works. It’s shockingly effective at this: its training set clearly include a vast amount of source code.
https://simonwillison.net/2022/Jul/9/gpt-3-explain-code/
Simon Willison’s Weblog
Using GPT-3 to explain how code works
One of my favourite uses for the GPT-3 AI language model is generating explanations of how code works. It’s shockingly effective at this: its training set clearly include a vast …
Stop using “pip freeze” for your Python projects
Photo by Dev Benjamin on UnsplashA discussion into why
https://towardsdatascience.com/stop-using-pip-freeze-for-your-python-projects-9c37181730f9
Photo by Dev Benjamin on UnsplashA discussion into why
pip freeze
is not as cool when it comes to ...https://towardsdatascience.com/stop-using-pip-freeze-for-your-python-projects-9c37181730f9
Medium
Stop using “pip freeze” for your Python projects
A discussion into why `pip freeze` is not as cool when it comes to managing Python dependencies
Logging in Python: A Developer’s Guide
In this tutorial, you’ll learn how to set up logging in Python using the built-in logging module. You’ll learn the basics of logging, logging variable values and exceptions, configuring custom loggers and formatters, and more.
https://blog.sentry.io/2022/07/19/logging-in-python-a-developers-guide/
In this tutorial, you’ll learn how to set up logging in Python using the built-in logging module. You’ll learn the basics of logging, logging variable values and exceptions, configuring custom loggers and formatters, and more.
https://blog.sentry.io/2022/07/19/logging-in-python-a-developers-guide/
Code From Anywhere: Dev Containers and Github Codespaces
Because VS Code can run in the browser, Dev Containers, along with Github Codespaces, also allow you to develop from almost anywhere. They’re great for standardizing development across a team. They can also make working on several repos at once much easier because each repo can have its own specific environment for development.
https://earthly.dev/blog/devcontianers/
Because VS Code can run in the browser, Dev Containers, along with Github Codespaces, also allow you to develop from almost anywhere. They’re great for standardizing development across a team. They can also make working on several repos at once much easier because each repo can have its own specific environment for development.
https://earthly.dev/blog/devcontianers/
Earthly Blog
Code From Anywhere: Dev Containers and Github Codespaces
We recently started using Dev Containers and Codespaces for development on our Jekyll blog here at Earthly. We have a lot of different plugins and ...
TinyFlux
The tiny time series database optimized for your happiness.
https://github.com/citrusvanilla/tinyflux
The tiny time series database optimized for your happiness.
https://github.com/citrusvanilla/tinyflux
GitHub
GitHub - citrusvanilla/tinyflux: The tiny time series database optimized for your happiness.
The tiny time series database optimized for your happiness. - citrusvanilla/tinyflux