Skip to content
  • Blog
  • YouTube
  • Discord
  • Services
    • Streamlit Developer for Hire
    • Hire n8n automation engineer
Data Consulting
Mentorships

Python

  • Home
  • Blog
  • Python
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 […]

Python, Streamlit

Streamlit Caching

August 28, 2025 Pere No comments yet

Streamlit runs your script from top to bottom whenever you interact with the app.This execution model makes development super easy. But it comes with two major challenges: 1. Long-running functions run again and again, which slows down your app.2. Objects get recreated again and again, which makes it hard to persist them across reruns or […]

Python

Streamlit Tutorial

August 5, 2025 admin No comments yet

Streamlit can help businesses automate a ton of tasks in a short amount of time. It essentially is a quick UI you can throw on top of Python code allowing you to build models and spreadsheet calculations very quickly. In this streamlit course we are going to cover the basics of Streamlit from creating your […]

Python

Gradient boosting classifier

July 12, 2025 Ryan Nolan No comments yet

Gradient Boosting is an ensemble technique that builds a strong model by combining multiple weak decision trees. While it may seem similar to a Random Forest, there’s a key difference: in Random Forests, each tree is built independently, whereas in Gradient Boosting, trees are built sequentially, with each new tree correcting the errors of the […]

Python

Reflexion Prompting

July 3, 2025 Ryan Nolan No comments yet

This technique is highly effective for chatbots and problem-solving tasks. It also helps reduce hallucinations by incorporating a form of quality control. The process involves: Starting with an initial prompt Getting the AI’s first response Sending a reflexion prompt asking the AI to review and reflect on its first answer Receiving an optimized response, improved […]

Python

Python For Loop

June 24, 2025 Ryan Nolan No comments yet

Loops are used to repeat a block of code multiple times. “for” loop in python is used when the number of repetition is known. “while” loop is used when the number of repetition is not known in advance, or can be infinite but there have to be a condition for stopping or exiting out the […]

Python

Python Dictionaries

June 22, 2025 Ryan Nolan No comments yet

A Python dictionary is a built in data type used to store key-value pairs. It is similar to a real dictionary where you have to look up a word (key) to find its defintion (value) In Python,  a dictionary stores data in linked key-value pairs Each key is connected to a specific value, making it […]

Python

Python sets

June 21, 2025 Ryan Nolan No comments yet

A set in Python is a built-in data type used to store unique elements—that is, it automatically removes duplicates. Sets are defined using curly braces {}, and they are unordered and unindexed, meaning the items have no specific position or order. While sets are generally unchangeable in terms of individual items (you can’t change elements […]

Python

Python Lists

June 21, 2025 Ryan Nolan No comments yet

https://www.youtube.com/watch?v=nQgN1y_KGLc&list=PLcQVY5V2UY4JlNQqDqmxwXgUy6QGhpgVY&index=3#numbers, booleans, string, list of lists#matrix is a 2d list#part 1 make your first list#list with numbers#list with strings #part 2 grab elements grab multiple elements from listhttps://go.elementor.com/widget-image #every 2nd letter #unpacking #part 4 replace elements #Part 5 Methods #ascending #return index #add to python list #add another list using extend metiod #3rd way to […]

Posts pagination

1 2 … 4 Next

Search

Categories

  • LangChain (3)
  • LeetCode (8)
  • Linear Algebra (7)
  • N8N (17)
  • Python (31)
  • Python Pandas (36)
  • scikit-learn (29)
  • Statistics (24)
  • Streamlit (40)
  • Time Series (6)
  • Uncategorized (3)
  • Web Scraping (5)

Recent posts

  • Streamlit Title
  • Streamlit Async
  • Streamlit Number Input

Helping Data Professions further there careers

Important Links
  • Blog
  • Sponsorships
  • Mentorships
  • Data Freelancing
LinkedIn
  • Ryan Nolan
  • Matt Payne
Get in touch
  • ryannolandata@gmail.com

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy