PyCoder’s Weekly: Issue #467 (April 6, 2021)
Link: https://pycoders.com/issues/467
#467 – APRIL 6, 2021 View in Browser » How I Beat the Berlin Rental Market With a Python Script Learn how one Python developer used a Python script to analyze the housing market in Berlin and pr
Link: https://pycoders.com/issues/467
#467 – APRIL 6, 2021 View in Browser » How I Beat the Berlin Rental Market With a Python Script Learn how one Python developer used a Python script to analyze the housing market in Berlin and pr
Janusworx: I Can’t Do This … Yet.
Link: https://janusworx.com/blog/i-cant-do-this-yet/
I’ve been “soft” looking for a job, since the end of last year when I learnt the basics of Python.
(Want me to come work you as a junior developer? Here’s my resume!)
Read more… (2 min remaining to r
Link: https://janusworx.com/blog/i-cant-do-this-yet/
I’ve been “soft” looking for a job, since the end of last year when I learnt the basics of Python.
(Want me to come work you as a junior developer? Here’s my resume!)
Read more… (2 min remaining to r
Janusworx
I Can’t Do This … Yet.
I’ve been “soft” looking for a job, since the end of last year when I learnt the basics of Python.
(Want me to come work you as a junior developer? Here’s my resume!)
And I’ve had rejection after
(Want me to come work you as a junior developer? Here’s my resume!)
And I’ve had rejection after
Talk Python to Me: #311 Get inside the .git folder
Link: https://talkpython.fm/episodes/show/311/get-inside-the-.git-folder
These days Git is synonymous with source control itself. Rare are the current debates of whether to use git vs SVN vs some fossil like SourceSafe vs you name it. But do you know how Git works? What ab
Link: https://talkpython.fm/episodes/show/311/get-inside-the-.git-folder
These days Git is synonymous with source control itself. Rare are the current debates of whether to use git vs SVN vs some fossil like SourceSafe vs you name it. But do you know how Git works? What ab
talkpython.fm
Get inside the .git folder
These days Git is synonymous with source control itself. Rare are the current debates of whether to use git vs SVN vs some fossil like SourceSafe vs you name it. But do you know how Git works? What about it's internals? I'm sure you've seen a .git folder…
CubicWeb: CubicWeb Monthly news february/march 2021
Link: http://feedproxy.google.com/~r/cubicweborg/~3/vBhNbvva2do/17366765
It has been quite a time since the last public news ; we will try in the letter to summarize what we did during february and march 2021. During this period, we tried to fix issues, migrate a lot of ou
Link: http://feedproxy.google.com/~r/cubicweborg/~3/vBhNbvva2do/17366765
It has been quite a time since the last public news ; we will try in the letter to summarize what we did during february and march 2021. During this period, we tried to fix issues, migrate a lot of ou
Python for Beginners: Convert a list containing float numbers to string in Python
Link: https://www.pythonforbeginners.com/lists/convert-a-list-containing-float-numbers-to-string-in-python
There may be situations where we want to convert a list containing float numbers to string while working in python. In this article, we will look at different ways to convert the list containing floa
Link: https://www.pythonforbeginners.com/lists/convert-a-list-containing-float-numbers-to-string-in-python
There may be situations where we want to convert a list containing float numbers to string while working in python. In this article, we will look at different ways to convert the list containing floa
PythonForBeginners.com
Convert a list containing float numbers to string in Python - PythonForBeginners.com
Convert a list containing float numbers to string in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: The Real Python Podcast – Episode #55: Getting Started With Refactoring Your Python Code
Link: https://realpython.com/podcasts/rpp/55/
Do you think it's time to refactor your Python code? What should you think about before starting this task? This week on the show, we have Brendan Maginnis and Nick Thapen from Sourcery. Sourcery is a
Link: https://realpython.com/podcasts/rpp/55/
Do you think it's time to refactor your Python code? What should you think about before starting this task? This week on the show, we have Brendan Maginnis and Nick Thapen from Sourcery. Sourcery is a
Realpython
Episode #55: Getting Started With Refactoring Your Python Code – The Real Python Podcast
Do you think it's time to refactor your Python code? What should you think about before starting this task? This week on the show, we have Brendan Maginnis and Nick Thapen from Sourcery. Sourcery is an automated refactoring tool that integrates into your…
TestDriven.io: Django vs. Flask in 2021: Which Framework to Choose
Link: https://testdriven.io/blog/django-vs-flask/
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Link: https://testdriven.io/blog/django-vs-flask/
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
testdriven.io
Django vs. Flask in 2024: Which Framework to Choose
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Learn PyQt: PyQt6 Book now available: Create GUI Applications with Python & Qt6 — The hands-on guide to making apps with Python
Link: https://www.learnpyqt.com/blog/pyqt6-book-create-gui-applications-python-qt6/
Hello! Today I have released the first PyQt6 edition of my book Create GUI Applications, with Python & Qt6.
This update follows the 4th Edition of the PyQt5 book updating all the code examples and add
Link: https://www.learnpyqt.com/blog/pyqt6-book-create-gui-applications-python-qt6/
Hello! Today I have released the first PyQt6 edition of my book Create GUI Applications, with Python & Qt6.
This update follows the 4th Edition of the PyQt5 book updating all the code examples and add
Learn PyQt
PyQt6 Book: Create GUI Applications with Python & Qt6
The hands-on guide to making apps with Python Hello! Today I have released the first PyQt6 edition of my book <a href=
Quansight Labs Blog: PyTorch TensorIterator Internals - 2021 Update
Link: https://labs.quansight.org/blog/2021/04/pytorch-tensoriterator-internals-update/
For contributors to the PyTorch codebase, one of the most commonly encountered
C++ classes is
TensorIterator.
TensorIterator offers a standardized way to iterate over elements of
a tensor, automatical
Link: https://labs.quansight.org/blog/2021/04/pytorch-tensoriterator-internals-update/
For contributors to the PyTorch codebase, one of the most commonly encountered
C++ classes is
TensorIterator.
TensorIterator offers a standardized way to iterate over elements of
a tensor, automatical
Quansight Labs
PyTorch TensorIterator Internals - 2021 Update
For contributors to the PyTorch codebase, one of the most commonly encountered
C++ classes is
TensorIterator.
TensorIterator offers a standardized way to iterate over elements of
a tensor, automatical
C++ classes is
TensorIterator.
TensorIterator offers a standardized way to iterate over elements of
a tensor, automatical
Wingware: Wing Python IDE 7.2.9 - April 12, 2021
Link: https://wingware.com/news/2021-04-12
Wing 7.2.9 adds remote development for 64-bit Raspberry Pi, supports remote development
without automatically managed SSH tunnels, improves auto-closing of quotes, optimizes
change tracking when large
Link: https://wingware.com/news/2021-04-12
Wing 7.2.9 adds remote development for 64-bit Raspberry Pi, supports remote development
without automatically managed SSH tunnels, improves auto-closing of quotes, optimizes
change tracking when large
Wingware
Wing Python IDE 7.2.9 - April 12, 2021 - Wing Python IDE
Wing 7.2.9 adds remote development for 64-bit Raspberry Pi, improves auto-closing of quotes,
optimizes change tracking when large numbers of project files change at once, improves
debugger data display for some value types, and makes a number of other usability…
optimizes change tracking when large numbers of project files change at once, improves
debugger data display for some value types, and makes a number of other usability…
Weekly Python StackOverflow Report: (cclxx) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/04/cclxx-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-04-10 18:59:38 GMTSpyder 5 missing dependencies - spyder_kernels v
Link: http://python-weekly.blogspot.com/2021/04/cclxx-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-04-10 18:59:38 GMTSpyder 5 missing dependencies - spyder_kernels v
Blogspot
(cclxx) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
BreadcrumbsCollector: How to use code coverage in Python with pytest?
Link: https://breadcrumbscollector.tech/how-to-use-code-coverage-in-python-with-pytest/
Basics
What is code coverage?
In the simplest words, code coverage is a measure of exhaustiveness of a test suite. 100% code coverage means that a system is fully tested.
Why bother about code covera
Link: https://breadcrumbscollector.tech/how-to-use-code-coverage-in-python-with-pytest/
Basics
What is code coverage?
In the simplest words, code coverage is a measure of exhaustiveness of a test suite. 100% code coverage means that a system is fully tested.
Why bother about code covera
breadcrumbs collector.tech
How to use code coverage in Python with pytest?
Basics What is code coverage? In the simplest words, code coverage is a measure of exhaustiveness of a test suite. 100% code coverage means that a system is fully tested. Why bother about code coverage in Python? Theoretically, the higher code coverage is…
Quansight Labs Blog: A step towards educating with Spyder
Link: https://labs.quansight.org/blog/2021/04/a-step-towards-educating-with-spyder/
As a community manager in the Spyder team, I have been looking for ways of
involving more users in the community and making Spyder useful for a larger
number of people. With this, a new idea came: Edu
Link: https://labs.quansight.org/blog/2021/04/a-step-towards-educating-with-spyder/
As a community manager in the Spyder team, I have been looking for ways of
involving more users in the community and making Spyder useful for a larger
number of people. With this, a new idea came: Edu
Quansight Labs
A step towards educating with Spyder
As a community manager in the Spyder team, I have been looking for ways of
involving more users in the community and making Spyder useful for a larger
number of people. With this, a new idea came: Edu
involving more users in the community and making Spyder useful for a larger
number of people. With this, a new idea came: Edu
Mike Driscoll: PyDev of the Week: Will McGugan
Link: https://www.blog.pythonlibrary.org/2021/04/12/pydev-of-the-week-will-mcgugan/
This week we welcome Will McGugan (@willmcgugan) as our PyDev of the Week! Will is the author of the Rich package, which is for for rich text and beautiful formatting in the terminal. If you have a mo
Link: https://www.blog.pythonlibrary.org/2021/04/12/pydev-of-the-week-will-mcgugan/
This week we welcome Will McGugan (@willmcgugan) as our PyDev of the Week! Will is the author of the Rich package, which is for for rich text and beautiful formatting in the terminal. If you have a mo
Mouse Vs Python
PyDev of the Week: Will McGugan - Mouse Vs Python
Gain practical, real-world Python skills with our resources and pathway
Zato Blog: Understanding WebSocket API timeouts
Link: https://zato.io/blog/posts/websocket-timeouts.html
Zato WebSocket channels let you accept long-running API connections and, as such, they have a few settings
to fine tune their usage of timeouts. Let's discover what they are and how to use them.
WebSo
Link: https://zato.io/blog/posts/websocket-timeouts.html
Zato WebSocket channels let you accept long-running API connections and, as such, they have a few settings
to fine tune their usage of timeouts. Let's discover what they are and how to use them.
WebSo
Zato Blog
Understanding WebSocket API timeouts
Stack Abuse: Borůvka's Algorithm in Python - Theory and Implementation
Link: https://stackabuse.com/boruvkas-algorithm-in-python-theory-and-implementation/
Introduction
Borůvka's Algorithm is a greedy algorithm published by Otakar Borůvka, a Czech mathematician best known for his work in graph theory. Its most famous application helps us find the minimum
Link: https://stackabuse.com/boruvkas-algorithm-in-python-theory-and-implementation/
Introduction
Borůvka's Algorithm is a greedy algorithm published by Otakar Borůvka, a Czech mathematician best known for his work in graph theory. Its most famous application helps us find the minimum
Stack Abuse
Graphs in Python: Minimum Spanning Trees - Borůvka's Algorithm
In this guide, we'll take a look at the theory and implementation of Borůvka's Algorithm in Python, with illustrations to make it easier to understand.
Cusy: Python Pattern Matching in Linux Magazine 05/2021
Link: https://cusy.io/en/blog/python-pattern-matching-in-linux-magazine-05-2021
Linux Magazin 05/2021
The originally object-oriented programming language Python is to receive a new
feature in version 3.10, which is mainly known from functional lang
Link: https://cusy.io/en/blog/python-pattern-matching-in-linux-magazine-05-2021
Linux Magazin 05/2021
The originally object-oriented programming language Python is to receive a new
feature in version 3.10, which is mainly known from functional lang
cusy.io
Python Pattern Matching in Linux Magazine 05/2021 — cusy
The originally object-oriented programming language Python is to receive a new feature in version 3.10, which is mainly known from functional languages: pattern matching. The change is controversial in the Python community and has triggered a heated debate.
Paolo Amoroso: Free Python Books Went Viral on Hacker News
Link: http://blog.paoloamoroso.com/2021/04/free-python-books-went-viral-on-hacker.html
My Free Python Books list went viral on Hacker News, ending up on the home page within the first 2-3 entries for several hours.Free Python Books on the home page of Hacker News.Mike Andreuzza shared t
Link: http://blog.paoloamoroso.com/2021/04/free-python-books-went-viral-on-hacker.html
My Free Python Books list went viral on Hacker News, ending up on the home page within the first 2-3 entries for several hours.Free Python Books on the home page of Hacker News.Mike Andreuzza shared t
Paoloamoroso
Free Python Books Went Viral on Hacker News
My list of free Python books ended up on the Hacker News home and went viral, getting 15K views and jumping to 700 stars and 80 forks in a day.
Real Python: Start Contributing to Python: Your First Steps
Link: https://realpython.com/start-contributing-python/
If you want to start contributing to open source, then Python is a great project to start with. You’ll not only be making your mark on one of the biggest projects out there, but you’ll also be doing i
Link: https://realpython.com/start-contributing-python/
If you want to start contributing to open source, then Python is a great project to start with. You’ll not only be making your mark on one of the biggest projects out there, but you’ll also be doing i
Realpython
Start Contributing to Python: Your First Steps – Real Python
In this quick introduction, you'll see how you can take your first steps toward contributing to Python. You'll discover various ways you can contribute and get to know some of the resources that will help you along the way.
death and gravity: Looking to improve by reading code? Some great examples from the Python standard library
Link: https://death.andgravity.com/stdlib
So, you're an advanced beginner
– you've learned your way past Python basics and can solve real problems.
You've now moved past tutorials and blog posts;
maybe you feel they offer one-dimensional solu
Link: https://death.andgravity.com/stdlib
So, you're an advanced beginner
– you've learned your way past Python basics and can solve real problems.
You've now moved past tutorials and blog posts;
maybe you feel they offer one-dimensional solu
death and gravity
Learn by reading code: Python standard library design decisions explained
On your Python learning journey, you may have heard that a great way to get better is to read code written by other people. That's true, but finding good code to study is not easy, mostly because the design philosophy and the reasoning behind the code are…
John Cook: Spaceship operator in Python
Link: https://www.johndcook.com/blog/2021/04/12/spaceship-operator/
Some programming languages, such as Perl, have an infix operator <=> that returns a three-state comparison. The expression
a <=> b
evaluates to -1, 0, or 1 depending on whether a < b, a = b, or a
Link: https://www.johndcook.com/blog/2021/04/12/spaceship-operator/
Some programming languages, such as Perl, have an infix operator <=> that returns a three-state comparison. The expression
a <=> b
evaluates to -1, 0, or 1 depending on whether a < b, a = b, or a
John D. Cook | Applied Mathematics Consulting
Spaceship operator in Python
How to make something like the "spaceship operator" in Python and why you might want to