Python GUIs: Your First Steps With the Kivy Library for GUI Development
Link: https://www.pythonguis.com/tutorials/getting-started-kivy/
Kivy is an open-source Python software library for developing graphical user interfaces. It supports cross-platform development for the desktop as well as the creation of multi-touch apps for mobile d
Link: https://www.pythonguis.com/tutorials/getting-started-kivy/
Kivy is an open-source Python software library for developing graphical user interfaces. It supports cross-platform development for the desktop as well as the creation of multi-touch apps for mobile d
Python GUIs
First Steps With the Kivy Library for GUI Development
Kivy is an open-source library for developing graphical user interfaces (GUI). It supports cross-platform development for the desktop as well as the creation of multi-touch apps for mobile devices. In this article, you'll learn about using Kivy to develop…
The Python Coding Blog: From Classes to Turtles via Functools and more | May in Review
Link: https://thepythoncodingbook.com/2023/05/31/from-classes-to-turtles-via-functools-and-more-may-in-review/
I kept myself quite busy May. Not only did I finish running the first The Python Coding Programme cohort and starting running the second. I published seven new articles on The Python Coding Stack. Her
Link: https://thepythoncodingbook.com/2023/05/31/from-classes-to-turtles-via-functools-and-more-may-in-review/
I kept myself quite busy May. Not only did I finish running the first The Python Coding Programme cohort and starting running the second. I published seven new articles on The Python Coding Stack. Her
The Python Coding Book
From Classes to Turtles via Functools and more | May in Review
May review for The Python Coding Place, including seven new articles published on The Python Coding Stack.
Stack Abuse: Reading and Writing SQL Files in Pandas
Link: https://stackabuse.com/reading-and-writing-sql-files-in-pandas/
When I started learning Data Analysis a few years ago, the first thing I learned was SQL and Pandas. As a data analyst, it is crucial to have a strong foundation in working with SQL and Pandas. Both a
Link: https://stackabuse.com/reading-and-writing-sql-files-in-pandas/
When I started learning Data Analysis a few years ago, the first thing I learned was SQL and Pandas. As a data analyst, it is crucial to have a strong foundation in working with SQL and Pandas. Both a
Stack Abuse
Reading and Writing SQL Files in Pandas
When I started learning Data Analysis a few years ago, the first thing I learned was SQL and Pandas. As a data analyst, it is crucial to have a strong foundatio...
Python for Beginners: Unpacking in Python
Link: https://www.pythonforbeginners.com/basics/unpacking-in-python
Python provides us with the packing and unpacking operator to convert one iterable object to another easily. In this article, we will discuss the unpacking operator in Python with different examples.
Link: https://www.pythonforbeginners.com/basics/unpacking-in-python
Python provides us with the packing and unpacking operator to convert one iterable object to another easily. In this article, we will discuss the unpacking operator in Python with different examples.
PythonForBeginners.com
Unpacking in Python - PythonForBeginners.com
Unpacking in Python will help you improve your python skills with easy to follow examples and tutorials in Python.
Real Python: Create and Modify PDF Files in Python
Link: https://realpython.com/creating-modifying-pdf/
It’s really useful to know how to create and modify PDF (portable document format) files in Python. This is one of the most common formats for sharing documents over the Internet. PDF files can contai
Link: https://realpython.com/creating-modifying-pdf/
It’s really useful to know how to create and modify PDF (portable document format) files in Python. This is one of the most common formats for sharing documents over the Internet. PDF files can contai
Realpython
Create and Modify PDF Files in Python – Real Python
In this tutorial, you'll explore the different ways of creating and modifying PDF files in Python. You'll learn how to read and extract text, merge and concatenate files, crop and rotate pages, encrypt and decrypt files, and even create PDFs from scratch.
Python Software Foundation: PSF Board Election Dates for 2023
Link: https://pyfound.blogspot.com/2023/05/psf-board-election-dates-for-2023.html
Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 4 seats open on the PSF b
Link: https://pyfound.blogspot.com/2023/05/psf-board-election-dates-for-2023.html
Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 4 seats open on the PSF b
Python Software Foundation Blog
PSF Board Election Dates for 2023
Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Pyt...
PyCharm: Five Things To Love About the New UI
Link: https://blog.jetbrains.com/pycharm/2023/05/five-things-to-love-about-the-new-ui/
Are you using the New UI yet? Not yet? Let me tell you why it’s the best thing since sliced bread!
Let’s get it enabled and take a look around. The easiest way to do that is from the Settings cog at
Link: https://blog.jetbrains.com/pycharm/2023/05/five-things-to-love-about-the-new-ui/
Are you using the New UI yet? Not yet? Let me tell you why it’s the best thing since sliced bread!
Let’s get it enabled and take a look around. The easiest way to do that is from the Settings cog at
The JetBrains Blog
Five Things To Love About the New UI | The PyCharm Blog
Are you using the New UI yet? Not yet? Let me tell you why it's the best thing since sliced bread! Let’s get it enabled and take a look around. The easiest way to do that is from the Settings cog
Test and Code: 202: Using Towncrier to Keep a Changelog
Link: https://testandcode.com/202
Hynek joins the show to discuss towncrier.
At the top of the towncrier documentation, it says "towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your pro
Link: https://testandcode.com/202
Hynek joins the show to discuss towncrier.
At the top of the towncrier documentation, it says "towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your pro
Test & Code
Test & Code 202: Using Towncrier to Keep a Changelog
Hynek joins the show to discuss towncrier.
Towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your project.
This is the last of 3 episodes focused on keeping a CHANGELOG.
Towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your project.
This is the last of 3 episodes focused on keeping a CHANGELOG.
Python Software Foundation: Thinking about running for the Python Software Foundation Board of Directors? Let’s talk!
Link: https://pyfound.blogspot.com/2023/05/thinking-about-running-for-python.html
This year’s Board Election Nomination period is opening tomorrow. Current board members want to share what being on the board is like and are making themselves available to answer all your questions a
Link: https://pyfound.blogspot.com/2023/05/thinking-about-running-for-python.html
This year’s Board Election Nomination period is opening tomorrow. Current board members want to share what being on the board is like and are making themselves available to answer all your questions a
Python Software Foundation Blog
Thinking about running for the Python Software Foundation Board of Directors? Let’s talk!
This year’s Board Election Nomination period is opening tomorrow . Current board members want to share what being on the board is like and a...
PyBites: What’s enough as a developer and in life?
Link: https://pybit.es/articles/what-is-enough/
Welcome back to the Pybites podcast!
Watch here:
Listen here:
Welcome back to the Pybites podcast! Today we hone in on the concept of “Enough”, which we read about in the book “Psychology of Money”
Link: https://pybit.es/articles/what-is-enough/
Welcome back to the Pybites podcast!
Watch here:
Listen here:
Welcome back to the Pybites podcast! Today we hone in on the concept of “Enough”, which we read about in the book “Psychology of Money”
PyBites
What's Enough As A Developer And In Life? - PyBites
Welcome back to the Pybites podcast! Today we hone in on the concept of "Enough", which we read about in the book "Psychology of Money" - chapter 3, titled
Tryton News: Newsletter June 2023
Link: https://discuss.tryton.org/t/newsletter-june-2023/6134
After the Tryton 6.8 release the developers are sprinting toward the next long term support (LTS) version 7.0 which is planned to be released in November 2023. Also please don’t miss our News from th
Link: https://discuss.tryton.org/t/newsletter-june-2023/6134
After the Tryton 6.8 release the developers are sprinting toward the next long term support (LTS) version 7.0 which is planned to be released in November 2023. Also please don’t miss our News from th
Tryton Discussion
Newsletter June 2023
After the Tryton 6.8 release the developers are sprinting toward the next long term support (LTS) version 7.0 which is planned to be released in November 2023. Also please don’t miss our News from the Tryton Unconference 2023 in Berlin. Changes for the…
Stack Abuse: Simple NLP in Python with TextBlob: Lemmatization
Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-lemmatization/
Introduction
TextBlob is a package built on top of two other packages, one of them is called Natural Language Toolkit, known mainly in its abbreviated form as NLTK, and the other is Pattern. NLTK is a
Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-lemmatization/
Introduction
TextBlob is a package built on top of two other packages, one of them is called Natural Language Toolkit, known mainly in its abbreviated form as NLTK, and the other is Pattern. NLTK is a
Stack Abuse
Simple NLP in Python with TextBlob: Lemmatization
TextBlob is a package built on top of two other packages, one of them is called Natural Language Toolkit, known mainly in its abbreviated form as NLTK, and the...
PyCharm: PyCharm 2023.3 EAP 2: Live Templates for Django Forms and Models, Support for Polars DataFrames
Link: https://blog.jetbrains.com/pycharm/2023/06/2023-3-eap-2/
The second Early Access Program build brings a bunch of features for both web developers and data scientists. Try new, time-saving live templates for Django forms, models, and views, as well as suppor
Link: https://blog.jetbrains.com/pycharm/2023/06/2023-3-eap-2/
The second Early Access Program build brings a bunch of features for both web developers and data scientists. Try new, time-saving live templates for Django forms, models, and views, as well as suppor
The JetBrains Blog
PyCharm 2023.3 EAP 2: Live Templates for Django Forms and Models, Support for Polars DataFrames | The PyCharm Blog
Try new, time-saving live templates for Django forms, models, and views, as well as support for a super-fast Polars DataFrame library and initial GitLab integration.
Luke Plant: Django and Sass/SCSS without Node.js or a build step
Link: https://lukeplant.me.uk/blog/posts/django-sass-scss-without-nodejs-or-build-step/
Although they are less necessary than in the past, I like to use a CSS pre-processor when doing web development. I used to use LessCSS, but recently I’ve found that I can use Sass without needing eit
Link: https://lukeplant.me.uk/blog/posts/django-sass-scss-without-nodejs-or-build-step/
Although they are less necessary than in the past, I like to use a CSS pre-processor when doing web development. I used to use LessCSS, but recently I’ve found that I can use Sass without needing eit
Luke Plant's home page
Django and Sass/SCSS without Node.js or a build step
How to use Sass/SCSS in a Django project, without needing Node.js/npm or running a build process
ListenData: AutoGPT : Everything You Need To Know
Link: https://www.listendata.com/2023/04/autogpt-explained-everything-you-need.html
In this post we have covered AutoGPT in detail. By end of this tutorial, you will not only understand how it works but also will be able to run it on your system. Auto-GPT has gained a significant amo
Link: https://www.listendata.com/2023/04/autogpt-explained-everything-you-need.html
In this post we have covered AutoGPT in detail. By end of this tutorial, you will not only understand how it works but also will be able to run it on your system. Auto-GPT has gained a significant amo
ListenData
AutoGPT : Everything You Need To Know
Learn how AutoGPT works and how you can run it on your system. This article also includes limitations and other critical aspects of AutoGPT.
Real Python: The Real Python Podcast – Episode #158: Building Python CI With Docker & Applying for a Hacker Initiative Grant
Link: https://realpython.com/podcasts/rpp/158/
Do you need a refresher on using Docker with Python? Would you like to learn how to configure a continuous integration pipeline with modern tools and Docker? This week on the show, Christopher Trudeau
Link: https://realpython.com/podcasts/rpp/158/
Do you need a refresher on using Docker with Python? Would you like to learn how to configure a continuous integration pipeline with modern tools and Docker? This week on the show, Christopher Trudeau
Realpython
Episode #158: Building Python CI With Docker & Applying for a Hacker Initiative Grant – The Real Python Podcast
Do you need a refresher on using Docker with Python? Would you like to learn how to configure a continuous integration pipeline with modern tools and Docker? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles…
Talk Python to Me: #418: How To Keep A Secret in Python Apps
Link: https://talkpython.fm/episodes/show/418/how-to-keep-a-secret-in-python-apps
Think about the different APIs and databases your application works with. Every one of them requires either an API key or a database connection string that itself contains a password. How do you let y
Link: https://talkpython.fm/episodes/show/418/how-to-keep-a-secret-in-python-apps
Think about the different APIs and databases your application works with. Every one of them requires either an API key or a database connection string that itself contains a password. How do you let y
talkpython.fm
How To Keep A Secret in Python Apps
Think about the different APIs and databases your application works with. Every one of them requires either an API key or a database connection string that itself contains a password. How do you let your application access this sensitive information without…
Brett Cannon: Proposing a struct syntax for Python
Link: https://snarky.ca/proposing-a-struct-syntax/
Story timeWhen I go on vacation with a fellow Python developer, inevitably I will talk about Python. 😁 Back in September, Andrea and I drove the Cabot Trail with our friends Dusty and Jen, which led t
Link: https://snarky.ca/proposing-a-struct-syntax/
Story timeWhen I go on vacation with a fellow Python developer, inevitably I will talk about Python. 😁 Back in September, Andrea and I drove the Cabot Trail with our friends Dusty and Jen, which led t
Tall, Snarky Canadian
Proposing a struct syntax for Python
Story time
When I go on vacation with a fellow Python developer, inevitably I will talk about Python. 😁 Back in September, Andrea and I drove the Cabot Trail with our friends Dusty and Jen, which led to a discussion about the match statement and how Dusty…
When I go on vacation with a fellow Python developer, inevitably I will talk about Python. 😁 Back in September, Andrea and I drove the Cabot Trail with our friends Dusty and Jen, which led to a discussion about the match statement and how Dusty…
Matt Layman: New SaaS Signup - Building SaaS with Python and Django #161
Link: https://www.mattlayman.com/blog/2023/new-saas-signup-building-saas-with-python-and-django-161/
In this episode, we dug into the first portion of the journey SaaS. I acquired the domain name of journeyinbox.com for this service. That service is not live yet. We started at the beginning to set up
Link: https://www.mattlayman.com/blog/2023/new-saas-signup-building-saas-with-python-and-django-161/
In this episode, we dug into the first portion of the journey SaaS. I acquired the domain name of journeyinbox.com for this service. That service is not live yet. We started at the beginning to set up
Matt Layman
New SaaS Signup - Building SaaS with Python and Django #161
In this episode, we dug into the first portion of the journey SaaS. I acquired the domain name of journeyinbox.com for this service. That service is not live yet. We started at the beginning to set up users and sign up features.
Mike Driscoll: PyDev of the Week: Daniel Alejandro Mesejo-León
Link: https://www.blog.pythonlibrary.org/2023/06/05/pydev-of-the-week-daniel-alejandro-mesejo-leon/
This week we welcome Daniel Alejandro Mesejo-León (@searchsort) as our PyDev of the Week! Daniel is the creator of the trex package, which is used for efficient keyword extraction using RegEx.
You can
Link: https://www.blog.pythonlibrary.org/2023/06/05/pydev-of-the-week-daniel-alejandro-mesejo-leon/
This week we welcome Daniel Alejandro Mesejo-León (@searchsort) as our PyDev of the Week! Daniel is the creator of the trex package, which is used for efficient keyword extraction using RegEx.
You can
Mouse Vs Python
PyDev of the Week: Daniel Alejandro Mesejo-León - Mouse Vs Python
This week we welcome Daniel Alejandro Mesejo-León (@searchsort) as our PyDev of the Week! Daniel is the creator of the trex package, which is used for
eGenix.com: Python Meeting Düsseldorf - 2023-06-07
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2023-06-07
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:
07.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2023-06-07
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:
07.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2023-06-07
We are pleased to announce the next Python Meeting Düsseldorf on 2023-06-07.