Real Python: The Real Python Podcast – Episode #185: 2023 Real Python Tutorial & Video Course Wrap-Up
Link: https://realpython.com/podcasts/rpp/185/
Three members of the Real Python team are joining us this week: Kate Finegan, Tappan Moore, and Philipp Acsany. We wanted to share a year-end wrap-up with tutorials, step-by-step projects, code conver
Link: https://realpython.com/podcasts/rpp/185/
Three members of the Real Python team are joining us this week: Kate Finegan, Tappan Moore, and Philipp Acsany. We wanted to share a year-end wrap-up with tutorials, step-by-step projects, code conver
Realpython
Episode #185: 2023 Real Python Tutorial & Video Course Wrap-Up – The Real Python Podcast
Three members of the Real Python team are joining us this week: Kate Finegan, Tappan Moore, and Philipp Acsany. We wanted to share a year-end wrap-up with tutorials, step-by-step projects, code conversations, and video courses that showcase what our team…
Talk Python to Me: #443: Python Bytes Crossover 2023
Link: https://talkpython.fm/episodes/show/443/python-bytes-crossover-2023
Special crossover episode of Python Bytes to wrap up 2023. Topics include:
<br/>
<br/>
<ol> <ul><strong>Michael #1</strong>: <a href="https://hatch.pypa.io/latest/blog/2023/12/11/hatch-v180/">Hatc
Link: https://talkpython.fm/episodes/show/443/python-bytes-crossover-2023
Special crossover episode of Python Bytes to wrap up 2023. Topics include:
<br/>
<br/>
<ol> <ul><strong>Michael #1</strong>: <a href="https://hatch.pypa.io/latest/blog/2023/12/11/hatch-v180/">Hatc
talkpython.fm
Python Bytes Crossover 2023
Special crossover episode of Python Bytes to wrap up 2023. Topics include: <ol> <ul><strong>Michael #1</strong>: <a href='https://hatch.pypa.io/latest/blog/2023/12/11/hatch-v180/'>Hatch v1.8</a></ul> <ul><strong>Brian #2:</strong> <a href='h…
Matt Layman: Python, Markdown, and Tailwind: Best Buds!
Link: https://www.mattlayman.com/blog/2023/python-markdown-tailwind-best-buds/
You are rendering content with Python and want to show some Markdown, but you style your pages with Tailwind. With Tailwind’s built-in reset, how can you style the tags of your rendered HTML that come
Link: https://www.mattlayman.com/blog/2023/python-markdown-tailwind-best-buds/
You are rendering content with Python and want to show some Markdown, but you style your pages with Tailwind. With Tailwind’s built-in reset, how can you style the tags of your rendered HTML that come
Matt Layman
Python, Markdown, and Tailwind: Best Buds!
You are rendering content with Python and want to show some Markdown, but you style your pages with Tailwind. With Tailwind's built-in reset, how can you style the tags of your rendered HTML that come from Markdown? This article shows how that can be done.
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2023/?utm_source=python-rss-feed
49th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python Errors, Tools in Python Land, Architecting Monorepos, and much more. Read the full newsletter to get up-to-date with everythi
Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2023/?utm_source=python-rss-feed
49th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python Errors, Tools in Python Land, Architecting Monorepos, and much more. Read the full newsletter to get up-to-date with everythi
Zero To Mastery
[December 2023] Python Monthly Newsletter 💻🐍 | Zero To Mastery
49th issue of Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
Paolo Melchiorre: My 2023 in review
Link: https://www.paulox.net/2023/12/31/my-2023-in-review/
The review of my 2023, trying to remember all the things done in this year, in which more than anyone I met many fantastic people and visited new countries.
Link: https://www.paulox.net/2023/12/31/my-2023-in-review/
The review of my 2023, trying to remember all the things done in this year, in which more than anyone I met many fantastic people and visited new countries.
Paolo Melchiorre
Paolo Melchiorre - My 2023 in review
The review of my 2023, trying to remember all the things done in this year, in which more than anyone I met many fantastic people and visited new countries.
Doug Hellmann: imapautofiler 1.14.0 - sort-by-year action
Link: https://doughellmann.com/releases/imapautofiler-1-14-0/
What’s new in 1.14.0? add python 3.12 to test matrix add sort-by-year action
Link: https://doughellmann.com/releases/imapautofiler-1-14-0/
What’s new in 1.14.0? add python 3.12 to test matrix add sort-by-year action
Doug Hellmann
imapautofiler 1.14.0 - sort-by-year action
What’s new in 1.14.0? add python 3.12 to test matrix add sort-by-year action
Seth Michael Larson: 2023 year in review
Link: http://sethmlarson.dev/2023-year-in-review?date=2023-12-31
2023 year in review
About •
Blog •
Newsletter •
Links
Link: http://sethmlarson.dev/2023-year-in-review?date=2023-12-31
2023 year in review
About •
Blog •
Newsletter •
Links
Seth Michael Larson
2023 year in review
2023 was a great year! So much happened, but a few things in particular stood out to be when putting together this post.
I got married to my wife, Trina after 9 years of being together.
We met in ...
I got married to my wife, Trina after 9 years of being together.
We met in ...
Tryton News: Newsletter January 2024
Link: https://discuss.tryton.org/t/newsletter-january-2024/6810
During the last month we mainly focused on fixing bugs, adjusting how things work, improving performance and adding new features.
Changes for the User
Sales, Purchases and Projects
Related shipment
Link: https://discuss.tryton.org/t/newsletter-january-2024/6810
During the last month we mainly focused on fixing bugs, adjusting how things work, improving performance and adding new features.
Changes for the User
Sales, Purchases and Projects
Related shipment
Tryton Discussion
Newsletter January 2024
During the last month we mainly focused on fixing bugs, adjusting how things work, improving performance and adding new features. Changes for the User Sales, Purchases and Projects Related shipments and moves are now reset and cancelled when a purchase request…
Real Python: Python's Array: Working With Numeric Data Efficiently
Link: https://realpython.com/python-array/
When you start your programming adventure, one of the most fundamental concepts that you encounter early on is the array. If you’ve recently switched to Python from another programming language, then
Link: https://realpython.com/python-array/
When you start your programming adventure, one of the most fundamental concepts that you encounter early on is the array. If you’ve recently switched to Python from another programming language, then
Realpython
Python's Array: Working With Numeric Data Efficiently – Real Python
In this tutorial, you'll dive deep into working with numeric arrays in Python, an efficient tool for handling binary data. Along the way, you'll explore low-level data types exposed by the array module, emulate custom types, and even pass a Python array to…
PyPy: PyPy has moved to Git, GitHub
Link: https://www.pypy.org/posts/2023/12/pypy-moved-to-git-github.html
PyPy has moved its canonical repo and issue tracker from
https://foss.heptapod.net/pypy/pypy to https://github.com/pypy/pypy. Obviously,
this means development will now be tracked in Git rather than M
Link: https://www.pypy.org/posts/2023/12/pypy-moved-to-git-github.html
PyPy has moved its canonical repo and issue tracker from
https://foss.heptapod.net/pypy/pypy to https://github.com/pypy/pypy. Obviously,
this means development will now be tracked in Git rather than M
PyPy
PyPy has moved to Git, GitHub
PyPy has moved its canonical repo and issue tracker from
https://foss.heptapod.net/pypy/pypy to https://github.com/pypy/pypy. Obviously,
this means development will now be tracked in Git rather than M
https://foss.heptapod.net/pypy/pypy to https://github.com/pypy/pypy. Obviously,
this means development will now be tracked in Git rather than M
Django Weblog: DjangoCon Europe 2024 CFP Now Open
Link: https://www.djangoproject.com/weblog/2024/jan/01/djangocon-europe-2024-cfp/
It's a new year. What better way to start it than submitting your talk or
workshop for DjangoCon Europe 2024, in beautiful Vigo, Spain?
The Call for Proposals (CFP) is open now, and will be until midn
Link: https://www.djangoproject.com/weblog/2024/jan/01/djangocon-europe-2024-cfp/
It's a new year. What better way to start it than submitting your talk or
workshop for DjangoCon Europe 2024, in beautiful Vigo, Spain?
The Call for Proposals (CFP) is open now, and will be until midn
Django Project
DjangoCon Europe 2024 CFP Now Open
Posted by The DjangoCon Europe 2024 Organizing Team on January 1, 2024
Hynek Schlawack: How to Ditch Codecov for Python Projects
Link: https://hynek.me/articles/ditch-codecov-python/
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Link: https://hynek.me/articles/ditch-codecov-python/
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Hynek Schlawack
How to Ditch Codecov for Python Projects
Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matrix that doesn’t rely on third-party services.
Django Weblog: Django bugfix releases issued: 4.2.9 and 5.0.1
Link: https://www.djangoproject.com/weblog/2024/jan/02/bugfix-release/
Today we've issued
5.0.1 and
4.2.9 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this rel
Link: https://www.djangoproject.com/weblog/2024/jan/02/bugfix-release/
Today we've issued
5.0.1 and
4.2.9 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this rel
Django Project
Django bugfix releases issued: 4.2.9 and 5.0.1
Posted by Mariusz Felisiak on January 2, 2024
Real Python: HTTP Requests With Python's urllib.request
Link: https://realpython.com/courses/python-urllib-request/
If you need to perform HTTP requests using Python, then the widely used Requests library is often the way to go. However, if you prefer to use only standard-library Python and minimize dependencies, t
Link: https://realpython.com/courses/python-urllib-request/
If you need to perform HTTP requests using Python, then the widely used Requests library is often the way to go. However, if you prefer to use only standard-library Python and minimize dependencies, t
Realpython
HTTP Requests With Python's urllib.request – Real Python
In this video course, you'll explore how to make HTTP requests using Python's handy built-in module, urllib.request. You'll try out examples and go over common errors, all while learning more about HTTP requests and Python in general.
Talk Python to Me: #444: The Young Coder's Blueprint to Success
Link: https://talkpython.fm/episodes/show/444/the-young-coders-blueprint-to-success
Are you early in your software dev or data science career? Maybe it hasn't even really started yet and you're still in school. On this episode we have Sydney Runkle who has had a ton of success in the
Link: https://talkpython.fm/episodes/show/444/the-young-coders-blueprint-to-success
Are you early in your software dev or data science career? Maybe it hasn't even really started yet and you're still in school. On this episode we have Sydney Runkle who has had a ton of success in the
talkpython.fm
The Young Coder's Blueprint to Success
Are you early in your software dev or data science career? Maybe it hasn't even really started yet and you're still in school. On this episode we have Sydney Runkle who has had a ton of success in the Python space and she hasn't even graduated yet. We sit…
PyCoder’s Weekly: Issue #610 (Jan. 2, 2024)
Link: https://pycoders.com/issues/610
#610 – JANUARY 2, 2024 View in Browser » Build a Scalable Flask Web Project From Scratch In this tutorial, you’ll explore the process of creating a boilerplate for a Flask web project. It’s a gr
Link: https://pycoders.com/issues/610
#610 – JANUARY 2, 2024 View in Browser » Build a Scalable Flask Web Project From Scratch In this tutorial, you’ll explore the process of creating a boilerplate for a Flask web project. It’s a gr
Pycoders
PyCoder’s Weekly | Issue #610
Issue #610 of the PyCoder’s Weekly newsletter, published Jan. 2, 2024.
Brett Cannon: An experimental pip subcommand for the Python Launcher for Unix
Link: https://snarky.ca/an-experimental-pip-subcommand-for-the-python-launcher-for-unix/
There are a couple of things I always want to be true when I install Python packages for a project:I have a virtual environmentPip is up-to-dateFor virtual environments, you would like them to be crea
Link: https://snarky.ca/an-experimental-pip-subcommand-for-the-python-launcher-for-unix/
There are a couple of things I always want to be true when I install Python packages for a project:I have a virtual environmentPip is up-to-dateFor virtual environments, you would like them to be crea
Tall, Snarky Canadian
An experimental pip subcommand for the Python Launcher for Unix
There are a couple of things I always want to be true when I install Python packages for a project:
1. I have a virtual environment
2. Pip is up-to-date
For virtual environments, you would like them to be created as fast as possible and (usually) with…
1. I have a virtual environment
2. Pip is up-to-date
For virtual environments, you would like them to be created as fast as possible and (usually) with…
Programiz: Python Dictionary
Link: https://www.programiz.com/python-programming/dictionaryy
In this tutorial, you will learn about Python dictionaries - how they are created, how to access, add, and remove elements from them, and the various built-in methods associated with dictionaries.
Link: https://www.programiz.com/python-programming/dictionaryy
In this tutorial, you will learn about Python dictionaries - how they are created, how to access, add, and remove elements from them, and the various built-in methods associated with dictionaries.
Programiz
Python Dictionary (With Examples)
A Python dictionary is a collection of items that allows us to store data in key: value pairs.
PyCharm: How To Learn Django: A Comprehensive Guide for Beginners
Link:
Learning Django can be an exciting journey for anyone looking to develop web applications, but it can be intimidating at first. In this article, we’ll provide you with a comprehensive guide on how to
Link:
Learning Django can be an exciting journey for anyone looking to develop web applications, but it can be intimidating at first. In this article, we’ll provide you with a comprehensive guide on how to
Programiz: Python for loop
Link: https://www.programiz.com/python-programming/for-loopp
In this article, we'll learn how to use a for loop in Python with the help of examples.
Link: https://www.programiz.com/python-programming/for-loopp
In this article, we'll learn how to use a for loop in Python with the help of examples.
Programiz
Python for loop (With Examples)
In Python, we use a for loop to iterate over any sequences like lists, tuples, sets, strings or a dictionary.
Real Python: Python's Magic Methods: Leverage Their Power in Your Classes
Link: https://realpython.com/python-magic-methods/
As a Python developer who wants to harness the power of object-oriented programming, you’ll love to learn how to customize your classes using special methods, also known as magic methods or dunder met
Link: https://realpython.com/python-magic-methods/
As a Python developer who wants to harness the power of object-oriented programming, you’ll love to learn how to customize your classes using special methods, also known as magic methods or dunder met
Realpython
Python's Magic Methods: Leverage Their Power in Your Classes – Real Python
In this tutorial, you'll learn what magic methods are in Python, how they work, and how to use them in your custom classes to support powerful features in your object-oriented code.