Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Codementor: Will Python Replace Java?

Link: https://www.codementor.io/amargow1998/will-python-replace-java-myfcm6miw

Will Python Replace Java? The reason for Python is becoming more popular and huge surge in number of requirement year on year is Python become a language of choice for all the current trending…
Weekly Python StackOverflow Report: (cxli) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/09/cxli-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-09-01 12:22:38 GMTFilter integers in numpy float array - [16/6]How
Real Python: We're Celebrating 1 Million Page Views per Month!

Link: https://realpython.com/one-million-pageviews-celebration/

They say people come to Python for the language and stay for the community. We couldn’t agree more! You mean the world to us, and we are honored to have you as a reader!
Today, we’re celebrating reac
Vinay Sajip: Setting up a UK keyboard layout for XRDP on Raspbian Stretch

Link: http://pymolurus.blogspot.com/2018/09/setting-up-uk-keyboard-layout-for-xrdp.html

When I set up xrdp on Raspbian Jessie a while ago, the keyboard layout appeared to be wrong - commonly used keys seemed to be returning US keycodes rather than UK ones. I found this post very helpful
DSPIllustrations.com: The Prime Music, Staircase and Riemann Hypothesis

Link: https://dspillustrations.com/pages/posts/math/the-prime-music-staircase-and-riemann-hypothesis.html






The Prime Numbers' Music, Staircase and Riemann Hypothesis¶For DSP, mathematics is a fundamental tool to understand the different techniques. Hence, I'm also interested in different aspects of ma
PyBites: PyBites Twitter Digest - Issue 28, 2018

Link: https://pybit.es/twitter_digest_201828.html

How to find stuff in Git
Submitted by @clamytoe.
“How to find stuff in Git” by @tygertec https://t.co/koyvqy10j1— Christopher Ross (@crossphd) August 31, 2018
Exposed user TLS Certificate Private Keys
Test and Code: 46: Testing Hard To Test Applications - Anthony Shaw

Link: https://testandcode.com/46

How do you write tests for things that aren’t that easy to write tests for?
That question is a possibly terrible summary of a question sent to me by a listener. And to help me start answering that que
Techiediaries - Django: React Basics Tutorial for Django Developers [2018]

Link: https://www.techiediaries.com/react-tutorial/

In this tutorial, We'll introduce React basics to Django developers. You can use React to build UIs using re-usable components which allow maximum reusability and a virtual DOM that provides better pe
Mike Driscoll: PyDev of the Week: Aisha Bello

Link: http://www.blog.pythonlibrary.org/2018/09/03/pydev-of-the-week-aisha-bello/

This week we welcome Aisha Bello (@AishaXBello) as our PyDev of the Week! Aisha is the founder of PyLadies Nigeria and is passionate about STEM in developing countries. She is also an organizer for Dj
Julien Danjou: High-Performance in Python with Zero-Copy and the Buffer Protocol

Link: https://julien.danjou.info/high-performance-in-python-with-zero-copy-and-the-buffer-protocol/

Whatever your programs are doing, they often have to deal with vast amounts of data. This data is usually represented and manipulated in the form of strings. However, handling such a large quantity of
Zato Blog: Connecting Zato clusters with WebSockets and publish/subscribe queues

Link: https://zato.io/blog/posts/connect-clusters-websockets.html

Since version 3.0, it is possible to directly connect Zato clusters and exchange messages as though remote services where running in a local instance. This makes it an ideal choice for environments sp
Stack Abuse: Beginner's Tutorial on the Pandas Python Library

Link: https://stackabuse.com/beginners-tutorial-on-the-pandas-python-library/

Pandas is an open source Python package that provides numerous tools for data analysis. The package comes with several data structures that can be used for many different data manipulation tasks. It a
Ned Batchelder: Coverage.py 5.0a2: SQLite storage

Link: https://nedbatchelder.com//blog/201809/coveragepy_50a2_sqlite_storage.html

The next alpha of Coverage.py 5.0
is ready: 5.0a2.
The big change is that instead of using a JSON-like file for storing the
collected data, we now use a SQLite database. This is in prepar
Real Python: Structuring Python Programs

Link: https://realpython.com/python-program-structure/

You have now covered Python variables, operators, and data types in depth, and you’ve seen quite a bit of example code. Up to now, the code has consisted of short individual statements, simply assigni