Python Requests and Beautiful Soup - Playing with HTTP Requests, HTML Parsing and APIs

Recently, while running the Redmond Python Meetup I’ve found that a great way to get started using Python is to pick a few common tools to start learning. Naturally, I gravitated towards teaching the basics of one of the most popular Python packages - Requests. I’ve also found it’s useful to throw in using Beatiful Soup to show folks how they can efficiently interact with HTML data after getting an HTML page.

Sound interesting? Let’s look at what I typically cover - including a few basic examples of how you can use Requests to make HTTP GET and POST requests.

New AWS Certified Developer - Associate Level Preparation Course

I’m happy to annouce my newest course, the AWS Certified Developer - Associate Level certification prep course.

This course is by far the largest one I’ve ever done and has a LOT of content. There are over 14 hours of videos, as well as a variety of labs, flashcards, and quizzes.

Here’s a sneak peak of what you can expect inside one of my favorite labs: An example lab image for Step Functions

New Course - Building Serverless Chatbots with AWS Lex.

Are you interested in learning how to create your own Serverless chatbots with AWS services like Lex and Lambda? Great news! I just launched a course that’s perfect for you. You’ll build your own alerting chatbot on AWS and integrate it into a Slack organization. Here’s an example of the bot in action inside Slack:

The Lex Chatbot in Slack

Want to know more?

Here’s me (actually on camera!) talking about the course:

Nandolytics - My Own Visits Analysis Tool

I’d like to introduce to you a new advanced analytics tool for site traffic - Nandolytics.

Nandolytics is a highly-advanced one-of-a-kind analytics service that’s going to change the world through uniquely variable analysis in a market of established and reliable vendors for analytics services.

A few lucky visitors can have access to a demo of how I built this service. Find out if you’re one of them by clicking the button below.

Ticket Owl - A Tool to Check for Website Changes

For Valentine’s Day this year I wanted to get a nice gift for a special someone. So I decided to buy some tickets for a dinner and show. Just one problem, the site I was looking at ran out of tickets for currently scheduled shows. When I called the restaurant they told me to check the website - they were going to add more tickets at a later time.

But I didn’t want to constantly check the page to see if new times and dates were added, so I wrote a new project called Ticket Owl to do it for me.