Today a post on PEP8, the Style Guide for Python Code
Author
Bob Belderbos
Latest articles
by
-
-
Finally got a chance to look into Python 3.6’s new features. In this post some highlights and pointers.
-
In this post I will show you how we automate part of our Twitter posting using feedparser and tweepy.
-
In this post I summarize some great lessons Mike Pirnat shared in his free ebook ‘How to make mistakes in Python’
-
In this post I share a simple script to convert Bookcision JSON into a HTML page for your blog.
-
In this post I show an example how you can distribute your code as an executable zipfile, a neat trick I discovered in Chapter 6 of The Hitchhiker’s Guide to Python
-
In this post a script we use to get a weekly digest of our posts.
-
Some of my Python articles I posted on my blog this year and useful books
-
Use collections.deque to rotate letters in string (or elements in list). It has a native method which performs faster too.