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

Basic

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 – 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 – 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
Java Notes 

Java.lang.Throwable Class

April 26, 2022May 13, 2022 Nihal Prasad 0 Comments Basic, Class, java, Java Throwable Class, Java.lang.Throwable Class, Lang, Notes, Packages, techdecode, TechDecodeTutorials, Throwable

Java Throwable Class The Throwable class in the Java.lang package, i.e Java.lang.Throwable, is the superclass of all errors and exceptions

Read more
Java Notes 

Java.lang.void Class

April 26, 2022 Nihal Prasad 0 Comments Basic, Class, java, Java void Class, Java.lang.void Class, Lang, Notes, Packages, techdecode, TechDecodeTutorials, Void

Java void Class The void class in the Java.lang package, i.e Java.lang.void is an uninstantiable placeholder class that holds a

Read more
Java Notes 

Java.lang.String Class

April 26, 2022 Nihal Prasad 0 Comments Basic, Class, java, Java String Class, Java.lang.String Class, Lang, Notes, Packages, String, techdecode, TechDecodeTutorials

Java String Class The String class in the Java.lang package , i.e Java.lang.String represents character strings. This class is used

Read more
Java Notes 

Java.lang.StrictMath Class

April 26, 2022 Nihal Prasad 0 Comments Basic, Class, java, Java StrictMath Class, Java.lang.StrictMath Class, Lang, Notes, Packages, StrictMath, techdecode, TechDecodeTutorials

Java StrictMath Class The StrictMath class in the Java.lang package , i.e Java.lang.StrictMath has methods for performing fundamental arithmetic operations

Read more
Java Notes 

Java.lang.Short Class

April 26, 2022 Nihal Prasad 0 Comments Basic, java, Java Short Class, Java.lang.Short Class, Lang, Notes, Package, Short, techdecode, TechDecodeTutorials

Java Short Class The Short class in the Java.lang , i.e Java.lang.Short package encapsulates a primitive type short value in

Read more
Java Notes 

Java.lang.RuntimePermission Class

April 26, 2022 Nihal Prasad 0 Comments Basic, java, Java RuntimePermission Class, Java.lang.RuntimePermission Class, Lang, Notes, Package, RumtimePermission, techdecode, TechDecodeTutorials

Java RuntimePermission Class The RuntimePermission class in the Java.lang.RuntimePermission package is used to manage runtime permissions. A RuntimePermission has a

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 Programs 

🇧🇩 Bangladesh flag using python turtle

February 29, 2024 Yogendra Singh 0

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

Happy New Year 2023 status using python

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

Display calendar using python code

August 23, 2022November 24, 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 © 2025 TechDecode Tutorials. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.
x
x