Talk Python to Me: #302 The Data Engineering Landscape in 2021
Link: https://talkpython.fm/episodes/show/302/the-data-engineering-landscape-in-2021
I'm sure you're familiar with data science. But what about data engineering? Are these the same or how are they related?
<br/>
<br/>
Data engineering is dedicated to overcoming data-processing bott
  
  Link: https://talkpython.fm/episodes/show/302/the-data-engineering-landscape-in-2021
I'm sure you're familiar with data science. But what about data engineering? Are these the same or how are they related?
<br/>
<br/>
Data engineering is dedicated to overcoming data-processing bott
talkpython.fm
  
  The Data Engineering Landscape in 2021
  I'm sure you're familiar with data science. But what about data engineering? Are these the same or how are they related?
  Real Python: The Real Python Podcast – Episode #46: C for Python Developers and Data Visualization With Dash
Link: https://realpython.com/podcasts/rpp/46/
Are you interested in building interactive dashboards with Python? How about a project that takes a flat data file all the way to a web-hosted interactive dashboard? This week on the show, David Amos
  
  Link: https://realpython.com/podcasts/rpp/46/
Are you interested in building interactive dashboards with Python? How about a project that takes a flat data file all the way to a web-hosted interactive dashboard? This week on the show, David Amos
Realpython
  
  Episode #46: C for Python Developers and Data Visualization With Dash – The Real Python Podcast
  Are you interested in building interactive dashboards with Python? How about a project that takes a flat data file all the way to a web-hosted interactive  dashboard? This week on the show, David Amos is back, and he's brought another batch of PyCoder's Weekly…
  Stack Abuse: Covariance and Correlation in Python
Link: https://stackabuse.com/covariance-and-correlation-in-python/
Introduction
Working with variables in data analysis always drives the question: How are the variables dependent, linked, and varying against each other? Covariance and Correlation measures aid in est
  
  Link: https://stackabuse.com/covariance-and-correlation-in-python/
Introduction
Working with variables in data analysis always drives the question: How are the variables dependent, linked, and varying against each other? Covariance and Correlation measures aid in est
Stack Abuse
  
  Covariance and Correlation in Python
  Covariance and correlation are metrics that tell us how variables relate to each other. In this article, we'll learn how to implement them in Python.
  Will Kahn-Greene: Markus v3.0.0 released! Better metrics API for Python projects.
Link: https://bluesock.org/~willkg/blog/dev/markus_3_0_0.html
What is it?
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging ro
  
  Link: https://bluesock.org/~willkg/blog/dev/markus_3_0_0.html
What is it?
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging ro
Will's Blog
  
  Markus v3.0.0 released! Better metrics API for Python projects.
  What is it?
Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging rol
  Markus is a Python library for generating
