Awesome Python Applications: Open Event Server
Link: https://github.com/fossasia/open-event-server
Open Event Server: Enable event organizers to manage events from meetups to concerts to conferences, with support for multiple tracks and venues. Used by [FOSSASIA](https://fossasia.org/) and [eventy
Link: https://github.com/fossasia/open-event-server
Open Event Server: Enable event organizers to manage events from meetups to concerts to conferences, with support for multiple tracks and venues. Used by [FOSSASIA](https://fossasia.org/) and [eventy
GitHub
GitHub - fossasia/open-event-server: The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
The Open Event Organizer Server to Manage Events https://test-api.eventyay.com - fossasia/open-event-server
Awesome Python Applications: Mealie
Link: https://github.com/mealie-recipes/mealie
Mealie: Self-hostable recipe management server with rich user interface and automatic backups.
Links:
Repo
Home
Demo
Fund
Docs
Link: https://github.com/mealie-recipes/mealie
Mealie: Self-hostable recipe management server with rich user interface and automatic backups.
Links:
Repo
Home
Demo
Fund
Docs
GitHub
GitHub - mealie-recipes/mealie: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend…
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recip...
Awesome Python Applications: Dispatch
Link: https://github.com/Netflix/dispatch
Dispatch: Incident management service featuring integrations for notifications and task management. Used at Netflix.
Links:
Repo
Blog
Docs
Link: https://github.com/Netflix/dispatch
Dispatch: Incident management service featuring integrations for notifications and task management. Used at Netflix.
Links:
Repo
Blog
Docs
GitHub
GitHub - Netflix/dispatch: All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!
All of the ad-hoc things you're doing to manage incidents today, done for you, and much more! - Netflix/dispatch
Awesome Python Applications: Mathesar
Link: https://github.com/mathesar-foundation/mathesar
Mathesar: Self-hostable web application which provides a spreadsheet-like interface to a PostgreSQL database, enabling users of all technical skill levels to design data models, enter data, and build
Link: https://github.com/mathesar-foundation/mathesar
Mathesar: Self-hostable web application which provides a spreadsheet-like interface to a PostgreSQL database, enabling users of all technical skill levels to design data models, enter data, and build
GitHub
GitHub - mathesar-foundation/mathesar: An intuitive spreadsheet-like interface that lets users of all technical skill levels view…
An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Post...
Awesome Python Applications: liberapay.com
Link: https://github.com/liberapay/liberapay.com
liberapay.com: A recurrent donations platform, formerly known as gittip and gratipay.
Links:
Repo
Home
WP
Link: https://github.com/liberapay/liberapay.com
liberapay.com: A recurrent donations platform, formerly known as gittip and gratipay.
Links:
Repo
Home
WP
GitHub
GitHub - liberapay/liberapay.com: Source code of the recurrent donations platform Liberapay
Source code of the recurrent donations platform Liberapay - liberapay/liberapay.com
Awesome Python Applications: explainshell.com
Link: https://github.com/idank/explainshell
explainshell.com: A web-based tool to match command-line arguments to their man pages and help text.
Links:
Repo
Home
Link: https://github.com/idank/explainshell
explainshell.com: A web-based tool to match command-line arguments to their man pages and help text.
Links:
Repo
Home
GitHub
GitHub - idank/explainshell: match command-line arguments to their help text
match command-line arguments to their help text. Contribute to idank/explainshell development by creating an account on GitHub.
Awesome Python Applications: Aim
Link: https://github.com/aimhubio/aim
Aim: Aim is a self-hostable machine learning experiment tracker designed to handle 10,000s of training runs.
Links:
Repo
Home
Blog
Link: https://github.com/aimhubio/aim
Aim: Aim is a self-hostable machine learning experiment tracker designed to handle 10,000s of training runs.
Links:
Repo
Home
Blog
GitHub
GitHub - aimhubio/aim: Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
Aim 💫 — An easy-to-use & supercharged open-source experiment tracker. - aimhubio/aim
TestDriven.io: Working with Static and Media Files in Django
Link: https://testdriven.io/blog/django-static-files/
This article looks at how to work with static and media files in a Django project, locally and in production.
Link: https://testdriven.io/blog/django-static-files/
This article looks at how to work with static and media files in a Django project, locally and in production.
testdriven.io
Working with Static and Media Files in Django
This article looks at how to work with static and media files in a Django project, locally and in production.
death and gravity: This is not interview advice: a priority-expiry LRU cache without heaps or trees in Python
Link: https://death.andgravity.com/lru-cache
It's not your fault I got nerdsniped,
but that doesn't matter.
Hi, I'm Adrian, and today we're implementing a
least recently used cache with priorities and expiry,
using only the Python standard libra
Link: https://death.andgravity.com/lru-cache
It's not your fault I got nerdsniped,
but that doesn't matter.
Hi, I'm Adrian, and today we're implementing a
least recently used cache with priorities and expiry,
using only the Python standard libra
death and gravity
This is not interview advice: a priority-expiry LRU cache in Python without heaps or trees
Today we're implementing a least recently used cache with priorities and expiry, using only the Python standard library.
This is a bIG TEch CoDINg InTerVIEW problem, so we'll work hard to stay away from the correct™ data structures, but we'll end up with…
This is a bIG TEch CoDINg InTerVIEW problem, so we'll work hard to stay away from the correct™ data structures, but we'll end up with…
TechBeamers Python: IndexError: List Index Out of Range in Python
Link: https://www.techbeamers.com/python-list-index-out-of-range/
An “IndexError: list index out of range” in Python typically occurs when you’re trying to access an index in a list that does not exist. This typically happens when attempting to access an index that
Link: https://www.techbeamers.com/python-list-index-out-of-range/
An “IndexError: list index out of range” in Python typically occurs when you’re trying to access an index in a list that does not exist. This typically happens when attempting to access an index that
TechBeamers
IndexError: List Index Out of Range in Python
Explore what causes the "IndexError: list index out of range" error and discuss various solutions with code snippets.
Doug Hellmann: virtualenvwrapper 6.1.0 - hook scripts in project directories
Link: https://doughellmann.com/releases/virtualenvwrapper-6-1-0/
What’s new in 6.1.0? source project-dir/.virtualenvwrapper/predeactivate when deactivating source project_dir/.virtualenvwrapper/postactivate during activation
Link: https://doughellmann.com/releases/virtualenvwrapper-6-1-0/
What’s new in 6.1.0? source project-dir/.virtualenvwrapper/predeactivate when deactivating source project_dir/.virtualenvwrapper/postactivate during activation
Doug Hellmann
virtualenvwrapper 6.1.0 - hook scripts in project directories
What’s new in 6.1.0? source project-dir/.virtualenvwrapper/predeactivate when deactivating source project_dir/.virtualenvwrapper/postactivate during activation
PyCharm: PyCharm 2024.1 EAP 2 Is Out!
Link: https://blog.jetbrains.com/pycharm/2024/01/2024-1-eap2/
The second EAP build of PyCharm 2024.1 has landed and is now available for you to explore.
You can download this new build from our website, through the free Toolbox App, or via snaps for Ubuntu.
D
Link: https://blog.jetbrains.com/pycharm/2024/01/2024-1-eap2/
The second EAP build of PyCharm 2024.1 has landed and is now available for you to explore.
You can download this new build from our website, through the free Toolbox App, or via snaps for Ubuntu.
D
The JetBrains Blog
PyCharm 2024.1 EAP 2 Is Out! | The PyCharm Blog
This new build introduces a reworked Terminal tool window and brings an ability to run or debug both client and server in a single npm configuration. Take a look!
Real Python: Python Exceptions: An Introduction
Link: https://realpython.com/python-exceptions/
A Python program terminates as soon as it encounters an error. In Python, an error can be a syntax error or an exception. In this tutorial, you’ll see what an exception is and how it differs from a sy
Link: https://realpython.com/python-exceptions/
A Python program terminates as soon as it encounters an error. In Python, an error can be a syntax error or an exception. In this tutorial, you’ll see what an exception is and how it differs from a sy
Realpython
Python Exceptions: An Introduction – Real Python
In this beginner tutorial, you'll learn what exceptions are good for in Python. You'll see how to raise exceptions and how to handle them with try ... except blocks.
Anarcat: router archeology: the Soekris net5001
Link: https://anarc.at/hardware/server/roadkiller/
Roadkiller was a Soekris net5501 router I used as my main gateway
between 2010 and 2016 (for réseau and
téléphone).
It was upgraded to FreeBSD 8.4-p12 (2014-06-06) and pkgng. It was
retired in favor o
Link: https://anarc.at/hardware/server/roadkiller/
Roadkiller was a Soekris net5501 router I used as my main gateway
between 2010 and 2016 (for réseau and
téléphone).
It was upgraded to FreeBSD 8.4-p12 (2014-06-06) and pkgng. It was
retired in favor o
Brian Okken: pytest 8 is here
Link: https://pythontest.com/pytest/pytest-8-is-here/
pytest 8.0.0 was released on 17-Jan-2024, and I’m pretty excited about it.
I’m not going to cover all fo the changes, I’ll just highlight a few.
For full set of changes, see the pytest changelog:
Cha
Link: https://pythontest.com/pytest/pytest-8-is-here/
pytest 8.0.0 was released on 17-Jan-2024, and I’m pretty excited about it.
I’m not going to cover all fo the changes, I’ll just highlight a few.
For full set of changes, see the pytest changelog:
Cha
Pythontest
pytest 8 is here
pytest 8.0.0 was released on 17-Jan-2024, and I’m pretty excited about it.
I’m not going to cover all fo the changes, I’ll just highlight a few.
For full set of changes, see the pytest changelog:
Changes in 8.0.0rc1 Changes in 8.0.0rc2 Changes in 8.0.0 …
I’m not going to cover all fo the changes, I’ll just highlight a few.
For full set of changes, see the pytest changelog:
Changes in 8.0.0rc1 Changes in 8.0.0rc2 Changes in 8.0.0 …
Erik Marsja: Pandas: Cumulative Sum by Group
Link: https://www.marsja.se/pandas-cumulative-sum-by-group/
The post Pandas: Cumulative Sum by Group appeared first on Erik Marsja.
In this post, we learn how to use Pandas to calculate a cumulative sum by group, a sometimes important operation in data analysi
Link: https://www.marsja.se/pandas-cumulative-sum-by-group/
The post Pandas: Cumulative Sum by Group appeared first on Erik Marsja.
In this post, we learn how to use Pandas to calculate a cumulative sum by group, a sometimes important operation in data analysi
Erik Marsja
Pandas: Cumulative Sum by Group
Pandas Cumulative Sum by Group: Learn how to apply cumsum() within groups for effective data analysis in Python.
death and gravity: Limiting concurrency in Python asyncio: the story of async imap_unordered()
Link: https://death.andgravity.com/limit-concurrency
So, you're doing some async stuff, repeatedly, many times.
Like, hundreds of thousands of times.
Maybe you're scraping some data.
Maybe it's more complicated
– you're calling an API,
and then passing
Link: https://death.andgravity.com/limit-concurrency
So, you're doing some async stuff, repeatedly, many times.
Like, hundreds of thousands of times.
Maybe you're scraping some data.
Maybe it's more complicated
– you're calling an API,
and then passing
death and gravity
Limiting concurrency in Python asyncio: the story of async imap_unordered()
So, you're doing some async stuff, repeatedly, hundreds of thousands of times. How do you *not* do it all at once? Hint: asyncio.Semaphore is not always the best way, despite what Stack Overflow may tell you ;)
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Kay Hayen: Nuitka this week #15
Link: https://nuitka.net/posts/nuitka-this-week-15.html
This is a weekly update, or at least it’s supposed to be of what’s going
on in Nuitka land, for you to learn about ongoing developments and
important changes to the project.
In this issue, I am first
Link: https://nuitka.net/posts/nuitka-this-week-15.html
This is a weekly update, or at least it’s supposed to be of what’s going
on in Nuitka land, for you to learn about ongoing developments and
important changes to the project.
In this issue, I am first
Real Python: Building Enumerations With Python’s enum
Link: https://realpython.com/courses/python-enum/
Some programming languages, such as Java and C++, have built-in support for a data type called enumerations, commonly referred to as enums. Enums enable you to create sets of logically related constan
Link: https://realpython.com/courses/python-enum/
Some programming languages, such as Java and C++, have built-in support for a data type called enumerations, commonly referred to as enums. Enums enable you to create sets of logically related constan
Realpython
Building Enumerations With Python's enum – Real Python
In this video course, you'll discover the art of creating and using enumerations of logically connected constants in Python. To accomplish this, you'll explore the Enum class and other associated tools and types from the enum module from the Python standard…