Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Logging in Python

Link: https://realpython.com/python-logging/

Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not even have thought of while de
Kay Hayen: Nuitka this week #6

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


Contents

Holiday
bool
void
module_var


Goto Generators
Benchmarks
Twitter
Poll on Executable Names
Hotfixes
Help Wanted
Plans
Donations



Holiday
In my 2 weeks holiday, I indeed focused on a reall
Made With Mu: Mu and PyGameZero Gamepad Demo

Link: https://madewith.mu/mu/users/2018/09/12/mu-pygamezero-gamepad.html

Anthony Briggs (who blogs at NeoLudic) got in
touch via Twitter
with a proof-of-concept for controlling PyGameZero games with
a gamepad (such as the one you’ll use with your XBox or Playstation).



T
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