Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
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
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
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
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
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
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
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
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
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
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
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
Real Python: Python Inner Functions: What Are They Good For?

Link: https://realpython.com/inner-functions-what-are-they-good-for/

Inner functions, also known as nested functions, are functions that you define inside other functions. In Python, this kind of function has direct access to variables and names defined in the enclosin
Ben Cook: SageMaker Studio quick start

Link: https://jbencook.com/sagemaker-studio-quick-start/

A step-by-step quick start guide for SageMaker Studio. Start a Studio session, launch a notebook on a GPU instance and run object detection inference with a detectron2 pre-trained model.
Podcast.__init__: Giving Your Data Science Projects And Teams A Home At DagsHub

Link: https://www.pythonpodcast.com/dagshub-data-science-collaboration-episode-301/

Collaborating on software projects is largely a solved problem, with a variety of hosted or self-managed platforms to choose from. For data science projects, collaboration is still an open question. T
Ben Cook: NumPy meshgrid: Understanding np.meshgrid()

Link: https://jbencook.com/numpy-meshgrid/

You can create multi-dimensional coordinate arrays using the np.meshgrid() function, which is also available in PyTorch and TensorFlow. But watch out! PyTorch uses different indexing by default so the
PyCoder’s Weekly: Issue #459 (Feb. 9, 2021)

Link: https://pycoders.com/issues/459

#459 – FEBRUARY 9, 2021 View in Browser » How Python Integers Work Python’s integer datatype is pretty different from most other languages because they allow arbitrary precision. Learn how integ
Python Pool: Best Ways to Round Down Numbers in Python

Link: https://www.pythonpool.com/python-round-down/?utm_source=rss&utm_medium=rss&utm_campaign=python-round-down

Hello coders!! In this article, we will be learning the different ways to round down a number in Python. The rounding of a number is basically making the number simpler while keeping its value close t