SPT999
SPT999
  • 379
  • 4 315 457
Challenge Level Python Practice Programs | Part 2 | Pattern and pyramid | in hindi
Hello Friends !
Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology.
This is Part 2 of this series of 100 challenge level practice programs on python. in this lecture we will be discussing 2 programs based for star pyramid and number pyramid.
We are going to print a rectangle and a triangle with all spaces inside the shape and stars outside the shape.
#python
#pythonprograms
#pythonpractice
#practicequestions
#pythonprogramming
zhlédnutí: 309

Video

Challenge Level Python Practice Programs | Part 1 | Python Practice Programs
zhlédnutí 279Před 5 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. This is Part 1 of this series of 100 challenge level practice programs on python. in this lecture we will be discussing 2 programs based for star pyramid and number pyramid. you can practice python programs to make your logics strong in programming. #pythonp...
What is Broadcasting and Vectorization in numpy | #broadcasting | #vectorization
zhlédnutí 159Před 5 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. numpy is a library of python for high level mathematical operations. It is the most powerful, prominent and fastest library for mathematical operations and scientific operations. It handles arrays with its data type and its operations. Array is the collectio...
100 Practice Programs Series | Part 5 | 20 Practice Programs
zhlédnutí 192Před 5 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. This is lecture 5 of this series of 100 programs. in this lecture we will be discussing 20 programs based on lambda function, map function, filter function, reduce function in python. these all are the higher order functions of python programming. You will b...
100 Practice Programs Series | Part 4 | 20 Practice Programs
zhlédnutí 114Před 6 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. This is lecture 4 of this series of 100 programs. in this lecture we will be discussing 20 programs base on tuple set and dictionary in python you can practice python programs to make your logics strong in programming. Top 20 programs in python in Hindi Pyth...
100 Practice Programs Series | Part 3 | 20 Practice Programs
zhlédnutí 135Před 6 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. so in this video we are continuing our series of 100 programs on python. so in this video you will get 20 practice programs based on list tuple string and recursion. #python #practicequestions #pythonprograms #questionsandanswers
100 Practice Programs Series | Part 2 | 20 Practice Questions and Answers of python
zhlédnutí 172Před 6 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. So we are providing 100 questions and answers for the practice of python basically core python. all the programs shall be based on core topics like if else loop functions oops and other topics like module package types of arguments and so on. so this is part...
100 Practice Programs Series | Part 1 | 20 Practice Questions and Answers of python
zhlédnutí 431Před 6 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. So we are providing 100 questions and answers for the practice of python basically core python. all the programs shall be based on core topics like if else loop functions oops and other topics like module package types of arguments and so on. so this is part...
What is numpy Library| What is array in numpy | #numpy | #array
zhlédnutí 102Před 7 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. numpy is the most powerful, prominent and fastest library of python language for mathematical operations and scientific operations. It handles arrays with its data type and its operations. Array is the collection similar type of elements. So in this lecture ...
What is IDE | Integrated Development Environment | What is IDLE in Python | #IDE
zhlédnutí 116Před 7 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. IDE is a type of software or you can say an application or an environment to easy development using a programming language like python or java. For the development using python, we have many types of IDE software like pycharm, google Colab, Jupyter and so on...
How to convert python file into exe file | py to exe file | #pytoexe
zhlédnutí 376Před 7 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. #pythontoexe #convert Exe file or Executable file is actually a software file which no need any IDE to run the program. so ultimately we have to convert all code file into exe file for the sake of the client. in this video you will learn how to convert pytho...
What is Git and GitHub | Git vs GitHub |#git |#github
zhlédnutí 72Před 7 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. Git is a version control system like bitbucket, GitLab and many other systems. it is a software to handle , to store, to manage our files and and track the changes time to time. like git we an online cloud based system to store and manage the code and other ...
Web Scraping using Python | What is web scrapping in Hindi |#webscrapping
zhlédnutí 132Před 7 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. Web scrapping is just an action of extracting data or content from the web. like we can extract all the emails, phone numbers, images, videos etc. Using web scrapping we can download bulk email, images and other content from the web sites. So in this video w...
Selection Sort in Python | Lecture 31 | #selectionsort |#sorting
zhlédnutí 966Před 8 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. in selection sort we have a technique to repeat searching of smallest number in next remaining part of the array. we have to find out smallest number and put it into first place and then search another smallest number in remaining array and then set it into ...
What is Package in Python | Package in Python | #packageinpython
zhlédnutí 112Před 8 měsíci
Hello Friends ! Most Welcome in my IT Channel SPT999.We are Dealing with Data Science, Machine Learning, Python and Full Stack Technology. In this video we are going to discuss about an under rated but imported topic that is package in python. package is just like a folder that contains some other python files and it also can contain some other sub folders names as sub packages but every python...
What is main function and how it works in python | #mainfunction | #nameinpython
zhlédnutí 118Před 8 měsíci
What is main function and how it works in python | #mainfunction | #nameinpython
What is API in Java Script| Lecture 30 | API in JS in Hindi | #api
zhlédnutí 107Před 8 měsíci
What is API in Java Script| Lecture 30 | API in JS in Hindi | #api
What is Module in Python| How to create a module | What is Module | #moduleinpython | #module
zhlédnutí 133Před 8 měsíci
What is Module in Python| How to create a module | What is Module | #moduleinpython | #module
Complete Core Python Crash Course | #pythonforbeginners | #python | #pythonforeveryone
zhlédnutí 428Před 9 měsíci
Complete Core Python Crash Course | #pythonforbeginners | #python | #pythonforeveryone
What is Promise in JavaScript | Lecture 29 | Resolve | Reject | Pending | #promises
zhlédnutí 105Před 9 měsíci
What is Promise in JavaScript | Lecture 29 | Resolve | Reject | Pending | #promises
What is Callback function in JavaScript| Lecture 28 | Callback in JS
zhlédnutí 164Před 10 měsíci
What is Callback function in JavaScript| Lecture 28 | Callback in JS
What is OOPS in JS | Lecture 27 | OOPS Concepts in JavaScript in Hindi | OOPs in JS
zhlédnutí 116Před 10 měsíci
What is OOPS in JS | Lecture 27 | OOPS Concepts in JavaScript in Hindi | OOPs in JS
What is Regex in JavaScript | Lecture 26 |Regular Expression in JS in Hindi
zhlédnutí 146Před 10 měsíci
What is Regex in JavaScript | Lecture 26 |Regular Expression in JS in Hindi
Form Validation in Java Script | Lecture 25 | Validation in JS in Hindi
zhlédnutí 630Před 11 měsíci
Form Validation in Java Script | Lecture 25 | Validation in JS in Hindi
What is localStorage in JS | Lecture 24 | What is sessionStorage in JS |
zhlédnutí 128Před 11 měsíci
What is localStorage in JS | Lecture 24 | What is sessionStorage in JS |
What is BOM in JS | Lecture 23 | Browser object model in java script | history | location
zhlédnutí 93Před 11 měsíci
What is BOM in JS | Lecture 23 | Browser object model in java script | history | location
What is JSON in Java Script |Lecture 22 | json.stringify() | json.parse()
zhlédnutí 153Před rokem
What is JSON in Java Script |Lecture 22 | json.stringify() | json.parse()
setTimeout and setInteval functions | Lecture 21 | setTimeout() | setInterval() |clearTimout
zhlédnutí 128Před rokem
setTimeout and setInteval functions | Lecture 21 | setTimeout() | setInterval() |clearTimout
What is Role of Python in Data Science and Machine Learning |Evolution of Programming
zhlédnutí 194Před rokem
What is Role of Python in Data Science and Machine Learning |Evolution of Programming
How to Add or Remove class in an Element | Lecture 20 | classList | children | append element
zhlédnutí 128Před rokem
How to Add or Remove class in an Element | Lecture 20 | classList | children | append element

