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

Pere

  • Home
  • Pere
  • Page 4
n8n

n8n Model Context Protocol

September 12, 2025 Pere No comments yet

Artificial intelligence is moving fast, and one of the most important innovations for AI workflows is the Model Context Protocol (MCP). Developed by Anthropic, MCP provides a standardized way for AI models to interact with external tools, APIs, and data sources. If you’re using N8N—whether in the cloud or self-hosted—MCP opens the door to building […]

Python, Streamlit

Streamlit Title

September 10, 2025 Pere No comments yet

Streamlit st.title displays text in title formatting.The st.title() function in Streamlit displays a large, bold title at the top of your app.It is typically used for headings, titles, or to highlight important sections of your application.  Need a Streamlit Developer? Click here Syntax Example Adding Emojis You can include emojis in your title text by using […]

Python, Streamlit

Streamlit Async

September 10, 2025 Pere No comments yet

Streamlit runs Python scripts top-to-bottom when ever a user interacts with widget.Streamlit is synchronous by default, meaning each function waits for the previous one to finish. The problem arises when we are fetching remote APIs, databases or long computations, synchronous code blocks the UI, making apps slow. This is where asyncio comes in.   Need a Streamlit […]

Streamlit

Streamlit Number Input

September 10, 2025 Pere No comments yet

The st.number_input() widget in Streamlit allows users to input numeric values such as integers or floats. When should it be implemented? Acquiring numerical input from users. Obtaining budgets, quantities, or percentages. Price ranges are acceptable. Developing interfaces that are dynamic. Need a Streamlit Developer? Click Here Syntax st.number_input(label, min_value=None, max_value=None, value=”min”, step=None, format=None, key=None, help=None, on_change=None, […]

Streamlit

Streamlit Toggle

September 10, 2025 Pere No comments yet

Users can enable or inhibit a binary option in your application using the Streamlit st.toggle() widget. It functions similarly to a switch button, yielding a boolean value (True or False).  Need a Streamlit developer? Click Here Syntax st.toggle(label, value=False, key=None, help=None, on_change=None, args=None, kwargs=None, *, disabled=False, label_visibility=”visible”, width=”content”) Parameter Type Default Description label str Required The text […]

Streamlit

Streamlit Calender

September 10, 2025 Pere No comments yet

Streamlit includes a built-in date picker meant for selecting dates (single or ranges). Why calendars are important in apps: for scheduling, planning events, filtering data, and more. A quick look at two different ways: Selection like a native calendar using st.date_input. The streamlit-calendar component gives you a full-featured calendar UI.   Need a Streamlit developer? Click Here […]

Streamlit

Streamlit Divider

September 10, 2025 Pere No comments yet

In streamlit applications, content can get cluttered when displaying multiple sections,forms, widgets, or charts. In other to make the UI cleaner and easier to read, we use dividers.Dividers are horizontal lines that visually separate sections Streamlit provides a built-in function called st.divider() for this purpose. Need a Streamlit developer? Click Here Syntax Parameter Type Default Description […]

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, […]

Posts pagination

Previous 1 … 3 4 5 … 8 Next

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 (35)
  • Web Scraping (5)

Recent posts

  • 97% Accurate Product Categorization at Scale
  • Customer Support Insights Extraction
  • AI Sales Call Quality Scoring

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