Skip to content

DevSkrol

Data Science Tutorials and Articles for Beginners

Menu
  • Home
  • Design Principles
  • Data Science
    • Machine Learning
      • Data Preprocessing
      • Regression
      • Linear Regression
      • Logistic Regression
      • Decision Tree
      • Random Forest
    • Deep Learning
    • NLP
  • Image Processing
  • Python
    • Python Tips
      • A Tip A Day
    • Basic Python Tutorials
    • Python Quiz
  • Mathematics
    • Statistics
  • About
Search
Posted onOctober 17, 2021October 28, 2021A Tip A Day

A Tip A Day – Python Tips #12: Using zfill() for ‘0’ padding

zfill() function is type of padding function. This function fills only with ‘0’. Takes the resultant width of the string as argument. This is useful to pad a numeric string values.

Read More
Posted onOctober 16, 2021October 28, 2021A Tip A Day

A Tip A Day – Python Tips #11: Split string using partition, rpartition & splitlines


There are various ways to split strings. The popular split function we use often is split(), rsplit(). Apart from these 3 there are a few more functions that is very useful in string manipulations.

Read More
Posted onOctober 14, 2021November 4, 2021Basic Python Tutorial

Python Tutorials – Format output

Previous Next User Input: Input(message) function waits for an input from user. Input function always takes in a string data type value from the user.…

Read More
Posted onOctober 14, 2021October 30, 2021Basic Python Tutorial

Python Tutorials – Operators

Previous Next Python provides various types of operators. Mathematical Operators: Mathematical operators are used to perform mathematical operations like addition, subtraction, multiplication, division. In addition…

Read More
Posted onOctober 14, 2021October 30, 2021Basic Python Tutorial

Python Tutorials – Naming conventions

Variable names, function names, class-method names: Use lower case words separated by underscore. Class Name: Each word starts with Capital letter. No Underscore. (Camel Case)…

Read More
Posted onOctober 14, 2021November 4, 2021Basic Python Tutorial

Python Tutorials – Variables

Python Tutorial – What is a Variable? – How to use Variables in Python – Syntax – Exceptions – Type Error – Examples

Read More
Posted onOctober 14, 2021November 4, 2021Basic Python Tutorial

Python Tutorials – Data Types

Each variable must be categorized into a type of value. Based on the type, the variable will be used for the mathematical or logical operations.…

Read More
Posted onOctober 14, 2021November 21, 2021Basic Python Tutorial

Python Tutorials – Coding Layout

Spaces and Colons: As we already seen in Python Introduction that Python is basically invented for simplicity and easy of understanding. A well formatted code…

Read More
Posted onOctober 14, 2021November 21, 2021Basic Python Tutorial

Python Tutorials – Comments

Comments are very useful to give hints to others who explores the source code later. Python allows comments in both single line and multi-line. Single…

Read More
Posted onOctober 10, 2021October 30, 2021Basic Python Tutorial

Python Tutorials – Environment Setup

Previous Next There are 2 ways to install Python. 1. Install Python directly. To install python, go to the below link: https://www.python.org/downloads/ If you want…

Read More

Posts pagination

Previous Page Page 1 … Page 4 Page 5 Page 6 … Page 10 Next Page
© Copyright 2026 – DevSkrol – Privacy Policy
Anther Theme by DesignOrbital ⋅ Powered by WordPress