Planet Python RSS
215 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Vasudev Ram: The 2018 Python Developer Survey

Link: http://jugad2.blogspot.com/2018/10/the-2018-python-developer-survey.html

By Vasudev RamReposting a PSF-Community email as a PSA:Participate in the 2018 Python Developer Survey.Excerpt from an email to the psf-community@python.org and psf-members-announce@python.org mailing
Mike Driscoll: Jupyter Notebook Debugging

Link: http://www.blog.pythonlibrary.org/2018/10/17/jupyter-notebook-debugging/

Debugging is an important concept. The concept of debugging is trying to figure out what is wrong with your code or just trying to understand the code. There are many times where I will come to unfami
Eli Bendersky: Covariance and contravariance in subtyping

Link: https://eli.thegreenplace.net/2018/covariance-and-contravariance-in-subtyping/

Many programming languages support subtyping, a kind of polymorphism that lets
us define hierarchical relations on types, with specific types being subtypes of
more generic types. For example, a Cat c
Stack Abuse: Creating a Neural Network from Scratch in Python: Multi-class Classification

Link: https://stackabuse.com/creating-a-neural-network-from-scratch-in-python-multi-class-classification/

This is the third article in the series of articles on "Creating a Neural Network From Scratch in Python".

Creating a Neural Network from Scratch in Python
Creating a Neural Network from Scratch in P
PyCon: PyCon 2019 Launches Financial Aid

Link: https://pycon.blogspot.com/2018/10/pycon-2019-launches-financial-aid.html

The PyCon conference prides itself on being affordable. However, registration is only one of several expenses an attendee must incur, and it’s likely the smallest one. Flying, whether halfway around t
Real Python: Python, Boto3, and AWS S3: Demystified

Link: https://realpython.com/python-boto3-aws-s3/

Amazon Web Services (AWS) has become a leader in cloud computing. One of its core components is S3, the object storage service offered by AWS. With its impressive availability and durability, it has b
Stack Abuse: Python Dictionary Tutorial

Link: https://stackabuse.com/python-dictionary-tutorial/


Introduction
Creating a Dictionary
Accessing Elements
Adding Elements
Updating Elements
Removing Elements
Other Common Methods
Conclusion

Introduction
Python comes with a variety of built-in data st
The No Title® Tech Blog: Haiku R1/beta1 review - revisiting BeOS, 18 years after its latest official release

Link: https://no-title.victordomingos.com/articles/2018/haiku_r1_beta1_review_revisiting_beos

Having experimented and used BeOS R5 Pro back in the early 2000’s, when the company that created it was just going down, I have been following with some interest the development of Haiku during all th
Talk Python to Me: #182 Picture Python at Shutterfly

Link: https://talkpython.fm/episodes/show/182/picture-python-at-shutterfly

Join me and Doug Farrell as we discuss his career and what he's up to at Shutterfly. You'll learn about the Python stack he's using to work with, not just with bits and bytes, but physical devices on
Davy Wybiral: LoRa IoT Network Programming | RYLR896

Link: http://davywybiral.blogspot.com/2018/10/lora-iot-network-programming.html

Hey everyone, so I just got some LoRa modules from REYAX to experiment with long range network applications and these things are so cool! So far I've made a long range security alarm, a button to wate
Mike Driscoll: Python 101: Episode #29 – Installing Packages

Link: http://www.blog.pythonlibrary.org/2018/10/18/python-101-episode-29-installing-packages/


In this screencast we will learn how to install 3rd party modules and packages using easy_install, pip and from source.
You can also read the chapter this video is based on here or get the book on Le
PyCharm: PyCharm 2018.3 EAP 7

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

PyCharm 2018.3 EAP 7 is out! Get it now from the JetBrains website.
In this EAP we introduced a host of new features as well as fixed bugs in various subsystems.
Read the Release Notes
New in This Ver
Stack Abuse: Getting User Input in Python

Link: https://stackabuse.com/getting-user-input-in-python/

Introduction
The way in which information is obtained and handled is one of the most important aspects in the ethos of any programming language, more so for the information supplied and obtained from
Catalin George Festila: Using kivy python module with PyCharm IDE.

Link: http://python-catalin.blogspot.com/2017/11/using-kivy-with-pycharm-ide.html

First, you need to download the last version of PyCharm IDE.My PyCharm IDE put the python version 3 into a folder named Miniconda3.I use the command shell to go to Scripts and I used pip to install th
Catalin George Festila: Fix PyCharm error install python module from conda .

Link: http://python-catalin.blogspot.com/2017/12/fix-pycharm-error-install-python-module.html

Today I fix an error about PyCharm and conda.As you know :Conda is an open source package management system and environmental management system that runs on Windows, macOS and Linux.Also, Conda quickl
Catalin George Festila: The ebooklib python module .

Link: http://python-catalin.blogspot.com/2018/01/the-ebooklib-python-module.html

Happy new year 2018! The official webpage of this python module comes with this intro:EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files. It's capable of reading and writing EPUB f
Catalin George Festila: Python 2.7 : InsecurePlatformWarning error.

Link: http://python-catalin.blogspot.com/2018/01/python-27-insecureplatformwarning-error.html

This is not a common error and can be solve it easy like any python issue.The result of this error can be shown like into the next example:c:\python27\lib\site-packages\pip\_vendor\requests\packages\u
Catalin George Festila: Python 2.7 : Python and BigQuery service object.

Link: http://python-catalin.blogspot.com/2018/01/python-27-python-and-bigquery-service.html

Here's another tutorial about python and google. I thought it would be useful for the beginning of 2018.The Google team tell us:What is BigQuery?Storing and querying massive datasets can be time consu
Catalin George Festila: The trinket website for learning.

Link: http://python-catalin.blogspot.com/2018/01/the-trinket-website-for-learning.html

This website comes with this feature:Trinket lets you run and write code in any browser, on any device.Trinkets work instantly, with no need to log in, download plugins, or install software.Easily sha