In this article we review last week’s Test a Simple Django App With Selenium code challenge.
Code Challenge 32 – Test a Simple Django App With Selenium – Review
By PyBites Team on 21 August 2017
Fully Automate Login and Banner Generation with Selenium, Requests and Click
By Bob Belderbos on 20 August 2017
In part 3 of the PyBites Banner Generator article series I show you how to automatically generate a banner with Requests and Selenium.
Twitter digest 2017 week 33
By PyBites Team on 20 August 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Making a Banner Generator With Pillow and Flask
By Bob Belderbos on 19 August 2017
In this article I will take last week’s banner.py Pillow script and integrate it into a Flask app.
Learning Flask v Learning Django
By Julian Sequeira on 16 August 2017
An article on my experience learning Flask and Django.
Code Challenge 32 – Test a Simple Django App With Selenium
By PyBites Team on 15 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python goodness. As anticipated this week we dedicate a challenge to Selenium testing. We think this is a cool skill to add to your web dev + testing repertoire.
Code Challenge 31 – Image Manipulation With Pillow – Review
By PyBites Team on 14 August 2017
In this article we review last week’s Image Manipulation With Pillow code challenge. Some nice submissions to share …
Twitter digest 2017 week 32
By PyBites Team on 13 August 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Using Pillow to Create Nice Banners For Your Site
By Bob Belderbos on 11 August 2017
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.
Code Challenge 31 – Image Manipulation With Pillow
By PyBites Team on 8 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding. Let’s shift gears a little bit: this week we have you choose an image manipulation task using Pillow, “the friendly PIL (Python Imaging Library) fork”. Have fun!