Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Vasudev Ram: Exploring the /proc filesystem: an article by me in Linux Pro Magazine

Link: http://jugad2.blogspot.com/2019/02/exploring-proc-filesystem-article-i.html

- By Vasudev Ram - Online Python training / SQL training / Linux trainingHi, readers,Somewhat recently, I wrote this article which was published in Linux Pro Magazine:Exploring the /proc filesystem wi
gamingdirectional: Move the enemy object with pygame

Link: http://gamingdirectional.com/blog/2019/02/06/move-the-enemy-object-with-pygame/

Hi, here is another quick post on the latest pygame project which I have developed lately. In the previous article, we have created an animated enemy object which can switch direction using the timer
Matt Layman: Building SaaS in January

Link: https://www.mattlayman.com/blog/2019/building-saas-january/

Here’s a recap of what happened on the Building SaaS with Python and Django stream this past month.
If some of these topics interest you, check them out! If you want to join live in the future, I stre
Python Software Foundation: Python Brasil – People > Technology

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/tdocQg_vxAg/python-brasil-people-technology.html



It's October 17th, 2018. I've arrived at Natal, a beautiful coastal city in Brazil's northeast region. Known for its beaches and hotness, it's surprising how I'm not thinking about all the Caipirinh
PyCharm: PyCharm 2019.1 EAP 3

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

Our third Early Access Program (EAP) version for PyCharm 2019.1 is now available on our website.
New in This Version
Inspect Large Collections in the Debugger

In previous versions of PyCharm, collect
Anarcat: January 2019 report: LTS, Mailman 3, Vero 4k, Kubernetes, Undertime, Monkeysign, oh my!

Link: https://anarc.at/blog/2019-02-06-report/

January is often a long month in our northern region. Very cold, lots
of snow, which can mean a lot of fun as well. But it's also a great
time to cocoon (or maybe hygge?) in front of the computer and
Stack Abuse: Relative vs Absolute Imports in Python

Link: https://stackabuse.com/relative-vs-absolute-imports-in-python/

While you can put simple projects in a single file, most Python development projects will require multiple files to keep them manageable. That means you need a way to import one file into another. How
codingdirectional: Remove the string after the # mark in a website url

Link: http://codingdirectional.info/2019/02/07/remove-the-string-after-the-mark-in-a-website-url/

We are supposed to start a new project today but because I still need a few more days to prepare for it, therefore, I have posted another question and answer session in this website just to get the th
Programiz: Python JSON

Link: https://www.programiz.com/python-programming/json

In this tutorial, you will learn to parse, read and write JSON in Python with the help of examples. Also, you will learn to convert JSON to dict and pretty print it.
codingdirectional: Return the first capital character of a name

Link: http://codingdirectional.info/2019/02/07/return-the-first-capital-character-of-a-name/

I am still preparing the material for the next python project and in order to keep this website alive, I will continue to solve easy questions from codewars so at least we have something to talk about
Python Anywhere: Announcing eu.pythonanywhere.com

Link: https://blog.pythonanywhere.com/176/

We're proud to announce today that we now have an EU-hosted PythonAnywhere system :-) You can access it at eu.pythonanywhere.com. It's completely separated from our normal system, but has all of th
Python Data: Quick Tip – Speed up Pandas using Modin

Link: https://pythondata.com/quick-tip-speed-up-pandas-using-modin/

I ran across a neat little library called Modin recently that claims to run pandas faster. The one line sentence that they use to describe the project is:
Speed up your Pandas workflows by changing a
John Cook: Exploring the sum-product conjecture

Link: https://www.johndcook.com/blog/2019/02/07/sum-product/

Quanta Magazine posted an article yesterday about the sum-product problem of Paul Erdős and Endre Szemerédi. This problem starts with a finite set of real numbers A then considers the size of the sets
Stack Abuse: PyTesseract: Simple Python Optical Character Recognition

Link: https://stackabuse.com/pytesseract-simple-python-optical-character-recognition/

Introduction
Humans can understand the contents of an image simply by looking. We perceive the text on the image as text and can read it.
Computers don't work the same way. They need something more co
Nigel Babu: The Funniest Incident Postmortem

Link: https://nigelb.me/2019-02-08-the-funniest-incident-postmortem

Recently, I had a chance to think about an outage that I debugged and fixed a few years ago that involves Jenkins and systemd (or in this case lack thereof!).
Generally, if you want to run a task at t