Running your site or business good chance you A. use promo material like banners and B. you make them manually with Photoshop, Gimp or what not. And yes for anything beyond the basics you probably need those programs. But what if you like to keep it simple and want to semi-automate things? Just an image and text on canvas? Enter Pillow – The friendly PIL fork, which makes this pretty easy. Come explore some of its capabilities with me in this article.
Articles on PyBites
PyBites Module of the Week – Pexpect
By Julian Sequeira on 27 July 2017
A brief overview of the pexpect module
Twitter digest 2017 week 28
By PyBites Team on 16 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter digest 2017 week 27
By PyBites Team on 9 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
200 Days of PyBites, 100 Days of Code and our Next Project
By PyBites Team on 7 July 2017
We did it! #100DaysOfCode is done: 5K lines of code, 100 scripts. Just on the day PyBites turns 200 days. In this article we will share our learning on this major project and announce our next 100 days effort …
PyBites Module of the Week – Pendulum
By Julian Sequeira on 24 June 2017
A brief overview of the Pendulum datetime module.
Behind the Scenes of PyBites – a Blog for Passionate Pythonistas (Post #100 Special)
By PyBites Team on 18 April 2017
Python is hot according to Dice. It’s an easy language to learn, has an elegant design and is widely used. In this article we proudly present our now 4 months journey into building PyBites. It’s a reflection of what we achieved and lessons learned. We hope to inspire fellow developers to start their own venture. It is very rewarding!
PyBites Module of the Week – ipaddress
By Julian Sequeira on 23 March 2017
While playing around with code for our post on generators we discovered the ipaddress module, part of the Standard Library. Such a handy little module!
Generators are Awesome, Learning by Example
By Julian Sequeira on 17 March 2017
Learn what a Generator is and check out some different examples.
How to Order Dict Output in Python
By Julian Sequeira on 16 February 2017
Learn how to order the output of a Python Dict
