Code With Z
Code With Z
  • 269
  • 315 300
Python Tuples Explained in 10 Minutes - Mastering Python - Part 12
Mastering Python: Understanding Tuples
Welcome back to the Mastering Python series! In this video, we’re exploring one of Python’s immutable data structures-Tuples. Tuples are essential for grouping data that should not be changed, and understanding their properties will enhance your coding proficiency.
In this tutorial, you'll learn about:
00:00 - 01:14: Introduction to Tuples
01:15 - 02:57: Multiple Ways of Creating Tuples
02:58 - 04:31: Operations with Tuples
04:32 - 06:13: Packing and Unpacking with Tuple
06:14 - 08:57: Accessing Elements in the Tuple
08:58 - 09:43: Trying to Update a Tuple
09:44 - 09:51: Outro
We’ll walk through examples that cover tuple creation, operations, packing/unpacking, and the immutability of tuples, helping you understand how and when to use them.
📂 Example Codes: You can find all the example codes discussed in this video on our GitHub repository here.github.com/codewithz/cwz-yt-python-series
By the end of this video, you’ll have a clear understanding of how to work with tuples and use them effectively in your Python programs.
📌 Don’t forget to like, subscribe, and hit the bell icon to stay updated with our latest tutorials!
#Python #PythonProgramming #DataStructures #LearnPython #Tuples #Coding #Programming #PythonTuples #TechEducation #PythonForBeginners #MasteringPython #PythonTutorial
มุมมอง: 60

วีดีโอ

