Podcast.__init__: CrossHair: Your Automatic Pair Programmer
Link: https://www.pythonpodcast.com/crosshair-automated-bug-finder-episode-302/
One of the perennial challenges in software engineering is to reduce the opportunity for bugs to creep into the system. Some of the tools in our arsenal that help in this endeavor include rich type sy
Link: https://www.pythonpodcast.com/crosshair-automated-bug-finder-episode-302/
One of the perennial challenges in software engineering is to reduce the opportunity for bugs to creep into the system. Some of the tools in our arsenal that help in this endeavor include rich type sy
The Python Podcast.__init__
The Python Podcast.__init__: CrossHair: Your Automatic Pair Programmer
An interview about how the CrossHair tool helps you to define constraints for your programs and then find examples of when they are invalid.
Python Insider: Python 3.7.10 and 3.6.13 security updates now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/NfEAmX9_8yk/python-3710-and-3613-security-updates.html
Python 3.7.10 and 3.6.13, the lastest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files, links to the changelogs, and more information here: ht
Link: http://feedproxy.google.com/~r/PythonInsider/~3/NfEAmX9_8yk/python-3710-and-3613-security-updates.html
Python 3.7.10 and 3.6.13, the lastest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files, links to the changelogs, and more information here: ht
Blogspot
Python Insider: Python 3.7.10 and 3.6.13 security updates now available
Mike Driscoll: Creating an Image Viewer with PySimpleGUI
Link: https://www.blog.pythonlibrary.org/2021/02/16/creating-an-image-viewer-with-pysimplegui/
PySimpleGUI makes creating applications easy. In this tutorial, you will learn how to use PySimpleGUI to create a simple Image Viewer. You will be using the regular version of PySimpleGUI, which wraps
Link: https://www.blog.pythonlibrary.org/2021/02/16/creating-an-image-viewer-with-pysimplegui/
PySimpleGUI makes creating applications easy. In this tutorial, you will learn how to use PySimpleGUI to create a simple Image Viewer. You will be using the regular version of PySimpleGUI, which wraps
Mouse Vs Python
Creating an Image Viewer with PySimpleGUI - Mouse Vs Python
PySimpleGUI makes creating applications easy. In this tutorial, you will learn how to use PySimpleGUI to create a simple Image Viewer. You will be using
Django Weblog: DjangoCon Europe 2021 Announcement
Link: https://www.djangoproject.com/weblog/2021/feb/16/djangocon-europe-2021-announcement/
This announcement retracts the previous announcement regarding the hybrid DjangoCon Europe 2021. Sadly, this year, we will not have the physical component, we are deeply sorry for our initial over-opt
Link: https://www.djangoproject.com/weblog/2021/feb/16/djangocon-europe-2021-announcement/
This announcement retracts the previous announcement regarding the hybrid DjangoCon Europe 2021. Sadly, this year, we will not have the physical component, we are deeply sorry for our initial over-opt
Chris Moffitt: Efficiently Cleaning Text with Pandas
Link: https://pbpython.com/text-cleaning.html
Introduction
It’s no secret that data cleaning is a large portion of the data analysis process. When
using pandas, there are multiple techniques for cleaning text fields to prepare for
further analys
Link: https://pbpython.com/text-cleaning.html
Introduction
It’s no secret that data cleaning is a large portion of the data analysis process. When
using pandas, there are multiple techniques for cleaning text fields to prepare for
further analys
Pbpython
Efficiently Cleaning Text with Pandas
Pandas can be an excellent tool for efficiently cleaning large amounts of text. This article covers several pandas solutions that will work on larger data sets.
Stack Abuse: Python: Check if Variable is a Dictionary
Link: https://stackabuse.com/python-check-if-variable-is-a-dictionary/
Introduction
Variables act as a container to store data. A developer can use type hints when creating variables or passing arguments, however, that's an optional feature in Python, and many codebases,
Link: https://stackabuse.com/python-check-if-variable-is-a-dictionary/
Introduction
Variables act as a container to store data. A developer can use type hints when creating variables or passing arguments, however, that's an optional feature in Python, and many codebases,
Stack Abuse
Python: Check if Variable is a Dictionary
In Python, we can use these two ways to check if a given variable is a Dictionary: the type() function and the is operator; and the isinstance() function
Real Python: Creating PyQt Layouts for GUI Applications
Link: https://realpython.com/courses/creating-pyqt-layouts-gui-applications/
PyQt’s layout managers provide a user-friendly and productive way of arranging graphical components, or widgets, on a GUI. Laying out widgets properly will make your GUI applications look polished and
Link: https://realpython.com/courses/creating-pyqt-layouts-gui-applications/
PyQt’s layout managers provide a user-friendly and productive way of arranging graphical components, or widgets, on a GUI. Laying out widgets properly will make your GUI applications look polished and
Realpython
Creating PyQt Layouts for GUI Applications – Real Python
In this step-by-step course, you’ll learn how to use PyQt layouts to arrange and manage the graphical components on your GUI applications. With the help of PyQt's layout managers, you'll be able to create polished and professional GUIs with minimal effort.
PyCoder’s Weekly: Issue #460 (Feb. 16, 2021)
Link: https://pycoders.com/issues/460
#460 – FEBRUARY 16, 2021 View in Browser » PEP 634: Structural Pattern Matching (match/case) A few links related to PEP 634, which will add structural pattern matching to Python via a new match/
Link: https://pycoders.com/issues/460
#460 – FEBRUARY 16, 2021 View in Browser » PEP 634: Structural Pattern Matching (match/case) A few links related to PEP 634, which will add structural pattern matching to Python via a new match/
Pycoders
PyCoder’s Weekly | Issue #460
Issue #460 of the PyCoder’s Weekly newsletter, published Feb. 16, 2021.
Mike Driscoll: An Intro to Python’s Built-in Functions
Link: https://www.blog.pythonlibrary.org/2021/02/17/an-intro-to-pythons-built-in-functions/
Built-ins are a somewhat overlooked part of Python. You use them every day, but there are a number of them that get overlooked or just aren’t used to their full potential. This article won’t be coveri
Link: https://www.blog.pythonlibrary.org/2021/02/17/an-intro-to-pythons-built-in-functions/
Built-ins are a somewhat overlooked part of Python. You use them every day, but there are a number of them that get overlooked or just aren’t used to their full potential. This article won’t be coveri
Mouse Vs Python
An Intro to Python's Built-in Functions - Mouse Vs Python
Gain practical, real-world Python skills with our resources and pathway
Python Insider: Python 3.9.2rc1 and 3.8.8rc1 are now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/K1v58uqKOsI/python-392rc1-and-388rc1-are-now.html
I’m happy to announce two release candidates today: Python 3.9.2rc1, and Python 3.8.8rc1. Get them from:https://www.python.org/downloads/release/python-392rc1/https://www.python.org/downloads/release/
Link: http://feedproxy.google.com/~r/PythonInsider/~3/K1v58uqKOsI/python-392rc1-and-388rc1-are-now.html
I’m happy to announce two release candidates today: Python 3.9.2rc1, and Python 3.8.8rc1. Get them from:https://www.python.org/downloads/release/python-392rc1/https://www.python.org/downloads/release/
Blogspot
Python Insider: Python 3.9.2rc1 and 3.8.8rc1 are now available for testing
Real Python: Functional Programming in Python: When and How to Use It
Link: https://realpython.com/python-functional-programming/
Functional programming is a programming paradigm in which the primary method of computation is evaluation of functions. In this tutorial, you’ll explore functional programming in Python.
Functional pr
Link: https://realpython.com/python-functional-programming/
Functional programming is a programming paradigm in which the primary method of computation is evaluation of functions. In this tutorial, you’ll explore functional programming in Python.
Functional pr
Realpython
Functional Programming in Python: When and How to Use It – Real Python
In this tutorial, you'll learn about functional programming in Python. You'll see what functional programming is, how it's supported in Python, and how you can use it in your Python code.
John Ludhi/nbshare.io: How to Analyze the CSV data in Pandas
Link: https://wwww.nbshare.io/224599533/How-to-Analyze-the-CSV-data-in-Pandas/
How to Analyze the CSV data in Pandas
For this exercise, I am using College.csv data. The brief explantion of data is given below.
In [1]:
import pandas as pd
In [2]:
df
Link: https://wwww.nbshare.io/224599533/How-to-Analyze-the-CSV-data-in-Pandas/
How to Analyze the CSV data in Pandas
For this exercise, I am using College.csv data. The brief explantion of data is given below.
In [1]:
import pandas as pd
In [2]:
df
John Ludhi/nbshare.io: How to Analyze the CSV data in Pandas
Link: https://www.nbshare.io/224599533/How-to-Analyze-the-CSV-data-in-Pandas/
How to Analyze the CSV data in Pandas
For this exercise, I am using College.csv data. The brief explantion of data is given below.
In [1]:
import pandas as pd
In [2]:
df
Link: https://www.nbshare.io/224599533/How-to-Analyze-the-CSV-data-in-Pandas/
How to Analyze the CSV data in Pandas
For this exercise, I am using College.csv data. The brief explantion of data is given below.
In [1]:
import pandas as pd
In [2]:
df
Mike Driscoll: Pillow: Image Processing with Python Available for Pre-order
Link: https://www.blog.pythonlibrary.org/2021/02/17/pillow-image-processing-with-python-available-for-pre-order/
Pillow: Image Processing with Python is my latest book on Python. It is now available for pre-order. What that means is that you can purchase an early version of the book and get all the updates to it
Link: https://www.blog.pythonlibrary.org/2021/02/17/pillow-image-processing-with-python-available-for-pre-order/
Pillow: Image Processing with Python is my latest book on Python. It is now available for pre-order. What that means is that you can purchase an early version of the book and get all the updates to it
Mouse Vs Python
Pillow: Image Processing with Python Available for Pre-order - Mouse Vs Python
Gain practical, real-world Python skills with our resources and pathway
Python⇒Speed: Why you really need to upgrade pip
Link: https://pythonspeed.com/articles/upgrade-pip/
New software releases can bring bug fixes, new features, and faster performance.
For example, NumPy 1.20 added type annotations, and improved performance by using SIMD when possible.
If you’re install
Link: https://pythonspeed.com/articles/upgrade-pip/
New software releases can bring bug fixes, new features, and faster performance.
For example, NumPy 1.20 added type annotations, and improved performance by using SIMD when possible.
If you’re install
Python⇒Speed
Why you should upgrade pip, and how to do it
Learn the problem with using old pip, and how to upgrade pip to fix those problems.
John Ludhi/nbshare.io: How to Analyze the CSV data in Pandas
Link: https://www.nbshare.io/notebook/224599533/How-to-Analyze-the-CSV-data-in-Pandas/
How to Analyze the CSV data in Pandas
For this exercise, I am using College.csv data. The brief explantion of data is given below.
In [1]:
import pandas as pd
In [2]:
df
Link: https://www.nbshare.io/notebook/224599533/How-to-Analyze-the-CSV-data-in-Pandas/
How to Analyze the CSV data in Pandas
For this exercise, I am using College.csv data. The brief explantion of data is given below.
In [1]:
import pandas as pd
In [2]:
df
Matthew Wright: Profiling Python with cProfile, and a speedup tip
Link: https://www.wrighters.io/profiling-python-with-cprofile-and-a-speedup-tip/
We would love for our Python programs to run as fast as possible, but figuring out how to speed things up requires gathering information about the current state of our code and knowing techniques to s
Link: https://www.wrighters.io/profiling-python-with-cprofile-and-a-speedup-tip/
We would love for our Python programs to run as fast as possible, but figuring out how to speed things up requires gathering information about the current state of our code and knowing techniques to s
wrighters.io
Profiling Python with cProfile, and a speedup tip - wrighters.io
A quick overview of cProfile, the standard profiler for Python, and a tip to speed up code using a cache on a function.
Python Engineering at Microsoft: Python in Visual Studio Code – February 2021 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2021-release/
We are pleased to announce that the February 2021 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-february-2021-release/
We are pleased to announce that the February 2021 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
Microsoft News
Python in Visual Studio Code – February 2021 Release
We are happy to announce that the February 2021 release of the Python Extension for Visual Studio Code is now available. This release includes TensorBoard integration, and improvements on docstring readability and code navigation with Pylance. Keep reading…
Mike C. Fletcher: Adding a Certificate Authority to Chrome Trust Store
Link: http://blog.vrplumber.com/b/2021/02/17/adding-certificate-authority-chrome-trust-store/
So you have a corporate or project specific root of trust you need Chrome to recognise. How do you take your PEM certificate as you get from easy-rsa or the like and make it something that Chrome will
Link: http://blog.vrplumber.com/b/2021/02/17/adding-certificate-authority-chrome-trust-store/
So you have a corporate or project specific root of trust you need Chrome to recognise. How do you take your PEM certificate as you get from easy-rsa or the like and make it something that Chrome will
Vrplumber
Plumbing Life's Depths - Adding a Certificate Authority to Chrome Trust Store
So you have a corporate or project specific root of trust you need Chrome to recognise. How do you take your PEM certificate as you get from easy-rsa or the like and make it something that Chrome will accept? The answer is not particularly complex, but it…
Test and Code: 145: For Those About to Mock - Michael Foord
Link: https://testandcode.com/145
A discussion about mocking in Python with the original contributor of unittest.mock, Michael Foord.
Of course we discuss mocking and unittest.mock.
We also discuss:
testing philosophy
unit testing a
Link: https://testandcode.com/145
A discussion about mocking in Python with the original contributor of unittest.mock, Michael Foord.
Of course we discuss mocking and unittest.mock.
We also discuss:
testing philosophy
unit testing a
Test & Code
Test & Code 145: For Those About to Mock - Michael Foord
A discussion about mocking in Python with the original contributor of unittest.mock, Michael Foord.