Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
ItsMyCode: [Solved] TypeError: missing 2 required positional arguments

Link: https://itsmycode.com/python-typeerror-missing-2-required-positional-arguments/

If we have a function that accepts 2 arguments, and while calling the method, if we do not pass those 2 required arguments Python interpreter will throw TypeError: missing 2 required positional argume
STX Next: Python for Machine Learning: Why Use Python for ML?

Link: https://www.stxnext.com/blog/python-for-machine-learning/




Known for its versatility and stability, Python is increasingly becoming an object of interest for those dabbling in machine learning or willing to carry out a machine learning project. As they q
STX Next: Django vs. Ruby on Rails Framework Comparison: Which Is Better?

Link: https://www.stxnext.com/blog/django-vs-rails-comparison/




Web frameworks are used by developers to create fast, efficient, and easy-to-use websites. But why exactly do we need them? And why is choosing the right one so important to your business?
Python Software Foundation: Board Election Results for 2022!

Link: http://pyfound.blogspot.com/2022/07/board-election-results-for-2022.html

Congratulations to everyone who won a seat on the PSF Board! We’re so excited to work with you. New and returning Board Directors will start their three year terms this month at the next PSF board mee
ItsMyCode: [Solved] TypeError: __init__() missing 2 required positional arguments

Link: https://itsmycode.com/typeerror-init-missing-2-required-positional-arguments/

If we are instantiating the class that accepts 2 required positional parameters and if we do not pass those 2 required arguments Python interpreter will throw TypeError: __init__() missing 2 required
Real Python: The Real Python Podcast – Episode #116: Exploring Functional Programming in Python With Bruce Eckel

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

Would you like to explore the functional programming side of Python? What are the advantages of this approach, and what tools are built into the language? This week on the show, author Bruce Eckel tal
Mike Driscoll: Python 101 - An Intro to Classes (Video)

Link: https://www.blog.pythonlibrary.org/2022/07/01/python-101-an-intro-to-classes-video/

Learn the basics of Classes and get your first taste of Object Oriented Programming in Python in this tutorial
You will learn about:

Class creation
self -- what it means
Subclass creation
Polymorphis
Python for Beginners: Convert String to Set in Python

Link: https://www.pythonforbeginners.com/basics/convert-string-to-set-in-python

Strings are used to manipulate textual data in python. Sometimes, we might need to find the total number of different characters in a text. In such situations, we can convert a string into a set. In t
EuroPython: EuroPython June 2022 Newsletter

Link: https://blog.europython.eu/europython-june-2022-newsletter/

Howdy-doody!Time flies like an arrow! Can you hear them buzzing? Only ten days to go until the conference. Our days right now start with discord pings, are full of zoom meetings and google hangouts an
death and gravity: reader 2.14 released

Link: https://death.andgravity.com/reader-2-14

Hi there!
I'm happy to announce version 2.14 of reader, a Python feed reader library.
What's new? #
Here are the most important changes since reader 2.11!
Twitter support #
You can now use reader to f
Test and Code: 191: Running your own site for fun and absolutely no profit whatsoever - Brian Wisti

Link: https://testandcode.com/191

Having a personal site is a great playground for learning tons of skills. Brian Wisti discusses the benefits of running a his own blog over the years.Special Guest: Brian Wisti.Sponsored By:Rollbar: W
Kay Hayen: Nuitka Release 0.9

Link: https://nuitka.net/posts/nuitka-release-09.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has a many optimization improvements, and scalability
improve
ItsMyCode: [Solved] ValueError: I/O operation on closed file

Link: https://itsmycode.com/python-valueerror-io-operation-on-closed-file/

The i/o operations in Python are performed when the file is in an open state. So if we are trying to read or write into a file that is already closed state Python interpreter will raise the ValueError
ItsMyCode: ModuleNotFoundError: No module named ‘numpy’

Link: https://itsmycode.com/modulenotfounderror-no-module-named-numpy/

In Python, if you try to import numpy without installing the module using pip, you will get ModuleNotFoundError: No module named ‘numpy’ error.
In this tutorial, let’s look at installing the numpy mo
The Python Coding Blog: Simulating a Tennis Match Using Object-Oriented Programming in Python—Wimbledon Special Part 1

Link: https://thepythoncodingbook.com/2022/07/02/simulating-a-tennis-match-using-object-oriented-programming-in-python-wimbledon-special-part-1/

With Wimbledon underway, I thought of paying homage to the classic tennis tournament with a program simulating a tennis match in Python. I’ll use this program to explore several key concepts in Object
Mike Driscoll: An Intro to Python's Package Installer: pip (Video)

Link: https://www.blog.pythonlibrary.org/2022/07/02/an-intro-to-pythons-package-installer-pip-video/

In this tutorial, you will learn about Python's package installer, pip.
You will discover how to do the following:

Installing a Package
Exploring Command Line Options
Installing with requirements.txt
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-june-2022/?utm_source=python-rss-feed

31st issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a