Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Bhishan Bhandari: Web Scraping using Golang

Link: http://feedproxy.google.com/~r/TheTaraNights/~3/8WYr1YISf-k/

Web Scraping can be beneficial to individuals and companies. The intentions of this post is to host a set of examples on Web Scraping using Golang and goquery. I will be using github’s trending page h
Davy Wybiral: Learn to Solder Kits

Link: http://davywybiral.blogspot.com/2018/09/learn-to-solder-kits.html

These Learn to Solder kits from Rocket Dept. are a great way to teach your youngsters about soldering and basic electronics. One of them controls three LEDs with push buttons, one is a large RGB LED c
Stack Abuse: Creating a Simple Recommender System in Python using Pandas

Link: https://stackabuse.com/creating-a-simple-recommender-system-in-python-using-pandas/

Introduction
Have you ever wondered how Netflix suggests movies to you based on the movies you have already watched? Or how does an e-commerce websites display options such as "Frequently Bought Toget
Python Does What?!: kids these days think data structures grow on trees

Link: http://www.pythondoeswhat.com/2018/09/kids-these-days-think-data-structures.html

Args and kwargs are great features of Python.  There is a measurable (though highly variable) cost of them however:>>> timeit.timeit(lambda: (lambda a, b: None)(1, b=2))0.16460260000000204>>> timeit.t
Python Piedmont Triad User Group: PYPTUG Monthly Meeting (September): Introduction to Packet Manipulation with Scapy

Link: http://www.pyptug.org/2018/09/pyptug-monthly-meeting-september.html

DetailsCome join PYPTUG at out next monthly meeting (September 25th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never progra
Continuum Analytics Blog: Key Trends and Takeaways from Strata New York 2018

Link: https://www.anaconda.com/blog/company-blog/key-trends-strata-new-york-2018/

By Elizabeth Winkler Another Strata conference has come and gone. We had an incredible time meeting with a huge number of Anaconda users who came by our booth to chat! We also noticed some really inte
Stefan Behnel: Cython, pybind11, cffi – which tool should you choose?

Link: http://blog.behnel.de/posts/cython-pybind11-cffi-which-tool-to-choose.html

In and after the conference talks that I give about Cython, I often get the question how it compares to other tools like pybind11 and cffi.
There are others, but these are definitely the three that ar
Kay Hayen: Nuitka Release 0.5.33

Link: http://nuitka.net/posts/nuitka-release-0533.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.
This release contains a bunch of fi
Talk Python to Me: #177 Flask goes 1.0

Link: https://talkpython.fm/episodes/show/177/flask-goes-1.0

Flask is now 8 years old and until recently had gone along pretty steady state. It had been hanging around at version 0.11 and 0.12 for some time. After a year-long effort, the web framework has now b
Python Celery - Weekly Celery Tutorials and How-tos: Concurrency and Parallelism

Link: https://www.distributedpython.com/2018/09/14/concurrency-vs-parallelism/

Concurrency is often misunderstood and mistaken for parallelism. However,
concurrency and parallelism are not the same thing. But why should you care? All
you want is to make your Python application f
Python Celery - Weekly Celery Tutorials and How-tos: Concurrency and Parallelism

Link: https://www.distributedpython.com/2018/09/14/concurrency-and-parallelism/

Concurrency is often misunderstood and mistaken for parallelism. However,
concurrency and parallelism are not the same thing. But why should you care? All
you want is to make your Python application f
Weekly Python StackOverflow Report: (cxliii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2018/09/cxliii-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-09-15 20:02:19 GMTRemainder function (%) runtime on numpy arrays i
PyBites: PyBites Twitter Digest - Issue 29, 2018

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

A handy template to generate basic Python project structures.
Submitted by @Erik.
Nice one! A great #template for generating a basic #Python project structure! @pybites https://t.co/zaxboOMGwN— Julian
Bhishan Bhandari: Python, Boto and AWS EC2

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

Most if not all software companies have adopted to cloud infrastructure and services. AWS in particular is very popular amongst all. The intentions of this post is to host a few examples on using boto