Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Using Python Optional Arguments When Defining Functions

Link: https://realpython.com/python-optional-arguments/

Defining your own functions is an essential skill for writing clean and effective code. In this tutorial, you’ll explore the techniques you have available for defining Python functions that take optio
Python Morsels: Accessing command-line arguments in Python

Link: https://www.pythonmorsels.com/topics/accessing-command-line-arguments-python/




Transcript
What if we wanted to pass information to our Python program to change the way that it runs?
One of the most common ways to do this is with command-line arguments.
Passing command-line ar
PyCon: Join the PyCon US 2022 team!

Link: https://pycon.blogspot.com/2021/08/join-pycon-us-2022-team.html

Want to play a pivotal role in the planning and success of PyCon US? Here’s your chance! Join our team by volunteering for one of our Call for Proposal Committees. We are looking for motivated volunte
Zero to Mastery: Python Monthly 💻🐍 August 2021

Link: https://zerotomastery.io/blog/python-monthly-august-2021/?utm_source=python-rss-feed

21st issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly Python newsletter is focused on keeping you up to date with the industry and keeping your skills sharp, withou
Python Insider: Python 3.9.7 and 3.8.12 are now available

Link: http://feedproxy.google.com/~r/PythonInsider/~3/FQQRx2G9O4s/python-397-and-3812-are-now-available.html

 Python 3.9.7
Get it here: https://www.python.org/downloads/release/python-397/

Python 3.9.7 is the newest major stable release of
the Python programming language, and it contains many new features
John Ludhi/nbshare.io: Object Oriented Programming In Python

Link: https://www.nbshare.io/notebook/986482930/Object-Oriented-Programming-In-Python/








Object Oriented Programming In Python








Object-Oriented Programming is a fundamental programming paradigm based on the concepts of objects and classes that can perform certain operations
Glyph Lefkowitz: Unproblematize

Link: https://glyph.twistedmatrix.com/2021/08/unproblematize.html

The essence of software engineering is solving problems.
The first impression of this insight will almost certainly be that it seems
like a good thing. If you have a problem, then solving it is great
death and gravity: Write an SQL query builder in 150 lines of Python!

Link: https://death.andgravity.com/query-builder-how

Previously
This is the fourth article in a series about
writing an SQL query builder for my feed reader library.
Today, we'll dive into the code by rewriting it from scratch.
Think of it as part walk-
PyBites: How to package and deploy CLI applications with Python PyPA setuptools build

Link: https://pybit.es/articles/how-to-package-and-deploy-cli-apps/

This article covers how to package your Python code as a CLI application using just the official PyPA provided tools, without installing additional external dependencies.
If you prefer reading code to
PyBites: How to handle environment variables in Python

Link: https://pybit.es/articles/how-to-handle-environment-variables-in-python/

In this article I will share 3 libraries I often use to isolate my environment variables from production code.
Why is this important?
Separate config from code
As we can read in The Twelve-Factor App
Python Piedmont Triad User Group: Lunch and learn series

Link: http://www.pyptug.org/2021/08/lunch-and-learn-series.html

PYPTUG Lunch and LearnIn order to help those starting out with python, we are starting a lunch and learn series. You can see upcoming lunch and learns on our meetup page:https://www.meetup.com/PYthon-
Real Python: Splitting Datasets With scikit-learn and train_test_split()

Link: https://realpython.com/courses/splitting-datasets-scikit-learn-train-test-split/

One of the key aspects of supervised machine learning is model evaluation and validation. When you evaluate the predictive performance of your model, it’s essential that the process be unbiased. Using
Python for Beginners: How to Extract a Date from a .txt File in Python

Link: https://www.pythonforbeginners.com/files/how-to-extract-a-date-from-a-txt-file-in-python

In this tutorial, we’ll examine the different ways you can extract a date from a .txt file using Python programming. Python is a versatile language—as you’ll discover—and there are many solutions for
Python⇒Speed: The best Docker base image for your Python application (August 2021)

Link: https://pythonspeed.com/articles/base-image-python-docker-images/

When you’re building a Docker image for your Python application, you’re building on top of an existing image—and there are many possible choices.
There are OS images like Ubuntu, and there are the man
Wingware: Wing Python IDE Version 8.0.3 - August 31, 2021

Link: https://wingware.com/news/2021-08-31

Wing 8.0.3 allows specifying the Django settings module for unit tests with
--settings=<name> in Run Args on the Testing page of Project Properties,
fixes using an Activated Env that contains spaces i
Montreal Python User Group: Call for Speakers for Montréal-Python 88 – Hypnotized Statue

Link: https://montrealpython.org/en/2021/08/mp-88-cfp/

Hi everyone, exceptionally, our September meeting will take place on a Tuesday evening rather than our traditional Mondays to avoid the conflict with the elections.
We are looking for presenters for t
Talk Python to Me: #332: Robust Python

Link: https://talkpython.fm/episodes/show/332/robust-python

Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Patrick Viafore is here to help us write
Stack Abuse: Random Projection: Theory and Implementation in Python with Scikit-Learn

Link: https://stackabuse.com/random-projection-theory-and-implementation-in-python-with-scikit-learn/

Introduction
This guide is an in-depth introduction to an unsupervised dimensionality reduction technique called Random Projections. A Random Projection can be used to reduce the complexity and size o
Quansight Labs Blog: CZI EOSS4 Grants at Quansight Labs

Link: https://labs.quansight.org/blog/2021/08/czi-eoss4-grants-at-quansight-labs/

Here, at Quansight Labs, our goal is to work on sustaining the future of Open Source. We make sure we can live up to that goal by spending a significant amount of time working on impactful and critica