Python Engineering at Microsoft: Introducing the Jupyter Extension for VS Code
Link: https://devblogs.microsoft.com/python/introducing-the-jupyter-extension-for-vs-code/
We’re excited to announce that we’re releasing the new Jupyter extension for Visual Studio Code today! The Jupyter extension is the latest step in our journey to bring the power of Jupyter Notebook in
Link: https://devblogs.microsoft.com/python/introducing-the-jupyter-extension-for-vs-code/
We’re excited to announce that we’re releasing the new Jupyter extension for Visual Studio Code today! The Jupyter extension is the latest step in our journey to bring the power of Jupyter Notebook in
Microsoft News
Introducing the Jupyter Extension for VS Code
We’re excited to announce that we’re releasing the new Jupyter extension for Visual Studio Code today! The Jupyter extension is the latest step in our journey to bring the power of Jupyter Notebook into VS Code for a variety of languages and scenarios.
Codementor: Why Python Is My Favourite For Test Automation?
Link: https://www.codementor.io/himanshuseth/why-python-is-my-favourite-for-test-automation-1c57ttljsl
When it comes to Selenium test automation, Python automation testing is our goto choice. In this blog, we explain why automation testing using Python is simply the best.
Link: https://www.codementor.io/himanshuseth/why-python-is-my-favourite-for-test-automation-1c57ttljsl
When it comes to Selenium test automation, Python automation testing is our goto choice. In this blog, we explain why automation testing using Python is simply the best.
www.codementor.io
Why Python Is My Favourite For Test Automation? | Codementor
When it comes to Selenium test automation, Python automation testing is our goto choice. In this blog, we explain why automation testing using Python is simply the best.
Janusworx: Starting Work on Git-the-Branch
Link: https://janusworx.com/blog/starting-work-on-git-the-branch/
The Itch
Aiming to write a tool using this which will show all the git branches in the current directory and the last commit date on those branches (and only the local branches :))
What I did today
I
Link: https://janusworx.com/blog/starting-work-on-git-the-branch/
The Itch
Aiming to write a tool using this which will show all the git branches in the current directory and the last commit date on those branches (and only the local branches :))
What I did today
I
Janusworx
Starting Work on Git-the-Branch
The Itch
Aiming to write a tool using this which will show all the git branches in the current directory and the last commit date on those branches (and only the local branches :))
What I did today
I
Aiming to write a tool using this which will show all the git branches in the current directory and the last commit date on those branches (and only the local branches :))
What I did today
I
Rene Dudfield: Finger painting with multi-touch in python using pygame 2
Link: http://renesd.blogspot.com/2020/11/finger-painting-with-multi-touch-in.html
pygame 2 has support for Multi-Touch. You know, where it can track multiple fingers. I've made an app and tutorial to show off the new Multi-Touch features.Finger Painting with Multi-Touch Full articl
Link: http://renesd.blogspot.com/2020/11/finger-painting-with-multi-touch-in.html
pygame 2 has support for Multi-Touch. You know, where it can track multiple fingers. I've made an app and tutorial to show off the new Multi-Touch features.Finger Painting with Multi-Touch Full articl
Blogspot
Finger painting with multi-touch in python using pygame 2
pygame 2 has support for Multi-Touch. You know, where it can track multiple fingers. I've made an app and tutorial to show off the new Multi...
Matt Layman: WhiteNoise Shenanigans - Building SaaS #79
Link: https://www.mattlayman.com/building-saas/whitenoise-shenanigans/
In this episode, I worked on a method of adding static content to a site that didn’t involve the staticfiles directory, a separate domain, or a reverse proxy like Nginx. We had to get clever with Hero
Link: https://www.mattlayman.com/building-saas/whitenoise-shenanigans/
In this episode, I worked on a method of adding static content to a site that didn’t involve the staticfiles directory, a separate domain, or a reverse proxy like Nginx. We had to get clever with Hero
Matt Layman
WhiteNoise Shenanigans - Building SaaS #79
In this episode, I worked on a method of adding static content to a site that didn't involve the staticfiles directory, a separate domain, or a reverse proxy like Nginx. We had to get clever with Heroku buildpacks and how to configure WhiteNoise.
Django Weblog: Nominations for 2020 Malcolm Tredinnick Memorial Prize
Link: https://www.djangoproject.com/weblog/2020/nov/12/nominations-2020-malcolm-tredinnick-memorial-prize/
Hello Everyone!
It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.
Malcolm was an early core contributor to Django and had both a huge influenc
Link: https://www.djangoproject.com/weblog/2020/nov/12/nominations-2020-malcolm-tredinnick-memorial-prize/
Hello Everyone!
It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.
Malcolm was an early core contributor to Django and had both a huge influenc
Python Morsels: Positional vs Keyword Arguments
Link: https://www.pythonmorsels.com/topics/positional-vs-keyword-arguments/
Related article:
Functions
Passing a function as an argument
Asterisks in Python
Transcript:
Let's talk about the two types of arguments you can use when calling a function:
positional arguments
Link: https://www.pythonmorsels.com/topics/positional-vs-keyword-arguments/
Related article:
Functions
Passing a function as an argument
Asterisks in Python
Transcript:
Let's talk about the two types of arguments you can use when calling a function:
positional arguments
Pythonmorsels
Positional vs Keyword Arguments
When you're working with named arguments (a.k.a. keyword arguments) it's the argument name that matters. When you're working with positional arguments, it's the position matters (but not the name).
Python Engineering at Microsoft: Python in Visual Studio Code – November 2020 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2020-release/
We are pleased to announce that the November 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2020-release/
We are pleased to announce that the November 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
Python
Python in Visual Studio Code – November 2020 Release
We are pleased to announce that the November 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly from the extension gallery in Visual Studio Code.
Stack Abuse: How to Plot Inline and With Qt - Matplotlib with IPython/Jupyter Notebooks
Link: https://stackabuse.com/how-to-plot-inline-and-with-qt-matplotlib-with-ipython-and-jupyter-notebooks/
Introduction
There are a number of different data visualization libraries for Python. Out of all of the libraries, however, Matplotlib is easily the most popular and widely used one. With Matplotlib y
Link: https://stackabuse.com/how-to-plot-inline-and-with-qt-matplotlib-with-ipython-and-jupyter-notebooks/
Introduction
There are a number of different data visualization libraries for Python. Out of all of the libraries, however, Matplotlib is easily the most popular and widely used one. With Matplotlib y
Stack Abuse
How to Plot Inline and With Qt - Matplotlib with IPython/Jupyter Notebooks
In this tutorial, we'll go over how to plot inline plots using IPyhon/Jupyter notebooks, with Matplotlib in Python.
We'll cover how to plot externally using Qt, as well as inline.
We'll cover how to plot externally using Qt, as well as inline.
Learn PyQt: Using QProcess to run external programs — Run background programs without impacting your UI
Link: https://www.learnpyqt.com/tutorials/qprocess-external-programs/
So far we've looked at how to run work in separate threads, allowing you to do complex tasks without interrupting your UI. This works great when using Python libraries to accomplish tasks, but sometim
Link: https://www.learnpyqt.com/tutorials/qprocess-external-programs/
So far we've looked at how to run work in separate threads, allowing you to do complex tasks without interrupting your UI. This works great when using Python libraries to accomplish tasks, but sometim
Learn PyQt
Run external programs in PyQt5 with QProcess, with streams and progress bars
Run background programs without impacting your UI So far we've looked at how to run work in separate threads, allowing you to do complex tasks without interrupting your UI.
Quansight Labs Blog: Manylinux1 is obsolete, manylinux2010 is almost EOL, what is next?
Link: https://labs.quansight.org/blog/2020/11/manylinux1-is-obsolete-manylinux2010-is-almost-eol-what-is-next/
The basic installation format for users who install packages via pip is
the wheel format. Wheel names are composed of four parts: a
package-name-and-version tag (which can be further broken down), a P
Link: https://labs.quansight.org/blog/2020/11/manylinux1-is-obsolete-manylinux2010-is-almost-eol-what-is-next/
The basic installation format for users who install packages via pip is
the wheel format. Wheel names are composed of four parts: a
package-name-and-version tag (which can be further broken down), a P
Quansight Labs
Manylinux1 is obsolete, manylinux2010 is almost EOL, what is next?
The basic installation format for users who install packages via pip is
the wheel format. Wheel names are composed of four parts: a
package-name-and-version tag (which can be further broken down), a P
the wheel format. Wheel names are composed of four parts: a
package-name-and-version tag (which can be further broken down), a P
Brett Cannon: Unravelling `is` and `is not`
Link: https://snarky.ca/unravelling-is-and-is-not/
As part of this blog series on Python's syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. 😄The operators is a
Link: https://snarky.ca/unravelling-is-and-is-not/
As part of this blog series on Python's syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. 😄The operators is a
Tall, Snarky Canadian
Unravelling `is` and `is not`
As part of this blog series on Python's syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. 😄 The operators is and is not are very short. The documentation for the operators…
Rene Dudfield: Midi musical intrument controllers and synthesizers with python and pygame
Link: http://renesd.blogspot.com/2020/11/midi-musical-intrument-controllers-and.html
Musical Instrument Digital Interface (Midi), is for letting digital musical instruments talk to each other in 'real time'. It came from the early 80s, and is still used today. The main idea is that ra
Link: http://renesd.blogspot.com/2020/11/midi-musical-intrument-controllers-and.html
Musical Instrument Digital Interface (Midi), is for letting digital musical instruments talk to each other in 'real time'. It came from the early 80s, and is still used today. The main idea is that ra
Blogspot
Midi musical intrument controllers and synthesizers with python and pygame
Musical Instrument Digital Interface (Midi), is for letting digital musical instruments talk to each other in 'real time'. It came from the ...
Real Python: The Real Python Podcast – Episode #35: Security and Authorization in Your Python Web Applications
Link: https://realpython.com/podcasts/rpp/35/
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when? This week on the show, we have Sam Scott,
Link: https://realpython.com/podcasts/rpp/35/
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when? This week on the show, we have Sam Scott,
Realpython
Episode #35: Security and Authorization in Your Python Web Applications – The Real Python Podcast
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when? This week on the show, we have Sam Scott, chief technology officer from Oso. Oso is an open-source…
Janusworx: Git the Branch
Link: https://janusworx.com/blog/git-the-branch/
I started playing with a way to control Git via Python.
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Link: https://janusworx.com/blog/git-the-branch/
I started playing with a way to control Git via Python.
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Janusworx
Git the Branch
I started playing with a way to control Git via Python.
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Stack Abuse: How to Concatenate Two Lists in Python
Link: https://stackabuse.com/how-to-concatenate-two-lists-in-python/
Introduction
List concatenation the act of creating a single list from multiple smaller lists by daisy chaining them together.
There are many ways of concatenating lists in Python. Specifically, in th
Link: https://stackabuse.com/how-to-concatenate-two-lists-in-python/
Introduction
List concatenation the act of creating a single list from multiple smaller lists by daisy chaining them together.
There are many ways of concatenating lists in Python. Specifically, in th
Stack Abuse
How to Concatenate Two Lists in Python
In this tutorial, we'll go over multiple ways on how to concatenate multiple lists in Python. We'll go over the plus operator, multiply operator, for loop, itertools.chain() and extend().
Quansight Labs Blog: Querying multiple backends with Ibis
Link: https://labs.quansight.org/blog/2020/11/the-ibis-backends/
Querying multiple backends with Ibis
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
Link: https://labs.quansight.org/blog/2020/11/the-ibis-backends/
Querying multiple backends with Ibis
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
Quansight Labs
Querying multiple backends with Ibis
Querying multiple backends with Ibis
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
Talk Python to Me: #290 Side Hustles for Data Scientists
Link: https://talkpython.fm/episodes/show/290/side-hustles-for-data-scientists
Are you a data scientist looking to branch out on your own and start something new? Maybe you're just looking for a way to work with those exciting libraries that aren't yet in play at the day job. Ra
Link: https://talkpython.fm/episodes/show/290/side-hustles-for-data-scientists
Are you a data scientist looking to branch out on your own and start something new? Maybe you're just looking for a way to work with those exciting libraries that aren't yet in play at the day job. Ra
talkpython.fm
Side Hustles for Data Scientists
Are you a data scientist looking to branch out on your own and start something new? Maybe you're just looking for a way to work with those exciting libraries that aren't yet in play at the day job. Rather than putting everything on the line, quitting your…
Mike Driscoll: Python’s Creator Guido Van Rossom Joins Microsoft
Link: https://www.blog.pythonlibrary.org/2020/11/13/pythons-creator-guido-van-rossom-joins-microsoft/
Guido van Rossum announced yesterday that he is coming out of retirement to join Microsoft’s Developer Division:
Reddit’s community’s have mixed reactions to the news.
Personally, I hope it will be a
Link: https://www.blog.pythonlibrary.org/2020/11/13/pythons-creator-guido-van-rossom-joins-microsoft/
Guido van Rossum announced yesterday that he is coming out of retirement to join Microsoft’s Developer Division:
Reddit’s community’s have mixed reactions to the news.
Personally, I hope it will be a
The Mouse Vs. The Python
Python's Creator Guido Van Rossom Joins Microsoft - The Mouse Vs. The Python
Guido van Rossum announced yesterday that he is coming out of retirement to join Microsoft’s Developer Division: Reddit’s community’s have mixed reactions to the news. Personally, I hope it will be a positive thing. While I had hoped that Guido would get…
Wingware: Wing Python IDE 7.2.7 - November 13, 2020
Link: https://wingware.com/news/2020-11-13
Wing 7.2.7 improves running unit tests for Django and other testing frameworks, fixes
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the inne
Link: https://wingware.com/news/2020-11-13
Wing 7.2.7 improves running unit tests for Django and other testing frameworks, fixes
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the inne
Wingware
Wing Python IDE 7.2.7 - November 13, 2020 - Wing Python IDE
Wing 7.2.7 improves running unit tests for Django and other testing frameworks, fixes
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the innermost project file stack frame, and makes a number of other…
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the innermost project file stack frame, and makes a number of other…