Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
leftmouseclickin: Plot the Aroon Up and the Aroon Down lines with Python

Link: http://leftmouseclickin.com/2019/03/22/plot-the-aroon-up-and-the-aroon-down-lines-with-python/


Our Own Score




In this chapter, we will continue to develop the ongoing Forex and Stock application with python. We will create a method used to plot the Aroon Up and the Aroon Down lines as well
Catalin George Festila: Using multiprocessing - a simple introduction.

Link: http://python-catalin.blogspot.com/2019/03/using-multiprocessing-simple.html

The multiprocessing module was added to Python in version 2.6 and can be used with new python versions.
It was originally defined in PEP 371 by Jesse Noller and Richard Oudkerk.
The multiprocessing pa
Catalin George Festila: Detect nudity with nudepy python module.

Link: http://python-catalin.blogspot.com/2019/01/detect-nudity-with-nudepy-python-module.html

Today I tested another python module named nudepy.You can find it here.This python module is a port of nude.js to Python.Let's start the tutorial with the installation:C:\Python364\Scripts>cd ..C:\Pyt
Abhijeet Pal: Configuring Django Templates

Link: https://djangocentral.com/configuring-django-templates/

Django is among the most recommended full stack web development frameworks at the moment. Django follows Model-Template-View (MTV) architecture. This is something similar to the traditional MVC( Model
Stack Abuse: Basic AI Concepts: A* Search Algorithm

Link: https://stackabuse.com/basic-ai-concepts-a-search-algorithm/

Introduction
Artificial intelligence in its core strives to solve problems of enormous combinatorial complexity. Over the years, these problems were boiled down to search problems.
A path search probl
Weekly Python StackOverflow Report: (clxx) stackoverflow python report

Link: http://python-weekly.blogspot.com/2019/03/clxx-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-03-23 07:47:12 GMTHow to find the largest number(s) in a list of e
Luke Plant: A Look at Python, Parameterized

Link: https://lukeplant.me.uk/blog/posts/a-look-at-python-parameterized/

I’ve written A Look at Python, Parameterized on the
Toptal blog — a look at how, in Python, you can
replace 6+ design patterns with one concept.
Catalin George Festila: Fix errors with the python errors encyclopedia.

Link: http://python-catalin.blogspot.com/2019/03/fix-errors-with-python-errors.html

Today I will present a website that I find very useful in learning and developing with the Python programming language.
This very short tutorial it is very useful for newcomers to get rid of all sorts
Catalin George Festila: Using Tornado - first steps...

Link: http://python-catalin.blogspot.com/2019/03/using-tornado-first-steps.html

About Tornado you can read at GitHub.
The basic info about this framework is this intro :
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By
Shyama Sankar Vellore: Python Dictionaries: Cheat Sheet

Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/uApoot1Ki8U/python-dictionaries-cheat-sheet.html

A cheat sheet for dictionaries in Python.What is the dictionary datatype in Python? How to use it? Some key points and several examples of its usage.Jump to the cheat sheetKey pointsDictionary is a co
Dataquest: Tutorial: Introduction to Git and Github

Link: https://www.dataquest.io/blog/tutorial-introduction-learn-git-github/

Learn the basics of version control with Git and Github in this introductory tutorial designed to get you up and running fast.
The post Tutorial: Introduction to Git and Github appeared first on Dataq
Wingware News: Wing Python IDE 7.0 Release Candidate 1

Link: https://wingware.com/news/2019-03-24

Wing 7.0 rc1 is now available through our early access program. It improves
the array and data frame viewer, solves several issues in Python code intelligence,
fixes VI mode jj and jk, fixes whole fi
Shyama Sankar Vellore: List, Set and Dictionary Comprehensions in Python

Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/UzdobYP34EI/list-set-and-dictionary-comprehensions.html

In this post, we will discuss the three Python comprehensions, i.e., list, set and dictionary comprehensions, with examples.Table of ContentsIntroductionAdvantagesList comprehensionSet comprehensionDi
PyPy Development: PyPy v7.1 released; now uses utf-8 internally for unicode strings

Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/BDZsGqtg3lo/pypy-v71-released-now-uses-utf-8.html


The PyPy team is proud to release version 7.1.0 of PyPy, which includes
two different interpreters:



PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7
PyPy3.6-be