Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Real Python: Working With JSON Data in Python

Link: https://realpython.com/courses/working-json-data-python/

JSON is a lightweight data-interchange format. It allows us to represent the objects in our Python programs as human-readable text that can be sent over the internet. Lots of APIs and databases use JS
Mike Driscoll: wxPython 4 and PubSub

Link: http://www.blog.pythonlibrary.org/2019/03/28/wxpython-4-and-pubsub/

The Publish-Subscribe pattern is pretty common in computer science and very useful too. The wxPython GUI toolkit has had an implementation of it for a very long time in wx.lib.pubsub. This implementat
Data School: Six easy ways to run your Jupyter Notebook in the cloud

Link: https://www.dataschool.io/cloud-services-for-jupyter-notebook/

There are many ways to share a static Jupyter notebook with others, such as posting it on GitHub or sharing an nbviewer link. However, the recipient can only interact with the notebook file if they al