Amazon AWS / Cloud Computing Setting up AWS Lambda with Python for beginners Ever heard of AWS Lambda and thought, “This sounds cool, but where do I start?” If so, you’re in the right place. AWS Lambda lets you run your code without …
Python / Scripting Guides Using Crontab and Selenium I have been setting up a python script using Selenium to automate some web tasks. One of the tasks I wanted to automate completely. I ran into a few …
Python / Scripting Guides Rolling A Die Here is a script that can be used to roll a die. The number of sides of the die can be adjusted. The amount of rolls and roll results …