Abhijeet Pal: We finally switched from WordPress to Django
Link: http://djangocentral.com/switched-from-wordpress-to-django/
With great pleasure, I will like to announce that djangocentral is now powered by Django, and I couldn't be more satisfied with the results. I was intending to do this switch for a very long time, but
Link: http://djangocentral.com/switched-from-wordpress-to-django/
With great pleasure, I will like to announce that djangocentral is now powered by Django, and I couldn't be more satisfied with the results. I was intending to do this switch for a very long time, but
Djangocentral
We finally switched from WordPress to Django
With great pleasure, I will like to announce that djangocentral is now powered by Django, and I couldn't be more satisfied with the results. I was intending t
Real Python: Python's zipfile: Manipulate Your ZIP Files Efficiently
Link: https://realpython.com/python-zipfile/
Python’s zipfile is a standard library module intended to manipulate ZIP files. This file format is a widely adopted industry standard when it comes to archiving and compressing digital data. You can
Link: https://realpython.com/python-zipfile/
Python’s zipfile is a standard library module intended to manipulate ZIP files. This file format is a widely adopted industry standard when it comes to archiving and compressing digital data. You can
Realpython
Python's zipfile: Manipulate Your ZIP Files Efficiently – Real Python
In this guided tutorial, you'll learn how to manipulate ZIP files using Python's zipfile module from the standard library. Through hands-on examples, you'll learn how to read, write, compress, and extract files from your ZIP files quickly.
Daniel Roy Greenfeld: More Married
Link: https://daniel.feldroy.com/posts/2022-02-more-married
Audrey and I met in early 2010 and within days were in love. We were married in late 2013. This program calculates how much more we've been married than not married.
For example:
At some point in Nov
Link: https://daniel.feldroy.com/posts/2022-02-more-married
Audrey and I met in early 2010 and within days were in love. We were married in late 2013. This program calculates how much more we've been married than not married.
For example:
At some point in Nov
Daniel Roy Greenfeld
More Married
In honor of Valentine's Day, this script calculates how long you've been married (or other types of relationships) in relation to how long you've known each other
Real Python: The Real Python Podcast – Episode #98: Drawing Fractals With Python and Working With a Weather API
Link: https://realpython.com/podcasts/rpp/98/
Have you been wanting to explore fractals and complex numbers in Python? Would you like to practice working with APIs in Python through a new project? This week on the show, Christopher Trudeau is her
Link: https://realpython.com/podcasts/rpp/98/
Have you been wanting to explore fractals and complex numbers in Python? Would you like to practice working with APIs in Python through a new project? This week on the show, Christopher Trudeau is her
Realpython
Episode #98: Drawing Fractals With Python and Working With a Weather API – The Real Python Podcast
Have you been wanting to explore fractals and complex numbers in Python? Would you like to practice working with APIs in Python through a new project? This week on the show, Christopher Trudeau is here, and he's taking on the task of curating new issues of…
Python Anywhere: Accessing the files API using our new CLI tool
Link: https://blog.pythonanywhere.com/202/
The new release of the pythonanywhere helper scripts package introduces
new commands covering our files API.
Link: https://blog.pythonanywhere.com/202/
The new release of the pythonanywhere helper scripts package introduces
new commands covering our files API.
Ned Batchelder: Why your mock still doesn’t work
Link: https://nedbatchelder.com/blog/202202/why_your_mock_still_doesnt_work.html
In Why your mock doesn’t work, I explained that you have
to mock objects where they are used, not where they are defined. There are
other reasons your mock may be mysteriously failing to capture acti
Link: https://nedbatchelder.com/blog/202202/why_your_mock_still_doesnt_work.html
In Why your mock doesn’t work, I explained that you have
to mock objects where they are used, not where they are defined. There are
other reasons your mock may be mysteriously failing to capture acti
Nedbatchelder
Why your mock still doesn’t work
If your mocks aren’t working, it might be because mocks are slippery. Make them strict.
Python for Beginners: Repeat Each Element in a List in Python
Link: https://www.pythonforbeginners.com/lists/repeat-each-element-in-a-list-in-python
In python, we use lists for various tasks. We have already discussed various operations on lists like counting the frequency of elements in a list or reversing a list. In this article, we will discuss
Link: https://www.pythonforbeginners.com/lists/repeat-each-element-in-a-list-in-python
In python, we use lists for various tasks. We have already discussed various operations on lists like counting the frequency of elements in a list or reversing a list. In this article, we will discuss
PythonForBeginners.com
Repeat Each Element in a List in Python - PythonForBeginners.com
Repeat Each Element in a List in Python will help you improve your python skills with easy to follow examples and tutorials.
Programming Ideas With Jake: Subscript Operator Overloading: Python vs Kotlin
Link: https://programmingideaswithjake.wordpress.com/2022/02/19/subscript-operator-overloading-python-vs-kotlin/
Kotlin and Python both provide operator overloading in order to do object[index] lookups. Let's look at how each language uses these.
Link: https://programmingideaswithjake.wordpress.com/2022/02/19/subscript-operator-overloading-python-vs-kotlin/
Kotlin and Python both provide operator overloading in order to do object[index] lookups. Let's look at how each language uses these.
Programming Ideas With Jake
Subscript Operator Overloading: Python vs Kotlin
Kotlin and Python both provide operator overloading in order to do object[index] lookups. Let’s look at how each language uses these.
The Digital Cat: From Docker CLI to Docker Compose
Link: https://www.thedigitalcatonline.com/blog/2022/02/19/from-docker-cli-to-docker-compose/
In this post I will show you how and why Docker Compose is useful, building a simple application written in Python that uses PostgreSQL. I think it is worth going through such an exercise to see how t
Link: https://www.thedigitalcatonline.com/blog/2022/02/19/from-docker-cli-to-docker-compose/
In this post I will show you how and why Docker Compose is useful, building a simple application written in Python that uses PostgreSQL. I think it is worth going through such an exercise to see how t
Thedigitalcatonline
From Docker CLI to Docker Compose
A hands-on post that shows how to build a system with Docker and which problems Docker Compose solves
PyPy: PyPy v7.3.8: release of python 2.7, 3.7, 3.8, and 3.9
Link: https://www.pypy.org/posts/2022/02/pypy-v738-release.html
PyPy v7.3.8: release of python 2.7, 3.7, and 3.8-beta
The PyPy team is proud to release version 7.3.8 of PyPy. It has been only a few
months since our last release, but we have some nice speedups and
Link: https://www.pypy.org/posts/2022/02/pypy-v738-release.html
PyPy v7.3.8: release of python 2.7, 3.7, and 3.8-beta
The PyPy team is proud to release version 7.3.8 of PyPy. It has been only a few
months since our last release, but we have some nice speedups and
PyPy
PyPy v7.3.8: release of python 2.7, 3.7, 3.8, and 3.9
PyPy v7.3.8: release of python 2.7, 3.7, 3.8, and 3.9-beta
The PyPy team is proud to release version 7.3.8 of PyPy. It has been only a few
months since our last release, but we have some nice speedups
The PyPy team is proud to release version 7.3.8 of PyPy. It has been only a few
months since our last release, but we have some nice speedups
Abhijeet Pal: Making Django Admin Jazzy With django-jazzmin
Link: http://djangocentral.com/making-django-admin-jazzy-with-django-jazzmin/
Django admin is undoubtedly one of the most useful apps of Django. Over the years there has been very little change in the admin app as far as the UX is concerned and it's not a bad thing at all. Djan
Link: http://djangocentral.com/making-django-admin-jazzy-with-django-jazzmin/
Django admin is undoubtedly one of the most useful apps of Django. Over the years there has been very little change in the admin app as far as the UX is concerned and it's not a bad thing at all. Djan
Djangocentral
Making Django Admin Jazzy With django-jazzmin
Django admin is undoubtedly one of most useful apps of Django. Over the years there have been very little change in the admin app as far as the UX is
Will McGugan: Promoting your open source project - or how to get your first 1K GitHub stars
Link: https://www.willmcgugan.com/blog/tech/post/promoting-your-open-source-project-or-how-to-get-your-first-1k-github-stars/
I've published a number of Open Source Python libraries, but none have seen as much buzz as Rich. Released in 2020, the Rich repo has 35,000 stars on Github. Since then I've released Textual (a work
Link: https://www.willmcgugan.com/blog/tech/post/promoting-your-open-source-project-or-how-to-get-your-first-1k-github-stars/
I've published a number of Open Source Python libraries, but none have seen as much buzz as Rich. Released in 2020, the Rich repo has 35,000 stars on Github. Since then I've released Textual (a work
Will McGugan Tech
Promoting your open source project - or how to get your first 1K GitHub stars
I've published a number of Open Source Python libraries, but none have seen as much buzz as Rich. Released in 2020, the Rich repo has 35,000 stars on Github. Since then I've released Textual (a work in progress) and Rich-CLI, both of which are on a similar…
The Open Sourcerer: GTG 0.6 release candidate
Link: https://fortintam.com/blog/gtg-0-6-release-candidate/
Today we are publishing a “release candidate” version of Getting Things GNOME 0.6. You can either try it out directly from the git master version (by running launch.sh; see the general instructions),
Link: https://fortintam.com/blog/gtg-0-6-release-candidate/
Today we are publishing a “release candidate” version of Getting Things GNOME 0.6. You can either try it out directly from the git master version (by running launch.sh; see the general instructions),
Moshe Zadka: Reading the Documentation for Popular Products
Link: https://orbifold.xyz/documentation-for-popular-products.html
Popular products often have a
"Getting Started"
tutorial
in order to guide you in using them
for the first timees.
Those guides are easy to follow,
pleasant to use,
and lead you do make bad design cho
Link: https://orbifold.xyz/documentation-for-popular-products.html
Popular products often have a
"Getting Started"
tutorial
in order to guide you in using them
for the first timees.
Those guides are easy to follow,
pleasant to use,
and lead you do make bad design cho
orbifold.xyz
Orbifolds and Other Games - Reading the Documentation for Popular Products
Podcast.__init__: Scaling Knowledge Management For Technical Teams With Knowledge Repo
Link: https://www.pythonpodcast.com/knowledge-repo-open-source-knowledge-management-episode-353/
One of the most persistent challenges faced by organizations of all sizes is the recording and distribution of institutional knowledge. In technical teams this is exacerbated by the need to incorporat
Link: https://www.pythonpodcast.com/knowledge-repo-open-source-knowledge-management-episode-353/
One of the most persistent challenges faced by organizations of all sizes is the recording and distribution of institutional knowledge. In technical teams this is exacerbated by the need to incorporat
The Python Podcast.__init__
The Python Podcast.__init__: Scaling Knowledge Management For Technical Teams With Knowledge Repo
An interview about the open source Knowledge Repo project for collecting, sharing, and scaling your knowledge management process across your technical teams.
Brian Okken: Lean TDD
Link: https://pythontest.com/lean-tdd/
Preface Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
I’ve mentioned Lean TDD on the podcast a few times and even tried to do a
Link: https://pythontest.com/lean-tdd/
Preface Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
I’ve mentioned Lean TDD on the podcast a few times and even tried to do a
Pythontest
Lean TDD
Preface Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
I’ve mentioned Lean TDD on the podcast a few times and even tried to do a quick outline at the end of episode 162.
This post is…
I’ve mentioned Lean TDD on the podcast a few times and even tried to do a quick outline at the end of episode 162.
This post is…
Mike Driscoll: PyDev of the Week: Leonardo Giordani
Link: https://www.blog.pythonlibrary.org/2022/02/21/pydev-of-the-week-leonardo-giordani/
This week we welcome Leonardo Giordani (@tw_lgiordani) as our PyDev of the Week! Leonardo is the author of Clean Architectures in Python. Leonardo also writes lots of articles on his website.
PyCon UK
Link: https://www.blog.pythonlibrary.org/2022/02/21/pydev-of-the-week-leonardo-giordani/
This week we welcome Leonardo Giordani (@tw_lgiordani) as our PyDev of the Week! Leonardo is the author of Clean Architectures in Python. Leonardo also writes lots of articles on his website.
PyCon UK
Mouse Vs Python
PyDev of the Week: Leonardo Giordani - Mouse Vs Python
This week we welcome Leonardo Giordani (@tw_lgiordani) as our PyDev of the Week! Leonardo is the author of Clean Architectures in Python. Leonardo also
Test and Code: 180: Lean TDD
Link: https://testandcode.com/180
Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
I've mentioned Lean TDD on the podcast a few times and even tried to do a quick o
Link: https://testandcode.com/180
Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
I've mentioned Lean TDD on the podcast a few times and even tried to do a quick o
Test & Code in Python
Test & Code in Python 180: Lean TDD
Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
ItsMyCode: [Solved] Error in plot.new() : figure margins too large
Link: https://itsmycode.com/solved-error-in-plot-new-figure-margins-too-large/
The error in plot.new() : figure margins too large occur if the plot panel in the RStudio is too small for the margins you are trying to create.
In this tutorial, we will learn how to resolve error in
Link: https://itsmycode.com/solved-error-in-plot-new-figure-margins-too-large/
The error in plot.new() : figure margins too large occur if the plot panel in the RStudio is too small for the margins you are trying to create.
In this tutorial, we will learn how to resolve error in
ItsMyCode
[Solved] Error in plot.new() : figure margins too large - ItsMyCode
The error in plot.new() : figure margins too large occur if the plot panel in the RStudio is too small for the margins you are trying to create.
Real Python: Socket Programming in Python (Guide)
Link: https://realpython.com/python-sockets/
Sockets and the socket API are used to send messages across a network. They provide a form of inter-process communication (IPC). The network can be a logical, local network to the computer, or one tha
Link: https://realpython.com/python-sockets/
Sockets and the socket API are used to send messages across a network. They provide a form of inter-process communication (IPC). The network can be a logical, local network to the computer, or one tha
Realpython
Socket Programming in Python (Guide) – Real Python
In this in-depth tutorial, you'll learn how to build a socket server and client with Python. By the end of this tutorial, you'll understand how to use the main functions and methods in Python's socket module to write your own networked client-server applications.