Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Pool: 4 Examples to Use Python globals() Function

Link: https://www.pythonpool.com/python-globals/?utm_source=rss&utm_medium=rss&utm_campaign=python-globals

In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to return the dictionary according to the current global symbol table. In this tutorial,
Learn PyQt: Animations and Transformations with QtQuick — Building an animated analog clock in QML

Link: https://www.mfitzp.com/tutorials/qml-animations-transformations/

In the previous tutorial we implemented a basic QML clock application using Python code to get the current time, format it into a string and send that through to our QML layout for display using Qt si
Stack Abuse: Creating a PDF Document in Python with pText

Link: https://stackabuse.com/creating-a-pdf-document-in-python-with-ptext/

The Portable Document Format (PDF) is not a WYSIWYG (What You See is What You Get) format. It was developed to be platform-agnostic, independent of the underlying operating system and rendering engine
PyCharm

Link:


PyCharm had Django support from version 1.0. Over this time, the Django support has been gone through many changes, as well as many maintainers.
In this episode of Early Access PyCharm, I talked to b
Real Python: Python's map() Function: Transforming Iterables

Link: https://realpython.com/courses/map-function-transform-iterables/

Python’s map() is a built-in function that allows you to process and transform all the items in an iterable without using an explicit for loop, a technique commonly known as mapping. map() is useful w
Python for Beginners: Linked List in Python

Link: https://www.pythonforbeginners.com/lists/linked-list-in-python


Linked list is a data structure which contains data objects which are connected by link. Each linked list consists of nodes which have a data field and a reference to the next node in the linked list
PyCon: Launching Project Signups for PyCon US Sprints

Link: https://pycon.blogspot.com/2021/04/launching-project-signups-for-pycon-us.html

 We are super excited to announce the launch of the PyCon US 2021 Sprints!When: Sprints will take place on May 17th and May 18thWhere: On a private Discord server! (invitation link will be announced l
A. Jesse Jiryu Davis: Get a Coach for your PyCon 2021 Talk

Link: https://emptysqua.re/blog/pycon-2021-coaching/

I get professional coaching for nearly every conference talk I deliver. Now that most conference talks are pre-recorded videos shot from home, I need more help than ever to make my talks polished, con
PyCoder’s Weekly: Issue #470 (April 27, 2021)

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

#470 – APRIL 27, 2021 View in Browser » The Social Contract of Open Source What is open source software, and what is the relationship between a maintainer and a user? Python core developer and s
Python Pool: How to use the Pyspark flatMap() function in Python?

Link: https://www.pythonpool.com/python-flatmap/?utm_source=rss&utm_medium=rss&utm_campaign=python-flatmap

Introduction
In python, we have discussed many concepts and conversions. But sometimes, we come to a situation where we need to flatten the data frames/RDD. In this tutorial, we will be discussing the
Python Pool: [Solved] TypeError: String Indices Must be Integers

Link: https://www.pythonpool.com/string-indices-must-be-integers-solved/?utm_source=rss&utm_medium=rss&utm_campaign=string-indices-must-be-integers-solved

Introduction
In python, we have discussed many concepts and conversions. In this tutorial, we will be discussing the concept of string indices must be integers. As we all know in python, iterable obje
IslandT: Create a function with python to count the fuel

Link: https://kibiwebgeek.com/create-a-function-with-python-to-count-the-fuel/

You were camping with your friends far away from home, but when it’s time to go back, you realize that your fuel is running out and the nearest pump is 50 miles away! You know that on average, your ca
Python for Beginners: Merge lists in Python

Link: https://www.pythonforbeginners.com/lists/merge-lists-in-python


There may be situations while programming that we need to merge two or more lists in python. In this article, we will look at different ways with which we can merge two lists in python.
Merge lists u
Real Python: Build a Platform Game in Python With Arcade

Link: https://realpython.com/platformer-python-arcade/

For many video game players, the lure of writing games is a prime reason to learn computer programming. However, building a 2D platform game such as Lode Runner, Pitfall!, or Super Mario Bros. without
death and gravity: Using a Makefile with .PHONY-only targets? Use a run.sh script instead

Link: https://death.andgravity.com/run-sh

I recently discovered a neat pattern:
When you have a Makefile that only has .PHONY targets,
you can turn it into a shell script with functions,
and dispatch to them by adding "$@" at the end.
It make
Python Bytes: #231 Go Python, Go!

Link: https://pythonbytes.fm/episodes/show/231/go-python-go

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=rDYKZG6Fn8o' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Python Morsels: What are list comprehensions?

Link: https://www.pythonmorsels.com/topics/what-are-list-comprehensions/




Transcript
Let's talk about list comprehensions in Python.
We're going to talk about, what list comprehensions are, but we're not going to talk about, why you might use them or how you might write
Test and Code: 151: Python Adventure - Brandon Rhodes

Link: https://testandcode.com/151

Adventure, or Colossal Cave Adventure, was written between 1975 and 1977 in Fortran. Brandon Rhodes ported it to Python 3, initial release in 2011, and still maintains it. We talk to Brandon about thi
John Ludhi/nbshare.io: Understanding Autoencoders With Examples

Link: https://www.nbshare.io/notebook/86916405/Understanding-Autoencoders-With-Examples/








Understanding Autoencoders With ExamplesIntroduction to AutoencodersThe idea about autoencoders is pretty straight forward. Predict what you input.

What is the point then?
Well, we know that n