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

Python

  • Home
  • Blog
  • Python
  • Page 2
Python

Python Data Types

June 20, 2025 Ryan Nolan No comments yet

We are going to be looking at the datatypes in Python The data types in Python includes. int, float, none, range, complex, bool, strings, list, set, touple, dict Lets start with numbers. we have the int, float, complex and bool Example 1 Integers the type() function is used to return the type of value of […]

Python

Python Operators

June 19, 2025 Ryan Nolan No comments yet

We are going to be Covering Arithmetic, Comparism, Logical and Assignment Arithmetic Operators Arithmetic Operators are used to perform mathematical operations like addition, subtraction , multipliation e.t.c Example 1 Addition Here we add a + b using th python addition operator Example 2 Subtraction Here, we subtract b from a using the python subtraction operator […]

Python

Python tuples

June 16, 2025 Ryan Nolan No comments yet

we are going to be looking at Python Tuples. Some characteristics of tuples are: Tuple data never change.Tuples are used to store multiple items in a single variable.Tuples are ordered and unchangeable.Since tuples are indexed, they can have items with the same value.  https://youtu.be/2LV2T7KLJaI we start by creating a tuple called “tuple1”. Notice the type of […]

Python

Python While Loops

June 16, 2025 Ryan Nolan No comments yet

We are going to be looking at the While loop in python. The while loop in python is a control flow statement that repeatedly executes a block of code as long as a specified condition is true. Example 1 Basic While Loop Here, we are using the while loop to print numberd from 1 to […]

Python

Shapiro-Wilk Test Python

June 15, 2025 Ryan Nolan No comments yet

#Uniform Example General #Example with a Paired T Test

Python

mann-whitney u test python

June 15, 2025 Ryan Nolan No comments yet

#similiar to t test for independent samples#that t test looks at the mean #mann-whitney u loks at rank sum difference#sort from smallest to largest (smallest rank 1 largest last rank)#example rank group 1 sum 36 rank group sum 2 42 #confirm data is not normally distributed #write null and alternative hypothesis#The Mann-Whitney U Test is […]

Python

One-Way ANOVA

June 15, 2025 Ryan Nolan No comments yet

https://youtu.be/e0lum-6vuw4 ANOVA (Analysis of Variance) is a statistical method used to compare the means of three or more groups to determine whether at least one group mean is significantly different from the others. If the difference in means is only due to random variation, we accept the null hypothesis (H₀). If the differences are larger […]

Python

Python Regular Expressions

June 10, 2025 Ryan Nolan No comments yet

https://youtu.be/YlRtBs-mWUE#regex or regexpression #re.search() searches the entire string for a match. #The finditer function in Python’s re module is used to find all non-overlapping matches of a regular expression pattern in a string. It returns an iterator yielding match objects for each match. #can’t do length #split – list string split #raw text explanation#raw string […]

Python

Python Classes

June 7, 2025 Ryan Nolan No comments yet

https://youtu.be/XXJdZD0SCTI#Python supports the object-oriented programming paradigm through classes#class is like the blueprint for a house#create several houses and even a complete neighborhood. Each concrete house is an object or instance that’s derived from the blueprint #Each instance can have its own properties, such as color, owner, and interior design#properties carry what’s commonly known as the […]

Python

Python F String

June 7, 2025 Ryan Nolan No comments yet

https://youtu.be/8GIqXqHDNfY#f string#not a string generated by user#double quotes the best#12 examples#Ex 1: Printing a string #ex 2: multiple strings #Ex 3: functions or methods in the f string #Ex 4: (SORT OF ADVANCED CAN SKIP) #Ex: 5 Inline Expressions #ex: 9 datetime #ex 12 loops

Posts pagination

Previous 1 2 3 Next

Search

Categories

  • LangChain (3)
  • LeetCode (8)
  • Linear Algebra (7)
  • N8N (9)
  • Python (28)
  • Python Pandas (36)
  • scikit-learn (29)
  • Statistics (24)
  • Time Series (6)
  • Uncategorized (2)
  • Web Scraping (5)

Recent posts

  • n8n openai api
  • N8N Perplexity
  • Streamlit Full Course

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