Skip to content
  • Blog
  • YouTube
  • AI Community
Data Consulting
Hire Us

September 2025

  • Home
  • 2025
  • September
  • Page 3
Streamlit

Streamlit Logging

September 10, 2025 Pere No comments yet

Logging is a way to keep track of what happens inside your Streamlit app.It helps you:Fix bugs while you’re developing. Keep an eye on user events and interactions. Keep track of the phases in data processing. In Production, keep track of warnings and serious problems. Streamlit uses Python’s built-in logging module under the hood.  Need  a  […]

Streamlit

Streamlit Fragment

September 10, 2025 Pere No comments yet

When a widget changes, Streamlit usually runs your whole script again.  Fragments break this pattern by letting you run parts of your app again, which makes it run faster and more responsively.The decorator @st.fragment() just runs the fragment, not the whole app. A fragment is a function decorated with @st.fragment that reruns independently from the […]

Streamlit

Streamlit Data Editior

September 10, 2025 Pere No comments yet

The data editor widget allows you to edit dataframes and many other data structures in a table-like UI.It’s like an Excel-like spreadsheet inside your Streamlit app.  Need a Streamlit developer? Click Here Syntax Parameter Type Description data Any (DataFrame, Series, List, Dict, etc.) The data to display and edit in the editor. Supports pandas, NumPy, lists, […]

Streamlit

Streamlit Fastapi

September 10, 2025 Pere No comments yet

What is Streamlit?Python framework for creating interactive UIs.It is best for data dashboards, ML demos, and quick prototypes.What is FastAPIFastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. Why Combine Streamlit and FastAPIExample Use Cases: Real-time dashboards AI-powered apps Multi-user booking systems Large-scale data APIs […]

n8n

n8n scrape tiktok

September 10, 2025 Pere No comments yet

Do you want to extract information about a TikTok account, its followers, likes, or posts without having to write any code? I’ll show you how to do it step by step with Apify and n8n in this guide. You’ll have a completely automated process at the end that collects, filters, and saves TikTok account data […]

n8n

How to Self Host N8N with Hostinger

September 10, 2025 Pere No comments yet

Have you been paying $20 or more every month for N8N Cloud?What if I told you that you could self-host N8N for as little as $5/month and unlock more features, better privacy, and greater control over your workflows? In this comprehensive guide, I’ll walk you through everything you need to know to set up your […]

n8n

n8n google maps scraper

September 6, 2025 Pere No comments yet

Businesses sometimes use virtual assistants (VAs) or developers on freelance sites to get company data from Google Maps for things like lead generation, seo research, competitor tracking, and b2b strategy planning. In this article, we’ll use the following to make an automated workflow: Apify → To scrape Google Maps data N8N → To orchestrate automation Perplexity […]

Posts pagination

Previous 1 2 3

Search

Categories

  • Claude Cowork (13)
  • LangChain (3)
  • LeetCode (8)
  • Linear Algebra (7)
  • n8n (49)
  • Python (31)
  • Python Pandas (36)
  • Sbert (1)
  • scikit-learn (29)
  • Statistics (24)
  • Streamlit (43)
  • Time Series (6)
  • Uncategorized (26)
  • Web Scraping (5)

Recent posts

  • CRM AI Agent: How to Automate Your Sales Pipeline in 2026
  • How to Set Up Claude Cowork Connectors Step-by-Step (2026)
  • n8n PDF Generator: Create and Send PDFs Automatically

Ai Automation for Operators and Builders

Important Links
  • Blog
  • Sponsorships
  • Work With Us
  • Ai Community
LinkedIn
  • Ryan Nolan
  • Matt Payne
Social Media

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy