Python GUIs: Customizing Your Tkinter App's Windows
Link: https://www.pythonguis.com/tutorials/customized-windows-tkinter/
Different desktop applications have different design requirements. If you look at the applications on your computer, you will see that most of them have different window designs. Some applications, li
Link: https://www.pythonguis.com/tutorials/customized-windows-tkinter/
Different desktop applications have different design requirements. If you look at the applications on your computer, you will see that most of them have different window designs. Some applications, li
Python GUIs
Customizing Your Tkinter App Windows with Properties and Settings
In this tutorial, you'll learn how to tweak and customize windows and forms in your Tkinter apps. Different desktop applications have different design requirements.
Python People: Mariatta Wijaya
Link: https://pythonpeople.fm/episodes/mariatta-wijaya
Mariatta has been a contributor to Python for many years and is a very inspiring public speaker.Some of what we talk about:
Python Documentation Working Group
GitHub bots, There's an API for that
PyL
Link: https://pythonpeople.fm/episodes/mariatta-wijaya
Mariatta has been a contributor to Python for many years and is a very inspiring public speaker.Some of what we talk about:
Python Documentation Working Group
GitHub bots, There's an API for that
PyL
Python People
Python People | Mariatta Wijaya - Python Documentation, PyLadies, Keeping Fish, Public Speaking
The Python community is awesome because of the people. Python People is a weekly podcast about getting to know the people who help make the Python community great.
It's less about the tech, and more about the people.
It's less about the tech, and more about the people.
Janusworx: derb; Script to Create podcast RSS feeds
Link: https://janusworx.com/blog/derb/
I wrote a tiny script that creates an RSS feed for all the audio files it finds in a folder.
I call it derb.
My mother gets devotional songs and sermons on cds, which I rip to MP3 files and then dump
Link: https://janusworx.com/blog/derb/
I wrote a tiny script that creates an RSS feed for all the audio files it finds in a folder.
I call it derb.
My mother gets devotional songs and sermons on cds, which I rip to MP3 files and then dump
Janusworx
derb; Script to Create podcast RSS feeds
I wrote a tiny script that creates an RSS feed for all the audio files it finds in a folder.
I call it derb.
My mother gets devotional songs and sermons on cds, which I rip to MP3 files and then dump on her phone for her.1
She listens to them all the time…
I call it derb.
My mother gets devotional songs and sermons on cds, which I rip to MP3 files and then dump on her phone for her.1
She listens to them all the time…
Stack Abuse: Creating a Zip Archive of a Directory in Python
Link: https://stackabuse.com/creating-a-zip-archive-of-a-directory-in-python/
Introduction
When dealing with large amounts of data or files, you might find yourself needing to compress files into a more manageable format. One of the best ways to do this is by creating a zip arc
Link: https://stackabuse.com/creating-a-zip-archive-of-a-directory-in-python/
Introduction
When dealing with large amounts of data or files, you might find yourself needing to compress files into a more manageable format. One of the best ways to do this is by creating a zip arc
Stack Abuse
Creating a Zip Archive of a Directory in Python
When dealing with large amounts of data or files, you might find yourself needing to compress files into a more manageable format. One of the best ways to do t...
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q2 2023! 🎉
Link: https://pyfound.blogspot.com/2023/09/announcing-python-software-foundation.html
The PSF is pleased to announce its second batch of PSF Fellows for 2023! Let us welcome the new PSF Fellows for Q2! The following people continue to do amazing things for the Python community:Esteban
Link: https://pyfound.blogspot.com/2023/09/announcing-python-software-foundation.html
The PSF is pleased to announce its second batch of PSF Fellows for 2023! Let us welcome the new PSF Fellows for Q2! The following people continue to do amazing things for the Python community:Esteban
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q2 2023! 🎉
The PSF is pleased to announce its second batch of PSF Fellows for 2023! Let us welcome the new PSF Fellows for Q2! The following people con...
Stack Abuse: How to Disable Warnings in Python
Link: https://stackabuse.com/how-to-disable-warnings-in-python/
Introduction
Working with any language, you've probably come across warnings - and lots of them. In Python, our warnings are the yellow-highlighted messages that appear when code runs. These warnings
Link: https://stackabuse.com/how-to-disable-warnings-in-python/
Introduction
Working with any language, you've probably come across warnings - and lots of them. In Python, our warnings are the yellow-highlighted messages that appear when code runs. These warnings
Stack Abuse: Check if Elements in List Matches a Regex in Python
Link: https://stackabuse.com/check-if-elements-in-list-matches-a-regex-in-python/
Introduction
Let's say you have a list of home addresses and want to see which ones reside on a "Street", "Ave", "Lane", etc. Given the variability of physical addresses, you'd probably want to use a
Link: https://stackabuse.com/check-if-elements-in-list-matches-a-regex-in-python/
Introduction
Let's say you have a list of home addresses and want to see which ones reside on a "Street", "Ave", "Lane", etc. Given the variability of physical addresses, you'd probably want to use a
Real Python: The Real Python Podcast – Episode #172: Measuring Multiple Facets of Python Performance With Scalene
Link: https://realpython.com/podcasts/rpp/172/
When choosing a tool for profiling Python code performance, should it focus on the CPU, GPU, memory, or individual lines of code? What if it looked at all those factors and didn't alter code performan
Link: https://realpython.com/podcasts/rpp/172/
When choosing a tool for profiling Python code performance, should it focus on the CPU, GPU, memory, or individual lines of code? What if it looked at all those factors and didn't alter code performan
Realpython
Episode #172: Measuring Multiple Facets of Python Performance With Scalene – The Real Python Podcast
When choosing a tool for profiling Python code performance, should it focus on the CPU, GPU, memory, or individual lines of code? What if it looked at all those factors and didn't alter code performance while measuring it? This week on the show, we talk about…
Stack Abuse: How to Delete a Global Variable in Python
Link: https://stackabuse.com/how-to-delete-a-global-variable-in-python/
Introduction
In Python, variables declared outside of the function or in global space are known as global variables. These variables can be accessed by any function in the program. However, there may
Link: https://stackabuse.com/how-to-delete-a-global-variable-in-python/
Introduction
In Python, variables declared outside of the function or in global space are known as global variables. These variables can be accessed by any function in the program. However, there may
PyBites: Write more maintainable Python code, avoid these 15 code smells
Link: https://pybit.es/articles/write-more-maintainable-python-code-avoid-these-15-code-smells/
This week we talk about code smells.
Listen here:
Also available on our YouTube channel:
While there, like and subscribe to get similar content regularly …
Code smells are characteristics in the
Link: https://pybit.es/articles/write-more-maintainable-python-code-avoid-these-15-code-smells/
This week we talk about code smells.
Listen here:
Also available on our YouTube channel:
While there, like and subscribe to get similar content regularly …
Code smells are characteristics in the
Pybites
Write More Maintainable Python Code, Avoid These 15 Code Smells - Pybites
This week we talk about code smells. 💡
Data School: Simulate the Monty Hall problem in Python 🐐🚘🐐
Link: https://www.dataschool.io/python-probability-simulation/
There&aposs a classic probability puzzle based on the TV game show "Let&aposs Make a Deal" and named after its host, Monty Hall. Here&aposs the puzzle:
You are a contestant on a game show. In front of
Link: https://www.dataschool.io/python-probability-simulation/
There&aposs a classic probability puzzle based on the TV game show "Let&aposs Make a Deal" and named after its host, Monty Hall. Here&aposs the puzzle:
You are a contestant on a game show. In front of
Data School
Simulate the Monty Hall problem in Python 🐐🚘🐐
Use Python to solve this classic probability puzzle that has stumped mathematicians and Nobel Prize winners!
Stack Abuse: How to Get HTTP Headers in a Flask App
Link: https://stackabuse.com/how-to-get-http-headers-in-a-flask-app/
Introduction
In this Byte we'll be taking a look at HTTP request headers in Flask. They can carry important information between the client and the server, and understanding how to access them is neede
Link: https://stackabuse.com/how-to-get-http-headers-in-a-flask-app/
Introduction
In this Byte we'll be taking a look at HTTP request headers in Flask. They can carry important information between the client and the server, and understanding how to access them is neede
Shannon -jj Behrens: Python: My Favorite Python Tricks for LeetCode Questions
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Jjinux
Python: My Favorite Python Tricks for LeetCode Questions
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python trick...
EuroPython Society: List of EPS Board Candidates for 2023/2024
Link: https://www.europython-society.org/list-of-eps-board-candidates-for-2023-2024/
At this year’s EuroPython Society General Assembly (GA), planned for 1 October at 19:00 CEST, we will vote in a new board of the EuroPython Society for the term 2023/2024.List of Board CandidatesThe E
Link: https://www.europython-society.org/list-of-eps-board-candidates-for-2023-2024/
At this year’s EuroPython Society General Assembly (GA), planned for 1 October at 19:00 CEST, we will vote in a new board of the EuroPython Society for the term 2023/2024.List of Board CandidatesThe E
EuroPython Society
List of EPS Board Candidates for 2023/2024
At this year’s EuroPython Society General Assembly (GA), planned for 1 October at 19:00 CEST, we will vote in a new board of the EuroPython Society for the term 2023/2024. List of Board CandidatesThe EPS bylaws require one chair, one vice chair and 2 - 7…
Mike Driscoll: PyDev of the Week: Timothée Mazzucotelli
Link: https://www.blog.pythonlibrary.org/2023/09/18/pydev-of-the-week-timothee-mazzucotelli/
This week, we welcome Timothée Mazzucotelli (@pawamoy) as our PyDev of the Week! Timothée is the author of mkdocstrings.
You can see what else Timothée has been up to by visiting Timothée’s showcase.
Link: https://www.blog.pythonlibrary.org/2023/09/18/pydev-of-the-week-timothee-mazzucotelli/
This week, we welcome Timothée Mazzucotelli (@pawamoy) as our PyDev of the Week! Timothée is the author of mkdocstrings.
You can see what else Timothée has been up to by visiting Timothée’s showcase.
Mouse Vs Python
PyDev of the Week: Timothée Mazzucotelli - Mouse Vs Python
This week, we welcome Timothée Mazzucotelli (@pawamoy) as our PyDev of the Week! Timothée is the author of mkdocstrings. You can see what else Timothée
Real Python: Operators and Expressions in Python
Link: https://realpython.com/python-operators-expressions/
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 actu
Link: https://realpython.com/python-operators-expressions/
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 actu
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…
Stack Abuse: Convert a List of Dictionaries to a Pandas DataFrame in Python
Link: https://stackabuse.com/convert-a-list-of-dictionaries-to-a-pandas-dataframe-in-python/
Introduction
In data analysis applications, one possible way to store data in Python is in a list of dictionaries. But what if you want to perform more complex operations on your data, like sorting, f
Link: https://stackabuse.com/convert-a-list-of-dictionaries-to-a-pandas-dataframe-in-python/
Introduction
In data analysis applications, one possible way to store data in Python is in a list of dictionaries. But what if you want to perform more complex operations on your data, like sorting, f
Django Weblog: Django 5.0 alpha 1 released
Link: https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released/
Django 5.0 alpha 1 is now available. It represents the first stage in the 5.0
release cycle and is an opportunity for you to try out the changes coming in
Django 5.0.
Django 5.0 brings a deluge of exc
Link: https://www.djangoproject.com/weblog/2023/sep/18/django-50-alpha-1-released/
Django 5.0 alpha 1 is now available. It represents the first stage in the 5.0
release cycle and is an opportunity for you to try out the changes coming in
Django 5.0.
Django 5.0 brings a deluge of exc
Django Project
Django 5.0 alpha 1 released
Posted by Natalia Bidart on Sept. 18, 2023
PyBites: How to Be a Productive Content Creator
Link: https://pybit.es/articles/how-to-be-a-productive-content-creator/
Welcome back to the Pybites Podcast!
This week Hugh Tipping interviews Bob Belderbos about how he manages to get so much content produced on a weekly basis.
Listen here:
Or check it out on YouTube:
Link: https://pybit.es/articles/how-to-be-a-productive-content-creator/
Welcome back to the Pybites Podcast!
This week Hugh Tipping interviews Bob Belderbos about how he manages to get so much content produced on a weekly basis.
Listen here:
Or check it out on YouTube:
Pybites
How To Be A Productive Content Creator - Pybites
Enjoy and hopefully it helps you put more content out there yourself and be more productive overall!
Python Insider: Python 3.12.0 release candidate 3 now available
Link: https://pythoninsider.blogspot.com/2023/09/python-3120-release-candidate-3-now.html
I'm pleased to announce the release of Python 3.12 release candidate 3.https://www.python.org/downloads/release/python-3120rc3/ This is the second release candidate of Python 3.12.0This release, 3.12
Link: https://pythoninsider.blogspot.com/2023/09/python-3120-release-candidate-3-now.html
I'm pleased to announce the release of Python 3.12 release candidate 3.https://www.python.org/downloads/release/python-3120rc3/ This is the second release candidate of Python 3.12.0This release, 3.12
Blogspot
Python Insider: Python 3.12.0 release candidate 3 now available