Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: How To Take A Screenshot Using Python & Selenium?

Link: https://www.codementor.io/codepoetn/how-to-take-a-screenshot-using-python-selenium-1bgdfdw9s8

This tutorial will guide you how to use Selenium and Python to capture Python Selenium screenshots and check how your website is rendered over different browsers.
Stack Abuse: How to Iterate over Rows in a Pandas DataFrame

Link: https://stackabuse.com/how-to-iterate-over-rows-in-a-pandas-dataframe/

Introduction
Pandas is an immensely popular data manipulation framework for Python. In a lot of cases, you might want to iterate over data - either to print it out, or perform some operations on it.
I
Stack Abuse: Matplotlib Scatter Plot - Tutorial and Examples

Link: https://stackabuse.com/matplotlib-scatterplot-tutorial-and-examples/

Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. From simple to complex visualizations, it's the go-to library for most.
In this tutorial, we'll take a lo
Real Python: Level Up Your Skills With the Real Python Slack Community

Link: https://realpython.com/community-slack-guide/

The Real Python Community Slack is an English-speaking Python community with members located all over the world. It’s a welcoming group in which you’re free to discuss your coding and career questions
Talk Python to Me: #287 Testing without dependencies, mocking in Python

Link: https://talkpython.fm/episodes/show/287/testing-without-dependencies-mocking-in-python

We know our unit tests should be relatively independent from other parts of the system. For example, running a test shouldn't generally call a credit card possessing API and talk to a database when yo
Sebastian Witowski: Remove Duplicates From a List

Link: https://switowski.com/blog/remove-duplicates


How do we remove duplicates from a list? One way is to go through the original list, pick up unique values, and append them to a new list.


About the "Writing Faster Python" series


"Writing Faster
Python Circle: Automating PDF generation using Python reportlab module

Link: https://pythoncircle.com/post/729/automating-pdf-generation-using-python-reportlab-module/

Generating PDF using python reportlab module, Adding table to PDF using Python, Adding Pie Chart to PDF using Python, Generating PDF invoice using Python code, Automating PDF generation using Python r
Stack Abuse: Python: Slice Notation on String

Link: https://stackabuse.com/python-slice-notation-on-string/

Introduction
The term slicing in programming usually refers to obtaining a substring, sub-tuple, or sublist from a string, tuple, or list respectively.
Python offers an array of straightforward ways t
PyCharm: Webinar Recording: “virtualenv – a deep dive” with Bernat Gabor

Link: http://feedproxy.google.com/~r/Pycharm/~3/NBzn05eWqG4/

PyCharm virtual environments are an important but challenging topic. We recently hosted Bernat Gabor to discuss this, as well as his rewrite of virtualenv, the hugely-popular command-line tool for cre
Python Morsels: The 2 Types of "Change" in Python

Link: https://www.pythonmorsels.com/topics/2-types-change/




Watch First:

Variables are Pointers



Transcript
The word "change" is ambiguous in Python: we have two distinct types of "change" in Python.
We can "change" a variable by changing which object th
Dataquest: R vs Python for Data Analysis — An Objective Comparison

Link: https://www.dataquest.io/blog/python-vs-r/

R vs Python — Opinions vs FactsThere are dozens articles out there that compare R vs. Python from a subjective, opinion-based perspective. Both Python and R are great options for data analysis, or any
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