Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
TechBeamers Python: How to Merge Dictionaries in Python?

Link: https://www.techbeamers.com/python-merge-dictionaries/

In this post, we are describing different ways to merge dictionaries in Python. There is no built-in method to combine them, but we can make some arrangements to do that. The few options that we’ll us
PyCoder’s Weekly: Issue #379 (July 30, 2019)

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

#379 – JULY 30, 2019 View in Browser » What’s Coming in Python 3.8 “The Python 3.8 beta cycle is already underway, with Python 3.8.0b1 released on June 4, followed by the second beta on July 4.
PSF GSoC students blogs: GSoC Weekly Checkin

Link: http://blogs.python-gsoc.org/en/kaybs-blog/gsoc-weekly-checkin/

Hello everyone!
Second Evaluations are over and passed it with a great feedback.
What did I do this week?
This week after everyone approved the new Icons Picker page, I made its front end and and conn
Talk Python to Me: #223 Fun and Easy 2D Games with Python

Link: https://talkpython.fm/episodes/show/223/fun-and-easy-2d-games-with-python

Have you tried to teach programming to beginners? Python is becoming a top choice for the language, but you still have to have them work with the language and understand core concepts like loops, vari
Thibauld Nion: Why leave Wordpress behind for Nikola ?

Link: https://tibonihoo.net/en/blog/2019/07/pourquoi-abandonner-wordpress/

In my previous post I announced my website's migration from Wordpress
to Nikola.
Still, with Wordpress having been my site's engine for so many years,
I feel that I owe a few explanations to the commu
PSF GSoC students blogs: Packaging your Panda3D game for iOS

Link: http://blogs.python-gsoc.org/en/treamouss-blog/packaging-your-panda3d-game-for-ios/

HI everyone,
I'd like to quickly detail how you can help test out the iOS port using your own game. I am making available a wheel that contains all of the files required to develop a Panda app on iOS.
IslandT: Use Pandas Data Frame to display market data

Link: https://kibiwebgeek.com/2019/07/31/use-pandas-data-frame-to-display-market-data/

In the previous article, we have used the Blockchain API to display the Bitcoin vs world major currencies exchange rate in our application. In this article, we will use the Pandas Data Frame object to
Test and Code: 82: pytest - favorite features since 3.0 - Anthony Sottile

Link: https://testandcode.com/82

Anthony Sotille is a pytest core contributor, as well as a maintainer and contributor to
many other projects. In this episode, Anthony shares some of the super cool features of pytest that have been
Python Software Foundation: PyPI now supports uploading via API token

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/PyfIYGrs4Vo/pypi-now-supports-uploading-via-api.html

We're further increasing the security of the Python Package Index with another new beta feature: scoped API tokens for package upload. This is thanks to a grant from the Open Technology Fund, coordina
Python Insider: PyPI now supports uploading via API token

Link: http://feedproxy.google.com/~r/PythonInsider/~3/MwuRB1u_KNQ/pypi-now-supports-uploading-via-api.html

We're further increasing the security of the Python Package Index with another new beta feature: scoped API tokens for package upload. This is thanks to a grant from the Open Technology Fund, coordina
Real Python: First Steps With PySpark and Big Data Processing

Link: https://realpython.com/pyspark-intro/

It’s becoming more common to face situations where the amount of data is simply too big to handle on a single machine. Luckily, technologies such as Apache Spark, Hadoop, and others have been develope
PyCharm: Jupyter, PyCharm and Pizza

Link: http://feedproxy.google.com/~r/Pycharm/~3/Nq6PMREkaj8/

Hi there! Have you tried Jupyter Notebooks integration in PyCharm 2019.2? Not yet? Then let me show you what it looks like!
In this blog post, we’re going to explore some data using PyCharm and its Ju
Erik Marsja: How to Read and Write JSON Files using Python and Pandas

Link: https://www.marsja.se/how-to-read-and-write-json-files-using-python-and-pandas/

In this post we will learn how to read and write JSON files using Python. In the first, part we are going to use the Python package json to create a JSON file and write a JSON file. In the next part w
PSF GSoC students blogs: Coding week #9

Link: http://blogs.python-gsoc.org/en/mehaksachdevas-blog/coding-week-9/

What did I do this week?
After a productive discussion with my mentors last week, we agreed to proceed coding the local scoring algorithm for Binomial MGWR and testing the results from that. After fa
PSF GSoC students blogs: Weekly Check-in #8

Link: http://blogs.python-gsoc.org/en/sudharsana-kjls-blog/weekly-check-in-8-1/

In the past week, I was working on setting up Hadoop and trying to import data from it. I got my PRs reviewed by my mentor and working on the changes he suggested.
What did I do this week?
I had initi