Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: The Most Detailed Selenium WebDriver Tutorial With Python

Link: https://www.codementor.io/himanshuseth/the-most-detailed-selenium-webdriver-tutorial-with-python-1eddpfbxps

This is a comprehensive Selenium WebDriver Tutorial With Python. You'll learn how to set up Selenium WebDriver with Python, how to do automation testing using Selenium WebDriver with Python, and more!
Andre Roberge: Contest: 3 submitters, 3x3 entries, 3 days left

Link: https://aroberge.blogspot.com/2021/01/contest-3-submitters-3x3-entries-3-days.html

 The contest I announced for Friendly-traceback has resulted in a total of  nine entries so far from three different programmers.  Two of the cases submitted have already been fixed in the development
Real Python: The Real Python Podcast – Episode #44: Creating an Interactive Online Python Conference for PyCascades 2021

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

How do you create a virtual conference that retains the interactivity of an in-person event? What are the tools needed for talk submissions, ticketing, and live hosting? Can you find those tools writt
Stack Abuse: How to Iterate Over a Dictionary in Python

Link: https://stackabuse.com/how-to-iterate-over-a-dictionary-in-python/

Introduction
Dictionaries are one of the most used data structures in all of software development, and for a good reason. They allow us to store our data in neat key, value pairs, which in turn gives
Python Pool: NumPy.ndarray object is Not Callable: Error and Resolution

Link: https://www.pythonpool.com/numpy-ndarray-object-is-not-callable-error-and-resolution/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-ndarray-object-is-not-callable-error-and-resolution

Hello coders!! In this article, we will be learning how to fix the error ‘NumPy.ndarray object is not callable’ and will also look at what exactly causes this error. We know that NumPy is an inbuilt P
Ben Cook: Installing packages in a Jupyter notebook

Link: https://jbencook.com/install-packages-jupyter-notebook/

This post describes a trick for installing/upgrading Python packages in a Jupyter notebook. It's useful for scratch code, but don't do this when you need reproducible code.
Python Morsels: Customizing the String Representation of your Objects

Link: https://www.pythonmorsels.com/topics/customizing-string-representation-your-objects/




Related Topics:

String Concatenation and String Interpolation
Python's Two Different String Representations
String Representations for Classes
What are Dunder Methods?

Transcript:
Let's talk abou
Andre Roberge: Friendly contest: two days left after a surge of submissions

Link: https://aroberge.blogspot.com/2021/01/friendly-contest-two-days-left-after.html

This is just a quick update.Yesterday, the number of valid entries jumped from 9 to 23. Many of them have given me ideas on how to make Friendly-traceback better at finding the cause of the error but
Python Pool: Best Ways to Normalize Numpy Array

Link: https://www.pythonpool.com/normalize-numpy-array/?utm_source=rss&utm_medium=rss&utm_campaign=normalize-numpy-array

Hello geeks and welcome in this article, we will cover Normalize NumPy array. You can divide this article into 2 sections. In the 1st section, we will cover the NumPy array. Whereas in the second one,
Ben Cook: The PyTorch softmax() function

Link: https://jbencook.com/pytorch-softmax/

You can use the top-level torch.softmax() function from PyTorch for your softmax activation needs.
Matt Layman: Which Django Version Should I Use?

Link: https://www.mattlayman.com/blog/2021/which-django-version/

Django is a big and popular web framework for Python to help you build a web app. Which Django version should you use?
If you’re starting a Django web app, use the latest version of Django available.
Weekly Python StackOverflow Report: (cclx) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/01/cclx-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-01-23 22:20:09 GMTWhat are "soft keywords"? - [44/3]Remove triplet
Python Pool: 7 Powerful ways to Convert string to list in Python

Link: https://www.pythonpool.com/convert-string-to-list-python/?utm_source=rss&utm_medium=rss&utm_campaign=convert-string-to-list-python

Hello coders!! In this article, we will be learning how to convert string to list in python. At first, we must understand the difference between the two. A string in Python can consist of only charact
Andre Roberge: Friendly-contest: 20 hours left

Link: https://aroberge.blogspot.com/2021/01/friendly-contest-20-hours-left.html

There is only 20 hours left in the Friendly-traceback contest: write bad code to win a prize. After a slow start, there has been quite a few submissions lately which will definitely help to improve Fr
Montreal Python User Group: Montréal-Python 83 – Minimal Night

Link: https://montrealpython.org/en/2021/01/mp-83/

February, the month when we type really slowly because of frozen fingers, but also the month when love warms our heart!
With bountiful passion for our favourite language, we are putting together Minim
Brett Cannon: Unravelling `for` statements

Link: https://snarky.ca/unravelling-for-statements/

As part of my series on Python's syntactic sugar, I am going to cover the for statement. As usual, I will be diving into CPython's C code, but understanding or even reading those parts of this post wo
Mike Driscoll: PyDev of the Week: Leodanis Pozo Ramos

Link: https://www.blog.pythonlibrary.org/2021/01/25/pydev-of-the-week-leodanis-pozo-ramos/

This week we welcome Leodanis Pozo Ramos (@lpozo78) as our PyDev of the Week! Leodanis is a contributor and author for Real Python. You can see some of his projects over on Github or see what he’s up