Python Engineering at Microsoft: Python in Visual Studio Code – August 2021 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2021-release/
We are pleased to announce that the August 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 direc
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2021-release/
We are pleased to announce that the August 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 direc
Microsoft News
Python in Visual Studio Code – August 2021 Release
In this release we’re excited to announce a revamped Jupyter notebooks experience, as well as our new and improved way of sorting Python interpreters on the selection list. Keep on reading to learn more!
Brett Cannon: What do you when you botch a release on PyPI
Link: https://snarky.ca/what-to-do-when-you-botch-a-release-on-pypi/
So you made a release on PyPI and there&aposs a mistake (we&aposve all been there). It can be as big as the whole release is bad, to just a spelling mistake in the README. Luckily there are things you
Link: https://snarky.ca/what-to-do-when-you-botch-a-release-on-pypi/
So you made a release on PyPI and there&aposs a mistake (we&aposve all been there). It can be as big as the whole release is bad, to just a spelling mistake in the README. Luckily there are things you
Tall, Snarky Canadian
What to do when you botch a release on PyPI
So you made a release on PyPI [https://pypi.org/] and there's a mistake (we've
all been there). It can be as big as the whole release is bad, to just a
spelling mistake in the README. Luckily there are things you can do to deal with
various scenarios.
The
all been there). It can be as big as the whole release is bad, to just a
spelling mistake in the README. Luckily there are things you can do to deal with
various scenarios.
The
Łukasz Langa: Weekly Report 2021, August 2 - August 8
Link: https://lukasz.langa.pl/7cf5f517-87fb-473c-ae06-72afe095ac72/
While this week I wasn’t sprinting so crazily towards beating the 1,400 open PRs, we managed to keep the number of PRs around that line. In fact, I deliberately spent more time this week to do more co
Link: https://lukasz.langa.pl/7cf5f517-87fb-473c-ae06-72afe095ac72/
While this week I wasn’t sprinting so crazily towards beating the 1,400 open PRs, we managed to keep the number of PRs around that line. In fact, I deliberately spent more time this week to do more co
lukasz.langa.pl
Weekly Report 2021, August 2 - August 8 - Łukasz Langa
While this week I wasn’t sprinting so crazily towards beating the 1,400 open PRs, we managed to keep the number of PRs around that line. In fact, I deliberately spent more time this week to do more coding.
Weekly Python StackOverflow Report: (cclxxxvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/08/cclxxxvii-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-08-07 20:23:16 GMTSimultaneous assignment indexing different list
Link: http://python-weekly.blogspot.com/2021/08/cclxxxvii-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-08-07 20:23:16 GMTSimultaneous assignment indexing different list
Blogspot
(cclxxxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
Shannon -jj Behrens: Type Annotations T-Shirt
Link: http://www.jjinux.com/2021/08/type-annotations-t-shirt.html
Link: http://www.jjinux.com/2021/08/type-annotations-t-shirt.html
Jjinux
Type Annotations T-Shirt
Talk Python to Me: #328: Piccolo: A fast, async ORM for Python
Link: https://talkpython.fm/episodes/show/328/piccolo-a-fast-async-orm-for-python
ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in
Link: https://talkpython.fm/episodes/show/328/piccolo-a-fast-async-orm-for-python
ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in
talkpython.fm
Piccolo: A fast, async ORM for Python
ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in Python, we often hear about either SQLAlchemy and Django…
Python Morsels: Customizing what happens when you assign an attribute
Link: https://www.pythonmorsels.com/topics/customizing-what-happens-when-you-assign-attribute/
Transcript
How can you customize what happens when you assign to a specific attribute on a Python class?
Accessing and updating attributes on a class
Here we have a class called Person:
class Perso
Link: https://www.pythonmorsels.com/topics/customizing-what-happens-when-you-assign-attribute/
Transcript
How can you customize what happens when you assign to a specific attribute on a Python class?
Accessing and updating attributes on a class
Here we have a class called Person:
class Perso
Pythonmorsels
Customizing what happens when you assign an attribute
Talk Python to Me: #328: Piccolo: A fast, async ORM for Python (updated)
Link: https://talkpython.fm/episodes/show/328/piccolo-a-fast-async-orm-for-python-updated
ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in
Link: https://talkpython.fm/episodes/show/328/piccolo-a-fast-async-orm-for-python-updated
ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in
talkpython.fm
Piccolo: A fast, async ORM for Python (updated)
ORMs are one of the main tools to put first-class data access in the hands on non-SQL-loving developers and even for those who do love SQL, making them way more productive. When you hear about ORMs in Python, we often hear about either SQLAlchemy and Django…
Mike Driscoll: PyDev of the Week: Patrick Arminio
Link: https://www.blog.pythonlibrary.org/2021/08/09/pydev-of-the-week-patrick-arminio/
This week we welcome Patrick Arminio (@patrick91) as our PyDev of the Week! Patrick works on Strawberry GraphQL, a Python GraphQL library based on dataclasses. You can catch up with Patrick over on hi
Link: https://www.blog.pythonlibrary.org/2021/08/09/pydev-of-the-week-patrick-arminio/
This week we welcome Patrick Arminio (@patrick91) as our PyDev of the Week! Patrick works on Strawberry GraphQL, a Python GraphQL library based on dataclasses. You can catch up with Patrick over on hi
Mouse Vs Python
PyDev of the Week: Patrick Arminio - Mouse Vs Python
This week's PyDev of the Week is Patrick Arminio, who works on GraphQL for Python, a data visualization package for Python!
Python for Beginners: Variables and Constants in Python
Link: https://www.pythonforbeginners.com/basics/variables-and-constants-in-python
While studying about programming in python, you must have encountered certain phrases like keywords, variables, constants and literals. In this article, we will learn about variables and constants and
Link: https://www.pythonforbeginners.com/basics/variables-and-constants-in-python
While studying about programming in python, you must have encountered certain phrases like keywords, variables, constants and literals. In this article, we will learn about variables and constants and
PythonForBeginners.com
Variables and Constants in Python - PythonForBeginners.com
Variables and Constants in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Real Python: The Walrus Operator: Python 3.8 Assignment Expressions
Link: https://realpython.com/python-walrus-operator/
Each new version of Python adds new features to the language. For Python 3.8, the biggest change is the addition of assignment expressions. Specifically, the := operator gives you a new syntax for ass
Link: https://realpython.com/python-walrus-operator/
Each new version of Python adds new features to the language. For Python 3.8, the biggest change is the addition of assignment expressions. Specifically, the := operator gives you a new syntax for ass
Realpython
The Walrus Operator: Python's Assignment Expressions – Real Python
In this tutorial, you'll learn about assignment expressions and the walrus operator. The biggest change back in Python 3.8 was the inclusion of the := operator, which you can use to assign variables in the middle of expressions. You'll see several examples…
Read the Docs: Read the Docs newsletter - August 2021
Link: https://blog.readthedocs.com/newsletter-august-2021/
Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
Link: https://blog.readthedocs.com/newsletter-august-2021/
Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
PyCharm: Webinar: Building Search Functionality With Python, Flask, and Elasticsearch
Link: http://feedproxy.google.com/~r/Pycharm/~3/Wlmzdhby-uo/
Building a web application to solve a business problem is relatively easy, but how do you create a compelling experience that draws your users in and entices them to spend more time in your app? Makin
Link: http://feedproxy.google.com/~r/Pycharm/~3/Wlmzdhby-uo/
Building a web application to solve a business problem is relatively easy, but how do you create a compelling experience that draws your users in and entices them to spend more time in your app? Makin
JetBrains Blog
Webinar: Building Search Functionality With Python, Flask, and Elasticsearch | The PyCharm Blog
Building a web application to solve a business problem is relatively easy, but how do you create a compelling experience that draws your users in and entices them to spend more time in your app? Makin
Python for Beginners: Remove the first element from a list in Python
Link: https://www.pythonforbeginners.com/basics/remove-the-first-element-from-a-list-in-python
Lists are one of the most commonly used data structures in python. In python, we have different methods to perform operations on lists. In this article, we will look at different ways to remove the fi
Link: https://www.pythonforbeginners.com/basics/remove-the-first-element-from-a-list-in-python
Lists are one of the most commonly used data structures in python. In python, we have different methods to perform operations on lists. In this article, we will look at different ways to remove the fi
PythonForBeginners.com
Remove the first element from a list in Python - PythonForBeginners.com
Remove the first element from a list in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Using the Python return Statement Effectively
Link: https://realpython.com/courses/effective-python-return-statement/
The Python return statement is a key component of functions and methods. You can use the return statement to make your functions send Python objects back to the caller code. These objects are known as
Link: https://realpython.com/courses/effective-python-return-statement/
The Python return statement is a key component of functions and methods. You can use the return statement to make your functions send Python objects back to the caller code. These objects are known as
Realpython
Using the Python return Statement Effectively – Real Python
In this step-by-step course, you'll learn how to use the Python return statement when writing functions. Additionally, you'll cover some good programming practices related to the use of return. With this knowledge, you'll be able to write readable, robust…
PyCoder’s Weekly: Issue #485 (Aug. 10, 2021)
Link: https://pycoders.com/issues/485
#485 – AUGUST 10, 2021 View in Browser » What to Do When You Botch a Release on PyPI Mistakes happen to everyone. But what do you do if you make a mistake when releasing a package to PyPI? Don’t
Link: https://pycoders.com/issues/485
#485 – AUGUST 10, 2021 View in Browser » What to Do When You Botch a Release on PyPI Mistakes happen to everyone. But what do you do if you make a mistake when releasing a package to PyPI? Don’t
Pycoders
PyCoder’s Weekly | Issue #485
Issue #485 of the PyCoder’s Weekly newsletter, published Aug. 10, 2021.
Stack Abuse: Calculate a Factorial With Python - Iterative and Recursive
Link: https://stackabuse.com/calculate-a-factorial-with-python-iterative-and-recursive/
Introduction
By definition, a factorial is the product of a positive integer and all the positive integers that are less than or equal to the given number. In other words, getting a factorial of a num
Link: https://stackabuse.com/calculate-a-factorial-with-python-iterative-and-recursive/
Introduction
By definition, a factorial is the product of a positive integer and all the positive integers that are less than or equal to the given number. In other words, getting a factorial of a num
Stack Abuse
Calculate a Factorial With Python - Iterative and Recursive
In this article you will learn how to calculate the factorial of an integer with Python, using loops and recursion.
Python for Beginners: Get the last element of a list in Python
Link: https://www.pythonforbeginners.com/basics/get-the-last-element-of-a-list-in-python
Lists are one of the most commonly used data structures in python programs. In this article, we will look at different ways to get the last element of a list in python. For this, we will use ways like
Link: https://www.pythonforbeginners.com/basics/get-the-last-element-of-a-list-in-python
Lists are one of the most commonly used data structures in python programs. In this article, we will look at different ways to get the last element of a list in python. For this, we will use ways like
PythonForBeginners.com
Get the last element of a list in Python - PythonForBeginners.com
Get the last element of a list in Python will help you improve your python skills with easy to follow examples and tutorials.
Mike Driscoll: Styling Excel Cells with OpenPyXL and Python
Link: https://www.blog.pythonlibrary.org/2021/08/11/styling-excel-cells-with-openpyxl-and-python/
OpenPyXL gives you the ability to style your cells in many different ways. Styling cells will give your spreadsheets pizazz! Your spreadsheets can have some pop and zing to them that will help differe
Link: https://www.blog.pythonlibrary.org/2021/08/11/styling-excel-cells-with-openpyxl-and-python/
OpenPyXL gives you the ability to style your cells in many different ways. Styling cells will give your spreadsheets pizazz! Your spreadsheets can have some pop and zing to them that will help differe
Mouse Vs Python
Styling Excel Cells with OpenPyXL and Python - Mouse Vs Python
Learn how to style Microsoft Excel cells using the Python programming language and the OpenPyXL package. Add a border, change a font and more