should i add the following 120 second intro to my new videos? "hey guysssss, welcome to my channel, hope you guys are doing well today, let's please smash that like and subscribe button, etc. What are your thoughts?
Bitch, please... The director of Google asked me to replace him after I showed him my skills gained while watching this video. Well, Rome wasnt built in a day, but pretty close enough using this video.
Just imagine the power this man would hold if he did a 5, or even a 10 minute video. We would be learning the secrets of the universe. And imagine if he did one of these styles of videos, but on a different subject, like maths, or science, or English.
We would become an interstellar species by the end of the day taking the existence of mankind faarrr beyond our own imaginations traveling not only in space & time but transcending through alternate dimensions eventually ending up opening up a void, a portal to the universe of universes and that's how we would become a level 2 player in this matrix. Mankind's future depends on this guy, protect him at all costs, he's our saviour, he's the vishnu, he's the jesus, AMEN!
Dude thank you. I interviewed for a machine Learning role, and they gave me the exact questions from ur video. Glad i was able to remember all 59.001 seconds of it.
Hey man Id really like to ask you a few questions if I could. Im looking to get into python and hopefully further down the line land a job and I heard data analysis is a good place to start. Are you proficient enough to work a part time/full time job programming with python? If so, how long did it take?
@@-neuro Hello there! I'd say I'm proficient enough to work a part- or full-time data analyst job, at least for the entry level. But I still haven't secured one, and have gone on-and-off of searching for roughly a year at this point. My apologies, but I may not be the best person to ask for this kind of advice.
As a total beginner, thank you for the quick and easy explanation. The other courses are usually so much longer. I will be watching this one more time in the afternoon, then apply for my dream job in Google. Again, thank you for fixing my life.
What's crazy is, this is comprehensive enough to write a lot of programs. If you make a redux version of this and add ~25 seconds to cover classes, dictionaries, modules and file I/O, you'd have one of the best and shortest Python basic tutorials of all time.
@pafu015 The only thing I don't understand is why you can define the same variable multiple times. Is it not stored? If X=1 then X=X + 2 can never be true. Why isn't it Y = X+2 and then print (Y) ?
@pafu015 this is part of the fundamentals, he didnt cover things like arrays, objects(I dont remember how it is called in python), classes, git, etc, but is a good start
@pafu015 At first I thought "I understand what u explained but i dont understand how that makes sense in the videos example. If u can redefine a variable why does it listen to the old definition and print 3 😭" And then I realised that X=X+2 will still listen to X=1 because X=X+2 IS the defining line, and only after will other lines use the new redefined variable and thats why it prints 3. (Idk if that makes any sense or if im understanding it right but u understand so maybe u get it 😭😭)
This is the video ill tell people to watch next time I'm asked how to get started with coding, I've seen 1h+ long tutorials for starters that are harder for beginners to understand than this. Keep it up man you'll get a lot of beginners on their feet with your tutorials.
This is what people need, something visibly easy, quick to understand and summarized, with future projects people will learn more and more details, but in the beginning it should be something practical and quick to understand, it's really real that some people understood in 1 minute what they did not understand in several classes precisely because of the didactics I try to bring that kind of didactics to my Private Server videos, you did a good job brother this also helps a lot people with ADHD
This video reminds me of my highschool days of doing absolutely nothing all year long and studying real quick the night before (or the morning of) an exam.
I just started CS50 and currently in the process of enrolling in a master's degree in Software Development (career shift from my Bachelor's Management degree) and your channel has been most helpful since I have chosen to become a Python Dev. Ofcourse I won't learn the entire thing straight away but this simplifies things down to the basics.
I've actually been looking for a short and sweet summary like this, coming from JavaScript and learning Python I really just need to know the syntax differences, but every tutorial is like 6 hours of programming fundamentals
Z = abcde Strings start at the first number but dont include the 2. or the last one. Same as „i in range (1,100) the 100 will not be printed. You need i in range (1,101) to print all even nubers with the 100 included So Z= abcde means 01234 (we start at 0) So [1:3] means [b and c] [0:2] would be ab [1:4] = bcd And so on..
The greatness of this video is unbeliveable, I learned sooooooooo much python, that I work now at Google. 0:07 was the best second of the video. Let god bless you. I am crying now how well you teached me, you should win Nobel prize, the amount of knowlege you learned me was so unbeliveable, esspecialy 0:19 it was sooooo great even harvard wants you. 0:35 was second where most of my emotions was. No negative, but only too much of positive, you are super underrated man. Thank you for learning me python. You should make your own game engine or proggraming language, becouse you are soooo smart. Everyone needs you, you should learn me assembly next. You can make new-gen AAAA game using electromagnetic neddle and a hard drive, everyone will love it you will become first trillionare. You deserve to have 8 billion subs right now, everyone can watch your video and become Nikola Tesla. You should work in FBI, becouse you are that smart. 0:37 was second where I learned the most, I gained 15*8-69% . Thank you for all, you deserve life in heaven. Thank you🙏🙏
also, instead of this: for i in range(1, 100): if i%2 == 0: print(i) you could write this: for i in range(1, 100, 2): print(i) keep in mind that range has 3 parameters which is: start, end, step
so z is equal to 'abcde' (x+y) and z[1:3] is a slice, which gets the values of a string between the first and third index. the important part is python's indexes start at 0, not 1 which means 'a' = 0. so this code gets b and c as that is the first and second index in the string
def f(x): is function definition f(5) is function call When the function is called and 5 is assigned to variable x. Y=5+2 which becomes 7 And function returns y which is equal to 7
a for loop to write even numbers can be written as "for i in range(0, 101, 2)", where the last argument is a step, on which amount 'i' increases. Second argument is 101 because if for loops i∈[starting_number; ending_number) ( 'i' is in a set from starting_number until ending_number which is not included).
Join our bootcamp or schedule tutoring on our site.
very
I subscribed because i wanna be a fullstack web dev
and get a job at nasa
You forgot about while and try
🤣🤣🤣🤣🤣@@rabidsetssf2820
i wanna the link of app
This man single-handedly taught us the basic concepts of every programming language. What a legend.
haha. you are the legend, sir!
@@codepointers no you're breathtaking
I'm your 1k th like!
Every imperative* programming language.
That's false
watched this and I got a job at google 💪💪
Let's go! 💪💪💪
In NASA man
i like it !
Janitor?
Bro I'm working at Starbucks
This is absolutely beautiful. No bullshit, no nonsense, no bloat seen in an average TH-cam tutorial. This is how it should be done.
thank you so much!!!!
should i add the following 120 second intro to my new videos? "hey guysssss, welcome to my channel, hope you guys are doing well today, let's please smash that like and subscribe button, etc. What are your thoughts?
@@codepointers absolutely, hell make it 5 minutes intro even
@@marlocheusa I will sing a song too for the intro :)
@@codepointers i would like that very much, a little song for your subscribers
WOW. He even had time to clear his throat in the duration of the 59.001 second. BRAVO !
LOL
LOL.
0:46 "This is a fancy way of saying if i is even"
Ahhhhh, that's best explanation I've ever gotten!
This is absolutely phenomenal, I was able to become a full stack delevolper after the video!
Thank you! Glad to hear it!
😂💀
🤣🤣🤣🤣
Bitch, please... The director of Google asked me to replace him after I showed him my skills gained while watching this video. Well, Rome wasnt built in a day, but pretty close enough using this video.
@@hyperlinemax1 Rome was built in 59 seconds
Just imagine the power this man would hold if he did a 5, or even a 10 minute video. We would be learning the secrets of the universe. And imagine if he did one of these styles of videos, but on a different subject, like maths, or science, or English.
this is a great idea sir
@@codepointers 😲 The prophecy
@@willowtree-qd2deis true 🗿
We would become an interstellar species by the end of the day taking the existence of mankind faarrr beyond our own imaginations traveling not only in space & time but transcending through alternate dimensions eventually ending up opening up a void, a portal to the universe of universes and that's how we would become a level 2 player in this matrix. Mankind's future depends on this guy, protect him at all costs, he's our saviour, he's the vishnu, he's the jesus, AMEN!
@@SAURABHGUPTA_DINOSAUR "We could make a religion out of this."
As someone who never did something like this: I'm still confused and still have no idea how to code, thank you very much, helped me a lot !:D
I feel you😊
Thank you for helping me through my Python class last semester! You made life way easier with 58 seconds than my teacher could in their semester.
yo class is bad then, like seriously
this man singlehandedly teach me more than most of the courses on yt
Thank you!
59 seconds. Ain't nobody got time for dat.
I understood nothing like nothing
Now I can add Python to my CV, thank you
You are welcome!
Did the same. EZ
@@codepointersyou should create another 1 min tutorial about how to use tensorflow in python. cause i wanna ad this in my cv as well.
ROFL, thank to you, now me too
Ez
Dude thank you. I interviewed for a machine Learning role, and they gave me the exact questions from ur video. Glad i was able to remember all 59.001 seconds of it.
Lol
Dude, as someone who's been taking a data analytics course involving Python, this is an excellent bite-sized recap of the basics!
Hey man Id really like to ask you a few questions if I could. Im looking to get into python and hopefully further down the line land a job and I heard data analysis is a good place to start.
Are you proficient enough to work a part time/full time job programming with python? If so, how long did it take?
@@-neuro Hello there! I'd say I'm proficient enough to work a part- or full-time data analyst job, at least for the entry level. But I still haven't secured one, and have gone on-and-off of searching for roughly a year at this point. My apologies, but I may not be the best person to ask for this kind of advice.
@@corruptor55 I really appreciate you taking the time to respond! Thank you so much and best of luck in your career searches!
Thank you!! I watched this video not knowing how coding worked at all, and now I have even less of an idea of how it works.
As a total beginner, thank you for the quick and easy explanation. The other courses are usually so much longer. I will be watching this one more time in the afternoon, then apply for my dream job in Google. Again, thank you for fixing my life.
You're very welcome!
Why go work for a corporation when you have the skills to make your own google?
@@Defiringwell making a website like Google isn't easy at all it requires a lot of programmers with great understanding of cs
@@Defiringif one wants to make a website like google it's near to impossible though possible but really really hard
@@naatynnattythe joke flew over your head, didn't it? I usually have problems understanding a joke, but this was just... obvious. Jeez.
I feel like a python dev with 10 years experience already ❤
Nice!
If you did a full blown course like this It'd blow up.
Thank you! looking into this!
What's crazy is, this is comprehensive enough to write a lot of programs.
If you make a redux version of this and add ~25 seconds to cover classes, dictionaries, modules and file I/O, you'd have one of the best and shortest Python basic tutorials of all time.
Thanks! maybe I will do that!
@@codepointers we are still waiting
With do background information or anything who needs to how something works you just need to know x,y and z does stuff
...
Only thing to add is lists and lexicons and define then you have all the tools to make anything, i made checkers after 1 month of practice
This guy managed to teach us the whole basics of python, you are better than all of my teachers.
Thank you!!
Thank you. I've been trying struggling to learn the concept of classes and you've helped me cross that gap in my knowledge in under 60 seconds.
Great to hear!
I love tutorials that are made for people who already knows the subject
cant agree more
@pafu015 The only thing I don't understand is why you can define the same variable multiple times. Is it not stored?
If X=1 then X=X + 2 can never be true.
Why isn't it Y = X+2 and then print (Y) ?
@pafu015 Ok, thanks alot for the clear explanation.
@pafu015 this is part of the fundamentals, he didnt cover things like arrays, objects(I dont remember how it is called in python), classes, git, etc, but is a good start
@pafu015 At first I thought "I understand what u explained but i dont understand how that makes sense in the videos example. If u can redefine a variable why does it listen to the old definition and print 3 😭"
And then I realised that X=X+2 will still listen to X=1 because X=X+2 IS the defining line, and only after will other lines use the new redefined variable and thats why it prints 3. (Idk if that makes any sense or if im understanding it right but u understand so maybe u get it 😭😭)
You have exam in 1 min:
You on 59 secs:
I’m happy that people go over python in 1-2 hrs. But I’m ecstatic that you did it in a minute.
we need more people like you in our society
Thank you!!!
dead poets society
This man is such a legend that he doesnt even commit his work to his github
hahaha
This is the video ill tell people to watch next time I'm asked how to get started with coding, I've seen 1h+ long tutorials for starters that are harder for beginners to understand than this.
Keep it up man you'll get a lot of beginners on their feet with your tutorials.
thank you!!!
when people ask how to start dont they mean which technologies to learn and what projects to write?
@@Mushele can you tell me what coding language should I start learning as a beginner.
@@kehmar I ask myself the same question mate, but what really matters more is what do you want to do as a programmer
took "straight to the point" to a whole new level
That 0.001 Sec really helped me in the end!! Thanks a lot.
Wow thanks, I have an exam for data science tomorrow and I just started to learn python today, but this video should save me 😊
Thanks! I hope it saves you!
@@codepointers I just wrote it and I think I failed 🤕
@@harmanbaidwan1713 You don't need that test. You'll be creating billion $ startups with Python soon! 👍
@@codepointers I love the energy you are giving 😂 lets hope we all become billionaires one day
@@Shut_Up Let's goooo! 👍
I always prefer straight to the point teaching, better than schools. Subbed.
Thank you!
This is what people need, something visibly easy, quick to understand and summarized, with future projects people will learn more and more details, but in the beginning it should be something practical and quick to understand, it's really real that some people understood in 1 minute what they did not understand in several classes precisely because of the didactics
I try to bring that kind of didactics to my Private Server videos, you did a good job brother
this also helps a lot people with ADHD
Great comment! Thank you!
This man just finished half a semester's course material in under one minute.
I can finally prove my teacher wrong. Thank you for the tutorial, man!
Let me know what topics you want to see in the next videos in the series!
Full Python course like this video!
@@tidzej5400 That was the full course.
@Valerio Turturici hold control and press '`' Next right click on terminal and move to right
@Valerio Turturici `
can you do Javascript bro
Love this monotone, “I’m done with how easy this is”, chill teaching voice. I wish you were my teacher
haha. I am your teacher now
Yay
no joke i actually learned more about what the functions are from this than a whole semester's worth of listening to explainations lol
That's great! Thank you!
Now I'm able to code the entire GTA 6 myself. Thanks man!
instructions unclear, my calculator prints hello world
This video reminds me of my highschool days of doing absolutely nothing all year long and studying real quick the night before (or the morning of) an exam.
hahahah yep exactly :)
first tutorial that doesn't take 3 hours to explain print, legend.
Haha yep!
This is honestly better than the tutorials I've been watching today.
thank you!
I never thought I would see the day that someone speedruns teaching a programming language
Absolutely Legend. Nice Refresher. You're doing good work Code Pointer. Don't stop
Epic, added "Knowledge in python" in my CV now. Epic tutorial!
Nice!
Thank you! I finally understand how memory management works in C. Epic tutorial and no time wasted
thanks!
I got placed in Google California as SDE, all Credit goes to this man
Thank you!!!
School: *takes 12 years to even get you through the basics*
TH-cam Tutorials : *takes less than a week to master a whole subject*
If only there's playlist like this short videos just makes me focus fast. I can learn like this faster
I learnt more from this than i ever did in computer science gcse python
Cool! Now I can proudly add python to my resume.
Yep! :)
I just started CS50 and currently in the process of enrolling in a master's degree in Software Development (career shift from my Bachelor's Management degree) and your channel has been most helpful since I have chosen to become a Python Dev. Ofcourse I won't learn the entire thing straight away but this simplifies things down to the basics.
at which university are you planning to enroll in for your master's?
Thanks!
This somehow took a year to learn in school yet it was retaught to me in under a minute
You can learn anything in 59.001 seconds when you've already known everything about it, or at least everything is taught in the video. Well done!
I watched this and then I coded a whole game, thanks a lot bro, keep up your great work ❤❤❤❤
I've actually been looking for a short and sweet summary like this, coming from JavaScript and learning Python I really just need to know the syntax differences, but every tutorial is like 6 hours of programming fundamentals
yep!
Bro teaches me basic python code fastest than my programming course. Thank you ♥
It's actually really useful, for some one who knows python but hasn't used it in a while, thanks
THIS VIDEO SUMMARIZE MY COLLEGE YEAR IN 59 SECONDS! AMAZING!
Thank you sir, this is amazing! Simple and direct to the point!
Thanks!
Apologies dumb question. In strings, how did z[1:3] return ‘bc’? Still a great video for going over fundamentals. Thank you.
Z = abcde
Strings start at the first number but dont include the 2. or the last one. Same as „i in range (1,100) the 100 will not be printed. You need i in range (1,101) to print all even nubers with the 100 included
So Z= abcde means 01234 (we start at 0)
So [1:3] means [b and c]
[0:2] would be ab
[1:4] = bcd
And so on..
@@xTheFEARCombat Thank you friend!
@@xTheFEARCombat love it was wondering the same thing thanks
extremely senseful and easy tutorial at the same time. so impressive!
Thanks!
Hell yes. I love this. The right amount of words. Finally me and my lack of focus found a teacher that sums it up before I lose interest.
The greatness of this video is unbeliveable, I learned sooooooooo much python, that I work now at Google. 0:07 was the best second of the video. Let god bless you. I am crying now how well you teached me, you should win Nobel prize, the amount of knowlege you learned me was so unbeliveable, esspecialy 0:19 it was sooooo great even harvard wants you. 0:35 was second where most of my emotions was. No negative, but only too much of positive, you are super underrated man. Thank you for learning me python. You should make your own game engine or proggraming language, becouse you are soooo smart. Everyone needs you, you should learn me assembly next. You can make new-gen AAAA game using electromagnetic neddle and a hard drive, everyone will love it you will become first trillionare. You deserve to have 8 billion subs right now, everyone can watch your video and become Nikola Tesla. You should work in FBI, becouse you are that smart. 0:37 was second where I learned the most, I gained 15*8-69% . Thank you for all, you deserve life in heaven. Thank you🙏🙏
No bullshit, right to the point, code is working.
Legend.
you lost me at 0:04
Bro taught more than what I've learned in a month 💀
hahaha. great to hear!
Bruh, easy peazy. I didnt understand python from my pathetic workshops in Uni the way I did here
The best programming teacher of all time
This man just thought every single lesson I was taught in my 1 whole semester in 1 minute.
Hahaha, thank you!!
You're the reason why tech is oversaturated, everyone learned how to code from you
Great video Brother
Thanks! Can you please explain those. Change it in what way? What do you mean by script work? Thank you!
@@codepointers your "editing style" is fine lol
@@deezburr haha Thanks!
no intro, no bullshiting straight to the point
DUDE PLEASE MAKE MORE! 10 seconds in and im alerady learning and absorbing information, the way you teach is so helpful!
Thanks, will do!
Watched this and I became the author of one of the best selling visual novel on steam💪💪
Thanks, now I don't have to watch a 12 hours full course tutorial video of python
hahaha
How are you using the terminal on the right?
Right click on the word terminal and click move panel right.
@@codepointers Thank you sir. ❤
I became a programmer today
cool, i'll apply now for that Senior Python role i saw on the web
also, instead of this:
for i in range(1, 100):
if i%2 == 0:
print(i)
you could write this:
for i in range(1, 100, 2):
print(i)
keep in mind that range has 3 parameters which is: start, end, step
someone please explain 0:13
so z is equal to 'abcde' (x+y) and z[1:3] is a slice, which gets the values of a string between the first and third index. the important part is python's indexes start at 0, not 1 which means 'a' = 0.
so this code gets b and c as that is the first and second index in the string
@@lazydonkey3617 Thank you! Why doesn't it get d as d is the third index in the string and the slice is from 1-3 ?
@@crazychicken8290it’s for, the first index, **up to but not including** the third index. That is why it is bc not bd
Thanks @@hastyscorpion
Why it is like that lol.@@hastyscorpion
0:23 why is the return 7?
wait nvm, ty xd
def f(x): is function definition
f(5) is function call
When the function is called and 5 is assigned to variable x.
Y=5+2 which becomes 7
And function returns y which is equal to 7
@ thanks
after i watched that film i got job in NASA. thanks A LOT ! :)
Haha, thank you!!
i will now put it in my resume that I am adept in multiple coding languages after this life changing minute...Thank you
Wow, thanks. Finally, I can write code in Python.
And I didn't even speak English before this tutorial!
lmao!
I expected the russian man
stackoverflow hates him!
True
you lost me at 0:14 thats why i dropped out
Sorry to hear that! :(
@@codepointers it izz what it izz, I'm sure the vid is good for someone that is more competent lol
a for loop to write even numbers can be written as "for i in range(0, 101, 2)", where the last argument is a step, on which amount 'i' increases. Second argument is 101 because if for loops i∈[starting_number; ending_number) ( 'i' is in a set from starting_number until ending_number which is not included).
watched this and created a new programming language
lol
This code pointed me in a direction. I now have a better understanding of 'if' statements.
Thanks this is how I became a international advanced software developer 100% best python tutorial out there.
i now work at the pentagon under their cybersecurity branch and i really can only thank you for teaching me
Bro this made me do a super simple calculator wow
Bro really making everyone a programmer with this one 💯
This guy explained my entire 2 years in py...
Damn. I became python developer after watching this masterpiece
Thanks bro its really helps full my studies.
im ngl i just started learning python and this video actually explains everything perfectly im crying im on day 5 lesrning for loops rn 😭😭
Oh to live in a world where coding tutorials are as straightforward as this.