EuroPython: EuroPython February 2022 Newsletter
Link: https://blog.europython.eu/europython-february-2022-newsletter/
Hello fellow Pythonistas,We apologise for the delay in the release of the February newsletter. Our heart goes out to everyone affected by the humanitarian crisis, especially members of our community.
Link: https://blog.europython.eu/europython-february-2022-newsletter/
Hello fellow Pythonistas,We apologise for the delay in the release of the February newsletter. Our heart goes out to everyone affected by the humanitarian crisis, especially members of our community.
EuroPython Blog
EuroPython February 2022 Newsletter
Hello fellow Pythonistas! EuroPython February 2022 Newsletter is out.
The Open Sourcerer: Getting Things GNOME 0.6 released
Link: https://fortintam.com/blog/gtg-0-6-released/
Yes, ladies, gentlemen, and seemingly-dead plants, it’s happening: after over 10 months of incremental work from the community, we are now releasing version 0.6 of our favorite personal productivity a
Link: https://fortintam.com/blog/gtg-0-6-released/
Yes, ladies, gentlemen, and seemingly-dead plants, it’s happening: after over 10 months of incremental work from the community, we are now releasing version 0.6 of our favorite personal productivity a
Python Software Foundation: We are hiring to expand our Infrastructure staff!
Link: http://pyfound.blogspot.com/2022/03/we-are-hiring-to-expand-our.html
On behalf of the Python Software Foundation, and with much excitement as the hiring manager, I am elated to announce that we are hiring for a full-time position to double the PSF staff dedicated to ou
Link: http://pyfound.blogspot.com/2022/03/we-are-hiring-to-expand-our.html
On behalf of the Python Software Foundation, and with much excitement as the hiring manager, I am elated to announce that we are hiring for a full-time position to double the PSF staff dedicated to ou
Blogspot
We are hiring to expand our Infrastructure staff!
On behalf of the Python Software Foundation, and with much excitement as the hiring manager, I am elated to announce that we are hiring for ...
Python Engineering at Microsoft: Python in Visual Studio Code – March 2022 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2022-release/
The March 2022 release of the Python Extension for Visual Studio Code is now available.
This is a short release as during the past month our team has largely focused on features and changes that will
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2022-release/
The March 2022 release of the Python Extension for Visual Studio Code is now available.
This is a short release as during the past month our team has largely focused on features and changes that will
Microsoft News
Python in Visual Studio Code – March 2022 Release
The March 2022 release of the Python Extension for Visual Studio Code is now available and it includes support for pre-release versions and changes to the interpreter selector on the status bar.
Python GUIs: Display numpy and pandas tables in PySide6 QTableView (updated for PySide6)
Link: https://www.pythonguis.com/tutorials/pyside6-qtableview-modelviews-numpy-pandas/
In the previous chapter we covered an introduction to the Model View architecture. However, we only touched on one of the model views — QListView. There are two other Model Views available in Qt5 — QT
Link: https://www.pythonguis.com/tutorials/pyside6-qtableview-modelviews-numpy-pandas/
In the previous chapter we covered an introduction to the Model View architecture. However, we only touched on one of the model views — QListView. There are two other Model Views available in Qt5 — QT
Python GUIs
Display numpy and pandas tables in PySide6 QTableView
Create customized table views with conditional formatting, numpy and pandas data sources. In the previous tutorial we covered an introduction to the Model View architecture.
Real Python: The Real Python Podcast – Episode #100: Defining Optional Arguments and Moving Beyond "Beginner" Python
Link: https://realpython.com/podcasts/rpp/100/
How do you define Python functions that accept optional arguments or default values? Are you wondering how to go beyond being a beginner with Python? This week on the show, Christopher Trudeau is here
Link: https://realpython.com/podcasts/rpp/100/
How do you define Python functions that accept optional arguments or default values? Are you wondering how to go beyond being a beginner with Python? This week on the show, Christopher Trudeau is here
Realpython
Episode #100: Defining Optional Arguments and Moving Beyond "Beginner" Python – The Real Python Podcast
How do you define Python functions that accept optional arguments or default values? Are you wondering how to go beyond being a beginner with Python? This week on the show, Christopher Trudeau is here, and he's brought another batch of PyCoder's Weekly articles…
Python for Beginners: Intersection of Lists in Python
Link: https://www.pythonforbeginners.com/basics/intersection-of-lists-in-python
Lists are one of the most used data structures in python. Sometimes, we might need to find the common elements between any two given lists. In this article, we will discuss how we can perform the inte
Link: https://www.pythonforbeginners.com/basics/intersection-of-lists-in-python
Lists are one of the most used data structures in python. Sometimes, we might need to find the common elements between any two given lists. In this article, we will discuss how we can perform the inte
PythonForBeginners.com
Intersection of Lists in Python - PythonForBeginners.com
Intersection of Lists in Python will help you improve your python skills with easy to follow examples and tutorials.
Matt Layman: PDF Debugging - Building SaaS with Python and Django #129
Link: https://www.mattlayman.com/blog/2022/pdf-debugging-building-saas-with-python-and-django-129/
In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports. Note: There was some stream trouble. This segment of the stream had no webca
Link: https://www.mattlayman.com/blog/2022/pdf-debugging-building-saas-with-python-and-django-129/
In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports. Note: There was some stream trouble. This segment of the stream had no webca
Matt Layman
PDF Debugging - Building SaaS with Python and Django #129
In this episode, I debugged the static file handling that my homeschool application is using when it generates PDF reports.
Python Bytes: #273 Getting dirty with __eq__(self, other)
Link: https://pythonbytes.fm/episodes/show/273/getting-dirty-with-eq-self-other
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=MOA2EjXbiEI' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/273/getting-dirty-with-eq-self-other
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=MOA2EjXbiEI' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
Getting dirty with __eq__(self, other)
News and announcements from the Python community for the week of Mar 4th, 2022
Twisted Matrix Labs: Twisted 22.2.0 Release
Link: https://labs.twistedmatrix.com/2022/03/twisted-2220-release.html
On behalf of the Twisted contributors I announce the final release ofTwisted 22.2.0This is a bugfix release.The main bug is:- CVE-2022-21716 twisted.conch.ssh.transport.SSHTransportBase nowdisconnects
Link: https://labs.twistedmatrix.com/2022/03/twisted-2220-release.html
On behalf of the Twisted contributors I announce the final release ofTwisted 22.2.0This is a bugfix release.The main bug is:- CVE-2022-21716 twisted.conch.ssh.transport.SSHTransportBase nowdisconnects
Twistedmatrix
Twisted 22.2.0 Release
On behalf of the Twisted contributors I announce the final release of Twisted 22.2.0 This is a bugfix release. The main bug is: - CVE...
PyBites: A debugging tale
Link: https://pybit.es/articles/debugging-tale/
I ran into an interesting issue debugging the other day …
I used isort with pre-commit to automatically sort imports before committing my code.
This is a huge time saver and I am very thankful for bot
Link: https://pybit.es/articles/debugging-tale/
I ran into an interesting issue debugging the other day …
I used isort with pre-commit to automatically sort imports before committing my code.
This is a huge time saver and I am very thankful for bot
Pybites
A Debugging Tale - Pybites
I ran into an interesting issue debugging the other day …
Podcast.__init__: Accelerate The Development And Delivery Of Your Machine Learning Applications Using Ray And Deploy It At Anyscale
Link: https://www.pythonpodcast.com/anyscale-machine-learning-applications-episode-355/
Building a machine learning application is inherently complex. Once it becomes necessary to scale the operation or training of the model, or introduce online re-training the process becomes even more
Link: https://www.pythonpodcast.com/anyscale-machine-learning-applications-episode-355/
Building a machine learning application is inherently complex. Once it becomes necessary to scale the operation or training of the model, or introduce online re-training the process becomes even more
The Python Podcast.__init__
The Python Podcast.__init__: Accelerate The Development And Delivery Of Your Machine Learning Applications Using Ray And Deploy…
An interview with Robert Nishihara about how the Ray framework for distributed computing can simplify the development and delivery of your machine learning applications, and the work that he and his team at Anyscale are doing to simplify operations.
Talk Python to Me: #355: EdgeDB - Building a database in Python
Link: https://talkpython.fm/episodes/show/355/edgedb-building-a-database-in-python
What database are you using in your apps these days? If you like most Python people, it's probably PostgreSQL. If you roll with NoSQL like me, you're probably using MongoDB. Maybe you're even using a
Link: https://talkpython.fm/episodes/show/355/edgedb-building-a-database-in-python
What database are you using in your apps these days? If you like most Python people, it's probably PostgreSQL. If you roll with NoSQL like me, you're probably using MongoDB. Maybe you're even using a
talkpython.fm
EdgeDB - Building a database in Python
What database are you using in your apps these days? If you like most Python people, it's probably PostgreSQL. If you roll with NoSQL like me, you're probably using MongoDB. Maybe you're even using a graph database focused more on relationships. But…
ItsMyCode: Python List index()
Link: https://itsmycode.com/python-list-index/
The Python list index() is a built-in function that searches for a given element from the start of the list and returns the lowest index where the element appears in the list.
In this tutorial, we wil
Link: https://itsmycode.com/python-list-index/
The Python list index() is a built-in function that searches for a given element from the start of the list and returns the lowest index where the element appears in the list.
In this tutorial, we wil
ItsMyCode
Python List index() - ItsMyCode
The Python list index() is a built-in function that searches for a given element from the start of the list and returns the lowest index in the list.
ItsMyCode: Python List append()
Link: https://itsmycode.com/python-list-append/
The append() method in Python adds an element to the end of the list. After appending the new element, the size of the list increases by one.
In this tutorial, we will learn about the Python list appe
Link: https://itsmycode.com/python-list-append/
The append() method in Python adds an element to the end of the list. After appending the new element, the size of the list increases by one.
In this tutorial, we will learn about the Python list appe
ItsMyCode
Python List append() - ItsMyCode
The append() method in Python adds an element to the end of the list. After appending the new element, the size of the list increases by one.
ItsMyCode: Python List extend()
Link: https://itsmycode.com/python-list-extend/
The extend() method in Python adds the iterable elements (list, tuple, string etc.) to the end of the list. The length of the list is increased by the number of elements present in the iterable.
In th
Link: https://itsmycode.com/python-list-extend/
The extend() method in Python adds the iterable elements (list, tuple, string etc.) to the end of the list. The length of the list is increased by the number of elements present in the iterable.
In th
ItsMyCode
Python List extend() - ItsMyCode
The extend() method in Python adds the iterable elements (list, tuple, string etc.) to the end of the list.
Codementor: How Much Does It Cost to Develop An NFT Marketplace?
Link: https://www.codementor.io/semidotinfotech826/how-much-does-it-cost-to-develop-an-nft-marketplace-1lymqw3ikx
Let's understand the cost to develop an NFT marketplace like OpenSea, which leverages business with increased opportunity to sell or buy NFTs.
Link: https://www.codementor.io/semidotinfotech826/how-much-does-it-cost-to-develop-an-nft-marketplace-1lymqw3ikx
Let's understand the cost to develop an NFT marketplace like OpenSea, which leverages business with increased opportunity to sell or buy NFTs.
www.codementor.io
How Much Does It Cost to Develop An NFT Marketplace? | Codementor
Let's understand the cost to develop an NFT marketplace like OpenSea, which leverages business with increased opportunity to sell or buy NFTs.
Will McGugan: Textualize is Hiring!
Link: https://www.willmcgugan.com/blog/tech/post/textualize-is-hiring/
Reposting this from blog.textualize.io.
My name is Will McGugan. I am the creator of Rich and Textual, and the founder and CEO of Textualize. At the end of last year I took a year off to work on my
Link: https://www.willmcgugan.com/blog/tech/post/textualize-is-hiring/
Reposting this from blog.textualize.io.
My name is Will McGugan. I am the creator of Rich and Textual, and the founder and CEO of Textualize. At the end of last year I took a year off to work on my
Will McGugan Tech
Textualize is Hiring!
Reposting this from blog.textualize.io. My name is Will McGugan. I am the creator of Rich and Textual, and the founder and CEO of Textualize. At the end of last year I took a year off to work on my Open-source projects and develop an idea that I believe will…
ItsMyCode: Python List insert()
Link: https://itsmycode.com/python-list-insert/
Python List insert() is a built-in function that inserts the given element at a specified index.
In this tutorial, we will learn about the Python list insert() method with the help of examples.
Synta
Link: https://itsmycode.com/python-list-insert/
Python List insert() is a built-in function that inserts the given element at a specified index.
In this tutorial, we will learn about the Python list insert() method with the help of examples.
Synta
ItsMyCode
Python List insert() - ItsMyCode
Python List insert() is a built-in function that inserts the given element at a specified index.
ItsMyCode: Python List remove()
Link: https://itsmycode.com/python-list-remove/
Python List remove() is a built-in function that removes the first occurrence element from the list.
In this tutorial, we will learn about the Python list remove() method with the help of examples.
Sy
Link: https://itsmycode.com/python-list-remove/
Python List remove() is a built-in function that removes the first occurrence element from the list.
In this tutorial, we will learn about the Python list remove() method with the help of examples.
Sy
ItsMyCode
Python List remove() - ItsMyCode
Python List remove() is a built-in function that removes the first occurrence element from the list.