Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: 2019.3 EAP 3

Link: http://feedproxy.google.com/~r/Pycharm/~3/K8BMnq-86d0/

A new version of the Early Access Program (EAP) for PyCharm 2019.3 is available now! Download it from our website.
New for this version
Literal types support
Python 3.8 release is right around the cor
PyCharm: Webinar Recording: “10 Tools and Techniques Python Web Developers Should Explore” with Michael Kennedy

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

Our friend Michael Kennedy joined us yesterday for a webinar on tips every Python web developer could benefit from. As is usual with his webinars, it was a lot of fun, very well-prepared, and packed a
Dataquest: Write Better Code With Our New Advanced Functions Python Course

Link: https://www.dataquest.io/blog/how-to-write-better-code-python-course/

Learning to write better code — code that's readable, maintainable, and debuggable — is a crucial skill for being an effective part of a data science team.
The post Write Better Code With Our New Adva
Red Hat Developers: Python wheels, AI/ML, and ABI compatibility

Link: https://developers.redhat.com/blog/2019/09/27/python-wheels-ai-ml-and-abi-compatibility/

Python has become a popular programming language in the AI/ML world. Projects like TensorFlow and PyTorch have Python bindings as the primary interface used by data scientists to write machine learnin
Yasoob Khalid: Looking for an internship for Summer 2020

Link: https://pythontips.com/2019/09/17/looking-for-an-internship-for-summer-2020/

Hi lovely people! Hope everything is going well on your end. I asked you guys last year for helping me find a kick-ass internship and you all came through. I ended up working at ASAPP over the summer
Nathan Piccini Data Science Dojo Blog: 101 Data Science Interview Questions, Answers, and Key Concepts

Link: https://blog.datasciencedojo.com/data-science-interview-questions/

In October 2012, the Harvard Business Review described “Data Scientist” as the “sexiest”  job of the 21st century. Well, as we approach 2020 the description still holds true! The world needs more data
Rickard Lindberg: Segfault with custom events in wxPython

Link: http://rickardlindberg.me/writing/timeline-segfault-wxpython/

Segfault with custom events in wxPython
Published on 2019-09-28.
When working on porting Timeline to Python 3, I ran into a problem where a test caused a segfault. I managed to create a small example
Test and Code: 89: Improving Programming Education - Nicholas Tollervey

Link: https://testandcode.com/89

Nicholas Tollervey is working toward better ways of teaching programming. His projects include the Mu Editor, PyperCard, and CodeGrades. Many of us talk about problems with software education. Nichola
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