Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Articles on automation
Code Challenge 37 – Automate a Task With Twilio – Review
By PyBites Team on 3 October 2017
In this article we review last week’s Automate a Task With Twilio code challenge.
Code Challenge 36 – Create an AWS Lambda Function – Review
By PyBites Team on 3 October 2017
In this article we review last week’s Create an AWS Lambda Function code challenge.
Code Challenge 37 – Automate a Task With Twilio
By PyBites Team on 25 September 2017
Hi Pythonistas, this week we got a really cool challenge for you. Our Never Forget A Friend’s Birthday with Python, Flask and Twilio article got released on Twilio’s blog and we thought it would be awesome to have you code up the next Twilio app. Join our challenge and if you build something serious you could even pitch it to Twilio!
Code Challenge 36 – Create an AWS Lambda Function
By Michael Herman on 12 September 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! We are delighted to have Michael Herman (Real Python) back to deliver this week’s challenge. Prepare to learn some useful new skills and above all have fun!
PyBites Module of the Week: Openpyxl – Automate Excel!
By Bob Belderbos on 12 September 2017
You probably remember your first script. I remember the joy of discovering how I could let the machine automate something for me. It still gets me excited everyday. I played a bit with openpyxl yesterday. I used it to hack an Excel game for which I first used a macro. Not particularly useful but a nice exploration of this module.
Hiding BCC Recipients in Python MIME Emails
By Julian Sequeira on 6 September 2017
How to actually hide the BCC recipients when sending an email with Python MIME.
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 30
By PyBites Team on 30 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites Module of the Week – Pexpect
By Julian Sequeira on 27 July 2017
A brief overview of the pexpect module