Real Python: Image Processing With the Python Pillow Library
Link: https://realpython.com/image-processing-with-the-python-pillow-library/
Python Pillow allows you to manipulate images and perform basic image processing tasks. As a fork of the Python Imaging Library (PIL), Pillow supports image formats like JPEG, PNG, and more, enabling
Link: https://realpython.com/image-processing-with-the-python-pillow-library/
Python Pillow allows you to manipulate images and perform basic image processing tasks. As a fork of the Python Imaging Library (PIL), Pillow supports image formats like JPEG, PNG, and more, enabling
Realpython
Image Processing With the Python Pillow Library – Real Python
In this step-by-step tutorial, you'll learn how to use the Python Pillow library to deal with images and perform image processing. You'll also explore using NumPy for further processing, including to create animations.
PyCharm: Data Cleaning in Data Science
Link: https://blog.jetbrains.com/pycharm/2025/01/data-cleaning-in-data-science/
In this Data Science blog post series, we’ve talked about where to get data from and how to explore that data using pandas, but whilst that data is excellent for learning, it’s not similar to what we
Link: https://blog.jetbrains.com/pycharm/2025/01/data-cleaning-in-data-science/
In this Data Science blog post series, we’ve talked about where to get data from and how to explore that data using pandas, but whilst that data is excellent for learning, it’s not similar to what we
The JetBrains Blog
Data Cleaning in Data Science | The PyCharm Blog
Real-world data needs cleaning before it can give us useful insights. Learn how how you can perform data cleaning in data science on your dataset.
EuroPython Society: Board Report for December 2024
Link: https://www.europython-society.org/board-report-for-december-2024/
The board has been working tirelessly over the past month to bootstrap the organization of the 2025 conference and lead the Society toward a more sustainable and stable future!In December, we focused
Link: https://www.europython-society.org/board-report-for-december-2024/
The board has been working tirelessly over the past month to bootstrap the organization of the 2025 conference and lead the Society toward a more sustainable and stable future!In December, we focused
EuroPython Society
Board Report for December 2024
The board has been working tirelessly over the past month to bootstrap the organization of the 2025 conference and lead the Society toward a more sustainable and stable future! In December, we focused on three main areas: OnboardingHiring an Event ManagerBootstrapping…
Django Weblog: DSF member of the month - Hiroki Kiyohara
Link: https://www.djangoproject.com/weblog/2025/jan/08/dsf-member-of-the-month-hiroki-kiyohara/
This month marks the start of a new year, and the Django Software Foundation would like to wish you all a very happy new year. New year, new resolutions, but also the start of a new blog post series,
Link: https://www.djangoproject.com/weblog/2025/jan/08/dsf-member-of-the-month-hiroki-kiyohara/
This month marks the start of a new year, and the Django Software Foundation would like to wish you all a very happy new year. New year, new resolutions, but also the start of a new blog post series,
Django Project
DSF member of the month - Hiroki Kiyohara
Posted by Sarah Abderemane on Jan. 8, 2025
eGenix.com: Python Meeting Düsseldorf - 2025-01-22
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2025-01-22
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
22.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2025-01-22
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
22.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2025-01-22
We are pleased to announce the next Python Meeting Düsseldorf on 2025-01-22.
DaPythonista: Blackjack Matematiği ile Zihnini Keskinleştir, Oyunu Kazan!
Link: https://www.dapythonista.com/blackjack-matematigi/
Blackjack matematiği ile zekanı birleştir! Stratejik hamlelerle canlı masada kasadan daima daha üstün olma şansını yakala!
Online 21, yalnızca şansla kazanılmamaktadır. Şansın etkisi büyük olsa da ma
Link: https://www.dapythonista.com/blackjack-matematigi/
Blackjack matematiği ile zekanı birleştir! Stratejik hamlelerle canlı masada kasadan daima daha üstün olma şansını yakala!
Online 21, yalnızca şansla kazanılmamaktadır. Şansın etkisi büyük olsa da ma
Yüzünü Karartma BlackJack Bahis Sitelerinde Kazanan Hep Sensin!
Blackjack Matematiği ile Zihnini Keskinleştir, Oyunu Kazan! - Yüzünü Karartma BlackJack Bahis Sitelerinde Kazanan Hep Sensin!
Blackjack matematiği ile zekanı birleştir! Stratejik hamlelerle canlı masada kasadan daima daha üstün olma şansını yakala!
The Python Show: 51 - Dead Simple Python with Jason McDonald
Link: https://www.pythonshow.com/p/51-dead-simple-python-with-jason
In this episode, we have special guest, Jason McDonald, the author of Dead Simple Python from No Starch Press.We chatted about the following topics:Python packagesPackaging in generalPython concurrenc
Link: https://www.pythonshow.com/p/51-dead-simple-python-with-jason
In this episode, we have special guest, Jason McDonald, the author of Dead Simple Python from No Starch Press.We chatted about the following topics:Python packagesPackaging in generalPython concurrenc
Pythonshow
51 - Dead Simple Python with Jason McDonald
In this episode, we have special guest, Jason McDonald, the author of Dead Simple Python from No Starch Press.
Real Python: The Real Python Podcast – Episode #234: Building New Structures for Learning Python
Link: https://realpython.com/podcasts/rpp/234/
What are the new ways we can teach and share our knowledge about Python? How can we improve the structure of our current offerings and build new educational resources for our audience of Python learne
Link: https://realpython.com/podcasts/rpp/234/
What are the new ways we can teach and share our knowledge about Python? How can we improve the structure of our current offerings and build new educational resources for our audience of Python learne
Realpython
Episode #234: Building New Structures for Learning Python – The Real Python Podcast
What are the new ways we can teach and share our knowledge about Python? How can we improve the structure of our current offerings and build new educational resources for our audience of Python learners? This week on the show, Real Python core team members…
Python Morsels: The benefits of trailing commas
Link: https://www.pythonmorsels.com/trailing-commas-in-python/
Trailing commas make for easier code changes, shorter diffs, and fewer bugs.
Table of contents
What's a trailing comma?
Swapping items over multiple lines
Adding new items over multiple lines
The
Link: https://www.pythonmorsels.com/trailing-commas-in-python/
Trailing commas make for easier code changes, shorter diffs, and fewer bugs.
Table of contents
What's a trailing comma?
Swapping items over multiple lines
Adding new items over multiple lines
The
Pythonmorsels
The benefits of trailing commas
Trailing commas make for easier code changes, shorter diffs, and fewer bugs.
Python Anywhere: We're hiring!
Link: https://blog.pythonanywhere.com/218/
Are you so keen on PythonAnywhere that you’d like to work with us? We have an
open role, and the recruitment team at our parent company Anaconda
are looking for great people.
We’re looking for a seni
Link: https://blog.pythonanywhere.com/218/
Are you so keen on PythonAnywhere that you’d like to work with us? We have an
open role, and the recruitment team at our parent company Anaconda
are looking for great people.
We’re looking for a seni
Test and Code: pytest plugins - a full season
Link: https://testandcode.com/episodes/pytest-plugins
This episode kicks off a season of pytest plugins.In this episode:Introduction to pytest pluginsThe pytest.org pytest plugin listFinding pytest related packages on PyPIThe Top pytest plugins list on p
Link: https://testandcode.com/episodes/pytest-plugins
This episode kicks off a season of pytest plugins.In this episode:Introduction to pytest pluginsThe pytest.org pytest plugin listFinding pytest related packages on PyPIThe Top pytest plugins list on p
Test & Code
Test & Code | pytest plugins - a full season
This episode kicks off a season of pytest plugins.In this episode:Introduction to pytest pluginsThe pytest.org pytest plugin listFinding pytest related packages on PyPIThe Top pytest plugins list o...
Glyph Lefkowitz: The “Active Enum” Pattern
Link: https://blog.glyph.im/2025/01/active-enum.html
Have you ever written some Python code that looks like this?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18from enum import Enum, auto
class SomeNumber(Enum):
one = auto()
two = auto()
Link: https://blog.glyph.im/2025/01/active-enum.html
Have you ever written some Python code that looks like this?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18from enum import Enum, auto
class SomeNumber(Enum):
one = auto()
two = auto()
blog.glyph.im
The “Active Enum” Pattern
Enums are objects, why not give them attributes?
Matt Layman: Simplified Signup - Building SaaS #211
Link: https://www.mattlayman.com/videos/simplified-signup-building-saas-211/
In this episode, we began an update to the signup process to simplify things. I am replacing email and password with just email. Users will receive ‘magic links’ via their email client to sign in. To
Link: https://www.mattlayman.com/videos/simplified-signup-building-saas-211/
In this episode, we began an update to the signup process to simplify things. I am replacing email and password with just email. Users will receive ‘magic links’ via their email client to sign in. To
Matt Layman
Simplified Signup - Building SaaS #211
In this episode, we began an update to the signup process to simplify things. I am replacing email and password with just email. Users will receive 'magic links' via their email client to sign in. To do this, we are using django-sesame.
Real Python: HTML and CSS for Python Developers
Link: https://realpython.com/html-css-python/
Combining HTML, CSS, and Python equips you to build dynamic, interactive websites. HTML provides the structure, CSS adds styling, and Python can be used to interact with and manipulate the HTML conten
Link: https://realpython.com/html-css-python/
Combining HTML, CSS, and Python equips you to build dynamic, interactive websites. HTML provides the structure, CSS adds styling, and Python can be used to interact with and manipulate the HTML conten
Realpython
HTML and CSS for Python Developers – Real Python
There's no way around HTML and CSS when you want to build web apps. Even if you're not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this tutorial, you'll get an introduction to HTML and CSS…
Real Python: Inheritance and Composition: A Python OOP Guide
Link: https://realpython.com/inheritance-composition-python/
In Python, understanding inheritance and composition is crucial for effective object-oriented programming. Inheritance allows you to model an is a relationship, where a derived class extends the funct
Link: https://realpython.com/inheritance-composition-python/
In Python, understanding inheritance and composition is crucial for effective object-oriented programming. Inheritance allows you to model an is a relationship, where a derived class extends the funct
Realpython
Inheritance and Composition: A Python OOP Guide – Real Python
In this step-by-step tutorial, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.
Real Python: Operators and Expressions in Python
Link: https://realpython.com/python-operators-expressions/
Python operators enable you to perform computations by combining objects and operators into expressions. Understanding Python operators is essential for manipulating data effectively.
This tutorial co
Link: https://realpython.com/python-operators-expressions/
Python operators enable you to perform computations by combining objects and operators into expressions. Understanding Python operators is essential for manipulating data effectively.
This tutorial co
Realpython
Operators and Expressions in Python – Real Python
In Python, operators are special symbols, combinations of symbols, or keywords that designate some type of computation. You can combine objects and operators to build expressions that perform the actual computation. So, operators are the building blocks of…
Real Python: Python's pathlib Module: Taming the File System
Link: https://realpython.com/python-pathlib/
Python’s pathlib module helps streamline your work with file and directory paths. Instead of relying on traditional string-based path handling, you can use the Path object, which provides a cross-plat
Link: https://realpython.com/python-pathlib/
Python’s pathlib module helps streamline your work with file and directory paths. Instead of relying on traditional string-based path handling, you can use the Path object, which provides a cross-plat
Realpython
Python's pathlib Module: Taming the File System – Real Python
Python's pathlib module enables you to handle file and folder paths in a modern way. This built-in module provides intuitive semantics that work the same way on different operating systems. In this tutorial, you'll get to know pathlib and explore common tasks…
Real Python: Python's urllib.request for HTTP Requests
Link: https://realpython.com/urllib-request/
If you’re looking to make HTTP requests in Python using the built-in urllib.request module, then this tutorial is for you. urllib.request lets you perform HTTP operations without having to add externa
Link: https://realpython.com/urllib-request/
If you’re looking to make HTTP requests in Python using the built-in urllib.request module, then this tutorial is for you. urllib.request lets you perform HTTP operations without having to add externa
Realpython
Python's urllib.request for HTTP Requests – Real Python
In this tutorial, you'll be making HTTP requests with Python's built-in urllib.request. You'll try out examples and review common errors encountered, all while learning more about HTTP requests and Python in general.
Python Software Foundation: Service Awards given by the PSF: what are they and how they differ
Link: https://pyfound.blogspot.com/2024/09/service-awards-given-by-psf-what-are.html
Do you know someone in the Python community who inspires you and whose contributions to the Python community are outstanding? Other than saying thank you (definitely do this too!), you can also nomina
Link: https://pyfound.blogspot.com/2024/09/service-awards-given-by-psf-what-are.html
Do you know someone in the Python community who inspires you and whose contributions to the Python community are outstanding? Other than saying thank you (definitely do this too!), you can also nomina
Python Software Foundation Blog
Service Awards given by the PSF: what are they and how they differ
Do you know someone in the Python community who inspires you and whose contributions to the Python community are outstanding? Other than say...
Real Python: Primer on Jinja Templating
Link: https://realpython.com/primer-on-jinja-templating/
Jinja is a powerful template engine commonly used in Python web applications to create dynamic web pages. Jinja also supports standalone usage, enabling you to create text files with programmatically
Link: https://realpython.com/primer-on-jinja-templating/
Jinja is a powerful template engine commonly used in Python web applications to create dynamic web pages. Jinja also supports standalone usage, enabling you to create text files with programmatically
Realpython
Primer on Jinja Templating – Real Python
With Jinja, you can build rich templates that power the front end of your web applications. But you can use Jinja without a web framework running in the background. Anytime you want to create text files with programmatic content, Jinja can help you out.