In this post a script we use to get a weekly digest of our posts.
Get a weekly digest from a Pelican blog
By Bob Belderbos on 24 December 2016
2016 py articles and useful books
By Bob Belderbos on 22 December 2016
Some of my Python articles I posted on my blog this year and useful books
The Beauty of Python Virtualenvs
By Julian Sequeira on 22 December 2016
Python Virtualenvs are incredible yet sadly under utilised!
Read the stdlib: deque
By Bob Belderbos on 20 December 2016
Use collections.deque to rotate letters in string (or elements in list). It has a native method which performs faster too.
How to get PyBites up and running on your machine
By PyBites Team on 20 December 2016
This is a short post for Julian to get this Pelican blog up and running on his system.
__init__
By PyBites Team on 19 December 2016
Welcome to our new PyBites blog where our goal is to further develop our Python skills and share what we learn.