Talk Python to Me: #396: AI Goes on Trial For Writing Code (crossover)
Link: https://talkpython.fm/episodes/show/396/ai-goes-on-trial-for-writing-code-crossover
For links and very detailed show notes, please view <a href="https://pythonbytes.fm/episodes/show/312/ai-goes-on-trial-for-writing-code">the original episode page</a> over on Python Bytes. Thanks for
Link: https://talkpython.fm/episodes/show/396/ai-goes-on-trial-for-writing-code-crossover
For links and very detailed show notes, please view <a href="https://pythonbytes.fm/episodes/show/312/ai-goes-on-trial-for-writing-code">the original episode page</a> over on Python Bytes. Thanks for
talkpython.fm
AI Goes on Trial For Writing Code (crossover)
For links and very detailed show notes, please view <a href='https://pythonbytes.fm/episodes/show/312/ai-goes-on-trial-for-writing-code'>the original episode page</a> over on Python Bytes. Thanks for listening!
Moshe Zadka: The "Dynamic" Properties in PyProject
Link: https://orbifold.xyz/dynamic-pyproject.html
When writing a
pyproject.toml
file,
the
project
section is optional.
However,
if it does exist,
two of its properties are
required:
name
version
If these two properties are not there,
the section wi
Link: https://orbifold.xyz/dynamic-pyproject.html
When writing a
pyproject.toml
file,
the
project
section is optional.
However,
if it does exist,
two of its properties are
required:
name
version
If these two properties are not there,
the section wi
orbifold.xyz
Orbifolds and Other Games - The "Dynamic" Properties in PyProject
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2022/?utm_source=python-rss-feed
37th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2022/?utm_source=python-rss-feed
37th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Zero To Mastery
[December 2022] Python Monthly Newsletter 💻🐍 | Zero To Mastery
37th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
Tryton News: Newsletter January 2023
Link: https://discuss.tryton.org/t/newsletter-january-2023/5777
The Tryton team wishes you a happy new year.
The big news is that the Tryton development has been migrated to Heptapod. Developers should review the new guide to submit changes.
But also the serie
Link: https://discuss.tryton.org/t/newsletter-january-2023/5777
The Tryton team wishes you a happy new year.
The big news is that the Tryton development has been migrated to Heptapod. Developers should review the new guide to submit changes.
But also the serie
Tryton Discussion
Newsletter January 2023
The Tryton team wishes you a happy new year. The big news is that the Tryton development has been migrated to Heptapod. Developers should review the new guide to submit changes. But also the series 6.6 is the first one to have Flatpack build client for…
Kushal Das: Congratulations Anwesha
Link: https://kushaldas.in/posts/congratulations-anwesha.html
The year 2022 gave me one of the happiest moments in my life, and I also felt
proud as Anwesha joined the
Ansible community team as a software engineer in Red
Hat. Proud because she became the best e
Link: https://kushaldas.in/posts/congratulations-anwesha.html
The year 2022 gave me one of the happiest moments in my life, and I also felt
proud as Anwesha joined the
Ansible community team as a software engineer in Red
Hat. Proud because she became the best e
Python Circle: How to validate an uploaded image in Python Django
Link: https://pythoncircle.com/post/773/how-to-validate-an-uploaded-image-in-python-django/
Validating image before storing it in database or on file storage. Checking the size of uploaded image in python django. Checking the extension of uploaded image in python django. Checking the content
Link: https://pythoncircle.com/post/773/how-to-validate-an-uploaded-image-in-python-django/
Validating image before storing it in database or on file storage. Checking the size of uploaded image in python django. Checking the extension of uploaded image in python django. Checking the content
Python Circle
How to validate an uploaded image in Python Django
Validating image before storing it in database or on file storage. Checking the size of uploaded image in python django. Checking the extension of uploaded image in python django. Checking the content size of uploaded image. Checking the mime-type of uploaded…
Python Circle: Automating WhatsApp web using selenium to send messages
Link: https://pythoncircle.com/post/775/automating-whatsapp-web-using-selenium-to-send-messages/
Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk messages via whatsapp using automation.
Link: https://pythoncircle.com/post/775/automating-whatsapp-web-using-selenium-to-send-messages/
Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk messages via whatsapp using automation.
Brett Cannon: Classifying Python virtual environment workflows
Link: https://snarky.ca/classifying-python-virtual-environment-workflows/
I have been spending some time as of late thinking, and asking the community via the fediverse, about how people deal with virtual environments in Python. I have ended up with various ways of classify
Link: https://snarky.ca/classifying-python-virtual-environment-workflows/
I have been spending some time as of late thinking, and asking the community via the fediverse, about how people deal with virtual environments in Python. I have ended up with various ways of classify
Tall, Snarky Canadian
Classifying Python virtual environment workflows
I have been spending some time as of late thinking, and asking the community via the fediverse, about how people deal with virtual environments in Python. I have ended up with various ways of classifying people's virtual environment management and I wanted…
Django Weblog: Django bugfix release: 4.1.5
Link: https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/
Today we've issued the 4.1.5 bugfix release.
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 release is
Link: https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/
Today we've issued the 4.1.5 bugfix release.
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 release is
Django Project
Django bugfix release: 4.1.5
Posted by Mariusz Felisiak on January 2, 2023
Mike Driscoll: PyDev of the Week: Kevin McAleer
Link: https://www.blog.pythonlibrary.org/2023/01/02/pydev-of-the-week-kevin-mcaleer/
This week we welcome Kevin McAleer (@kevmac) as our PyDev of the Week! Kevin likes making robots, using Python, and sharing that passion on social media, such as YouTube. You can catch up with Kevin (
Link: https://www.blog.pythonlibrary.org/2023/01/02/pydev-of-the-week-kevin-mcaleer/
This week we welcome Kevin McAleer (@kevmac) as our PyDev of the Week! Kevin likes making robots, using Python, and sharing that passion on social media, such as YouTube. You can catch up with Kevin (
Mouse Vs Python
PyDev of the Week: Kevin McAleer - Mouse Vs Python
This week we welcome Kevin McAleer (@kevmac) as our PyDev of the Week! Kevin likes making robots, using Python, and sharing that passion on social media,
Python for Beginners: Extract Unique Characters From String in Python
Link: https://www.pythonforbeginners.com/basics/extract-unique-characters-from-string-in-python
Strings are extensively used for text analysis in Python. This article discusses how to extract unique characters from a string in Python.
Table of ContentsExtract Unique Characters From String in Py
Link: https://www.pythonforbeginners.com/basics/extract-unique-characters-from-string-in-python
Strings are extensively used for text analysis in Python. This article discusses how to extract unique characters from a string in Python.
Table of ContentsExtract Unique Characters From String in Py
PythonForBeginners.com
Extract Unique Characters From String in Python - PythonForBeginners.com
Extract Unique Characters From String in Python will help you improve your python skills with easy-to-follow examples and tutorials.
Real Python: Natural Language Processing With spaCy in Python
Link: https://realpython.com/natural-language-processing-spacy-python/
If you want to do natural language processing (NLP) in Python, then look no further than spaCy, a free and open-source library with a lot of built-in capabilities. It’s becoming increasingly popular f
Link: https://realpython.com/natural-language-processing-spacy-python/
If you want to do natural language processing (NLP) in Python, then look no further than spaCy, a free and open-source library with a lot of built-in capabilities. It’s becoming increasingly popular f
Realpython
Natural Language Processing With spaCy in Python – Real Python
In this step-by-step tutorial, you'll learn how to use spaCy. This free and open-source library for natural language processing (NLP) in Python has a lot of built-in capabilities and is becoming increasingly popular for processing and analyzing data in NLP.
Python Morsels: Making a singleton in Python
Link: https://www.pythonmorsels.com/making-singletons/
While it is possible to make singleton objects in Python, the classic singleton design pattern doesn't always make a lot of sense.
Table of contents
What is a singleton?
Making a singletons in Pyt
Link: https://www.pythonmorsels.com/making-singletons/
While it is possible to make singleton objects in Python, the classic singleton design pattern doesn't always make a lot of sense.
Table of contents
What is a singleton?
Making a singletons in Pyt
Pythonmorsels
Singletons in Python
While it is possible to make singleton objects in Python, the classic singleton design pattern doesn't always make a lot of sense.
Mike Driscoll: The Python Papers Newsletter
Link: https://www.blog.pythonlibrary.org/2023/01/02/the-python-papers-newsletter/
I've been kicking around the idea of starting a Python newsletter for a couple of months now. I decided to bite the bullet and give it a try in 2023.
My newsletter is called The Python Papers.
I will
Link: https://www.blog.pythonlibrary.org/2023/01/02/the-python-papers-newsletter/
I've been kicking around the idea of starting a Python newsletter for a couple of months now. I decided to bite the bullet and give it a try in 2023.
My newsletter is called The Python Papers.
I will
Mouse Vs Python
The Python Papers Newsletter - Mouse Vs Python
I've been kicking around the idea of starting a Python newsletter for a couple of months now. I decided to bite the bullet and give it a try in 2023. My
Brett Cannon: The many shapes and sizes of keyboards
Link: https://snarky.ca/the-many-shapes-and-sizes-of-keyboards/
Like many people in the programming industry, I work from home. And as such, I do not get up from my desk as much as I probably should as my office space is pretty comfortable. Unfortunately, this has
Link: https://snarky.ca/the-many-shapes-and-sizes-of-keyboards/
Like many people in the programming industry, I work from home. And as such, I do not get up from my desk as much as I probably should as my office space is pretty comfortable. Unfortunately, this has
Tall, Snarky Canadian
The many shapes and sizes of keyboards
Like many people in the programming industry, I work from home. And as such, I do not get up from my desk as much as I probably should as my office space is pretty comfortable. Unfortunately, this has led to my upper back getting a bit tight from slouching…
Kushal Das: Startup/execution time for a specific command line tool
Link: https://kushaldas.in/posts/startup-execution-time-for-a-specific-command-line-tool.html
Generally I don’t have to bother about the startup time of any command line
tool. For a human eye and normal day to day usage, if a command takes half a
second to finish the job, it is not much of a
Link: https://kushaldas.in/posts/startup-execution-time-for-a-specific-command-line-tool.html
Generally I don’t have to bother about the startup time of any command line
tool. For a human eye and normal day to day usage, if a command takes half a
second to finish the job, it is not much of a
Python Circle: Django application to automate the WhatsApp messaging
Link: https://pythoncircle.com/post/777/django-application-to-automate-the-whatsapp-messaging/
Django application with REST API endpoints to automate the WhatsApp messaging. Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk mess
Link: https://pythoncircle.com/post/777/django-application-to-automate-the-whatsapp-messaging/
Django application with REST API endpoints to automate the WhatsApp messaging. Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk mess
Python Circle
Django application to automate the WhatsApp messaging
Django application with REST API endpoints to automate the WhatsApp messaging. Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk messages via whatsapp using automation. Source code Django…
Real Python: Build Cross-Platform GUI Apps With Kivy
Link: https://realpython.com/courses/cross-platform-gui-apps-kivy/
These days, developers are highly likely to be working on a mobile or web application. Python doesn’t have built-in mobile development capabilities, but you can create mobile applications by using lib
Link: https://realpython.com/courses/cross-platform-gui-apps-kivy/
These days, developers are highly likely to be working on a mobile or web application. Python doesn’t have built-in mobile development capabilities, but you can create mobile applications by using lib
Realpython
Build Cross-Platform GUI Apps With Kivy – Real Python
In this video course, you'll learn how to build a cross-platform mobile application with Python and the Kivy GUI framework. You'll discover how to develop an application that can run on your desktop as well as your phone. Then, you'll package your app for…
PyCoder’s Weekly: Issue #558 (Jan. 3, 2023)
Link: https://pycoders.com/issues/558
#558 – JANUARY 3, 2023 View in Browser » 2022 Real Python Tutorial & Video Course Wrap Up “It’s been another year of changes at Real Python! The Real Python team has written, edited, curated, il
Link: https://pycoders.com/issues/558
#558 – JANUARY 3, 2023 View in Browser » 2022 Real Python Tutorial & Video Course Wrap Up “It’s been another year of changes at Real Python! The Real Python team has written, edited, curated, il
Pycoders
PyCoder’s Weekly | Issue #558
Issue #558 of the PyCoder’s Weekly newsletter, published Jan. 3, 2023.
Python Bytes: #317 Most loved and most dreaded dev tools of 2022
Link: https://pythonbytes.fm/episodes/show/317/most-loved-and-most-dreaded-dev-tools-of-2022
<a href='https://www.youtube.com/watch?v=7mze96vKW_8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
Link: https://pythonbytes.fm/episodes/show/317/most-loved-and-most-dreaded-dev-tools-of-2022
<a href='https://www.youtube.com/watch?v=7mze96vKW_8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
pythonbytes.fm
Most loved and most dreaded dev tools of 2022
News and announcements from the Python community for the week of Jan 3rd, 2023
Pythonicity: Random Selection
Link: https://coady.github.io/posts/random-selection/
Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle
Link: https://coady.github.io/posts/random-selection/
Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle
Pythonicity
Random Selection
Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle an