Glyph Lefkowitz: The Macintosh
Link: https://blog.glyph.im/2024/01/the-macintosh.html
Today is the 40th anniversary of the announcement of the Macintosh. Others have
articulated compelling emotional
narratives
that easily eclipse my own similar childhood memories of the Macintosh fami
Link: https://blog.glyph.im/2024/01/the-macintosh.html
Today is the 40th anniversary of the announcement of the Macintosh. Others have
articulated compelling emotional
narratives
that easily eclipse my own similar childhood memories of the Macintosh fami
blog.glyph.im
The Macintosh
Today is its 40th anniversary, but what is the Macintosh?
TechBeamers Python: Top Important Terms in Python Programming With Examples
Link: https://www.techbeamers.com/important-terms-in-python-programming/
In this tutorial, we have captured the important terms used in Python programming. If you are learning Python, it is good to be aware of different programming concepts and slang related to Python. Ple
Link: https://www.techbeamers.com/important-terms-in-python-programming/
In this tutorial, we have captured the important terms used in Python programming. If you are learning Python, it is good to be aware of different programming concepts and slang related to Python. Ple
TechBeamers
Top Important Terms in Python Programming With Examples
Explore the important terms used in Python programming. If you are learning Python, you should know these terms and their meaning.
Bruno Ponne / Coding The Past: Explore art with SQL and pd.read_sql_query
Link: https://www.codingthepast.com/2024/01/25/SQL-with-Python.html
Greetings, humanists, social and data scientists!
Have you ever tried to load a large file in Python or R? Sometimes, when we have file sizes in the order of gigabytes, you may experience problems o
Link: https://www.codingthepast.com/2024/01/25/SQL-with-Python.html
Greetings, humanists, social and data scientists!
Have you ever tried to load a large file in Python or R? Sometimes, when we have file sizes in the order of gigabytes, you may experience problems o
Codingthepast
Explore art with SQL and pd.read_sql_query
Learn to integrate Python with SQL for art data analysis using pd.read_sql_query in this insightful lesson on managing large datasets efficiently.
TechBeamers Python: Pandas GroupBy() and Count() Explained With Examples
Link: https://www.techbeamers.com/pandas-groupby-count/
Pandas GroupBy and Count work in combination and are valuable in various data analysis scenarios. The groupby function is used to group a data frame by one or more columns, and the count function is u
Link: https://www.techbeamers.com/pandas-groupby-count/
Pandas GroupBy and Count work in combination and are valuable in various data analysis scenarios. The groupby function is used to group a data frame by one or more columns, and the count function is u
TechBeamers
Pandas GroupBy() and Count() Explained With Examples
This Tutorial Explains Pandas GroupBy() and Count() with Different Use Cases and Provides Examples to Showcase Their Usage and Application.
Stack Abuse: Guide to Strings in Python
Link: https://stackabuse.com/guide-to-strings-in-python/
Introduction
We've come far in discovering the basics of computer science in the world of Python, and now is the time to start learning about strings. Strings are a fundamental data type that any aspi
Link: https://stackabuse.com/guide-to-strings-in-python/
Introduction
We've come far in discovering the basics of computer science in the world of Python, and now is the time to start learning about strings. Strings are a fundamental data type that any aspi
Stack Abuse
Guide to Strings in Python
A string in Python is a sequence of characters. These characters can be letters, numbers, symbols, or whitespace, and they are enclosed within quotes. Python su...
Real Python: The Real Python Podcast – Episode #189: Building a Python Debugger & Preparing for NumPy 2.0
Link: https://realpython.com/podcasts/rpp/189/
How does a debugger work? What can you learn about Python by building one from scratch? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and proje
Link: https://realpython.com/podcasts/rpp/189/
How does a debugger work? What can you learn about Python by building one from scratch? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and proje
Realpython
Episode #189: Building a Python Debugger & Preparing for NumPy 2.0 – The Real Python Podcast
How does a debugger work? What can you learn about Python by building one from scratch? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
PyCharm: PyCharm 2023.3.3 Is Out!
Link: https://blog.jetbrains.com/pycharm/2024/01/2023-3-3/
This year, we are trying out a new approach with our releases, moving away from a quarterly schedule to more regular monthly feature-rich releases. This change is intended to deliver new features more
Link: https://blog.jetbrains.com/pycharm/2024/01/2023-3-3/
This year, we are trying out a new approach with our releases, moving away from a quarterly schedule to more regular monthly feature-rich releases. This change is intended to deliver new features more
The JetBrains Blog
PyCharm 2023.3.3 Is Out! | The PyCharm Blog
PyCharm 2023.3.3: Improvements to Jupyter Notebook Support, AI-Generated Unit Tests, and Async Viewer for the Debugger
Talk Python to Me: #446: Python in Excel
Link: https://talkpython.fm/episodes/show/446/python-in-excel
Why is Python so popular? There is plenty of room for debate on this but one solid reason is it's easy to adopt, easy to use, and caters to people who are not quite developers/data scientists but need
Link: https://talkpython.fm/episodes/show/446/python-in-excel
Why is Python so popular? There is plenty of room for debate on this but one solid reason is it's easy to adopt, easy to use, and caters to people who are not quite developers/data scientists but need
talkpython.fm
Python in Excel
Why is Python so popular? There is plenty of room for debate on this but one solid reason is it's easy to adopt, easy to use, and caters to people who are not quite developers/data scientists but need to do some computing. Do you know where there largest…
PyBites: Elevate Your Python: Harnessing the Power of Abstract Base Classes (ABCs)
Link: https://pybit.es/articles/elevate-your-python-harnessing-the-power-of-abstract-base-classes-abcs/
Introduction
One cool object-oriented programming (OOP) technique / pattern is enforcing consistent interfaces.
In Python you can use Abstract Base Classes (ABCs) for that.
Using ABCs ensures that a
Link: https://pybit.es/articles/elevate-your-python-harnessing-the-power-of-abstract-base-classes-abcs/
Introduction
One cool object-oriented programming (OOP) technique / pattern is enforcing consistent interfaces.
In Python you can use Abstract Base Classes (ABCs) for that.
Using ABCs ensures that a
Pybites
Elevate Your Python: Harnessing The Power Of Abstract Base Classes (ABCs) - Pybites
In Python you can use Abstract Base Classes (ABCs) for that. 🐍
Matt Layman: Payments Gateway - Building SaaS with Python and Django#181
Link: https://www.mattlayman.com/blog/2024/payments-gateway-building-saas-with-python-and-django181/
In this episode, we continued on the Stripe integration. I worked on a new payments gateway interface to access the Stripe APIs needed for creating a check out session. We hit some bumps along the way
Link: https://www.mattlayman.com/blog/2024/payments-gateway-building-saas-with-python-and-django181/
In this episode, we continued on the Stripe integration. I worked on a new payments gateway interface to access the Stripe APIs needed for creating a check out session. We hit some bumps along the way
Matt Layman
Payments Gateway - Building SaaS with Python and Django#181
In this episode, we continued on the Stripe integration. I worked on a new payments gateway interface to access the Stripe APIs needed for creating a check out session. We hit some bumps along the way because of djstripe's new preference for putting the Stripe…
Awesome Python Applications: Tautulli
Link: https://github.com/Tautulli/Tautulli
Tautulli: Web monitor for Plex Media Server.
Links:
Repo
Home
Fund
Link: https://github.com/Tautulli/Tautulli
Tautulli: Web monitor for Plex Media Server.
Links:
Repo
Home
Fund
GitHub
GitHub - Tautulli/Tautulli: A Python based monitoring and tracking tool for Plex Media Server.
A Python based monitoring and tracking tool for Plex Media Server. - Tautulli/Tautulli
Awesome Python Applications: PDF Arranger
Link: https://github.com/pdfarranger/pdfarranger
PDF Arranger: Merge and split PDF documents, as well as crop and rearrange pages.
Links:
Repo
Snap
Link: https://github.com/pdfarranger/pdfarranger
PDF Arranger: Merge and split PDF documents, as well as crop and rearrange pages.
Links:
Repo
Snap
GitHub
GitHub - pdfarranger/pdfarranger: Small python-gtk application, which helps the user to merge or split PDF documents and rotate…
Small python-gtk application, which helps the user to merge or split PDF documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. - pdfarranger/p...
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.