Skip to content
TechDecode Tutorials

TechDecode Tutorials

Short and Simple Tech Tutorials

  • C++
    • C++ Programs
    • C++ Tutorials
    • C++ Course
    • C Programs
    • C Tutorials
  • Java
    • Java Notes
    • Programs
    • Tutorials
    • Java Courses
  • Python
    • Python Notes
    • Programs
    • Tutorials
    • Python Course
  • c#
    • C# Courses
  • Web Development
    • HTML
    • CSS
    • Javascript
      • Javascript Program
      • JavaScript Course
    • PHP
  • Data Science
    • R Programming
    • Data Science Courses
  • Application
  • Download
  • Tech
    • Cyber Security
    • Cyber Security Courses

python

Python Notes 

Python Iterators

May 27, 2022 Nihal Prasad Basic, Create an Iterator, Iterators, Notes, python, Python Iterators, techdecode, TechDecodeTutorials

Python Iterators: In Python, iterable objects include lists, tuples, sets, dictionaries, and strings, among others. These iterables can take on the

Read more
Python Notes 

Python – Modules

May 27, 2022 Nihal Prasad Basic, Modules, Notes, python, Python Modules, techdecode, TechDecodeTutorials

Python – Modules: As the software grows in length, it might be separated into many files to make maintenance easier.

Read more
Python Notes 

Python – Scope of Variables

May 27, 2022 Nihal Prasad Basic, Notes, python, Scope Of Variable, techdecode, TechDecodeTutorials, Variable

Python – Scope of Variables: A variable may only be accessible inside the scope of the variable, which is the

Read more
Python Notes 

Python – Lambda Function

May 27, 2022 Nihal Prasad Basic, Lambda, Lambda Function, Notes, python, techdecode, TechDecodeTutorials

In Python, a lambda function is sometimes known as an anonymous function since it has no name. An anonymous function

Read more
Python Notes 

Python – Functions

May 27, 2022 Nihal Prasad Basic, Functions, Notes, python, techdecode, TechDecodeTutorials

Python – Functions: A function is a set of statements that runs only when they are called from somewhere else

Read more
Python Notes 

Python – Break Statement

May 27, 2022 Nihal Prasad Basic, break, Break Statement, Notes, python, techdecode, TechDecodeTutorials

Python Break statement When the condition is fulfilled, the break statement in Python is used to exit the programme from

Read more
Python Notes 

Python – Continue Statement

May 27, 2022 Nihal Prasad Basic, Continue, Continue Statement, Notes, python, techdecode, TechDecodeTutorials

In Python, the continue statement allows the programme to skip a block of code for the current loop iteration. The

Read more
Python Notes 

Python – For Loop

May 27, 2022 Nihal Prasad Basic, For, for loop, Loop, Notes, python, techdecode, TechDecodeTutorials

The For loop In Python, the for loop iterates over a sequence, executing a series of instructions for each element

Read more
Python Notes 

Python – While Loop

May 27, 2022 Nihal Prasad Basic, Loop, Notes, python, techdecode, TechDecodeTutorials, While, while loop

Python – While Loop: A loop statement allows a programme to repeat a set of instructions under certain conditions. This

Read more
Python Notes 

Python – If-Else Statements

May 27, 2022 Nihal Prasad Basic, Else, if, If else, Notes, python, Statements, techdecode, TechDecodeTutorials

If Statement Python – If-Else Statements: When a condition is assessed as true, the If statement is used to run

Read more
Python Notes 

Python – Tuples

May 27, 2022 Nihal Prasad Basic, Notes, python, techdecode, TechDecodeTutorials, Tuple

Python – Tuples: In Python, a Tuple is a sort of data container that allows you to store numerous pieces

Read more
Python Notes 

Python – Lists

May 27, 2022 Nihal Prasad Basic, List, Notes, python, techdecode, TechDecodeTutorials

In Python – Lists are a sort of data container that may hold numerous pieces of information in a single

Read more
Python Notes 

Python – Strings

May 27, 2022 Nihal Prasad Basic, Notes, python, String, techdecode, TechDecodeTutorials

Python Strings Python – Strings: Strings are one of Python’s most popular data types. It’s a text storage device. It

Read more
Python Notes 

Python – Booleans

May 27, 2022 Nihal Prasad 2022 best python courses list, Basic, Boolean, python, techdecode, TechDecodeTutorials

Python – Booleans: Many times in programming, a user will want a data type that represents True and False values.

Read more
Python Notes 

Python – Comments

April 21, 2022May 27, 2022 Nihal Prasad Basic, Comments, Notes, python, python Multi-line Comment, python Single line Comment, techdecode, TechDecodeTutorials

The objective of adding comments to computer code is to make it easier to comprehend. It improves the readability of

Read more
Python Notes 

Python – Operators

April 21, 2022 Nihal Prasad Basic, Notes, Operators, python, Python Arithmetic operators, Python Assignment operators, Python Bitwise operators, Python Comparison operators, Python Identity operators, Python Logical operators, Python Membership operators, Python Operators Precedence, techdecode, TechDecodeTutorials

Operators are used to combining two operands into a single operation. The following are the different types of Python operators:

Read more
Python Notes 

Python – Type Casting

April 21, 2022April 21, 2022 Nihal Prasad Basic, Notes, python, Python Type Casting, techdecode, TechDecodeTutorials, Type Casting

Typecasting is a way of converting one data type’s value to another data type’s value. Type conversion is another name

Read more
Python Notes 

Python – Numbers

April 21, 2022May 27, 2022 Nihal Prasad Basic, Notes, Numbers, python, python Number Type Conversion, Python Numbers, python type() function, techdecode, TechDecodeTutorials

Python – Numbers: Numeric values are stored in a number of data types. Python has three different numeric types: int

Read more
Python Notes 

Python – Syntax

April 20, 2022April 20, 2022 Nihal Prasad Basic, Notes, python, Python Comments, Python Indentation, Python Variables, Syntax, techdecode, TechDecodeTutorials

Python Indentation In contrast to C++ and Java, Python employs indentation to identify a code block. Spaces at the beginning

Read more
Python Notes 

Python – Introduction

April 19, 2022 Nihal Prasad Basic, Introduction, introduction to python, Notes, python, Python language features, techdecode, TechDecodeTutorials

Introduction to Python Python is a high-level, interpreted, general-purpose dynamic programming language with a focus on readability. When compared to

Read more
  • ← Previous

Top Programming Courses

5 Best Coursera Data Science Courses Online 2022
Course Data Science Courses 

5 Best Coursera Data Science Courses Online 2022

March 16, 2022 Nihal Prasad

In today’s technologically driven society, data is the most valuable resource. It is crucial to any company’s performance since it

5 Best Coursera R Programming Courses Online 2022
Course R Programming 

5 Best Coursera R Programming Courses Online 2022

March 16, 2022 Nihal Prasad
5 Best Coursera PHP Programming Courses Online 2022
Course PHP PHP Course 

5 Best Coursera PHP Programming Courses Online 2022

March 15, 2022March 15, 2022 Nihal Prasad
5 Best Coursera Web Development Courses Online 2022
Course Web Development Course 

5 Best Coursera Web Development Courses Online 2022

March 10, 2022 Nihal Prasad

Latest

Python Programs 

🇧🇩 Bangladesh flag using python turtle

February 29, 2024 Yogendra Singh

Today we are here sharing the tutorial of creating Bangladesh FLAG using Python. So let us see the video tutorial,

Python Programs 

🇺🇸 United States of America USA flag using python turtle

February 19, 2024February 19, 2024 Yogendra Singh
Python Programs 

Happy New Year 2023 status using python

January 1, 2023February 19, 2024 Yogendra Singh
Python Notes Python Programs 

Display calendar using python code

August 23, 2022November 24, 2022 Yogendra Singh

Tech News

Fake calls: A Unique Approach on Banking Customer Service Frauds
Cyber Security Tech News 

Fake calls: A Unique Approach on Banking Customer Service Frauds

April 19, 2022 Nihal Prasad

Fake calls is a financial malware that targets Android users, hijacking their calls to a bank’s customer service number. And

Canva vs PowerPoint – Which is Better for Presentations?
Applications Tech News 

Canva vs PowerPoint – Which is Better for Presentations?

March 29, 2022 Nihal Prasad
Microsoft Released Patch for Windows Zero-Day Vulnerability
Cyber Security Tech News 

Microsoft Released Patch for Windows Zero-Day Vulnerability

October 10, 2021October 10, 2021 Ethix
SonicWall Issued Critical Vulnerability Patch
Cyber Security Tech News 

SonicWall Issued Critical Vulnerability Patch

October 5, 2021October 4, 2021 Ethix

Learn

  • C++
  • Java
  • Python
  • Javascript
  • Web Development
  • Data Science
  • Android

About Us

logo
Our mission is to deliver technical tutorials with clear, crisp, and to-the-point content on a wide range of subjects without any preconditions and impediments.

Company

  • About Us
  • Internship
  • Contact Us
  • Privacy Policy
  • Copyright Policy

Learn

  • C++
  • Java
  • Python
  • R Programming
  • Web Development

Powered By

Copyright © 2025 TechDecode Tutorials. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.