Skip to content
The Last Dev Talk about Technologies
  • Home
  • AWS
  • Tutorials
  • Python
  • Snippets
  • Data
  • About
  • Contact
  • Home
  • Page 3

Instead of scraping, use APIs

Leave a Comment / Random Stuff / By thelastdev

Uncontrollable and amateur scraping can really hurt a website. The best option to extract information from the web is through APIs. Nowadays, almost every single service has an API server where you can query and get data, Facebook has the dev.facebook, Twitter also, even Amazon! It is always best to plan and think before going …

Instead of scraping, use APIs Read More »

Topic Modeling with Python

Leave a Comment / Data, Python, Tutorials / By thelastdev

Let’s start talking about Data Mining! In today’s post, we are going to dive into Topic Modeling, a unique technique that extracts the topics from a text. It is a really impressive technique that has many appliances in the world of Data Science. The following post will go as follows. First I am going to …

Topic Modeling with Python Read More »

Scrape a Webpage using Python 2.7

1 Comment / Data, Python, Tutorials / By thelastdev

Similar to the previous post, in this post, we are going to learn how to extract information from the Internet. We have to create a dataset first, to implement data mining techniques. So, let’s start. Github Code of this project. 1. What is scraping? Scraping is a technique that allows us to extract information from …

Scrape a Webpage using Python 2.7 Read More »

Mining the Social Media using Python 2.7

3 Comments / Data, Python, Tutorials / By thelastdev

Greetings! In this post, I will show you how to mine the Social Media, to be more precise Twitter! It is a very simple process and I will show you how to do it in Python 2.7 in a couple of steps. Step 1 – Install Python Packages First of all, let’s see the list with all …

Mining the Social Media using Python 2.7 Read More »

First blog post

2 Comments / Data / By thelastdev

  Greetings everyone! This is my first blog post ever! In this post, I will try to explain the purpose of this blog along side with the fist topics that I am going to cover. First of all, I would like to thank each and every one of you for the time that you will …

First blog post Read More »

Posts navigation

← Previous Page 1 2 3

Recent Posts

  • How SageMaker Debugger works
  • Amazon Rekognition – Serverless image tagging
  • PySpark Code Snippets
  • Introduction to Amazon Rekognition
  • Introduction to Amazon Kendra
  • Amazon SageMaker – Bring your own Algorithm
  • DataLake on AWS with Amazon Athena

Categories

  • AI Stack
  • Algorithms
  • Athena
  • AWS
  • Book Review
  • Data
  • Deep Learning
  • Lambda
  • Machine Learning
  • Monthly Updates
  • PySpark snippets
  • Python
  • Random Stuff
  • S3
  • SageMaker
  • Snippets
  • Tutorials
Copyright © 2023 thelastdev.com