Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Erik Marsja: Levene’s & Bartlett’s Test of Equality (Homogeneity) of Variance in Python

Link: https://www.marsja.se/levenes-bartletts-test-of-equality-homogeneity-of-variance-in-python/

The post Levene’s & Bartlett’s Test of Equality (Homogeneity) of Variance in Python appeared first on Erik Marsja.
In this Python tutorial, you will learn how to 1) perform Bartlett’s Test, and 2) Lev
Real Python: The Real Python Podcast – Episode #32: Our New "Python Basics" Book & Filling the Gaps in Your Learning Path

Link: https://realpython.com/podcasts/rpp/32/

Do you have gaps in your Python learning path? If you're like me, you may have followed a completely random route to learn Python. This week on the show, David Amos is here to talk about the release o
Stack Abuse: Sentiment Analysis in Python With TextBlob

Link: https://stackabuse.com/sentiment-analysis-in-python-with-textblob/

Introduction
State-of-the-art technologies in NLP allow us to analyze natural languages on different layers: from simple segmentation of textual information to more sophisticated methods of sentiment
ListenData: Translating Web Page while Scraping

Link: https://www.listendata.com/2020/10/translating-web-page-while-scraping.html

Suppose you need to translate web page while scraping data from the website in R and Python. In google chrome, there is an option (or functionality) to translate any foreign language. If you are an en
NumFOCUS: NumFOCUS Earns Transparency Recognition from GuideStar

Link: https://numfocus.org/blog/numfocus-earns-transparency-recognition-from-guidestar?utm_source=rss&utm_medium=rss&utm_campaign=numfocus-earns-transparency-recognition-from-guidestar

Earlier this week, NumFOCUS earned our first-ever Silver Seal of Transparency from GuideStar, an independent organization which classifies nonprofit organizations based on multiple metrics pertaining
Weekly Python StackOverflow Report: (ccxlvii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2020/10/ccxlvii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-10-24 13:44:59 GMTHow can I convert a two column array to a matrix
Giampaolo Rodola: FreeBSD process environ and resource limits

Link: https://gmpy.dev/blog/2020/freebsd-process-environ-and-resource-limits

New psutil 5.7.3 is out. This release adds support for 2 functionalities which
were not available on BSD platforms: the ability to get the process environment
(all BSD) and to get or set process resou
Andre Roberge: Friendly-traceback: work in progress

Link: https://aroberge.blogspot.com/2020/10/friendly-traceback-work-in-progress.html

 It's been almost two months since my last blog post and I feel guilty of not haven't taken the time to write more regularly.  I should really tell you about how fantastic Will McGugan's Rich is, and
"CodersLegacy": Datacamp Review

Link: https://coderslegacy.com/datacamp-review/

This article is a review on coding tutorial site, Datacamp.
Datacamp is a very well known online learning platform for programmers. It aims to teach a variety of different languages and topics through
Kushal Das: Running SecureDrop inside of podman containers on Fedora 33

Link: https://kushaldas.in/posts/running-securedrop-inside-of-podman-containers-on-fedora-33.html


Last week, while setting up a Fedora 33 system, I thought of running the
SecureDrop development container there, but using
podman instead of the Docker setup we have.
I tried to make minimal changes
Gocept Weblog: Presentation: We have nearly one million lines of Python 2 code in production — and now?

Link: https://blog.gocept.com/2020/09/03/presentation-we-have-nearly-one-million-lines-of-python-2-code-in-production-and-now/

Still running Python 2 code in production is like steering a ship without radar in thick fog: You don’t know, which obstacle you will hit next. But there are ways to see the sun again – even for large
Zero-with-Dot (Oleg Żero): Multi-Layer Perceptron & Backpropagation - Implemented from scratch

Link: https://zerowithdot.com/mlp-backpropagation/

Introduction
Writing a custom implementation of a popular algorithm can be compared to playing a musical standard.
For as long as the code reflects upon the equations, the functionality remains unchan
Stack Abuse: What Does if __name__ == "__main__": Do in Python?

Link: https://stackabuse.com/what-does-if-__name__-__main__-do-in-python/

Introduction
It's common to see if __name__ == "__main__" in Python scripts we find online, or one of the many we write ourselves.
Why do we use that if-statement when running our Python programs? In
Stack Abuse: Seaborn Scatter Plot - Tutorial and Examples

Link: https://stackabuse.com/seaborn-scatter-plot-tutorial-and-examples/

Introduction
Seaborn is one of the most widely used data visualization libraries in Python, as an extension to Matplotlib. It offers a simple, intuitive, yet highly customizable API for data visualiza
Real Python: Python Modulo in Practice: How to Use the % Operator

Link: https://realpython.com/python-modulo-operator/

Python supports a wide range of arithmetic operators that you can use when working with numbers in your code. One of these operators is the modulo operator (%), which returns the remainder of dividing
Reuven Lerner: Last chance: Weekly Python Exercise B3 starts tomorrow!

Link: https://lerner.co.il/2020/10/26/last-chance-weekly-python-exercise-b3-starts-tomorrow/

Want to improve your Python skills? Looking for a way to practice on a regular basis, backed up by a community of learners?

Look no more: A new advanced-level cohort of Weekly Python Exercise is star
Podcast.__init__: Power Up Your Java Using Python With JPype - Episode 286

Link: https://www.pythonpodcast.com/jpype-java-python-bridge-episode-286/

Python and Java are two of the most popular programming languages in the world, and have both been around for over 20 years. In that time there have been numerous attempts to provide interoperability