metrics.
Markus makes it easier to generate metrics in your program by:
providing multiple backends (Datadog statsd, statsd, logging, logging rol
PyCharm: PyCharm 2021.1 EAP 2: Auto-import for DS Libraries, Support for JSON Lines, and More
Link: http://feedproxy.google.com/~r/Pycharm/~3/R4Hqrog4FDk/
The second release of the PyCharm 2021.1 EAP introduces new features for working with remote hosts via SSH, improved support for Python data science libraries, some nice UI changes, and helpful new fe
  
  Link: http://feedproxy.google.com/~r/Pycharm/~3/R4Hqrog4FDk/
The second release of the PyCharm 2021.1 EAP introduces new features for working with remote hosts via SSH, improved support for Python data science libraries, some nice UI changes, and helpful new fe
JetBrains Blog
  
  PyCharm 2021.1 EAP 2: Auto-import for DS Libraries, Support for JSON Lines, and More – PyCharm Blog | JetBrains
  The second release of the PyCharm 2021.1 EAP introduces new features for working with remote hosts via SSH, improved support for Python data science libraries, some nice UI changes, and helpful new fe
  Python Pool: Invalid literal for int() with base 10 | Error and Resolution
Link: https://www.pythonpool.com/invalid-literal-for-int-with-base-10/?utm_source=rss&utm_medium=rss&utm_campaign=invalid-literal-for-int-with-base-10
Hello coders!! In this article, we will be learning about ‘invalid literal for int() with base 10’. The causes of this error, we will also run how to resolve such errors. Let us see what causes this e
  
  Link: https://www.pythonpool.com/invalid-literal-for-int-with-base-10/?utm_source=rss&utm_medium=rss&utm_campaign=invalid-literal-for-int-with-base-10
Hello coders!! In this article, we will be learning about ‘invalid literal for int() with base 10’. The causes of this error, we will also run how to resolve such errors. Let us see what causes this e
Python Pool
  
  Invalid literal for int() with base 10 | Error and Resolution
  Python is a special language which allows you to handle errors and exceptions very well. With thousands of known exceptions and ability to handle each of
  Weekly Python StackOverflow Report: (cclxii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/02/cclxii-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-02-06 19:37:41 GMTmultiple inheritance python Issue - [6/4]Vectori
  
  Link: http://python-weekly.blogspot.com/2021/02/cclxii-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-02-06 19:37:41 GMTmultiple inheritance python Issue - [6/4]Vectori
Blogspot
  
  (cclxii) stackoverflow python report
  These are the ten most rated questions at Stack Overflow  last week.  Between brackets: [ question score  / answers count]  Build date: 2021...
  Matt Layman: How To Use Htmx In Django
Link: https://www.mattlayman.com/blog/2021/how-to-htmx-django/
This article show you how to use htmx in Django. What is htmx? According to the htmx website:
htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, usin
  
  Link: https://www.mattlayman.com/blog/2021/how-to-htmx-django/
This article show you how to use htmx in Django. What is htmx? According to the htmx website:
htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, usin
Matt Layman
  
  How To Use Htmx In Django
  How do you use htmx (the lightweight JavaScript library that uses HTML markup) in Django? This article shows how and provides an example usage.
  Juri Pakaste: Database connections in Vapor 4
Link: https://juripakaste.fi/db-in-vapor4/
Version 4 of the Swift web framework Vapor was released a while ago. Vapor emphasizes their ORM, Fluent, and it seems that version 4 has changed how a database connection can be acquired if you prefer
  
  Link: https://juripakaste.fi/db-in-vapor4/
Version 4 of the Swift web framework Vapor was released a while ago. Vapor emphasizes their ORM, Fluent, and it seems that version 4 has changed how a database connection can be acquired if you prefer
juripakaste.fi
  
  Database connections in Vapor 4
  Personal blog of Juri Pakaste
  Test and Code: 143: pytest markers - Anthony Sottile
Link: https://testandcode.com/143
Completely nerding out about pytest markers with Anthony Sottile.
Some of what we talk about:
Running a subset of tests with markers.
Using marker expressions with and, or, not, and parentheses.
Keyw
  
  Link: https://testandcode.com/143
Completely nerding out about pytest markers with Anthony Sottile.
Some of what we talk about:
Running a subset of tests with markers.
Using marker expressions with and, or, not, and parentheses.
Keyw
Test & Code in Python
  
  Test & Code in Python 143: pytest markers - Anthony Sottile
  Completely nerding out about pytest markers with Anthony Sottile.
  Python Pool: Matplotlib Subplot Spacing: 4 Different Approaches
Link: https://www.pythonpool.com/matplotlib-subplot-spacing/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-subplot-spacing
Hello coders!! In this article, we will be learning about matplotlib subplot spacing. We know that matplotlib is a library used for the visualization of given data. Subplots are used in order to two o
  
  Link: https://www.pythonpool.com/matplotlib-subplot-spacing/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-subplot-spacing
Hello coders!! In this article, we will be learning about matplotlib subplot spacing. We know that matplotlib is a library used for the visualization of given data. Subplots are used in order to two o
Python Pool
  
  Matplotlib Subplot Spacing: 4 Different Approaches
  Hello coders!! In this article, we will be learning about matplotlib subplot spacing. We know that matplotlib is a library used for the visualization of
  Python Pool: Nested Classes in Python Explained with Examples
Link: https://www.pythonpool.com/nested-classes-python/?utm_source=rss&utm_medium=rss&utm_campaign=nested-classes-python
Hello geeks and welcome in this article we will cover Nested classes in Python. As we are aware of the fact that Python is an object-oriented programming language. So a class is a code required to cre
  
  Link: https://www.pythonpool.com/nested-classes-python/?utm_source=rss&utm_medium=rss&utm_campaign=nested-classes-python
Hello geeks and welcome in this article we will cover Nested classes in Python. As we are aware of the fact that Python is an object-oriented programming language. So a class is a code required to cre
Python Pool
  
  Nested Classes in Python Explained with Examples
  Hello geeks and welcome in this article we will cover Nested classes in Python. As we are aware of the fact that Python is an object-oriented programming
  Python Pool: Pedaling Around with Matplotlib Font
Link: https://www.pythonpool.com/matplotlib-font/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-font
Hello geeks and welcome in this article we will cover Matplotlib Font. Along with that, we will look at different methods through which we can change the font size. We will also look at methods throug
  
  Link: https://www.pythonpool.com/matplotlib-font/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-font
Hello geeks and welcome in this article we will cover Matplotlib Font. Along with that, we will look at different methods through which we can change the font size. We will also look at methods throug
Python Pool
  
  Pedaling Around with Matplotlib Font - Python Pool
  Hello geeks and welcome in this article we will cover Matplotlib Font. Along with that, we will look at different methods through which we
  Python Pool: Matplotlib Colorbar Explained with Examples
Link: https://www.pythonpool.com/matplotlib-colorbar/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-colorbar
Hello geeks and welcome in today’s article, we will cover Matplotlib Colorbar. Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we will see the
  
  Link: https://www.pythonpool.com/matplotlib-colorbar/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-colorbar
Hello geeks and welcome in today’s article, we will cover Matplotlib Colorbar. Along with that, for an overall better understanding, we will also look at its syntax and parameter. Then we will see the
Python Pool
  
  Matplotlib Colorbar Explained with Examples
  Hello geeks and welcome to today's article, we will cover Matplotlib Colorbar. Along with that, for an overall better understanding, we will also look at
  Python Pool: Matplotlib GCA in Python Explained with Examples
Link: https://www.pythonpool.com/matplotlib-gca/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-gca
Hello coders!! In this post, we will learn about Matplotlib GCA in Python. We will see some examples to make our concept clear and see its uses and applications.
Matplotlib.pyplot.gca() Function in Py
  
  Link: https://www.pythonpool.com/matplotlib-gca/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-gca
Hello coders!! In this post, we will learn about Matplotlib GCA in Python. We will see some examples to make our concept clear and see its uses and applications.
Matplotlib.pyplot.gca() Function in Py
Python Pool
  
  Matplotlib GCA in Python Explained with Examples
  Hello coders!! In this post, we will learn about Matplotlib GCA in Python. We will see some examples to make our concept clear and see its uses and
  Python⇒Speed: All Pythons are slow, but some are faster than others
Link: https://pythonspeed.com/articles/faster-python/
Python is not the fastest language around, so any performance boost helps, especially if you’re running at scale.
It turns out that depending where you install Python from, its performance can vary qu
  
  Link: https://pythonspeed.com/articles/faster-python/
Python is not the fastest language around, so any performance boost helps, especially if you’re running at scale.
It turns out that depending where you install Python from, its performance can vary qu
Python⇒Speed
  
  All Pythons are slow, but some are faster than others
  Python on Ubuntu is not always the same speed as Python in the python Docker image. So I ran some benchmarks, so you can pick the fastest.
  Python Pool: 5 Incredible Uses of Numpy Shuffle With Examples
Link: https://www.pythonpool.com/numpy-shuffle/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-shuffle
Hello geeks and welcome in this article, we will cover NumPy shuffle, also known as NumPy random shuffle(). Along with that, for an overall better understanding, we will look at its syntax and paramet
  
  Link: https://www.pythonpool.com/numpy-shuffle/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-shuffle
Hello geeks and welcome in this article, we will cover NumPy shuffle, also known as NumPy random shuffle(). Along with that, for an overall better understanding, we will look at its syntax and paramet
Python Pool
  
  5 Incredible Uses of Numpy Shuffle With Examples
  Hello geeks and welcome in this article, we will cover NumPy shuffle, also known as NumPy random shuffle(). Along with that, for an overall better
  Mike Driscoll: PyDev of the Week:  Bojan Miletic
Link: https://www.blog.pythonlibrary.org/2021/02/08/pydev-of-the-week-bojan-miletic/
This week we welcome Bojan Miletic as our PyDev of the Week! Bojan is an entrepreneur and given talks at EuroPython on Django testing. If you’d like to learn more about Bojan, you can connect with him
  
  Link: https://www.blog.pythonlibrary.org/2021/02/08/pydev-of-the-week-bojan-miletic/
This week we welcome Bojan Miletic as our PyDev of the Week! Bojan is an entrepreneur and given talks at EuroPython on Django testing. If you’d like to learn more about Bojan, you can connect with him
Mouse Vs Python
  
  PyDev of the Week: Bojan Miletic - Mouse Vs Python
  Gain practical, real-world Python skills with our resources and pathway
  Nicola Iarocci: When Homebrew breaks your Python virtual environment
Link: https://nicolaiarocci.com/when-homebrew-breaks-your-python-virtual-environment/
Ever had your old, trusty Python virtual environment fail on you? I sure did. Sometimes, when I activate or switch between virtual environments, I get the following error:
$ workon eve dyld: Library n
  
  Link: https://nicolaiarocci.com/when-homebrew-breaks-your-python-virtual-environment/
Ever had your old, trusty Python virtual environment fail on you? I sure did. Sometimes, when I activate or switch between virtual environments, I get the following error:
$ workon eve dyld: Library n
Nicola Iarocci
  
  When Homebrew breaks your Python virtual environment
  Ever had your old, trusty Python virtual environment fail on you? I sure did. Sometimes, when I activate or switch between virtual environments, I get the follo
  Zato Blog: Integrating with IBM MQ in Python
Link: https://zato.io/blog/posts/ibm-mq-python-api-integrations.html
Using Zato, it is easy to make IBM MQ queues available to Python applications - this article will lead you step-by-step
through the process of setting up the Python integration platform to listen for
  
  Link: https://zato.io/blog/posts/ibm-mq-python-api-integrations.html
Using Zato, it is easy to make IBM MQ queues available to Python applications - this article will lead you step-by-step
through the process of setting up the Python integration platform to listen for
Zato Blog
  
  Integrating with IBM MQ in Python
  
  Python Software Foundation: Jesse Noller is awarded the PSF's Distinguished Service Award
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/mENgnyHf1Rs/jesse-noller-is-awarded-psfs.html
On January 27, 2021 the Python Software Foundation awarded the Distinguished Service Award to Jesse Noller:RESOLVED, that the Python Software Foundation award the 2021 Distinguished Service Award to
  
  Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/mENgnyHf1Rs/jesse-noller-is-awarded-psfs.html
On January 27, 2021 the Python Software Foundation awarded the Distinguished Service Award to Jesse Noller:RESOLVED, that the Python Software Foundation award the 2021 Distinguished Service Award to
Blogspot
  
  Jesse Noller is awarded the PSF's Distinguished Service Award
    On January 27, 2021 the Python Software Foundation awarded the Distinguished Service Award to Jesse Noller: RESOLVED, that the Python Soft...