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
  • Forum
    • Ask a question
    • Questions

Python Notes

Python Notes Python Programs 

How to calculate square root of number using python code

July 5, 2022July 5, 2022 Yogendra Singh 0 Comments Calculate square root of number using python

In this tutorial, we are going to show How to calculate square root of number using python code. We have added the

Read more
Python Notes Python Programs 

How to generate random numbers using python code

July 4, 2022July 4, 2022 admin 0 Comments Generate random numbers using python

In this tutorial, we are going to show How to Generate random numbers using python. We have added the video tutorial and

Read more
Python Notes Python Programs 

How to add two numbers using python code

July 1, 2022July 1, 2022 admin 0 Comments

In this tutorial, we are going to show How to Add two numbers using python. We have added the video tutorial and

Read more
Python Notes Python Programs 

How to swap two numbers using python code

June 30, 2022June 30, 2022 admin 0 Comments swap two numbers python

In this tutorial, we are going to show How to Swap two numbers using python without using a third variable. We have

Read more
Python Notes 

Python Iterators

May 27, 2022 Nihal Prasad 0 Comments 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 0 Comments 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 0 Comments 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 0 Comments 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 0 Comments 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 0 Comments 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 0 Comments 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 0 Comments 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 0 Comments 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 0 Comments 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 – Sets

May 27, 2022 Nihal Prasad 0 Comments

Python – Sets: In Python, a Set is a sort of data container that may hold numerous pieces of information

Read more
Python Notes 

Python – Tuples

May 27, 2022 Nihal Prasad 0 Comments 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 – Dictionary

May 27, 2022 Nihal Prasad 0 Comments

In Python, a dictionary is a sort of data container that may hold numerous pieces of information in a single

Read more
Python Notes 

Python – Lists

May 27, 2022 Nihal Prasad 0 Comments 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 0 Comments 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 0 Comments 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
  • ← 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 0

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 0
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 0
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 0

Latest

Python Notes Python Programs 

How to calculate square root of number using python code

July 5, 2022July 5, 2022 Yogendra Singh 0

In this tutorial, we are going to show How to calculate square root of number using python code. We have added the

Java Notes 

How to initialize a list in java

July 4, 2022July 4, 2022 admin 0
Mac 

How to install PowerShell 7 on M1 macOS

July 4, 2022July 4, 2022 Yogendra Singh 0
How To Run C in Visual Studio Code on Windows 11
C Tutorials 

How To Run C in Visual Studio Code on Windows 11

July 4, 2022July 4, 2022 Yogendra Singh 0

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 0

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 0
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 0
SonicWall Issued Critical Vulnerability Patch
Cyber Security Tech News 

SonicWall Issued Critical Vulnerability Patch

October 5, 2021October 4, 2021 Ethix 0

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 © 2022 TechDecode Tutorials. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.