Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Morsels: Variables are pointers

Link: https://www.pythonmorsels.com/topics/variables-are-pointers/



Watch Next:

The 2 Types of "Change" in Python
Equality vs Identity
Data Structures Contain Pointers


Transcript
Variables in Python are not buckets that contain things, but pointers: variables poi
PyCoder’s Weekly: Issue #443 (Oct. 20, 2020)

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

#443 – OCTOBER 20, 2020 View in Browser » Python For Feature Film A look into how Python is used to bring your favorite movies to the big screen. DHRUV GOVIL Data Management With Python, SQLi
Kushal Das: Fixing errors on my blog's feed

Link: https://kushaldas.in/posts/fixing-errors-on-my-blog-s-feed.html


For the last few weeks, my blog feed was not showing up in the Fedora
Planet. While trying to figure out what is wrong,
Nirik pointed me to the 4 errors in the feed according to the W3C validator. If
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