Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCon.DE & PyData Karlsruhe: PyCon.DE & PyData Karlsruhe 2018 Keynote: Wes McKinney

Link: http://de.pycon.org/blog/pyconde-and-pydata-karlsruhe-2018-keynote-wes-mckinney/

We are very happy to confirm Wes McKinney as a keynote speaker for PyCon.DE 2018 & PyData Karlsruhe.

Wes McKinney has been creating fast, easy-to-use data wrangling and statistical computing tools, m
Real Python: Documenting Python Code: A Complete Guide

Link: https://realpython.com/documenting-python-code/

Welcome to your complete guide to documenting Python code. Whether you’re documenting a small script or a large project, whether you’re a beginner or seasoned Pythonista, this guide will cover everyth
PyCharm: PyCharm 2018.2 Out Now

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

PyCharm 2018.2 is now available: Pipenv environments, pytest support improvements, new and improved quick documentation, and much more

 
New in PyCharm

PyCharm now fully supports pipenv: easily crea
Mike Driscoll: Jupyter Notebook 101 Preview Chapters

Link: http://www.blog.pythonlibrary.org/2018/07/25/jupyter-notebook-101-preview-chapters/

I am currently working on a new book called Jupyter Notebook 101 that I am planning to release in November 2018. I have put together a PDF that shows a rough draft of the first couple of chapters of t
pythonwise: Specifying test cases for pytest using TOML

Link: http://pythonwise.blogspot.com/2018/07/specifying-test-cases-for-pytest-using.html

Say you have a function that converts text and you'd like to test it. You can write a directory with input and output and use pytest.parameterize to iterate over the cases. The problem is that the inp
Python Software Foundation: The PSF Jobs Volunteer Team: Community Service Award Q1 2018 Recipient

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/jLYskRt9sOE/the-psf-jobs-volunteer-team-community.html

The popularity of the Python language has increased exponentially in recent years. Notably, Stack Overflow highlighted Python as the fastest growing major programming language. As Pythonistas, we know
Kay Hayen: Nuitka this week #1

Link: http://nuitka.net/posts/nuitka-this-week-1.html


Contents

New Series Rationale
Planned Mode
Locals Dict
Nodes need Finalization
Impact on Memory Usage
Type Hints Question
Python 3.7
Coroutine Compatibility
PyLint Troubles
TODO solving
Issues Encou
Continuum Analytics Blog: Faster Machine Learning – Deep Learning with GPUs

Link: https://www.anaconda.com/blog/company-blog/faster-machine-learning-deep-learning-gpus/

The Big Deal With GPUsIf you’ve been following data science and machine learning, you’ve probably heard the term GPU. But what exactly is a GPU? And why are they so popular all of a sudden? What A GPU
PyCharm: PyCharm 2018.2.1 RC Out Now

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

PyCharm 2018.2.1 Release Candidate is now available, with various bug fixes. Get it now from our Confluence page
Improved in This Version

A rendering issue (IDEA-195614) that affected Linux users of
Bhishan Bhandari: Python Subprocess

Link: http://feedproxy.google.com/~r/TheTaraNights/~3/7Xq-77SZHig/

Through this post, we will discuss and see via examples the purpose of subprocess, how to spawn processes, how to connect to their input/output and error pipes, etc. subprocess As the name suggests, s
Semaphore Community: Building and Testing an API Wrapper in Python

Link: https://semaphoreci.com/community/tutorials/building-and-testing-an-api-wrapper-in-python

This article is brought with to you by Semaphore.Introduction
Most websites we use provide an HTTP API to enable developers
to access their data from their own applications. For developers utilizin
Davy Wybiral: Hacked by a USB Device?!

Link: http://davywybiral.blogspot.com/2018/07/hacked-by-usb-device.html

I made a USB device that forces Windows machines to subscribe to my channel when someone plugs it in. 😃
Weekly Python StackOverflow Report: (cxxxvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/07/cxxxvi-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-07-29 06:14:37 GMTIn python, why does 0xbin() return False? - [140
PyBites: PyBites Twitter Digest - Issue 26, 2018

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

PyPI has a Twitter Account! Follow them!
Welcome to the home of https://t.co/Dp6LQFTOTZ on twitter! You can follow here for announcements about the package… https://t.co/RJmWNKHQey— Python Package Ind
Bhishan Bhandari: Examples of Browser Automations using Selenium in Python

Link: http://feedproxy.google.com/~r/TheTaraNights/~3/3Cs1HHIF5f4/

Browser Automation is one of the coolest things to do especially when there is a major purpose to it. Through this post, I intend to host a set of examples on browser automation using selenium in Pyth
Bill Ward / AdminTome: Python Set: Tutorial for Python Beginners

Link: http://www.admintome.com/blog/python-sets/

In this post I will go over what a Python set is and how to use them in your Python programs. With sets we can manage data just like math sets.

Python sets let us work with sets of values much like w