The Digital Cat: TDD in Python with pytest - Part 5
Link: https://www.thedigitalcatonline.com/blog/2020/09/21/tdd-in-python-with-pytest-part-5/
This is the fifth and last post in the series "TDD in Python with pytest" where I develop a simple project following a strict TDD methodology. The posts come from my book Clean Architectures in Python
Link: https://www.thedigitalcatonline.com/blog/2020/09/21/tdd-in-python-with-pytest-part-5/
This is the fifth and last post in the series "TDD in Python with pytest" where I develop a simple project following a strict TDD methodology. The posts come from my book Clean Architectures in Python
Thedigitalcatonline
TDD in Python with pytest - Part 5
This is the fifth and last post in the series
Stack Abuse: Replace Occurrences of a Substring in String with Python
Link: https://stackabuse.com/replace-occurrences-of-a-substring-in-string-with-python/
Introduction
Replacing all or n occurrences of a substring in a given string is a fairly common problem of string manipulation and text processing in general. Luckily, most of these tasks are made eas
Link: https://stackabuse.com/replace-occurrences-of-a-substring-in-string-with-python/
Introduction
Replacing all or n occurrences of a substring in a given string is a fairly common problem of string manipulation and text processing in general. Luckily, most of these tasks are made eas
Stack Abuse
Replace Occurrences of a Substring in String with Python
In this tutorial, we'll showcase how to replace all or *n* occurrences of a substring from a string in python using replace(), sub() and subn() with regular expressions and examples.
Chris Moffitt: PB Python Article Roadmap
Link: https://pbpython.com/roadmap.html
Introduction
September 17th is Practical Business Python’s anniversary. Last year, I reflected on 5
years of growth. This year, I wanted to take a step back and develop a guide to guide readers
throu
Link: https://pbpython.com/roadmap.html
Introduction
September 17th is Practical Business Python’s anniversary. Last year, I reflected on 5
years of growth. This year, I wanted to take a step back and develop a guide to guide readers
throu
Pbpython
PB Python Article Roadmap
A roadmap for reading the articles on Practical Business Python.
Test and Code: 131: Test Smarter, Not Harder
Link: https://testandcode.com/131
Some people avoid writing tests. Some drudge through it painfully.
There is a better way.
In this episode, I'm going to share some advice from Luke Plant on how to "Test Smarter, Not Harder".Sponsored
Link: https://testandcode.com/131
Some people avoid writing tests. Some drudge through it painfully.
There is a better way.
In this episode, I'm going to share some advice from Luke Plant on how to "Test Smarter, Not Harder".Sponsored
Test & Code
Test & Code 131: Test Smarter, Not Harder
Some people avoid writing tests. Some drudge through it painfully.
There is a better way.
In this episode, I'm going to share some advice from Luke Plant on how to "Test Smarter, Not Harder".
There is a better way.
In this episode, I'm going to share some advice from Luke Plant on how to "Test Smarter, Not Harder".
Andrew Dalke: Molfile "S SKP"
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/21/molfile_s__skp.html
In the last couple of essays I described some of the parts
of a SDF record then pointed out some of the ways
to break simple SDF record tokenizers. In this essay I'll point
out an documentation curi
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/21/molfile_s__skp.html
In the last couple of essays I described some of the parts
of a SDF record then pointed out some of the ways
to break simple SDF record tokenizers. In this essay I'll point
out an documentation curi
Dataquest: Learn to Code Free — Our Interactive Courses Are ALL Free This Week!
Link: https://www.dataquest.io/blog/learn-to-code-free-this-week-only/
Exciting news: for the next week, all courses are free. Yup, every single course in every learning path is free from Sept 21-28.This free week includes all of our courses in R, Python, SQL, machine l
Link: https://www.dataquest.io/blog/learn-to-code-free-this-week-only/
Exciting news: for the next week, all courses are free. Yup, every single course in every learning path is free from Sept 21-28.This free week includes all of our courses in R, Python, SQL, machine l
Dataquest
Learn Programming for Free — All Courses Free This Week!
Learn programming for data analysis from right in your browser while writing real code and working with real data. Free for a limited time!
Real Python: Python Practice Problems: Get Ready for Your Next Interview
Link: https://realpython.com/python-practice-problems/
Are you a Python developer brushing up on your skills before an interview? If so, then this tutorial will usher you through a series of Python practice problems meant to simulate common coding test sc
Link: https://realpython.com/python-practice-problems/
Are you a Python developer brushing up on your skills before an interview? If so, then this tutorial will usher you through a series of Python practice problems meant to simulate common coding test sc
Realpython
Python Practice Problems: Get Ready for Your Next Interview – Real Python
In this tutorial, you'll prepare for future interviews by working through a set of Python practice problems that commonly appear in coding tests. You'll work through the problems yourself and then compare your results with solutions developed by the Real…
Anarcat: PSA: Mailman used to harrass people
Link: https://anarc.at/blog/2020-09-21-mailman-psa/
It seems that Mailman instances are being abused to harrass people
with subscribe spam. If some random people complain to you that they
"never wanted to subscribe to your mailing list", you may be a v
Link: https://anarc.at/blog/2020-09-21-mailman-psa/
It seems that Mailman instances are being abused to harrass people
with subscribe spam. If some random people complain to you that they
"never wanted to subscribe to your mailing list", you may be a v
Catalin George Festila: Python 3.8.5 : A sphere in Cartesian coordinates - part 001.
Link: http://python-catalin.blogspot.com/2020/09/python-385-sphere-in-cartesian.html
I like the equation of a sphere of radius R centered at the origin is given in Cartesian coordinates:
x*x + y*y + z*z = r*r
It is one of the first elements that helped me better understand mathematic
Link: http://python-catalin.blogspot.com/2020/09/python-385-sphere-in-cartesian.html
I like the equation of a sphere of radius R centered at the origin is given in Cartesian coordinates:
x*x + y*y + z*z = r*r
It is one of the first elements that helped me better understand mathematic
Blogspot
Python 3.8.5 : A sphere in Cartesian coordinates - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Podcast.__init__: Flexible Network Security Detection And Response With Grapl - Episode 281
Link: https://www.pythonpodcast.com/grapl-network-security-episode-282/
Servers and services that have any exposure to the public internet are under a constant barrage of attacks. Network security engineers are tasked with discovering and addressing any potential breaches
Link: https://www.pythonpodcast.com/grapl-network-security-episode-282/
Servers and services that have any exposure to the public internet are under a constant barrage of attacks. Network security engineers are tasked with discovering and addressing any potential breaches
The Python Podcast.__init__
The Python Podcast.__init__: Flexible Network Security Detection And Response With Grapl
An interview with Colin O'Brien about his work building the Grapl platform for graph based detection and response of network security events.
Codementor: Which is better Python or C++?
Link: https://www.codementor.io/digitalnarendra/which-is-better-python-or-c-1ajj047nox
In this Article you are going to know about Which is better Python or C++
Meet the Experts for Better Guidence : https://nareshit.com/python-online-training/
Link: https://www.codementor.io/digitalnarendra/which-is-better-python-or-c-1ajj047nox
In this Article you are going to know about Which is better Python or C++
Meet the Experts for Better Guidence : https://nareshit.com/python-online-training/
www.codementor.io
Which is better Python or C++? | Codementor
In this Article you are going to know about Which is better Python or C++
Meet the Experts for Better Guidence : https://nareshit.com/python-online-training/
Meet the Experts for Better Guidence : https://nareshit.com/python-online-training/
Ram Rachum: Live-coding a music synthesizer
Link: https://blog.ram.rachum.com/post/629952546416541696
Live-coding a music synthesizer
After so much work and waiting, the video of my EuroPython talk is
finally released!
This is a fun live-cod
Link: https://blog.ram.rachum.com/post/629952546416541696
Live-coding a music synthesizer
After so much work and waiting, the video of my EuroPython talk is
finally released!
This is a fun live-cod
Ram's blog
Live-coding a music synthesizer
Live-coding a music synthesizer
After so much work and waiting, the video of my EuroPython talk is finally released!
This is a fun live-coding session using ...
After so much work and waiting, the video of my EuroPython talk is finally released!
This is a fun live-coding session using ...
EuroPython: EuroPython “Ask me Anything”
Link: https://blog.europython.eu/post/629951901661790208
Dear Community,we want to try a new experiment and run an “Ask me Anything” (AMA) this Thursday to answer questions you may have, share our knowledge or help you in planning your online event.Some of
Link: https://blog.europython.eu/post/629951901661790208
Dear Community,we want to try a new experiment and run an “Ask me Anything” (AMA) this Thursday to answer questions you may have, share our knowledge or help you in planning your online event.Some of
blog.europython.eu
EuroPython Blog
EuroPython “Ask me Anything” Dear Community, we want to try a new experiment and run an “Ask me Anything” (AMA) this Thursday to answer questions you may have, share our knowledge or help you in...
TestDriven.io: Async Views in Django 3.1
Link: https://testdriven.io/blog/django-async-views/
This post looks at how to get started with Django's new asynchronous views.
Link: https://testdriven.io/blog/django-async-views/
This post looks at how to get started with Django's new asynchronous views.
testdriven.io
Async Views in Django
This tutorial looks at how to get started with Django's asynchronous views.
Andrew Dalke: Fun with SDF records - chemfp's text toolkit
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/22/fun_with_sdf_records.html
Earlier this year, Noel O'Boyle wrote the essay Python
patterns for processing large SDF files and Richard Apodaca wrote
Reading Large SDfiles in Rust. In this essay I'll show some
examples of usin
Link: http://www.dalkescientific.com/writings/diary/archive/2020/09/22/fun_with_sdf_records.html
Earlier this year, Noel O'Boyle wrote the essay Python
patterns for processing large SDF files and Richard Apodaca wrote
Reading Large SDfiles in Rust. In this essay I'll show some
examples of usin
Python Software Foundation: The Python Software Foundation re-opens its Grants Program!
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/15M3ter9aRE/the-python-software-foundation-re-opens.html
The Python Software Foundation is excited to announce the re-opening of its Grants Program! The pandemic negatively affected the PSF’s finances with the cancellation of PyCon 2020’s in-person conferen
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/15M3ter9aRE/the-python-software-foundation-re-opens.html
The Python Software Foundation is excited to announce the re-opening of its Grants Program! The pandemic negatively affected the PSF’s finances with the cancellation of PyCon 2020’s in-person conferen
Blogspot
The Python Software Foundation re-opens its Grants Program!
The Python Software Foundation is excited to announce the re-opening of its Grants Program! The pandemic negatively affected the PSF’s fin...
Real Python: Working With Linked Lists in Python
Link: https://realpython.com/courses/working-linked-lists-python/
Linked lists are like a lesser-known cousin of lists. They’re not as popular or as cool, and you might not even remember them from your algorithms class. But in the right context, they can really shin
Link: https://realpython.com/courses/working-linked-lists-python/
Linked lists are like a lesser-known cousin of lists. They’re not as popular or as cool, and you might not even remember them from your algorithms class. But in the right context, they can really shin
Realpython
Working With Linked Lists in Python – Real Python
In this course, you'll learn what linked lists are and when to use them, such as when you want to implement queues, stacks, or graphs. You'll also learn how to use collections.deque to improve the performance of your linked lists and how to implement linked…
Python Morsels: Read-Only Attribute
Link: https://www.pythonmorsels.com/topics/read-only-attribute/
If you want to make a single attribute read-only on a class, the easiest way to do it is to make a property representing your attribute.
The Problem
Let's say we have a Thing class with value and colo
Link: https://www.pythonmorsels.com/topics/read-only-attribute/
If you want to make a single attribute read-only on a class, the easiest way to do it is to make a property representing your attribute.
The Problem
Let's say we have a Thing class with value and colo
Mike Driscoll: wxPython by Example – Adding a Background Image (Video)
Link: https://www.blog.pythonlibrary.org/2020/09/22/wxpython-by-example-adding-a-background-image-video/
In this tutorial, you will learn how to add an image to your panel so that you have a background image to put your widgets on.
The post wxPython by Example – Adding a Background Image (Video) appeare
Link: https://www.blog.pythonlibrary.org/2020/09/22/wxpython-by-example-adding-a-background-image-video/
In this tutorial, you will learn how to add an image to your panel so that you have a background image to put your widgets on.
The post wxPython by Example – Adding a Background Image (Video) appeare
The Mouse Vs. The Python
wxPython by Example - Adding a Background Image (Video) - The Mouse Vs. The Python
In this tutorial, you will learn how to add an image to your panel so that you have a background image to put your widgets on.
PyCoder’s Weekly: Issue #439 (Sept. 22, 2020)
Link: https://pycoders.com/issues/439
#439 – SEPTEMBER 22, 2020 View in Browser » Git Internals: Learn by Building Your Own Git Master the basics of git by building your own version in Python using this creative and interactive tuto
Link: https://pycoders.com/issues/439
#439 – SEPTEMBER 22, 2020 View in Browser » Git Internals: Learn by Building Your Own Git Master the basics of git by building your own version in Python using this creative and interactive tuto
Pycoders
PyCoder’s Weekly | Issue #439
Issue #439 of the PyCoder’s Weekly newsletter, published Sept. 22, 2020.
Python Anywhere: How to use Ansible to update your Django web app
Link: https://blog.pythonanywhere.com/191/
Now, as you have overcome or evaded the reefs, shoals and swirls of initial development and deployment and your appetite
grows, you ask “How do I automate the update and restart of my web app when I c
Link: https://blog.pythonanywhere.com/191/
Now, as you have overcome or evaded the reefs, shoals and swirls of initial development and deployment and your appetite
grows, you ask “How do I automate the update and restart of my web app when I c