Master Python List Comprehension in 10 Minutes! - Mastering Python - Part 11
มุมมอง 44วันที่ผ่านมา
Mastering Python: List Comprehension Explained Welcome back to the Mastering Python series! In this video, we’re focusing on one of the most efficient and elegant ways to work with lists in Python-List Comprehension. This method simplifies your code and makes it more readable. In this tutorial, you'll learn about: 00:00 - 00:53: Introduction to List Comprehension 00:53 - 02:41: Using List with ...
Apache Spark Installation on Windows | Mastering Spark Series - Part 1
มุมมอง 15214 วันที่ผ่านมา
Apache Spark Installation on Windows: A Comprehensive Guide Welcome to our Apache Spark series! In this video, we walk you through the complete installation process for Apache Spark on Windows. Here's what we cover: Java, Scala, and Python Setup: Learn how to install and configure these essential tools for Spark. Apache Spark Installation: Step-by-step instructions to get Spark up and running. ...
Data Structures in Python [Lists - Part Three] - Part 10 - Mastering Python #python
มุมมอง 4921 วันที่ผ่านมา
Mastering Python: List Sorting with Lambda Functions Welcome back to the Mastering Python series! In this video, we’ll dive deep into sorting lists in Python using built-in methods like sort and sorted, and how to leverage the power of lambda functions for sorting complex objects. In this tutorial, you'll learn about: 00:00 - 00:26: Intro to List Sorting 00:27 - 04:15: Using sort and sorted Fun...
Data Structures in Python [Lists - Part Two] - Part 9 - Mastering Python #python
มุมมอง 57หลายเดือนก่อน
Mastering Python: List Actions - Add, Remove, and Find Elements Welcome back to the Mastering Python series! In this video, we’re focusing on key actions you can perform with lists in Python-adding, removing, and finding elements. These are essential skills for managing data efficiently in your Python projects. In this tutorial, you'll learn about: 00:00 - 00:18: Intro to List Actions (Add, Rem...
Data Structures in Python [Lists - Part One] - Part 8 - Mastering Python #python
มุมมอง 41หลายเดือนก่อน
Mastering Python: Understanding Lists in Python Welcome back to the Mastering Python series! In this video, we’ll explore one of the most commonly used data structures in Python-Lists. Lists are versatile and essential for managing collections of data, and mastering them will enhance your coding skills. In this tutorial, you'll learn about: 00:00 - 00:48: Intro to Lists 00:49 - 04:19: Creating ...
Functions in Python - Part 7 - Mastering Python #python
มุมมอง 57หลายเดือนก่อน
Welcome back to the Mastering Python series! In this video, we’ll dive into one of the most important concepts in Python-functions. Functions allow you to write reusable code and make your programs more organized and efficient. In this tutorial, you'll learn about: 00:00 - 01:23: Intro to Functions 01:24 - 02:43: Writing a Simple Function 02:44 - 04:10: Functions with Arguments 04:11 - 06:20: F...
Iterable and Loops (for and while loop) - Part 6 - Mastering Python #python
มุมมอง 17หลายเดือนก่อน
Mastering Python: Iterable and Loops Welcome back to the Mastering Python series! In this video, we'll dive into iterables and loops, which are fundamental concepts for working with data collections and controlling the flow of your programs. In this tutorial, you'll learn about: 00:00 - 01:08: Intro to Iterables 01:09 - 04:06: Iterating using for loop 04:07 - 07:36: for-else loop 07:37 - 07:50:...
Control Flow (if else, comparison, logical, ternary operators) - Part 5 - Mastering Python #python
มุมมอง 88หลายเดือนก่อน
Control Flow (if else, comparison, logical, ternary operators) - Part 5 - Mastering Python #python
Math and Input Functions in Python- Part 4 - Mastering Python #python
มุมมอง 332 หลายเดือนก่อน
Math and Input Functions in Python- Part 4 - Mastering Python #python
String Functions in Python- Part 3 - Mastering Python:#python
มุมมอง 282 หลายเดือนก่อน
String Functions in Python- Part 3 - Mastering Python:#python
Data Types in Python- Part 2 - Mastering Python:#python ##python #datatypesinpython
มุมมอง 422 หลายเดือนก่อน
Data Types in Python- Part 2 - Mastering Python:#python python #datatypesinpython
Installing Python on Windows and Using VS Code [Part 1] Mastering Python:#python #windows #python3
มุมมอง 712 หลายเดือนก่อน
Installing Python on Windows and Using VS Code [Part 1] Mastering Python:#python #windows #python3
Understanding Asynchronous Operations in JavaScript: Async Await Explained - Part 3
มุมมอง 753 หลายเดือนก่อน
Understanding Asynchronous Operations in JavaScript: Async Await Explained - Part 3
Understanding Asynchronous Operations in JavaScript: Promises Explained - Part 2
มุมมอง 513 หลายเดือนก่อน
Understanding Asynchronous Operations in JavaScript: Promises Explained - Part 2
Understanding Asynchronous Operations in JavaScript: Callbacks Explained - Part 1
มุมมอง 943 หลายเดือนก่อน
Understanding Asynchronous Operations in JavaScript: Callbacks Explained - Part 1
JavaScript Strings and Interpolation: Complete Guide | Part 10 | JavaScript for React & Angular
มุมมอง 164 หลายเดือนก่อน
JavaScript Strings and Interpolation: Complete Guide | Part 10 | JavaScript for React & Angular
Mastering the Spread Operator for Arrays & Objects in JS | Part 9 | JavaScript for React & Angular
มุมมอง 1074 หลายเดือนก่อน
Mastering the Spread Operator for Arrays & Objects in JS | Part 9 | JavaScript for React & Angular
Mastering Object Destructuring in JavaScript: | Part 8 | JavaScript for React & Angular
มุมมอง 434 หลายเดือนก่อน
Mastering Object Destructuring in JavaScript: | Part 8 | JavaScript for React & Angular
Abstract Class and Interface based Java Programs| YCMOU SYBCA Core Java Practical 10.1
มุมมอง 1114 หลายเดือนก่อน
Abstract Class and Interface based Java Programs| YCMOU SYBCA Core Java Practical 10.1
The Surprising Use of Javascript Truthy & Falsy Values | Part 7 | JavaScript for React & Angular
มุมมอง 384 หลายเดือนก่อน
The Surprising Use of Javascript Truthy & Falsy Values | Part 7 | JavaScript for React & Angular
Method Overriding based Java Programs| YCMOU SYBCA Core Java Practical 8.1 to 9.1
มุมมอง 1905 หลายเดือนก่อน
Method Overriding based Java Programs| YCMOU SYBCA Core Java Practical 8.1 to 9.1
Wrapper Class and Primitives based Java Programs| YCMOU SYBCA Core Java Practical 6.1 to 7.1
มุมมอง 1645 หลายเดือนก่อน
Wrapper Class and Primitives based Java Programs| YCMOU SYBCA Core Java Practical 6.1 to 7.1
Array.map Function in JavaScript | Part 6 | JavaScript for React & Angular #react #javascript
มุมมอง 565 หลายเดือนก่อน
Array.map Function in JavaScript | Part 6 | JavaScript for React & Angular #react #javascript
Inheritance based Java Programs| YCMOU SYBCA Core Java Practical 5.1
มุมมอง 1705 หลายเดือนก่อน
Inheritance based Java Programs| YCMOU SYBCA Core Java Practical 5.1
Class with Methods Java Programs| YCMOU SYBCA Core Java Practical 4.1
มุมมอง 1505 หลายเดือนก่อน
Class with Methods Java Programs| YCMOU SYBCA Core Java Practical 4.1
Higher Order Function in JavaScript | Part 5 | JavaScript for React & Angular
มุมมอง 375 หลายเดือนก่อน
Higher Order Function in JavaScript | Part 5 | JavaScript for React & Angular
Object Oriented Java Programs| YCMOU SYBCA Core Java Practical 3.1 to 3.3
มุมมอง 1876 หลายเดือนก่อน
Object Oriented Java Programs| YCMOU SYBCA Core Java Practical 3.1 to 3.3
Loop based Java Programs| YCMOU SYBCA Core Java Practical 2.1 to 2.3
มุมมอง 1996 หลายเดือนก่อน
Loop based Java Programs| YCMOU SYBCA Core Java Practical 2.1 to 2.3
The Ultimate Guide to Arrow Functions in JavaScript | Part 4 | JavaScript for React & Angular
มุมมอง 276 หลายเดือนก่อน
The Ultimate Guide to Arrow Functions in JavaScript | Part 4 | JavaScript for React & Angular

