Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Trey Hunner: Overusing list comprehensions and generator expressions in Python

Link: http://treyhunner.com/2019/03/abusing-and-overusing-list-comprehensions-in-python/

List comprehensions are one of my favorite features in Python.
I love list comprehensions so much that I’ve written an article about them, done a talk about them, and held a 3 hour comprehensions tuto
Continuum Analytics Blog: Anaconda Enterprise 5.3 Release

Link: https://www.anaconda.com/anaconda-enterprise-5-3-release/

The Anaconda Product Team has released Anaconda Enterprise 5.3, an upgrade focused on platform stability and reliability to support our customers’ needs for continuous innovation. Customizable Static
Python Engineering at Microsoft: Python in Visual Studio Code – March 2019 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2019-release/

We are pleased to announce that the March 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it direct
Fabio Zadrozny: PyDev 7.2.0 released

Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/n8FmJQjJVDo/pydev-720-released.html

PyDev 7.2.0 is now available for download.This version brings some improvements to the debugger and a fix for when PyDev could not properly find pipenv which could impact some users.See: http://pydev.
PyCharm: PyCharm 2019.1 Out Now

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

PyCharm 2019.1 is out now: all-new Jupyter Notebook support, ‘recent location’ for navigation, custom theme plugins, and much more. Download now

New in PyCharm

Jupyter Notebooks support has been com
Stack Abuse: Python for NLP: Parts of Speech Tagging and Named Entity Recognition

Link: https://stackabuse.com/python-for-nlp-parts-of-speech-tagging-and-named-entity-recognition/

This is the 4th article in my series of articles on Python for NLP. In my previous article, I explained how the spaCy library can be used to perform tasks like vocabulary and phrase matching.
In this
PyCon: PyCon 2019 Dietary Information

Link: https://pycon.blogspot.com/2019/03/pycon-2019-dietary-information.html

We are excited to be finalizing plans for PyCon 2019.  In our continued efforts to provide you as much information ahead of the conference as possible, we would like to inform you of the planned meals
Python Software Foundation: PuPPy Presents its 1st Annual Benefit featuring Guido van Rossum

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/LabBUK7ygHY/puppy-presents-its-1st-annual-benefit_27.html







p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 16.0px 'Times New Roman'; color: #000000; -webkit-text-stroke: #000000}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0
Real Python: How to Stand Out in a Python Coding Interview

Link: https://realpython.com/python-coding-interview-tips/

You’ve made it past the phone call with the recruiter, and now it’s time to show that you know how to solve problems with actual code. Whether it’s a HackerRank exercise, a take-home assignment, or an
leftmouseclickin: Plot triple exponential moving average time series graph with python

Link: http://leftmouseclickin.com/2019/03/27/plot-triple-exponential-moving-average-time-series-graph-with-python/


Our Own Score




Welcome back again to the ongoing Stock and Forex project, before we start I just want to let you all know that pycharm 2019 is ready for download, I am using pycharm for this proje
NumFOCUS: Facebook joins NumFOCUS Corporate Sponsors

Link: https://numfocus.org/blog/facebook-joins-numfocus-corporate-sponsors

The post Facebook joins NumFOCUS Corporate Sponsors appeared first on NumFOCUS.
Montreal Python User Group: Montréal-Python 74: Virtual Echo

Link: https://montrealpython.org/en/2019/03/mp74/

We will meet up at Shopify for the first Montreal Python of the year. We will start with 4 most interesting presentations, and then we will move up to Benelux to continue the discussion.
Speakers
Nico
Codementor: Mars – Alibaba's Open Source Distributed Scientific Computing Engine

Link: https://www.codementor.io/alibabacloud/mars-alibaba-s-open-source-distributed-scientific-computing-engine-thbezmpm1

Recently, Alibaba officially published the open source code for its distributed scientific computing engine – Mars. Developers can download and install Mars from PyPI or obtain the source code from...
Codementor: PyCon China 2018: In-Depth Analysis of Mars

Link: https://www.codementor.io/alibabacloud/pycon-china-2018-in-depth-analysis-of-mars-thbwq7j1n

We shared our latest project, Mars, a matrix-based unified computing framework, at the main venue of the PyCon China 2018 conference in Beijing, as well as at its sub-venues in Chengdu and...
Zato Blog: SSH commands as API microservices

Link: https://zato.io/blog/posts/ssh-api-service.html

This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration of devices or equipment that does not offer a REST interface or making sure that ac
Stack Abuse: Working with PostgreSQL in Python

Link: https://stackabuse.com/working-with-postgresql-in-python/

Introduction
PostgreSQL is one of the most advanced and widely used relational database management systems. It's extremely popular for many reasons, a few of which include it being open source, its ex
Wingware Blog: Auto-Editing in Wing Pro (Part 1 of 3)

Link: https://wingware.com/blog/rss/wingpro-auto-editing-1

Wing Pro implements a suite of auto-editing operations that take care of common
low-level editing tasks, like moving Python code into a new block, entering invocation
arguments, and maintaining PEP 8
Calvin Spealman: Interrupting Coders Isn’t So Bad

Link: http://techblog.ironfroggy.com/2019/03/interrupting-coders-isnt-so-bad.html

Here’s a hot take: disrupting coders isn’t all that bad.Some disruptions are certainly bad but they usually aren’t. The coder community has overblown the impact. A disruption can be a good thing. How