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
Chris Hager: PDFx update and new version release (v1.4.1)
Link: https://www.metachris.com/2021/04/pdfx-update-and-new-version-release-v1.4.1/
PDFx is a tool to extract text, links, references and metadata from PDF files and URLs. Thanks to several contributors the project received a thorough update and was brought into 2021. The new releas
Link: https://www.metachris.com/2021/04/pdfx-update-and-new-version-release-v1.4.1/
PDFx is a tool to extract text, links, references and metadata from PDF files and URLs. Thanks to several contributors the project received a thorough update and was brought into 2021. The new releas
Metachris
PDFx update and new version release (v1.4.1)
PDFx is a tool to extract text, links, references and metadata from PDF files and URLs. Thanks to several contributors the project received a thorough update and was brought into 2021. The new release of today is PDFx v1.4.1 🎉
PDFx works like this:
PDFx works like this:
Doug Hellmann: entry-point-inspector 0.2.1
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/ZsaeIzZgYv4/
What’s new in 0.2.1? update python support versions to drop python 2 support and include 3.7, 3.8, and 3.9 Fix packaging issue by requiring setuptools for installation (contributions by Miro Hrončok)
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/ZsaeIzZgYv4/
What’s new in 0.2.1? update python support versions to drop python 2 support and include 3.7, 3.8, and 3.9 Fix packaging issue by requiring setuptools for installation (contributions by Miro Hrončok)
Doug Hellmann
entry-point-inspector 0.2.1
What’s new in 0.2.1? update python support versions to drop python 2 support and include 3.7, 3.8, and 3.9 Fix packaging issue by requiring setuptools for installation (contributions by Miro Hrončok) fix linter issue in setup.py add github actions to run…
PythonClub - A Brazilian collaborative blog about Python: Orientação a objetos de outra forma: Classes e objetos
Link: http://pythonclub.com.br/oo-de-outra-forma-1.html
Nas poucas e raríssimas lives que eu fiz na Twitch, surgiu a ideia de escrever sobre programação orientada a objetos em Python, principalmente por algumas diferenças de como ela foi implementada nessa
Link: http://pythonclub.com.br/oo-de-outra-forma-1.html
Nas poucas e raríssimas lives que eu fiz na Twitch, surgiu a ideia de escrever sobre programação orientada a objetos em Python, principalmente por algumas diferenças de como ela foi implementada nessa
PythonClub
Orientação a objetos de outra forma: Classes e objetos
Nas poucas e raríssimas lives que eu fiz na Twitch, surgiu a ideia de escrever sobre programação orientada a objetos em Python, principalmente por algumas diferenças de como ela foi implementada nessa linguagem. Aproveitando o tema, vou fazer uma série de…
Podcast.__init__: Let The Robots Do The Work Using Robotic Process Automation with Robocorp
Link: https://www.pythonpodcast.com/robocorp-robotic-process-automation-episode-310/
One of the great promises of computers is that they will make our work faster and easier, so why do we all spend so much time manually copying data from websites, or entering information into web form
Link: https://www.pythonpodcast.com/robocorp-robotic-process-automation-episode-310/
One of the great promises of computers is that they will make our work faster and easier, so why do we all spend so much time manually copying data from websites, or entering information into web form
The Python Podcast.__init__
The Python Podcast.__init__: Let The Robots Do The Work Using Robotic Process Automation with Robocorp
An interview about how Robocorp is building and supporting tools for robotic process automation in Python to make it easier to cut down on menial tasks on the computer and let the robots do the work.
Ned Batchelder: Coverage.py and third-party code
Link: https://nedbatchelder.com/blog/202104/coveragepy_and_thirdparty_code.html
I’ve made a change to coverage.py, and I could use your help testing it
before it’s released to the world.
tl;dr: install this and let me know if you don’t like the results:
pip install coverage==5.6
Link: https://nedbatchelder.com/blog/202104/coveragepy_and_thirdparty_code.html
I’ve made a change to coverage.py, and I could use your help testing it
before it’s released to the world.
tl;dr: install this and let me know if you don’t like the results:
pip install coverage==5.6
Nedbatchelder
Coverage.py and third-party code
I’ve made a change to coverage.py, and I could use your help testing it before it’s released to the world.
Kushal Das: Workshop on writing Python modules in Rust April 2020
Link: https://kushaldas.in/posts/workshop-on-writing-python-modules-in-rust-april-2020.html
I am conducting 2 repeat sessions for a workshop on "Writing Python modules in Rust".
The first session is on 16th April, 1500 UTC onwards, and the repeat session will be on
18th April 0900 UTC. More
Link: https://kushaldas.in/posts/workshop-on-writing-python-modules-in-rust-april-2020.html
I am conducting 2 repeat sessions for a workshop on "Writing Python modules in Rust".
The first session is on 16th April, 1500 UTC onwards, and the repeat session will be on
18th April 0900 UTC. More
Programiz: Python Program to Safely Create a Nested Directory
Link: https://www.programiz.com/python-programming/examples/create-nested-directories
In this example, you will learn to safely create a nested directory using Python.
Link: https://www.programiz.com/python-programming/examples/create-nested-directories
In this example, you will learn to safely create a nested directory using Python.
Programiz
Python Program to Safely Create a Nested Directory
In this example, you will learn to safely create a nested directory using Python.
Codementor: How To Find Broken Images Using Selenium WebDriver?
Link: https://www.codementor.io/himanshuseth/how-to-find-broken-images-using-selenium-webdriver-1gpz2e8ol8
Want to find broken images on your website? Here's how you can do broken image testing on your website using Selenium in Java, Python, C#, and PHP.
Link: https://www.codementor.io/himanshuseth/how-to-find-broken-images-using-selenium-webdriver-1gpz2e8ol8
Want to find broken images on your website? Here's how you can do broken image testing on your website using Selenium in Java, Python, C#, and PHP.
www.codementor.io
How To Find Broken Images Using Selenium WebDriver? | Codementor
Want to find broken images on your website? Here's how you can do broken image testing on your website using Selenium in Java, Python, C#, and PHP.
Stack Abuse: Plotly Scatter Plot - Tutorial with Examples
Link: https://stackabuse.com/plotly-scatter-plot-tutorial-with-examples/
Introduction
Plotly is a JavaScript-based, Python data visualization library, focused on interactive and web-based visualizations. It has the simplicity of Seaborn, with a high-level API, but also the
Link: https://stackabuse.com/plotly-scatter-plot-tutorial-with-examples/
Introduction
Plotly is a JavaScript-based, Python data visualization library, focused on interactive and web-based visualizations. It has the simplicity of Seaborn, with a high-level API, but also the
Stack Abuse
Plotly Scatter Plot - Tutorial with Examples
In this tutorial, we'll take a look at how to plot a Scatter Plot with Plotly and Python - as well as how to customize it, with examples.
Everyday Superpowers: Recover from pre-commit-adjacent file losses
Link: https://everydaysuperpowers.dev/articles/recover-from-pre-commit-adjacent-file-losses/
Pre-commit is a immensely useful tool for your projects. I use it for every project I work on.In a rare event, it might seem as though you lost many modified files—potentially hours of work, but the t
Link: https://everydaysuperpowers.dev/articles/recover-from-pre-commit-adjacent-file-losses/
Pre-commit is a immensely useful tool for your projects. I use it for every project I work on.In a rare event, it might seem as though you lost many modified files—potentially hours of work, but the t
everydaysuperpowers.dev
Recover from pre-commit-adjacent file losses
Python Software Foundation: The PSF is hiring a Python Packaging Project Manager!
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/BWmRSi2H2PE/the-psf-is-hiring-python-packaging.html
Thanks to a two-year grant commitment from Bloomberg, our second 2021 Visionary Sponsor and a long term committed supporter of the Python ecosystem, The Python Software Foundation (PSF) is hiring a fu
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/BWmRSi2H2PE/the-psf-is-hiring-python-packaging.html
Thanks to a two-year grant commitment from Bloomberg, our second 2021 Visionary Sponsor and a long term committed supporter of the Python ecosystem, The Python Software Foundation (PSF) is hiring a fu
Blogspot
The PSF is hiring a Python Packaging Project Manager!
Thanks to a two-year grant commitment from Bloomberg, our second 2021 Visionary Sponsor and a long term committed supporter of the Python ec...
Real Python: Start Managing Multiple Python Versions With pyenv
Link: https://realpython.com/courses/start-with-pyenv/
Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions? Are you ever curious about the latest and greatest
Link: https://realpython.com/courses/start-with-pyenv/
Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions? Are you ever curious about the latest and greatest
Realpython
Start Managing Multiple Python Versions With pyenv – Real Python
In this step-by-step course, you'll learn how to install multiple Python versions and switch between them with ease, including project-specific virtual environments, with pyenv.
Python for Beginners: Shortcut to comment out multiple lines in Python
Link: https://www.pythonforbeginners.com/comments/shortcut-to-comment-out-multiple-lines-in-python
We often need to comment out block of codes in python while testing or debugging the code. When a block is turned into a python comment, it doesn’t contribute in output of the program and helps to de
Link: https://www.pythonforbeginners.com/comments/shortcut-to-comment-out-multiple-lines-in-python
We often need to comment out block of codes in python while testing or debugging the code. When a block is turned into a python comment, it doesn’t contribute in output of the program and helps to de
PythonForBeginners.com
Shortcut to Comment Out Multiple Lines in Python - PythonForBeginners.com
Shortcut to Comment Out Multiple Lines in Python will help you improve your python skills with easy to follow examples and tutorials