-
**Mining Twitter Data with Python **
Learn how to mine Twitter data using the Tweepy library and Snscrape. This guide covers everything from API authentication to creating a DataFrame of tweets based on user timelines or text searches. Perfect for extracting social media insights. -
Scrape a Website with Scrapy and MongoDB
Discover how to scrape web data with Scrapy and store it in MongoDB for scalable storage and retrieval. Includes setup, creating spiders, and exporting data effectively. -
How To Scrape With Python and Selenium WebDriver
Automate browser interactions with Selenium WebDriver. This tutorial teaches how to scrape dynamic websites, handle page elements, and navigate effectively. -
Which Movie Should I Watch using BeautifulSoup
A fun guide to web scraping IMDb for movie recommendations. Learn to extract data, parse it, and format it into useful insights.
-
Build a Microblog with Flask
A step-by-step tutorial for building a microblog application. Learn Flask fundamentals, database integration, and deploying your application. -
Create a Blog Web App In Django
Build a blog web app with Django from scratch. Explore Django templates, models, and views to create a fully functional blog. -
Choose Your Own Adventure Presentations
Use Python to create interactive presentations with branching paths. Learn to work with PyPDF2 and other libraries. -
Build a Todo List with Flask and RethinkDB
Learn to create a simple yet powerful To-Do application using Flask and RethinkDB. Covers database setup, routes, and template rendering. -
Build a Todo List with Django and Test-Driven Development
This tutorial introduces test-driven development while building a Django To-Do app. Ideal for learning TDD principles and Django features. -
Build a RESTful Microservice in Python
A guide to building RESTful APIs using Flask and Connexion. Learn about OpenAPI specifications, endpoints, and testing. -
Microservices with Docker, Flask, and React
Build microservices with Docker, Flask, and React. This comprehensive guide covers service architecture, containers, and frontend-backend interaction. -
Build A Simple Web App With Flask
A beginner-friendly tutorial to build a Flask web application. Explore templates, forms, and deploying your app. -
Create A Django API in under 20 minutes
Learn to create a Django REST API quickly using Django REST Framework. Perfect for setting up CRUD APIs. -
Build a Community-driven delivery application with Django, Postgres and JavaScript
A complete guide to building an e-commerce delivery app. Learn to use Django with PostgreSQL and JavaScript.- Part 1
- Part 2
-
Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI
Build a real-time chat application leveraging Django, Vue, and RabbitMQ. This multi-part guide covers setup, backend, frontend, and message handling.- Part 1
- Part 2
- Part 3
- Part 4
- Part 5
- Part 6
-
Build a Reddit Bot
Learn to automate interactions on Reddit using PRAW. This tutorial covers bot authentication, scraping, and posting. -
How to Make a Reddit Bot - YouTube (video)
A video guide to building a Reddit bot. Explains coding, testing, and deploying bots on Reddit. -
Build a Facebook Messenger Bot
Create a bot for Facebook Messenger using Python. Learn about webhook setup, chatbot logic, and user interaction. -
Making a Reddit + Facebook Messenger Bot
Combine the functionalities of Reddit and Messenger bots in a single project. Ideal for cross-platform automation. -
How To Create a Telegram Bot Using Python
Build a Telegram bot using Python. Learn the basics of bot setup, API integration, and automation.- Part 1
- Part 2
-
Create a Twitter Bot In Python
A comprehensive guide to building a Twitter bot. Covers API usage, authentication, and bot functionality.