Komentáře

  • @jk_sin...
    @jk_sin... Před dnem

    Bas ek request hai sir MS excel ki sabhi video me se kisi ko delete mat karna please

  • @vinodgautam4925
    @vinodgautam4925 Před dnem

    Sir there is error that calendar has no attribute month or isleap.

  • @Trisha.67
    @Trisha.67 Před 4 dny

    Kal 😂mera exam h or meh tbh se preshan hori thi thanku sir ❤😅

    • @SPT999
      @SPT999 Před 4 dny

      All the best trisha

  • @msdshortsofficial2253

    for i in range (1,6): for j in range (i): print("*",end = " ") print () 1st program aisa karne se line gap nhi ayega

  • @UmaYadav-si4et
    @UmaYadav-si4et Před 4 dny

  • @ramavathpandu5068
    @ramavathpandu5068 Před 6 dny

    Answer is getting wrong

  • @HARSHPANDAT-zv7li
    @HARSHPANDAT-zv7li Před 6 dny

    A KI VALUE 0 KAR DE FIR KONSA ERROR AAYEGA

  • @HARSHPANDAT-zv7li
    @HARSHPANDAT-zv7li Před 6 dny

    😮😮

  • @GodloreInsights
    @GodloreInsights Před 8 dny

    I am looking for this concept for all time finally I founded, very Helpful Video Sir ❤

  • @pbk1976
    @pbk1976 Před 9 dny

    Very easy to understand. Thanks

  • @VikramKumar-lh7xm
    @VikramKumar-lh7xm Před 13 dny

    Very nice class sir ❤❤

  • @rasheedahmed7495
    @rasheedahmed7495 Před 13 dny

    Reverse charge mechanism in GST

  • @thecybersahil
    @thecybersahil Před 14 dny

    Best Explanation on loops. I have been watching tons of videos but this one cleared my mind <3 , I was looking for a video which explains everything since python is my first programming language. I would request you to make a course on python or make more videos like this!

    • @SPT999
      @SPT999 Před 14 dny

      Thank you so much for your appreciation ... and this is to inform you that the playlist for python is already in this channel..you can check out..

  • @vijaysingh916
    @vijaysingh916 Před 14 dny

    very nice sir

  • @user-kw2rw3dw1l
    @user-kw2rw3dw1l Před 14 dny

    Sir iska use phone me kar skte hai exe me convert hone ke baad ??

  • @AnushkaGomkale-f1n
    @AnushkaGomkale-f1n Před 15 dny

    Module in python

  • @AnushkaGomkale-f1n
    @AnushkaGomkale-f1n Před 15 dny

    Lambda function one video

  • @AnushkaGomkale-f1n
    @AnushkaGomkale-f1n Před 15 dny

    Please python interview question video

  • @Sadiarani-pv5rv
    @Sadiarani-pv5rv Před 16 dny

    Right kha bro

  • @With_life7
    @With_life7 Před 17 dny

    Thank you sir bahut acha samjhaya aspne with practical

  • @girishpal3744
    @girishpal3744 Před 18 dny

    Sir ap toh office ke senior se bhi acha samjate ho is felid me koi kisi ko nahi sikata sir salute hai apko 🙏🙏

  • @divyanshawasthi2297
    @divyanshawasthi2297 Před 18 dny

    Very well explained, the only video on you tube in hindi to explain selection sort perfectly ! Just Awsm !!

  • @NeerajKumar-zj8sz
    @NeerajKumar-zj8sz Před 21 dnem

    thank you sir

  • @NeerajKumar-zj8sz
    @NeerajKumar-zj8sz Před 21 dnem

    very thank you sir

  • @sunimachhetri3644
    @sunimachhetri3644 Před 25 dny

    finally i underestand the concept

  • @darashyambabu6113
    @darashyambabu6113 Před 29 dny

    Good evening sir good explanation and well understanding in easy method sir

  • @nishantsingh6030
    @nishantsingh6030 Před měsícem

    Ginius ❤

  • @asmrindia
    @asmrindia Před měsícem

    Nice Information, But Background Music is Disturbing... Unusal Noise

  • @neeteshprajapati700
    @neeteshprajapati700 Před měsícem

    Bahut accha samjhaya

  • @tejisaab1972
    @tejisaab1972 Před měsícem

    Wow what a perfect class you help me in my IT competition ❤❤

  • @Vinaypawan.
    @Vinaypawan. Před měsícem

    Thanks sir for best information & example

  • @ShrutiAlle
    @ShrutiAlle Před měsícem

    Thank you sir😊

  • @rupalisvlog0001
    @rupalisvlog0001 Před měsícem

    Yr ye question important hai kya

    • @SPT999
      @SPT999 Před měsícem

      Yes Rupali..these questions are best for the practice and improvement in coding

    • @rupalisvlog0001
      @rupalisvlog0001 Před měsícem

      @@SPT999 ooh

    • @rupalisvlog0001
      @rupalisvlog0001 Před měsícem

      @@SPT999 but ye question kbhi bhi pucha nhi gya

    • @SPT999
      @SPT999 Před měsícem

      Tabhi to bola practice ke liye hai....and jobs ke liye jo interview prepare kr rhe h unke liye important h kyuki unse puchhe jate h kabhi kabbi..

    • @rupalisvlog0001
      @rupalisvlog0001 Před měsícem

      @@SPT999 arey job ...ko chodhiye ye question practical m ayega ya nhi jaldi bataiye

  • @056vatsalapandey3
    @056vatsalapandey3 Před měsícem

    bhai tu bohot accha samjhata hai

  • @abhidnyabirje6823
    @abhidnyabirje6823 Před měsícem

    amazing explanation thank you sir but i wanted in english if possible

  • @sonujain2348
    @sonujain2348 Před měsícem

    Thanks bro

  • @harishmaliaya532
    @harishmaliaya532 Před měsícem

    Please sir, Manualy Closing stock ko kese set kare proper . Guide kare

  • @harishmaliaya532
    @harishmaliaya532 Před měsícem

    Thank yur sir ji

  • @harishmaliaya532
    @harishmaliaya532 Před měsícem

    Sir ji ,bahut hi sadi tarike se aap ne samjhaya hai

  • @Pramod_chourasiya_7346
    @Pramod_chourasiya_7346 Před měsícem

    You are give good teaching 🎉🎉

  • @sonujain2348
    @sonujain2348 Před měsícem

    Fantastic explanation but less views

  • @AJK_SHAHZAD_FF
    @AJK_SHAHZAD_FF Před měsícem

    VERY GOOD

  • @salilpattanayak7726
    @salilpattanayak7726 Před měsícem

    Best sir, pls one video for imort & link external file like excel large data

  • @Khushboo55705
    @Khushboo55705 Před měsícem

    Excellent explanation sir 👌👌🤗

    • @SPT999
      @SPT999 Před měsícem

      Thnak you khushboo

  • @Vinaya-iw8si
    @Vinaya-iw8si Před měsícem

    Sir why we use button tag for

    • @SPT999
      @SPT999 Před měsícem

      To make a clickable button

  • @sovindersingh4926
    @sovindersingh4926 Před měsícem

    isme </script> q lgaya ha

  • @S1u9p0p6riya
    @S1u9p0p6riya Před měsícem

    if Input IGST more than Output Igst then how to adjust input IGST balance in tally prime pleases replay fast

  • @tushardwivedi8779
    @tushardwivedi8779 Před měsícem

    Sir bhut acha samjhate hai ek bar me samjh a gya love you sir ji ❤😂

  • @raviduttlf1463
    @raviduttlf1463 Před měsícem

    Very good 10 sal k bad samejma saya h

  • @mathsclassesbyomsir5092
    @mathsclassesbyomsir5092 Před měsícem

    Hare Krishna hare Krishna Krishna Krishna hare hare Hare ram hare ram ram ram hare hare