Skip to content
letsfigureout.com

letsfigureout.com

A journey in learning
  • Home
  • Contact

A Serverless EC2 Inventory with the AWS CDK (part 3)

April 11, 2020 andres

In this article, we will tidy up our code, put it all together and deploy our first AWS CDK stack.…

Continue Reading →

Posted in: AWS, aws-cdk, Lambda, Python, SQS

Read CSV files with Python

March 22, 2020 andres

How do I read a CSV file with Python? It’s a common question, at the time of this writing there…

Continue Reading →

Posted in: Python, Software Development

Nearest neighbor algorithm with Python and Numpy

March 8, 2020 andres 1 Comment

In this tutorial we will learn how to implement the nearest neighbor algorithm using only Numpy. Additionally, we will also…

Continue Reading →

Posted in: Classification, Machine Learning, Python

A Serverless EC2 Inventory with the AWS CDK (part 2)

February 17, 2020 andres 2 Comments

In this article, we continue add functionality to our serverless EC2 inventory stack we created in part 1. If we…

Continue Reading →

Posted in: AWS, aws-cdk, Python, SQS Filed under: aws-cdk, DynamoDB, IAM, Lambda, python, SQS

A Serverless EC2 Inventory with the AWS CDK (part 1)

February 16, 2020 andres 1 Comment

Build a serverless stack to keep an inventory of all your EC2 instances

Continue Reading →

Posted in: AWS, aws-cdk, Lambda, Python, SQS Filed under: AWS, aws-cdk, DynamoDB, Lambda, python, SQS

Calculating WCU and RCU for Amazon DynamoDB

February 1, 2020 andres

DynamoDB is a fully managed NoSQL database provided by Amazon Web Services (AWS). It’s considered a serverless database as there is no infrastructure to manage, but you do need to manage the provisioned capacity.

Continue Reading →

Posted in: AWS, Cloud Computing Filed under: AWS, DynamoDB

Web Scraping with Python 3

January 3, 2020 andres

Learn how to write a web scraper in using Python and beautiful soup.

Continue Reading →

Posted in: Python, Software Development Filed under: Beautiful Soup, Python 3, WebScraping

Post navigation

Page 2 of 2
← Previous 1 2

Recent Posts

  • Writing Mathematical Expressions in Jupyter Notebooks
  • Understanding Transformer Networks
  • Data analysis with Python
  • Decision Trees
  • Support Vector Machines
  • May 2023
  • January 2023
  • January 2021
  • December 2020
  • November 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020

AWS aws-cdk Beautiful Soup DynamoDB IAM Lambda python Python 3 SQS WebScraping

Copyright © 2023 letsfigureout.com