Mike Driscoll: Episode 20 – Python on Windows with Steve Dower
Link: https://www.blog.pythonlibrary.org/2023/11/03/episode-20-python-on-windows-with-steve-dower/
The latest episode of The Python Podcast came out this week. In this episode, I chatted with Steve Dower.
Steve is a part of the Python team at Microsoft and is also a core developer of the Python la
Link: https://www.blog.pythonlibrary.org/2023/11/03/episode-20-python-on-windows-with-steve-dower/
The latest episode of The Python Podcast came out this week. In this episode, I chatted with Steve Dower.
Steve is a part of the Python team at Microsoft and is also a core developer of the Python la
Mouse Vs Python
Episode 20 - Python on Windows with Steve Dower - Mouse Vs Python
The latest episode of The Python Podcast has special guest, Steve Dower. Steve is a part of the Python team at Microsoft
Mirek Długosz: 10 years in testing
Link: https://mirekdlugosz.com/blog/2023/10-years-in-testing/
Exactly 10 years ago I started my first job as a software tester.
That doesn’t mean I started testing 10 years ago. Back when I was in high school and at university, I did spend some time doing testin
Link: https://mirekdlugosz.com/blog/2023/10-years-in-testing/
Exactly 10 years ago I started my first job as a software tester.
That doesn’t mean I started testing 10 years ago. Back when I was in high school and at university, I did spend some time doing testin
Mirek Długosz personal website
10 years in testing
Exactly 10 years ago I started my first job as a software tester. That doesn’t mean I started testing 10 years ago. Back when I was in high school and at university, I did spend some time doing testing and quality-related stuff for various open source projects…
Matt Layman: Idempotent Jobs - Building SaaS with Python and Django #174
Link: https://www.mattlayman.com/blog/2023/idempotent-jobs-building-saas-with-python-and-django-174/
In this episode, we cleaned up the email sending job. I had to make some changes based on some discoveries that I made while researching how to track responses and associate the journal entries back t
Link: https://www.mattlayman.com/blog/2023/idempotent-jobs-building-saas-with-python-and-django-174/
In this episode, we cleaned up the email sending job. I had to make some changes based on some discoveries that I made while researching how to track responses and associate the journal entries back t
Matt Layman
Idempotent Jobs - Building SaaS with Python and Django #174
In this episode, we cleaned up the email sending job. I had to make some changes based on some discoveries that I made while researching how to track responses and associate the journal entries back to the user. While doing this clean up, we added a new Prompt…
PyCharm: PyCharm 2023.3 EAP 5 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-3-eap-5/
You can download the build from our website, get it from the free Toolbox App, or update to it using snaps if you’re an Ubuntu user.
Download PyCharm 2023.3 EAP
The fifth build of the Early Access P
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-3-eap-5/
You can download the build from our website, get it from the free Toolbox App, or update to it using snaps if you’re an Ubuntu user.
Download PyCharm 2023.3 EAP
The fifth build of the Early Access P
The JetBrains Blog
PyCharm 2023.3 EAP 5 Is Out! | The PyCharm Blog
Django project structure view, enhancements to Live Preview for Django Templates, interactive plots in SciView, and the ability to view dataframes or series as charts.
Marcos Dione: automating-blender-based-hillshading-with-python
Link: http://www.grulic.org.ar/~mdione/glob//posts/automating-blender-based-hillshading-with-python/
Remember my Blend based hillshading? I
promised to try to automate it, right? Well, it seems I have the interest and stamina now, so that's what I'm doing.
But boys and girls and anything in between a
Link: http://www.grulic.org.ar/~mdione/glob//posts/automating-blender-based-hillshading-with-python/
Remember my Blend based hillshading? I
promised to try to automate it, right? Well, it seems I have the interest and stamina now, so that's what I'm doing.
But boys and girls and anything in between a
PyCharm: PyCharm 2023.2.4 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-2-4/
We’ve just released another update for v2023.2.
You can update to this version from inside the IDE, using the Toolbox App, or by using snaps if you are a Ubuntu user. You can also download it from ou
Link: https://blog.jetbrains.com/pycharm/2023/11/2023-2-4/
We’ve just released another update for v2023.2.
You can update to this version from inside the IDE, using the Toolbox App, or by using snaps if you are a Ubuntu user. You can also download it from ou
The JetBrains Blog
PyCharm 2023.2.4 Is Out! | The PyCharm Blog
We’ve just released another update for v2023.2. You can update to this version from inside the IDE, using the Toolbox App, or by using snaps if you are a Ubuntu user. You can also downlo
ListenData: NumPy argmax() Function : Learn with Examples
Link: https://www.listendata.com/2023/11/argmax-numpy-function.html
In this tutorial, we will see how to use the NumPy argmax() function in Python along with examples.
The numpy.argmax() function in Python is used to find the indices of the maximum element in an arra
Link: https://www.listendata.com/2023/11/argmax-numpy-function.html
In this tutorial, we will see how to use the NumPy argmax() function in Python along with examples.
The numpy.argmax() function in Python is used to find the indices of the maximum element in an arra
ListenData
NumPy argmax() Function : Learn with Examples
This tutorial explains how to use the NumPy argmax() function in Python to find the indices of the maximum element in an array.
Mike Driscoll: PyDev of the Week: Gláucia Esppenchutz
Link: https://www.blog.pythonlibrary.org/2023/11/06/pydev-of-the-week-glaucia-esppenchutz/
This week we welcome Gláucia Esppenchutz (@glauesppen) as our PyDev of the Week! Gláucia is the author of Data Ingestion with Python Cookbook.
Let’s spend some time getting to know Gláucia better!
Can
Link: https://www.blog.pythonlibrary.org/2023/11/06/pydev-of-the-week-glaucia-esppenchutz/
This week we welcome Gláucia Esppenchutz (@glauesppen) as our PyDev of the Week! Gláucia is the author of Data Ingestion with Python Cookbook.
Let’s spend some time getting to know Gláucia better!
Can
Mouse Vs Python
PyDev of the Week: Gláucia Esppenchutz - Mouse Vs Python
This week we welcome Gláucia Esppenchutz (@glauesppen) as our PyDev of the Week! Gláucia is the author of Data Ingestion with Python Cookbook. Let's spend
Real Python: Python News: What's New From October 2023
Link: https://realpython.com/python-news-october-2023/
October 2023 saw the release of the new Python 3.12. At the same time, focus has shifted to new developments in the language. The acceptance of the long-discussed PEP 703 means that developers can ram
Link: https://realpython.com/python-news-october-2023/
October 2023 saw the release of the new Python 3.12. At the same time, focus has shifted to new developments in the language. The acceptance of the long-discussed PEP 703 means that developers can ram
Realpython
Python News: What's New From October 2023 – Real Python
A natural highlight in October 2023 is the release of Python 3.12. However, the community doesn't rest, and nominations for a new Python Steering Council are underway, while a Documentation Editorial Board and a Typing Council are about to be established.
TechBeamers Python: How to Write Multiline Comments in Python
Link: https://www.techbeamers.com/how-to-write-multiline-comments-in-python/
In Python, there is no specific syntax for creating multiline comments like some other programming languages (e.g., C, C++, Java). Instead, Python relies on other methods to achieve similar goals. Mul
Link: https://www.techbeamers.com/how-to-write-multiline-comments-in-python/
In Python, there is no specific syntax for creating multiline comments like some other programming languages (e.g., C, C++, Java). Instead, Python relies on other methods to achieve similar goals. Mul
TechBeamers
How to Write Multiline Comments in Python
This tutorial lists various methods for writing multiline comments in Python, including triple-quoted strings and documentation strings.
Read the Docs: Read the Docs newsletter - November 2023
Link: https://blog.readthedocs.com/newsletter-november-2023/
News and updates
Work continues on hardening Addons, our new in-documentation JavaScript client that supports all documentation tools. We’re looking for people in the community to test out this new f
Link: https://blog.readthedocs.com/newsletter-november-2023/
News and updates
Work continues on hardening Addons, our new in-documentation JavaScript client that supports all documentation tools. We’re looking for people in the community to test out this new f
Read the Docs Blog
Read the Docs newsletter - November 2023
News and updates: Work continues on hardening Addons, our new in-documentation JavaScript client that supports all documentation tools. We’re looking for people in the community to test out this new functionality, and will be expanding access in the near…
Seth Michael Larson: OSS Security RFI, Guide to become a CNA, and PEP 639
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-17?date=2023-11-07
OSS Security RFI, Guide to become a CNA, and PEP 639
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-17?date=2023-11-07
OSS Security RFI, Guide to become a CNA, and PEP 639
Seth Michael Larson
OSS Security RFI, Guide to become a CNA, and PEP 639
This critical role would not be possible without funding from the OpenSSF Alpha-Omega Project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
The past ...
The past ...
Real Python: Python Basics Exercises: Numbers and Math
Link: https://realpython.com/courses/numbers-and-math-exercises/
In Python Basics: Numbers and Math, you learned the mathematical skills that you’ll need as a Python programmer. Now, you’ll take those skills to the next level by actively practicing and applying wha
Link: https://realpython.com/courses/numbers-and-math-exercises/
In Python Basics: Numbers and Math, you learned the mathematical skills that you’ll need as a Python programmer. Now, you’ll take those skills to the next level by actively practicing and applying wha
Realpython
Python Basics Exercises: Numbers and Math – Real Python
In this Python Basics Exercises course, you'll practice the math that you need for your Python programming journey. This includes integers and floating-point numbers, arithmetic operators, and string formatting for numbers.
Paolo Melchiorre: Database generated columns ⁽¹⁾: Django & SQLite
Link: https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/
An introduction to database generated columns, using SQLite and the new GeneratedField added in Django 5.0.
Link: https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/
An introduction to database generated columns, using SQLite and the new GeneratedField added in Django 5.0.
Paolo Melchiorre
Database generated columns⁽¹⁾: Django & SQLite
An introduction to database generated columns, using SQLite and the new GeneratedField added in Django 5.0.
Mike Driscoll: lxml objectify and Working with XML Tag Containing Periods
Link: https://www.blog.pythonlibrary.org/2023/11/07/lxml-objectify-and-working-with-xml-tag-containing-periods/
Recently, I have been working on automating Jenkin’s config XML files using Python and the lxml package.
I have several articles on using lxml and its handy objectify functionality:
Python: Creating
Link: https://www.blog.pythonlibrary.org/2023/11/07/lxml-objectify-and-working-with-xml-tag-containing-periods/
Recently, I have been working on automating Jenkin’s config XML files using Python and the lxml package.
I have several articles on using lxml and its handy objectify functionality:
Python: Creating
Mouse Vs Python
lxml objectify and Working with XML Tag Containing Periods - Mouse Vs Python
Recently, I have been working on automating Jenkin's config XML files using Python and the lxml package. I have several articles on using lxml and its
PyCoder’s Weekly: Issue #602 (Nov. 7, 2023)
Link: https://pycoders.com/issues/602
#602 – NOVEMBER 7, 2023 View in Browser » My User Experience Porting Off setup.py It is no secret that packaging in Python is complicated. This post by Gregory runs through the challenges he had
Link: https://pycoders.com/issues/602
#602 – NOVEMBER 7, 2023 View in Browser » My User Experience Porting Off setup.py It is no secret that packaging in Python is complicated. This post by Gregory runs through the challenges he had
Pycoders
PyCoder’s Weekly | Issue #602
Issue #602 of the PyCoder’s Weekly newsletter, published Nov. 7, 2023.
Python Bytes: #360 Happy Birthday!
Link: https://pythonbytes.fm/episodes/show/360/happy-birthday
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://dev.to/hugovk/til-excludealso-with-coveragepy-2hkm"><strong>exclude_also with coverage.py</strong></a></li>
<li><a href
Link: https://pythonbytes.fm/episodes/show/360/happy-birthday
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://dev.to/hugovk/til-excludealso-with-coveragepy-2hkm"><strong>exclude_also with coverage.py</strong></a></li>
<li><a href
pythonbytes.fm
Happy Birthday!
News and announcements from the Python community for the week of Nov 7th, 2023
Talk Python to Me: #437: HTMX for Django Developers (And All of Us)
Link: https://talkpython.fm/episodes/show/437/htmx-for-django-developers-and-all-of-us
Are you considering or struggling with replacing much of the interactivity of your Django app with frontend JavaScript frameworks? After all, your users do expect an interactive and modern app, right?
Link: https://talkpython.fm/episodes/show/437/htmx-for-django-developers-and-all-of-us
Are you considering or struggling with replacing much of the interactivity of your Django app with frontend JavaScript frameworks? After all, your users do expect an interactive and modern app, right?
talkpython.fm
HTMX for Django Developers (And All of Us)
Are you considering or struggling with replacing much of the interactivity of your Django app with frontend JavaScript frameworks? After all, your users do expect an interactive and modern app, right? Before you make a rash decision, you owe it to yourself…
Real Python: Document Your Python Code and Projects With ChatGPT
Link: https://realpython.com/document-python-code-with-chatgpt/
Having good documentation is a critical feature of any successful Python project. In practice, writing documentation is hard and can take a lot of time and effort, so some developers don’t like to do
Link: https://realpython.com/document-python-code-with-chatgpt/
Having good documentation is a critical feature of any successful Python project. In practice, writing documentation is hard and can take a lot of time and effort, so some developers don’t like to do
Realpython
Document Your Python Code and Projects With ChatGPT – Real Python
Good documentation is a critical feature of any successful Python project. In practice, writing documentation is hard and can take a lot of time and effort. Nowadays, with tools like ChatGPT, you can quickly document your Python code and projects.
Daniel Roy Greenfeld: TIL: Fixing YAML
Link: https://daniel.feldroy.com/posts/til-2023-11-fixing-yaml
I got tired of manually correcting and prettifying YAML only to run into periodic instances where my cleanup broke configurations. Alas, yamllint only tells you what's wrong. I would rather have an ea
Link: https://daniel.feldroy.com/posts/til-2023-11-fixing-yaml
I got tired of manually correcting and prettifying YAML only to run into periodic instances where my cleanup broke configurations. Alas, yamllint only tells you what's wrong. I would rather have an ea
Daniel Roy Greenfeld
TIL: Fixing YAML
Here's how to prettify YAML across your projects.