Listen here: In this episode we talk with none other than Sean Tibor from the Teaching Python podcast. Did you know he recently made an important career switch from teacher to developer? You’ll hear his inspiring story on how he’s grown as a developer, what helped him get there (for example his teaching experience), mindset… Continue reading From teacher to software developer
Articles on AWS
How to Create an AWS Lambda Layer For Any Python Dependency
By Michael Aydinbas on 5 October 2020
I finally managed to get scikit-learn running on the platform. On the way, I learned a lot about AWS Lambda Layers, AWS cli, and AWS cloud infrastructure in general. And now it’s time I share this knowledge with you. In this article you will learn about creating your own AWS Lambda Layer to support any Python package you may need.
How to Run External Python Libraries in AWS Cloud
By Bob Belderbos on 17 August 2020
AWS Lambda is awesome, but sometimes it can be hard to get external libraries working in this serverless environment. No worries, we learned a lesson or two which I will share in this article. Ready to run almost any Python library in the cloud? This should excite you and even trigger your entrepeneurial mind …
How to Cleanup S3 Objects and Unittest it
By Giuseppe Cunsolo on 2 September 2019
In this guest post Giuseppe shares what he learned having to cleanup a large number of objects in an S3 bucket. He introduces us to some boto3 as well as moto and freezegun he used to test his code. Enter Giuseppe …
PyBites Twitter Digest – Issue 26, 2018
By PyBites Team on 5 August 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites Twitter Digest – Issue 24, 2018
By PyBites Team on 22 July 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter Digest 2018 Week 15
By PyBites Team on 22 April 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
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 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!
Twitter digest 2017 week 17
By PyBites Team on 30 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.