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.
Python 3.11 Performance Benchmarks Are Looking Fantastic
https://www.phoronix.com/scan.php?page=article&item=python-311-benchmarks
https://www.phoronix.com/scan.php?page=article&item=python-311-benchmarks
Phoronix
Python 3.11 Performance Benchmarks Are Looking Fantastic
Last month Python 3.11 Beta 1 was released as their first preview of this major update to the Python programming language.
CustomTkinter
A modern and customizable python UI-library based on Tkinter.
https://github.com/TomSchimansky/CustomTkinter
A modern and customizable python UI-library based on Tkinter.
https://github.com/TomSchimansky/CustomTkinter
GitHub
GitHub - TomSchimansky/CustomTkinter: A modern and customizable python UI-library based on Tkinter
A modern and customizable python UI-library based on Tkinter - TomSchimansky/CustomTkinter
Python Asynchronous Programming Fundamentals
Python introduced asynchronous programming capabilities in version 3.4 in 2014, with further notable improvements in almost every minor version since. However, to many Python programmers, this area of the language remains esoteric, misunderstood, and underutilized. This article aims to elucidate the fundamental concepts of asynchronous programming as part of the first step towards mastery.
https://jwodder.github.io/kbits/posts/pyasync-fundam/
Python introduced asynchronous programming capabilities in version 3.4 in 2014, with further notable improvements in almost every minor version since. However, to many Python programmers, this area of the language remains esoteric, misunderstood, and underutilized. This article aims to elucidate the fundamental concepts of asynchronous programming as part of the first step towards mastery.
https://jwodder.github.io/kbits/posts/pyasync-fundam/
jwodder.github.io
Knowledge Bits — Python Asynchronous Programming Fundamentals
Python introduced asynchronous programming capabilities in version 3.4 in 2014, with further notable improvements in almost every minor version since. However, to many Python programmers, this area of the language remains esoteric, misunderstood, and underutilized.…
Peeking and backtracking Python generators
Python generators are mighty, but they lack a couple of useful features. One of them is peeking at the next item without consuming the generator. Even better, what if we could peek any number of items? Another feature lacking from generators is rewinding/backtracking. We will implement both of those features in a couple of different ways.
https://ricardoanderegg.com/posts/peeking-backtracking-python-generator/
Python generators are mighty, but they lack a couple of useful features. One of them is peeking at the next item without consuming the generator. Even better, what if we could peek any number of items? Another feature lacking from generators is rewinding/backtracking. We will implement both of those features in a couple of different ways.
https://ricardoanderegg.com/posts/peeking-backtracking-python-generator/
Ricardoanderegg
Peeking and backtracking Python generators
Python generators are mighty, but they lack a couple of useful features. One of them is peeking the next item without consuming the generator. Even better, what if we could peek any number of items? Another feature lacking from generators is rewinding/backtracking.…
Convolutional Neural Networks
Convolutional Neural Networks can be used to train computers to recognize objects in images. This allows us to recognize objects or people in images or video. It is helps automate the process of finding cancerous tumors. It is also used to implement driverless car technology and more.
https://www.youtube.com/watch?v=ad-Qc42Kbx8
Convolutional Neural Networks can be used to train computers to recognize objects in images. This allows us to recognize objects or people in images or video. It is helps automate the process of finding cancerous tumors. It is also used to implement driverless car technology and more.
https://www.youtube.com/watch?v=ad-Qc42Kbx8
YouTube
Convolutional Neural Networks : TensorFlow 2022
I livestream code and explain everything you could want to know about Convolutional Neural Networks using TensorFlow.
Convolutional Neural Networks can be used to train computers to recognize objects in images. This allows us to recognize objects or people…
Convolutional Neural Networks can be used to train computers to recognize objects in images. This allows us to recognize objects or people…
No-op statements syntactically valid only since Python X.Y
https://github.com/jwilk/python-syntax-errors
https://github.com/jwilk/python-syntax-errors
GitHub
GitHub - jwilk/python-syntax-errors: no-op statements syntactically valid only since Python X.Y
no-op statements syntactically valid only since Python X.Y - jwilk/python-syntax-errors
Crash course in Web3 Application Development with Python
Learn how to send your first transaction on the Ethereum blockchain using Python and the Web3 package
https://blog.doppler.com/crash-course-in-web3-application-development-with-python
Learn how to send your first transaction on the Ethereum blockchain using Python and the Web3 package
https://blog.doppler.com/crash-course-in-web3-application-development-with-python
Doppler
Crash course in Web3 Application Development with Python
Learn how to send your first transaction on the Ethereum blockchain using Python and the Web3 package
BrainIDE
Brainfk IDE using python, bundled with it's own compiler.
https://github.com/LovetheFrogs/BrainIDE
Brainfk IDE using python, bundled with it's own compiler.
https://github.com/LovetheFrogs/BrainIDE
GitHub
GitHub - LovetheFrogs/BrainIDE: Brainfuck IDE using python, bundled with it's own compiler
Brainfuck IDE using python, bundled with it's own compiler - GitHub - LovetheFrogs/BrainIDE: Brainfuck IDE using python, bundled with it's own compiler
Django: How to send email without Celery
Lightweight emails without Celery. And without a request-response cycle.
https://nemecek.be/blog/158/django-how-to-send-email-without-celery
Lightweight emails without Celery. And without a request-response cycle.
https://nemecek.be/blog/158/django-how-to-send-email-without-celery
nemecek.be
Django: How to send email without Celery
Lightweight emails without Celery. And without a request-response cycle.
Compiling Black with mypyc, Pt. 1 - Initial Steps
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it?
https://ichard26.github.io/blog/2022/05/31/compiling-black-with-mypyc-part-1/
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it?
https://ichard26.github.io/blog/2022/05/31/compiling-black-with-mypyc-part-1/
ichard26.github.io
Compiling Black with mypyc, Pt. 1 - Initial Steps
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it?
Run Your Python App Anywhere With Dynamic Settings
Parameterize your application with a config file and read using ConfigParserContinue reading on ...
https://towardsdatascience.com/run-your-python-app-anywhere-with-dynamic-settings-aafd27e04b8e
Parameterize your application with a config file and read using ConfigParserContinue reading on ...
https://towardsdatascience.com/run-your-python-app-anywhere-with-dynamic-settings-aafd27e04b8e
Dates And Times And Types
Get a TypeError when using a datetime when you wanted a date.
https://glyph.twistedmatrix.com/2022/06/dates-and-times-and-types.html
Get a TypeError when using a datetime when you wanted a date.
https://glyph.twistedmatrix.com/2022/06/dates-and-times-and-types.html
Twistedmatrix
Dates And Times And Types
Get a TypeError when using a datetime when you wanted a date.