Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Peter Bengtsson: How much faster is Redis at storing a blob of JSON compared to PostgreSQL?

Link: https://www.peterbe.com/plog/redis-vs-postgres-blob-of-json

tl;dr; Redis is 16 times faster and reading these JSON blobs.*
In Song Search when you've found a song, it loads some affiliate links to Amazon.com. (In case you're curious it's earning me lower doubl
Weekly Python StackOverflow Report: (cxcvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/09/cxcvi-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-09-28 20:30:43 GMTCheck reference list in pandas column using nump
Catalin George Festila: The tensorflow python module - part 004.

Link: http://python-catalin.blogspot.com/2019/09/the-tensorflow-python-module-part-004.html

If you using the tensorflow then you can get some warnings.
You can use warnings python package to manage all of this:
[mythcat@desk ~]$ $ python3
Python 3.5.2 (default, Jul 10 2019, 11:58:48)
[GCC 5.
Peter Bengtsson: Update to speed comparison for Redis vs PostgreSQL storing blobs of JSON

Link: https://www.peterbe.com/plog/update-to-speed-comparison-for-redis-vs-postgresql-storing-blobs-of-json

Last week, I blogged about "How much faster is Redis at storing a blob of JSON compared to PostgreSQL?". Judging from a lot of comments, people misinterpreted this. (By the way, Redis is persistent).
Codementor: ML with Python: Part-3

Link: https://www.codementor.io/dhananjaykumar/ml-with-python-part-3-zb95wb9pl

In preious post, we saw various steps involved in creating a machine learning (ML) model. You might have noticed in Building ML Model we consider multiple Algorithums in a pipeline and then tune...
Stack Abuse: Analyzing API Data with MongoDB, Seaborn, and Matplotlib

Link: https://stackabuse.com/analyzing-api-data-with-mongodb-seaborn-and-matplotlib/

Introduction
A commonly requested skill for software development positions is experience with NoSQL databases, including MongoDB. This tutorial will explore collecting data using an API, storing it in
Python Software Foundation: Grants Awarded for Python in Education

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/f_OZiFUX3q0/grants-awarded-for-python-in-education.html

The Python Software Foundation has been asked about Python in education quite a bit recently. People have asked, “Is there an official curriculum we can use?”, “Are there online resources?”, “Are ther
Real Python: Preventing SQL Injection Attacks With Python

Link: https://realpython.com/prevent-python-sql-injection/

Every few years, the Open Web Application Security Project (OWASP) ranks the most critical web application security risks. Since the first report, injection risks have always been on top. Among all in
PyCharm: Webinar: “React+TypeScript+TDD in PyCharm” with Paul Everitt

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

ReactJS is wildly popular and thus wildly supported. TypeScript is increasingly popular, and thus increasingly supported.
The two together? Not as much. Given that they both change quickly, it’s hard
Kumar Vipin Yadav: Python Pune Meetup September 2k19

Link:

“If there’s a book that you want to read, but it hasn’t been written yet, then you must write it.” … More
Evennia: Blackifying and fixing bugs

Link: http://evennia.blogspot.com/2019/09/blackifying-and-fixing-bugs.html

Since version 0.9 of Evennia, the MU*-creation framework, was released, work has mainly been focused on bug fixing. But there few new features also already sneaked into master branch, despite technica
Podcast.__init__: Building A Modern Discussion Forum In Python To Support Healthy Communities

Link: https://www.pythonpodcast.com/misago-discussion-forum-episode-231/

Building and sustaining a healthy community requires a substantial amount of effort, especially online. The design and user experience of the digital space can impact the overall interactions of the p
Django Weblog: Django bugfix releases: 2.2.6, 2.1.13 and 1.11.25

Link: https://www.djangoproject.com/weblog/2019/oct/01/bugfix-releases/

Today we've issued the
2.2.6,
2.1.13, and
1.11.25 bugfix
releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID us
EuroPython: EuroPython 2019 - Videos for Friday available

Link: https://blog.europython.eu/post/188061778527

We are pleased to announce the third and final batch of cut videos from EuroPython 2019 in Basel, Switzerland, with another 49 videos.EuroPython 2019 on our YouTube ChannelIn this batch, we have inclu
Stack Abuse: Python for NLP: Deep Learning Text Generation with Keras

Link: https://stackabuse.com/python-for-nlp-deep-learning-text-generation-with-keras/

This is the 21st article in my series of articles on Python for NLP. In the previous article, I explained how to use Facebook's FastText library for finding semantic similarity and to perform text cla