Python Programming

preview_player
Показать описание

MY UDEMY COURSES ARE 87.5% OFF TIL December 19th ($9.99) ONE IS FREE

I Cover All the Following : Conditionals, Looping, Iterators, Functions, Exceptions, Recursion, Lambda, Overloading, Object Oriented Programming, Polymorphism, Templates, Data Structures, Polymorphic Templates, Threads, Pointers, Regular Expressions and More!

Like the channel? Consider becoming a Patreon! Check it out here:

I have received a ton of requests to make a Python programming tutorial in which I teach pretty much everything in one video.

I'll cover modules, comments, print, arithmetic operators, order of operation, lists, tuples, dictionaries, conditional operators, logical operators, if, else, elif, loops, for, while, break, continue, functions, return, readline(), string operators, file i/o, classes, objects and much more.

*Watch More Learn in One Videos*
Рекомендации по теме
Комментарии
Автор

Learn in One Videos for Every Programming Language

derekbanas
Автор

Install : 0:17
Basics : 2:23
Arithmetic : 4:21
Strings : 5:54
Lists / Arrays : 8:08
Tuples : 12:24
Dictionary : 13:37
Conditionals : 15:46
For Loop : 19:41
While Loop : 21:57
Functions : 24:59
User Input : 26:34
String Functions : 26:57
File I/O : 30:11
Classes / Objects : 32:04
Constructors : 34:39
Inheritance : 37:24
Overwriting Functions : 37:58
Overloading Functions : 39:47
Polymorphism : 41:19

ThanosSofroniou
Автор

print("hello world")
hello world
MOM AM A PROGRAMMER

ralphj
Автор

I am a working dev with over 15 years experience in multiple platforms and languages, starting with Python seriously only now. I simply have not come across a more succinct and comprehensive intro to Python, for a Developer. Derek rocks!

sureshsubramaniam
Автор

Hi Derek, on the method toString() of the class Dog I only managed to put it to work like this:

(this works)
def toString(self):
return "{} is {} cm tall and {} kilograms, says {} and owner is {}".format(
self.get_name(),
self.get_height(),
self.get_weight(),
self.get_sound(),
self.__owner)
...instead of:
(this doesn't)
def toString(self):
return "{} is {} cm tall and {} kilograms, says {} and owner is {}".format(
self.__name,
self.__height,
self.__weight,
self.__sound,
self.__owner)

typhoon
Автор

Table of contents (you can use the timemarkers as shortcuts):

2:25 hellopython.py
3:58 data types
4:18 arithm operations
5:01 order of operations
6:57 print
8:06 lists
12:30 tuples
13:37 dictionaries / maps
15:45 conditions
17:31 logical operators
19:41 loops
24:59 functions
26:35 user input (sys.stdin.readline())
27:00 more about strings
30:12 file I/O
32:05 objects
36:42 object instantiation
37:25 inheritance
39:49 method overloading
41:19 polymorphism

pabloescobanjo
Автор

this is a method to learn a language if u already know a programming language

arunachalamramaswamy
Автор

Go to the settings and play the video at 0.75 speed, should help a lot! Also...

Install : 0:17
Basics : 2:23
Arithmetic : 4:21
Strings : 5:54
Lists / Arrays : 8:08
Tuples : 12:24
Dictionary : 13:37
Conditionals : 15:46
For Loop : 19:41
While Loop : 21:57
Functions : 24:59
User Input : 26:34
String Functions : 26:57
File I/O : 30:11
Classes / Objects : 32:04
Constructors : 34:39
Inheritance : 37:24
Overwriting Functions : 37:58
Overloading Functions : 39:47
Polymorphism : 41:19

techontrack
Автор

I was looking for a one-pot pasta recipe and ended up watching this entire video.

syraphimgaming
Автор

that was a great tutorial. I liked the speed of it. No blablabla, just straight to the points. thank you.

johannesseikowsky
Автор

Comming from Java Python looks and feels like a stroll in a park breathing a fresh ozone air after summer rain...

alexanderwicked
Автор

Drink 3 energy drinks, smoke 3 joints and watch this video without stopping it. Power learning

doloreswatson
Автор

Yeah, I've never programmed anything. Not quite sure why I'm even watching this. 15 minutes in and I'm understanding less and less xD

Zwerggoldhamster
Автор

This is so interesting that I paused my Netflix and watched this for whole 44min

COMREdesign
Автор

The lack of semicolons is disturbing and it's weirding me out.

zuhairmehdee
Автор

Finished the whole thing. I've got 334 lines in my text editor. Thank you very much for making this. I now feel comfortable enough with python that I can use it for my projects in school.

SyntekkTeam
Автор

This is the first time that I'm putting a comment for a video on youtube!
"This was exactly what I was looking for."
I was procrastinating for so long to learn Python, but you finally helped me to do that. I was under the impression that even knowing how to install it, would take me a couple of hours! When I randomly started watching your video, I noticed that before the second minute, you had already covered all I needed for the installation. I just couldn't resist finishing this video.
Thank you so much.
"LOVE YOU"

rahulghosh
Автор

I love how fast-paced this tutorial is. It cuts straight to the point about the stuff you need to know and it taught me so much about this amazing language. Thanks Derek!

MrMindShattering
Автор

Best programming tutorial I've ever watched. Wonderfully succinct! Thank you for putting this together!

jasealpers
Автор

I generally fasten the speed of any tutorials on YT
but here for the first time i have to slow down the speed

gauravpangarkar