What Can You Do With Python - Computer Programming (Guide)

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 1 тис.

  • @bigsmoke8887
    @bigsmoke8887 7 років тому +667

    just remember the guy with the camera had to walk backwards for like 400 miles...

  • @pauledoho-eket9752
    @pauledoho-eket9752 4 роки тому +63

    Ok, so my take, learning a programming language is like when I learned to play the guitar. I only knew one 12-bar Emajor blues progression for almost 3 years, and it drove all my roommates crazy. The campus security guard taught it to me at my school. However, because I had one thing I enjoyed that I for real knew I could do with that instrument, I kept playing. For only that reason. The result of that was that I had something to build on when I decided to "engage" learning the guitar for real. Now I think I can play most stuff I want to, but I wouldn't have really gotten to that point if I quit frustrated because I couldn't play a single song (like I did with other hobbies as a kid). The same is true when learning a programming language. It doesn't matter what language you pick as long as you pick something that does enough things you like, that you know you'll continue to play with it. As long as you have one point of reference, when you decide to "shift into gears" and really get into coding, it's way easier to learn any other subsequent language (and even get better at subsequent languages than the first one you learned). The point being, it's way more important to pick a language that's fun to you about something you're actually curious about at first. Build actual things that you can actually use for yourself. Build lots of stuff with it. Then after you get good at it, reassess. You may feel the spark and want to take off after a new language, or maybe you want to just keep getting better at the one you already know. But in terms of the best point of entry to programming? Whatever is fun to you. How many Web Developers first started their curiosity tweaking CSS on pages on MySpace? How many Game Developers probably started out getting patches, and hacks, and mods to work on their favorite games, then evolved into writing them full-time? If you start with dry code that's boring to you, has no context, and is complex, you'll never continue to do it just began of 10 mins of inspiration from a youtube video. Follow you passions. Have fun. You'll find the language best for you when you doing that.

  • @noamsegevsaban8252
    @noamsegevsaban8252 7 років тому +48

    You give me motivation and inspiration every time, thank you!!!

  • @bowarc
    @bowarc 5 років тому +9

    That's exacly what i wanted when i 'v search "what can we do with python" that's pretty rare on youtube, nice video and have a good day !

  • @davidsl118
    @davidsl118 7 років тому +921

    Stop walking towards me! I am trying to back off.. cant u see!

  • @kays3599
    @kays3599 6 років тому +1

    This is by far the best computer programming channel out there. Well edited. Well produced. Well spoken. Eneregy is great. Information is great. Wow. I subscribed. I'm a UX Design Student but I love coding for fun. My new job, I teach kids to make robots. I love animation. Its so hard to choose 1 hobby. I just love tech. And don't get me started on hackathons. We won our first one, now Im addicted.

    • @TheElean1993
      @TheElean1993 2 роки тому

      Oh my God it must be amazing to be able to teach robotics!! And to kids for that matter! Hats off to you sir!

  • @vincetumolva5662
    @vincetumolva5662 4 роки тому +3

    I appreciate the effort of the man walking backwards. He is a real friend of you.

  • @vershversh128
    @vershversh128 5 років тому +3

    its been two years since that backward walk for the recorder .. i will still hit a like button for him !!

  • @i_fahimkhan
    @i_fahimkhan 7 років тому +260

    Right now I was thinking what I can do with python and bam your video came up thanks there 😄😀👍👍

    • @gshakiyla93
      @gshakiyla93 7 років тому +2

      Fahim Khan same here 💪🏽

    • @Khayabushprojects
      @Khayabushprojects 7 років тому +1

      I've had the same thought too ..

    • @AndreaTheSin
      @AndreaTheSin 7 років тому +2

      Same, just started studing yesterday, look really simple compared to java

    • @awertyuiop2404
      @awertyuiop2404 7 років тому

      getting ready to start with python

    • @coderaj9102
      @coderaj9102 7 років тому

      i am a hair stylist i dont know if i can do it or not, how easy it is ?

  • @suomynona7261
    @suomynona7261 3 роки тому +6

    This is exactly the type of video I was looking for when I searched “what can you do with python”

  • @golemkonty
    @golemkonty 6 років тому +14

    Python is very easy to learn/read/write, but it is slow. It is very good for first language, but dont get stuck into it. If you are starting coding, Python is a great first language, but programmers need more than one language, in fact they need the attitude of alway learning and relearning to get better. My advice is: dedicate 3-4 months to learning Python for various applications, than you will be ready psychologically to jump on anything and go full berzerk.

    • @iseeflowers
      @iseeflowers 6 років тому +1

      golemkonty I am beginner with python. I don’t think it is very easy to learn it. After I did a problem and then looked at the solution, I would go “ how come I didn’t think of to do this, the solution’s code is so clean and efficient and my codes are sloppy”. I would feel discourage.

    • @eb_is_entertained
      @eb_is_entertained 2 роки тому

      @@iseeflowers How u doin now?

    • @iseeflowers
      @iseeflowers 2 роки тому +2

      @@eb_is_entertained it is strange, i stopped learning Python back then but now I have to go back to Python again.

    • @levelup2014
      @levelup2014 Рік тому

      @@iseeflowers smh you can e up imagine if you didn’t waste those 2 years complaining you would be a pro at python now you have to start all over agin that is how the world works you must put in the time

  • @eddieweblogic
    @eddieweblogic 7 років тому

    Hey Dude.. you are a young guy .. but with a lot of enterprise experience... from Brazil.... Learning a lot from you ... Cheers.

  • @elementgod2918
    @elementgod2918 4 роки тому +63

    Spotify is using python: Nice
    Instagram is using python: Okay I need to try this
    Sees robot: Holy holy
    UA-cam uses python: Flip this I’m getting on python

  • @vladn.2332
    @vladn.2332 7 років тому +1

    Thank for the video, I've started learning python a few weeks ago and it's really good to have an overview of things you can do with it!

  • @amartunio3588
    @amartunio3588 7 років тому +72

    import turtle
    bob = turtle.Turtle()
    bob.shape("turtle")
    bob.speed(15)
    def square(length,angle):
    for i in range(4):
    bob.forward(length)
    bob.right(angle)
    for i in range(100):
    square(90, 100)
    bob.right(11)

    • @employmenteducation1036
      @employmenteducation1036 7 років тому +1

      What is the output of this code?

    • @dan1desai1
      @dan1desai1 7 років тому +8

      a turtle walking forward slowly XD

    • @aquaarmour4924
      @aquaarmour4924 7 років тому +3

      amer hameer print ("I Liek Turtelz")

    • @DROIDICAL
      @DROIDICAL 7 років тому +1

      It makes Scary circle

    • @Hokyoplasmicwaffle
      @Hokyoplasmicwaffle 7 років тому +2

      Getting an attribute error that “turtle” object has no attribute ‘shape’

  • @yess19
    @yess19 5 років тому

    The best and thorough plus with easy language in elaborating python in youtube ever! People like me who is in low level english speaking can understand you very clear. Thank you ance again buddy@guru

  • @mjc543
    @mjc543 7 років тому +41

    “Do data science” with “a lot of artificial intelligence stuff going on” ... lol, I’m using those exact words in my next resume update 😹

    • @veronaswindall8777
      @veronaswindall8777 7 років тому +3

      Data Scientists actually make more than Software Engineers. However, AI is one of the most difficult things to understand in Computer Science. . . so, it's definitely not for beginners.

    • @warlord9287
      @warlord9287 7 років тому +1

      Verona Swindall import NumPy For The First Headache In Data Science Or Pandas It Takes Some Time Just To Understand That The Program Imports pandas

  • @matthewmcquistion8639
    @matthewmcquistion8639 6 років тому +2

    Gave me goosebumps when you told me how quickly you became a developer, but with hard work of course. I was wondering your program was sill available??? Thank you sm

  • @ishfaqaslam9112
    @ishfaqaslam9112 7 років тому +12

    Bro you are doing a good job.you teach in a brilliant unique way i think, its like we are standing front of you not your Camera Friend,appreciate your hard work bro.May Allah give you more success. :-D

  • @suvajitpaul2193
    @suvajitpaul2193 4 роки тому

    You are inspiration of computer science engineering students

  • @ventricity
    @ventricity 7 років тому +175

    UA-cam, etc is not build off of python. Sure python is used many places, but it is a slow language, so youtube for instance also uses alot of java and other languages. That's why blanket statements like "that product is build with python" is incorrect and might lead people to believe python is the greates thing ever. Python is an interpreted language and you would have trouble with performance compared to java or C# in many places. Using C# for instance you can do anything from game development to desktop, web and mobile on all platforms. And python is not easier to learn either. All languages are pretty much the same. Be mindful of that this video is a sales pitch for his python course and is therefore very exaggerated. Don't choose language based on what pays more or what is most popular, those statistics vary and is easily misinterpreted and misused. Btw Spotify is mostly build with javascript and only uses Python for metadata and song selections (using AI APIs).

    • @veronaswindall8777
      @veronaswindall8777 7 років тому +3

      A lot of this is true, except that compiling time penalties are only superficial unless we're dealing with real-time and critical systems. In which case, Python wouldn't be my first choice.

    • @ravialwayswins
      @ravialwayswins 7 років тому +11

      True that, this guy in the video is just talking in the air, i couldnt watch more than 5 minutes of it

    • @maythesciencebewithyou
      @maythesciencebewithyou 7 років тому +6

      I still don't understand why data science and neuronal networks stuff is done with python, as it is indeed slow for exactly that kind of tasks.
      Well, actually I guess I do. Python is a relatively simple language, fast to prototype with. That's why many scientists who aren't hardcore coders, and only have limited coding experience have made code on those subjects and spread it, and others have just built on it.
      It would help science alot more if somebody implemented all that Data Science code in C# or better C++ to get better performance, otherwise we'll always depend on more and more powerful hardware as big data is increasing.
      A decade ago, Pearl was a big thing in biological sciences, because it was easy to use regarding string manipulation. So it was taught in basically all biology education. But nowadays it can be considered dead.

    • @jorgemata8050
      @jorgemata8050 7 років тому +5

      Johan Herstad Thank you so much. I couldn’t have said it better myself.

    • @warlord9287
      @warlord9287 7 років тому +3

      Johan Herstad Boi First Complete A Hello World With Stupid System Calls By C# Then Return With A Stupid Java That Gets The Package Broken Easily Python Is Much Better in:
      Powerful Syntax
      Powerful Data Handling
      Powerful Parsers With Strong Debugging System Than Other Languages
      But Not Higher Level Than:
      Perl
      Assembly
      Note: If You Are Understanding The High Level Programming Languages As The Easiest To Use I'm Telling This Is Incorrect And The Correct One Is The More Powerful And Faster

  • @khimsinghnaula6730
    @khimsinghnaula6730 5 років тому

    You change my views for python. I thought I am wasting my time , learning python in school. Thanks.

  • @AniruddhTyagi
    @AniruddhTyagi 7 років тому +109

    How Can i improve my muscles using python.?

    • @ScottBreuer2000
      @ScottBreuer2000 7 років тому +30

      Write like a daily planner program, and use it to note down exercises and stuff like that. :P

    • @sadhlife
      @sadhlife 7 років тому +6

      Aniruddh Tyagi you can definitely program an exoskeleton from it.

    • @shobhit2197
      @shobhit2197 7 років тому +64

      Take a Python and lift it 100 times a day

    • @666metalsucks666
      @666metalsucks666 7 років тому +4

      That would be the most realistic answer. Daily_workout_routine.py = just a list of different excercises and sets. Maybe you could make it automatically increase weight and reps gradually with a function.

    • @MrAndrefcunha
      @MrAndrefcunha 7 років тому +10

      python improves your finger muscles

  • @DeputyHead-p1i
    @DeputyHead-p1i 4 місяці тому

    I used your video in my Class lesson today
    Thank you!

  • @Zancb
    @Zancb 7 років тому +12

    All this filler could be condensed to "Python can be written to interpret images." You don't need to say the same thing multiple times and try to pass them off as separate examples. Just say "Python can be written to interpret images" and THEN cite your multiple examples. Helps keep the video concise. Thanks!

  • @wareesha3734
    @wareesha3734 7 років тому +2

    You put so much effort in guiding everyone and it's really helpful. Thank you so much.

  • @MrBwench
    @MrBwench 6 років тому +16

    “Data Analysts get data... and analyse it!” - If only I was that simple 😅

    • @MrBwench
      @MrBwench 6 років тому +5

      He forgot the hours of meetings.
      Hours of manipulating and reshaping data into a form that can be utilised by your visualisation tool.
      You don’t just build charts, you build dashboards that answer questions and drive decisions.
      Quality and performance checks of these dashboards.
      The list goes on... the dude just fully downplayed the role

    • @IForgetWhatISay
      @IForgetWhatISay 4 роки тому +1

      If you would do more than data analyze you’d realize he downplayed everything. He was simplifying everything he didn’t go deep into anything.

  • @jeseviso-s2u
    @jeseviso-s2u 3 роки тому

    Ima keep it real with you chief... this feels like an improvised talk.

  • @viktorandersson4945
    @viktorandersson4945 7 років тому +14

    I wish I could become good at chess by playing with myself...

  • @vizorpromise2651
    @vizorpromise2651 6 років тому

    Well done Clever Programmer aka CP... I've been enjoying your vibes via videos on UA-cam. Nice breaking down and elaboration. Nice job CP...Kudos.

  • @michaeld4676
    @michaeld4676 7 років тому +106

    Could Python help the guy at 5:06 learn to run properly? He looks like he's about to faceplant into the grass.

    • @drrckcch0
      @drrckcch0 7 років тому +4

      18th Century Navy Captain wow lmao cant believe you said that lmao

    • @anand.suralkar
      @anand.suralkar 4 роки тому

      Lol

  • @ReverendFuzzy
    @ReverendFuzzy 7 років тому +1

    Ok, you convinced me ... I'm going to add Python to my list of known programming languages. :)

  • @123SKEETSKEETSKEET
    @123SKEETSKEETSKEET 7 років тому +9

    5:00 - 5:06 My dude is slump af. Running like he part of the zombie apocalypse.

  • @pastars3626
    @pastars3626 7 років тому +1

    Thanks a lot! You helped me to see the bigger picture of python. I'm really thankful for that, 'couse there aren't many videos like these.

  • @cindymananzalamartinez6679
    @cindymananzalamartinez6679 7 років тому +15

    skynet is also built in python

    • @A0pplePapple
      @A0pplePapple 6 років тому

      even *this website* and all google websites built on python ya know?

    • @binozia-old-2031
      @binozia-old-2031 5 років тому

      A0pplePilot
      Not all of UA-cam is built on python tho

  • @dendydarin3085
    @dendydarin3085 5 років тому +2

    Thanks for the overview. This is useful for me who want to start learning Python.

  • @ernestomendez3219
    @ernestomendez3219 5 років тому +3

    Why do you recommend learn Phyton first instead of Javascript?.

  • @squirrel2770
    @squirrel2770 7 років тому

    Correct me if I'm wrong, but from what I recall from an interview with Guido van Rossum, python was built to suit the needs of his work environment (abc, amoeba) at the time and it evolved from there with help from online community. It was never built for kids.

  • @300iqwizard5
    @300iqwizard5 7 років тому +6

    No wonder the guys in Silicon Valley keep waking up in new Bugattis

  • @melissadean4674
    @melissadean4674 3 роки тому

    This video sounds like my life and is so inspiring. I never thought my life would go in this direction.

  • @sarangs8441
    @sarangs8441 7 років тому +75

    It is neural networks

    • @CleverProgrammer
      @CleverProgrammer  7 років тому +10

      Yup!!!

    • @maythesciencebewithyou
      @maythesciencebewithyou 7 років тому +1

      But why? It's slow

    • @maythesciencebewithyou
      @maythesciencebewithyou 7 років тому +1

      I know, but that's only because people are too dumb and lazy to use a better performance based language

    • @Oscar-yc9cx
      @Oscar-yc9cx 6 років тому

      thats the sharp edge of A.I

    • @ShivamJha00
      @ShivamJha00 5 років тому +1

      @@maythesciencebewithyou or maybe you are ignorant? All the ML and neural networks libraries are written in C++. Then Python bindings are created for them. So no, it's not slow. We are using c++ under the hood

  • @prinzikenna.o6577
    @prinzikenna.o6577 4 роки тому +1

    U made everything clear today. 🙏 danke shön.

  • @HeartzHugzKissez
    @HeartzHugzKissez 7 років тому +116

    I couldn't help but notice your jacket. Are you from St. Louis? ...I ask because that's my hometown.

    • @CleverProgrammer
      @CleverProgrammer  7 років тому +87

      Not from there but went to watch Chess World Championships

    • @greenapple5999
      @greenapple5999 7 років тому +1

      Is that San Jose....?

    • @AlbertHuebner
      @AlbertHuebner 7 років тому +4

      I noticed this too! I used to walk by that chess place every day. Nonetheless good video synopsis on the power of Python.

    • @consideringorthodoxy5495
      @consideringorthodoxy5495 7 років тому +1

      Same here

    • @opannefrank1986
      @opannefrank1986 6 років тому +4

      I couldn't help but notice your jacket. Are you a homosexual?... I ask because I am a homosexual.

  • @babsdavid4851
    @babsdavid4851 5 років тому

    wow i just love your videos man, your explanations are with clarity

  • @kushagrapandey2466
    @kushagrapandey2466 7 років тому +14

    Sir the apps like SNAPCHAT in which programming language they are made?

    • @DROIDICAL
      @DROIDICAL 7 років тому +3

      Android studio, in other words JAVA

    • @ioka706
      @ioka706 7 років тому

      Objective c if on apple

    • @hitta750
      @hitta750 7 років тому

      C++ actually. 2 of the 3 people who created it were CS students.

    • @warlord9287
      @warlord9287 7 років тому +2

      Mai hu Mulla I Don't Know Sounds Like Java Or Some C And Server Side C# Or Other Languages But If You're Thinking Of Stupid Idea Like Making Something Like SnapChat Well That Will Be ....😂😂😂😂...Super Dumb

    • @nishisaxena4831
      @nishisaxena4831 6 років тому +1

      war lord why is it a dumb idea?

  • @modelworkzseo
    @modelworkzseo 7 років тому +1

    Great energy buddy, just subbed

  • @inderjitdhillon595
    @inderjitdhillon595 6 років тому +69

    Be careful
    I saw zombie 5:05 in your video

  • @mariadc3917
    @mariadc3917 4 роки тому +1

    I definitely liked this video, you are amazing, you motivated me a lot! Thank u🇵🇪

  • @anasrahim3510
    @anasrahim3510 4 роки тому +4

    Kindly Make a video for 16 years old student's who want to learn python

    • @Primarycolours-
      @Primarycolours- 4 роки тому

      Same goes for all ages,
      Except people's who don't even know the basic of math.

  • @digitalameer1
    @digitalameer1 5 років тому

    Mr Clever we love you here in Nigeria i enjoy using your website

  • @bigbawls21
    @bigbawls21 6 років тому +3

    If you are watching this video using headphone/headsets please correct me if I am wrong but does it sound like the sound is more focused in the left earpiece and not balanced between L and R ear phones??... i checked all my PC setting and they are fine but whenever I watch this channel the sound is heavy in the left ear and its not easy to watch for a long time :/

  • @adamslate4953
    @adamslate4953 7 років тому +1

    Wow, thanks for the information on Python. Very helpful

  • @zhumonculos6882
    @zhumonculos6882 6 років тому +2

    Self-proclaimed clever , cute

  • @typhoon20724
    @typhoon20724 7 років тому +2

    That's great man! I'm a programmer myself but in Java. I always had a soft spot for Python so you can be sure that I'll go and see your course. Thanks :)

    • @veronaswindall8777
      @veronaswindall8777 7 років тому

      Go to Sendex or TheNewBoston or DerekBanas instead. You're much more likely to get up and running from their videos.

    • @typhoon20724
      @typhoon20724 7 років тому

      Verona Swindall thanks for the advice. I already knew Derek Banas and Sendex and I also like their tutorials, thenewboston I'll be sure to take a look. I'm currently following a tutorial from Qasi and I like the way he teaches, he gives great advices not only at programming level but also to get people on track. Example, practice makes perfect, he says this many times and it's so true, without practicing you'll never get good at programming :)

  • @suppaahitniga5747
    @suppaahitniga5747 6 років тому +3

    I watched at 2x. It was fun.

  • @SuperCaars
    @SuperCaars 6 років тому +3

    What books and UA-cam channels do you recommend for someone who wants to start programming in Python? Congratulations for this article!

  • @ameerhakeem
    @ameerhakeem 7 років тому +219

    Aren't u tired of walking ?

    • @ethicaluser8096
      @ethicaluser8096 7 років тому +17

      AKIM NIT tired of walking? Really? He barely walked

    • @CleverProgrammer
      @CleverProgrammer  7 років тому +47

      AKIM NIT gotta put in work to make these videos for you guys!

    • @thehomiebearfifa3528
      @thehomiebearfifa3528 7 років тому +6

      He's multitasking lol, trying to put in some exercise while he's at it

    • @mountainman6172
      @mountainman6172 7 років тому +2

      AKIM NIT got to hit those fitbit targets

    • @cyberrelations729
      @cyberrelations729 7 років тому +5

      Tired of walking? LOL you need to get more exercise

  • @Appsorwebs
    @Appsorwebs 5 років тому

    Awesome videos you make out there.

  • @EddieCasady
    @EddieCasady 7 років тому +5

    At 1:18 there are two C's in the chart. Is it meant to be Objective - C?

  • @donnalynramirez5168
    @donnalynramirez5168 5 років тому +2

    Thanks for doing this. Tis really helpful. Love love love. =)

  • @adityakaundilya9975
    @adityakaundilya9975 7 років тому +9

    i am learning python for web development generally for making real time website but someone said me this 'you are nut, you should learn java-script for making working website?
    what should i do now??

    • @jaisingh-rj7lz
      @jaisingh-rj7lz 7 років тому +1

      aditya kaundilya learn both it will help a lot

    • @colinb8332
      @colinb8332 7 років тому +4

      aditya kaundilya I would not suggest python for web development alone. I would learn PHP, AngularJS, Node.JS, or Ruby on Rails. Choose one of those. PHP is most widely used, so I would at least get familiar with it. Node.js is quickly gaining popularity. If you really understand Angular2 you shouldn't have any problem finding a job. And RoR is one of the most popular frameworks, but I think it is dying a little bit.

    • @ethicaluser8096
      @ethicaluser8096 7 років тому +2

      JavaScript is for front end use python if you wanna do some heavy BACKEND. You WILL need to learn JS to become a web developer

    • @CrazyGamerSidh
      @CrazyGamerSidh 7 років тому

      AlbShadoW JavaScript hard !?!?

    • @adityakaundilya9975
      @adityakaundilya9975 7 років тому

      thanks COLIN BRUIN, it seems very helpful. but you have given me more type of option which make me confused, may you make it little bit more clear.

  • @rohitshakya3546
    @rohitshakya3546 6 років тому

    Thnx bro...I just started learning python. U are doing a great job.😄

  • @manvendrasiwatch7335
    @manvendrasiwatch7335 7 років тому +9

    Can a game be made by python?

    • @veronaswindall8777
      @veronaswindall8777 7 років тому

      Yes, there is Pygame and there is also OpenGL support and Panda engine 3D. For starters, if you already have Python installed then download Pygame using pip. There's plenty of video tutorials on UA-cam that'll help you with the basics.

    • @aquaarmour4924
      @aquaarmour4924 7 років тому

      Itachi Uchiha Weeb

    • @ayubomaraden867
      @ayubomaraden867 5 років тому

      Games need AI, like bots when you are practicing and its made with python :)

  • @ExoSteez94
    @ExoSteez94 7 років тому

    learning python is definitely on my todo list ty for the info and help.

  • @DoubleAgent25
    @DoubleAgent25 7 років тому +10

    This is all fine and dandy until you realize you will never be happy coding for someone else' gain.

  • @cleverdevil8882
    @cleverdevil8882 7 років тому +1

    Thanks Quazi i am a happy person now by seeing this.

  • @300iqwizard5
    @300iqwizard5 7 років тому +6

    I installed Python. It's hard dude !!!

    • @CleverProgrammer
      @CleverProgrammer  7 років тому +3

      It's beautiful! Watch my videos on UA-cam!

    • @300iqwizard5
      @300iqwizard5 7 років тому

      I do

    • @yojana575
      @yojana575 7 років тому

      Me too myan

    • @sadhlife
      @sadhlife 7 років тому +1

      but... it's easy! start with this app called sololearn. it is the perfect guide for programming languages.

    • @veronaswindall8777
      @veronaswindall8777 7 років тому

      It's not a very difficult language if you pace yourself. If you want to learn a difficult language, then give C++ a whirl. However, if you're really struggling with it then I would try using Lua, Ring, Coffeescript or Julia instead.

  • @maheshram1310
    @maheshram1310 7 років тому

    Wow amazing content. Tons of stuff in simple words man, amazing work.

  • @20tejas
    @20tejas 7 років тому +51

    with python i can make it eat rats, dogs, rabbits, cats and even a human.

  • @OGaurabless
    @OGaurabless 6 років тому +1

    Python is so cool! I'm a business grad student and see how I can apply this to managing stakeholder and client needs :)

  • @Surajzi.
    @Surajzi. 4 роки тому +3

    *data science
    *Web development
    *Machine learning, a.i.
    *image Recognisation
    *data analysis
    *Data visualization
    😍Web development

    • @m5a1stuart83
      @m5a1stuart83 4 роки тому +1

      Every language can do that bro...

  • @NubianQueenVibe
    @NubianQueenVibe 7 років тому +11

    Great Energy and Advice Qazi... I have an idea to create a mobile pass system for cab drivers in NYC. I think Python might actually help with this idea, Thanks

    • @CleverProgrammer
      @CleverProgrammer  7 років тому +2

      You are most welcome Shantel! Go crush it

    • @harshpherwani6590
      @harshpherwani6590 7 років тому +13

      1 thing, never put your unique business ideas on the internet until you've got it already implemented, executed or patented

    • @CleverProgrammer
      @CleverProgrammer  7 років тому +7

      Harsh Pherwani you're wrong. Execution is what holds people back NOT ideas.

    • @harshpherwani6590
      @harshpherwani6590 7 років тому +7

      Someone somewhere might have all the resources and skills he might need to easily get an idea executed, and would be lacking an idea in the first place, sure the internet is a place of ideas but sometimes things just strike and remain, and this idea of Shantel might seem to be appealing to someone with the right skillset and resources

    • @Guywithair2
      @Guywithair2 7 років тому +3

      Thanks for this! I have a unique original idea for a mobile pass system in NYC.

  • @samuelboye-doe528
    @samuelboye-doe528 7 років тому

    Thanks man. Your video really clarified things for me.

  • @yankomirov4290
    @yankomirov4290 7 років тому +8

    Notiflication squad

    • @_kahini
      @_kahini 7 років тому +1

      it doesn't count here

  • @RAWRCoding
    @RAWRCoding 5 років тому +1

    Nice video! Love the microphone :D

  • @teacher_adolfo
    @teacher_adolfo 6 років тому +3

    3:41 "Becomes the best chess player in the world in 24 hours by just playing with itself over and over again and learning from that" That's quite kinky.

  • @j.mbenti7493
    @j.mbenti7493 6 років тому +1

    Love your microphone

  • @DarshanSenTheComposer
    @DarshanSenTheComposer 7 років тому +3

    So python can beat someone at go??

    • @ilyasssaadi9594
      @ilyasssaadi9594 6 років тому

      Darshan Sen - The Composer yes, not necessairly written in python tho

  • @tush800
    @tush800 4 роки тому

    I absolutely love your presentation and the gorgeous scenery, Will learn python after am done learning java....to the guy walking backwards steadily 👍👍

  • @abdulrehman-kg5kc
    @abdulrehman-kg5kc 6 років тому +3

    Why i am learning python ?
    First reason: I want to hack my crush phone
    Second reason: money
    I
    Guess 🤷🏼‍♂️🤷🏼‍♂️🤷🏼‍♂️

    • @morhet6819
      @morhet6819 5 років тому +1

      Creeeepyyy stalker alert

    • @anotherone-e9c
      @anotherone-e9c 5 років тому

      A guy with no name why do you want to hack your crushs phone bruv why u invading privacy lol 😂 like bruh

  • @quentinlauterbach
    @quentinlauterbach 7 років тому +5

    hey qazi
    i wrote this little beginners programm from scratch so to say.. it´s VERY VERY simple but well i thought of it on my own :)
    also got a question: i usually do things with VS code, but if i want to run hte file (called Birth.py) it puts up a python file (which is fine) and asks the question... but when i enter a number it immediatley closes the file and doesnt even show the anwer whichc sucks
    do you know how to get rid of that and that i keeps the file opened?
    #Birth year
    from datetime import datetime
    now = datetime.now()
    current_year = now.year
    def Birth_year():
    age = int(input("Enter your age:"))
    year = current_year - age
    if age > 0 and age < 101:
    print (year)
    else:
    print("invalid")
    Birth_year()

    • @stevet7522
      @stevet7522 7 років тому +1

      Kyew In your code, at the bottom above the call to the birth_year() function, add input(). This call to input will make the program pause and wait for input,like a press of the enter key, before it closes.

    • @quentinlauterbach
      @quentinlauterbach 7 років тому

      that´s an idea, thx :)

    • @ibrahimcowke
      @ibrahimcowke 7 років тому

      ur code still working & helpful

  • @triplejay3494
    @triplejay3494 7 років тому

    Thank you very much for dis video.. I have been looking for a way to learn a better web-development programming language added to my Visual studio.. And you just gave me what i need. thanks alot.

  • @danilomadalijr4979
    @danilomadalijr4979 7 років тому +17

    im just in sixth grade but im learning

    • @harshpherwani6590
      @harshpherwani6590 7 років тому +2

      All the best man! starting young helps a lot!!

    • @noname-ic3zq
      @noname-ic3zq 7 років тому +1

      Nilz Madali go all in. i wish i started at a very young age too.

    • @AnujYadav-ww6nc
      @AnujYadav-ww6nc 7 років тому +1

      bingo , I started in same standard as well , I found it beneficial

    • @JM-ly1vc
      @JM-ly1vc 7 років тому +1

      I wish I could learn when I was in 6th grade. But unfortunately youtube didn't exist that time

    • @veronaswindall8777
      @veronaswindall8777 7 років тому +1

      At your age, I would be much more interested in Raspberry Pi and Arduino Microprocessors for building robots! Give it a look and I guarantee you won't be disapointed.

  • @PaulRamnora
    @PaulRamnora 7 років тому +1

    I'm still 'new' to learning, Python. A really interesting explanation. -Thanks! ;-)

  • @Shivanshu217
    @Shivanshu217 7 років тому +38

    👍

  • @AlowoojaOlamide
    @AlowoojaOlamide 7 років тому

    This is cool. thanks for sharing. Will start programming in python very soon :)

  • @asseenbytherest6454
    @asseenbytherest6454 6 років тому

    love you bro ...thanks for each and every video :)

  • @twright3296
    @twright3296 6 років тому

    Thank you for your videos. I really enjoy them

  • @bkas724
    @bkas724 6 років тому +2

    I salute the camera guy for being able to walk backwards while filming

  • @braro4410
    @braro4410 7 років тому +2

    I like the way you clarifying.
    Thanks!!!

  • @ishworgautam5175
    @ishworgautam5175 4 роки тому

    The video that I want
    Finally I got.❣️

  • @aadilkhan1221
    @aadilkhan1221 7 років тому

    You boosted me to do playing with python..😊😊😊subscribed😉😉

  • @naserh.rezaei7297
    @naserh.rezaei7297 7 років тому

    Thank you so much for your very very expressive and clear explanations.

  • @beautyandmessK
    @beautyandmessK 3 роки тому

    I hope this inspires me to continue. 😁

  • @suryaganeshpindiprolu472
    @suryaganeshpindiprolu472 4 роки тому +1

    Can u make a video on how python is useful for mechanical engineers and do you think it is capable of automating softwares like Autocad and Catia in designing purposes and if it does what is future of mechanical engineers

  • @malayalamspeech
    @malayalamspeech 2 роки тому +1

    Masha Allah Your English Super

  • @bshowgamer3360
    @bshowgamer3360 7 років тому

    Thx for all your videos Thx very much Keep going

  • @Eugene.Berezin
    @Eugene.Berezin 7 років тому

    Awesome video dude!

  • @riderblack6401
    @riderblack6401 7 років тому

    awesome, you, Clever Programmer, made my day:) Thank you

  • @DRUKPAVIDEOS
    @DRUKPAVIDEOS 4 роки тому

    thanks brother for the your information, m motivate by your video