Skip to content

DevSkrol

  • Home
  • Tutorials
    • Basic Python Tutorial
  • Quizzes
    • Python Basic Quiz #1 – About Python
    • Python Quiz for Beginner – About Python #2
    • Python Basic Quiz #3 – Basic Coding

Basic Python Tutorial

Only used to list Basic Python Tutorial pages

Basic Python Tutorial Strings 

Strings

October 23, 2021October 23, 2021 Asha Ponraj 0 Comments #python, #PythonStrings

Python Strings can be defined by either enclosed with single quotes ” or double quotes “”. Python also allows multi-line strings. This can be enclosed with triple quotes and can use either single quotes ” or double quotes “”.

Read more
Basic Concepts Basic Python Tutorial 

Format output

October 14, 2021October 14, 2021 Asha Ponraj 0 Comments #PythonStringFormat

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

Read more
Basic Concepts Basic Python Tutorial 

Operators

October 14, 2021October 14, 2021 Asha Ponraj 0 Comments #PythonOperators

Mathematical Operators: Operator Name Example Explanation + Addition x + y Adds if the x & y are numeric. Concatenates

Read more
Basic Concepts Basic Python Tutorial 

Naming conventions

October 14, 2021October 14, 2021 Asha Ponraj 0 Comments

Variable names, function names, class-method names: Use lower case words separated by underscore. Class Name: Each word starts with Capital

Read more
Basic Concepts Basic Python Tutorial Variables 

Variables

October 14, 2021October 14, 2021 Asha Ponraj 0 Comments #python, #Variables

A Variables is a value holder which store a data and it can be used in the program. In Python

Read more
Basic Concepts Basic Python Tutorial Data Types 

Data Types

October 14, 2021October 14, 2021 Asha Ponraj 0 Comments

Each variable must be categorized into a type of value. Based on the type, the variable will be used for

Read more
Basic Concepts Basic Python Tutorial Coding Layout 

Coding Layout

October 14, 2021October 21, 2021 Asha Ponraj 1 Comment #PythonCodingLayout, #SpacesColons

Spaces and Colons: As we already seen in Python Introduction that Python is basically invented for simplicity and easy of

Read more
Basic Concepts Basic Python Tutorial Comments 

Comments

October 14, 2021October 21, 2021 Asha Ponraj 1 Comment #MultiLineComments, #PythonComments

Comments are very useful to give hints to other developers. Python allows comments in both single line and multi-line. Single

Read more
Basic Python Tutorial Environment Setup 

Environment Setup

October 10, 2021October 21, 2021 Asha Ponraj 2 Comments

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

Read more
Basic Python Tutorial Python Introduction 

Python Introduction

October 10, 2021October 21, 2021 Asha Ponraj 2 Comments #python, #PythonArchitecture, #PythonHistory

Python is an interpreted high-level general-purpose programming language. Python is mainly designed with the concept of code readability and ease

Read more
  • ← Previous

Basic Python Tutorial

  • Index
  • Tutorial Introduction
  • Python Introduction
  • Environment Setup
  • Coding Layout
  • Comments
  • Data Types
  • Variables
  • Naming conventions
  • Operators
  • Format output
  • Strings

Basic Python Tutorial

  • Index
  • Tutorial Introduction
  • Python Introduction
  • Environment Setup
  • Coding Layout
  • Comments
  • Data Types
  • Variables
  • Naming conventions
  • Operators
  • Format output
  • Strings

New Updates

  • Python Basic Quiz #1 – About Python
  • Strings
  • Format output
  • Operators
  • Naming conventions
Copyright © 2025 DevSkrol. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.