ความคิดเห็น

  • @realisticmen
    @realisticmen วันที่ผ่านมา

    i want to make a cluster with my friends PCs and run my java code within the color... please make a video

  • @its-nitish-kumar-30
    @its-nitish-kumar-30 9 วันที่ผ่านมา

    😂😂😂

  • @sk-7.
    @sk-7. 9 วันที่ผ่านมา

    Please continue this series sir...

  • @NileshKumar-dv8jg
    @NileshKumar-dv8jg 14 วันที่ผ่านมา

    Thank you so much brother, you help me understand it which i couldn't understand from anywhere.

    • @CodeWithZ
      @CodeWithZ 14 วันที่ผ่านมา

      Glad this video could be of your help

  • @affanahmed4197
    @affanahmed4197 17 วันที่ผ่านมา

    Awesome zartab

  • @satyamvanshal
    @satyamvanshal 19 วันที่ผ่านมา

    It is disappointingly difficult to understand. Please upgrade.

    • @CodeWithZ
      @CodeWithZ 3 วันที่ผ่านมา

      If you can point out the part or anything in specific you didn't understand, it would be great for making improvements.

  • @monabbar007
    @monabbar007 หลายเดือนก่อน

    bruh, Files.readAllLines internally uses BufferedReader default charset is UTF8 EDIT: replaced word charCode with charset

  • @fouziakhanam1822
    @fouziakhanam1822 หลายเดือนก่อน

    Good

  • @VINTAGEX-oq6my
    @VINTAGEX-oq6my หลายเดือนก่อน

    I couldn't enter into to source code website . It says 404 ERROR

    • @CodeWithZ
      @CodeWithZ หลายเดือนก่อน

      Updated the source code link

    • @VINTAGEX-oq6my
      @VINTAGEX-oq6my หลายเดือนก่อน

      @@CodeWithZ Ty :>

  • @fouziakhanam1822
    @fouziakhanam1822 หลายเดือนก่อน

    Best video

  • @HipoteseNula_
    @HipoteseNula_ หลายเดือนก่อน

    Thank you, man. Amazing playlist. God bless you.

  • @davidg3594
    @davidg3594 หลายเดือนก่อน

    The accent ... nooooo! JUST NO!

  • @fouziakhanam1822
    @fouziakhanam1822 หลายเดือนก่อน

    🎉

  • @achraftrad249
    @achraftrad249 2 หลายเดือนก่อน

    The cursor is getting on my nerves

    • @CodeWithZ
      @CodeWithZ 2 หลายเดือนก่อน

      Apologies buddy , that video was shot almost 9 years back , my editing skills were just terrible.

  • @fouziakhanam1822
    @fouziakhanam1822 2 หลายเดือนก่อน

    Wow 🤯

  • @fouziakhanam1822
    @fouziakhanam1822 2 หลายเดือนก่อน

    😊

  • @muhammedshakir7040
    @muhammedshakir7040 3 หลายเดือนก่อน

    Brilliant!

  • @fouziakhanam1822
    @fouziakhanam1822 3 หลายเดือนก่อน

    Best video

  • @fouziakhanam1822
    @fouziakhanam1822 3 หลายเดือนก่อน

    Great

  • @bhanuankalam6033
    @bhanuankalam6033 3 หลายเดือนก่อน

    awesomely explained the topic with easy to remember analogy

  • @abhinavsharma1753
    @abhinavsharma1753 3 หลายเดือนก่อน

    Can we run this application

  • @fouziakhanam1822
    @fouziakhanam1822 3 หลายเดือนก่อน

    Sir thoda smile karenge...

  • @fouziakhanam1822
    @fouziakhanam1822 3 หลายเดือนก่อน

    Yes : ) Gym promise was there...

  • @shadabsheikh6870
    @shadabsheikh6870 3 หลายเดือนก่อน

    Cool😂

  • @aishwaryah1981
    @aishwaryah1981 3 หลายเดือนก่อน

    How to find the frequency of each character?

  • @moonchipss
    @moonchipss 4 หลายเดือนก่อน

    which compiler is this?

  • @fouziakhanam1822
    @fouziakhanam1822 4 หลายเดือนก่อน

    This video is one of your best video....

  • @fouziakhanam1822
    @fouziakhanam1822 4 หลายเดือนก่อน

    Great

  • @valeriodeleo1119
    @valeriodeleo1119 4 หลายเดือนก่อน

    can you help me installing ssl certificate on remote host running tomcat9? I have some issues that I'm not able to resolve

  • @deepak_chourasiya2110
    @deepak_chourasiya2110 4 หลายเดือนก่อน

    thanks'

  • @xxganeshxx1275
    @xxganeshxx1275 4 หลายเดือนก่อน

    Thankyou Sir <3 .....i literally understand everything ......tommorow is my practicals....Once again thankyou without you it was'nt possible to learn all these practicals in just 6 hours

  • @youtubestreaming-qq4li
    @youtubestreaming-qq4li 4 หลายเดือนก่อน

    thankyu so much for ur guidance

  • @kshitizkaushik8092
    @kshitizkaushik8092 5 หลายเดือนก่อน

    it really means alot while u have exam tomorrow

  • @SonuDhonu
    @SonuDhonu 5 หลายเดือนก่อน

    👍 nice keep up...

  • @mdlabib3383
    @mdlabib3383 5 หลายเดือนก่อน

    Your content quality is excellent but your video needs to do SEO so that your videos rank on TH-cam and you can get more views and reach. your SEO score is 00 out of 100. If you need help, please don't hesitate to let me know. I will help you to do SEO on your videos.

  • @mkcraghead
    @mkcraghead 5 หลายเดือนก่อน

    Thanks for the video. What's the significance of the value 5 in the toString call?

    • @mkcraghead
      @mkcraghead 5 หลายเดือนก่อน

      I got it from a later video. It's for indentation.

  • @swatikokate6249
    @swatikokate6249 5 หลายเดือนก่อน

    Sir code link

    • @CodeWithZ
      @CodeWithZ 5 หลายเดือนก่อน

      Updated in description

  • @HelloWorld-e1p
    @HelloWorld-e1p 6 หลายเดือนก่อน

    Is Java still relevent?

    • @CodeWithZ
      @CodeWithZ 6 หลายเดือนก่อน

      Java is very relevant till date and I don’t see it becoming irrelevant in near future. I agree that the new languages have given it a big competition, but it is still one of the most used languages in IT industry

  • @Adarsh22r
    @Adarsh22r 6 หลายเดือนก่อน

    Main method not found in the file, please define the main method as: public static void main(String[] args)....iam getting this error

    • @CodeWithZ
      @CodeWithZ 6 หลายเดือนก่อน

      Can you attach the screenshot of the code and terminal command you are running

    • @Adarsh22r
      @Adarsh22r 6 หลายเดือนก่อน

      @@CodeWithZ thank you sir for your reply my error has been resolved as it was a syntax error in string[ ]

  • @prakashthevar1590
    @prakashthevar1590 6 หลายเดือนก่อน

    Exquisite explanation!👏

  • @prakashthevar1590
    @prakashthevar1590 6 หลายเดือนก่อน

    From now onwards, I'm your ardent pupil sir. 😀

  • @vladyslavkvaskov
    @vladyslavkvaskov 6 หลายเดือนก่อน

    table row inside table cell 🤔

  • @hctiBelttiL
    @hctiBelttiL 6 หลายเดือนก่อน

    Eww, writing HTML by hand? I could never.

  • @mahmoodmohyieldin1227
    @mahmoodmohyieldin1227 6 หลายเดือนก่อน

    Thank you for your time and help

  • @Mithun-t9l
    @Mithun-t9l 7 หลายเดือนก่อน

    Well-made sir 🙂...

  • @genamite
    @genamite 7 หลายเดือนก่อน

    Hey, how do you do this for a project folder?

  • @zalleutap
    @zalleutap 9 หลายเดือนก่อน

    thx dude

  • @mrcoderop1728
    @mrcoderop1728 9 หลายเดือนก่อน

    the video isnt working timeline 3.22

  • @rajjaiswal4976
    @rajjaiswal4976 9 หลายเดือนก่อน

    Thank you sir, I am also TYBCA student in Hinduja college

  • @eshaansosa1020
    @eshaansosa1020 9 หลายเดือนก่อน

    Got this after 9 years sir you've been into this and i am sure you must be really good at this