Guido Van Rossum - Keynote 05 - PyCon 2014

  Рет қаралды 50,231

PyCon 2014

PyCon 2014

Күн бұрын

Пікірлер: 49
@CarlosLlamacho
@CarlosLlamacho 10 жыл бұрын
I consider myself lucky to be able to hear and see this man program, even via KZbin.
@DlcEnergy
@DlcEnergy 9 жыл бұрын
There are better things than printing random words from a list... Such as 3D games... GTA V for example... The complexity of that took them ages to make...
@Ex0dus111
@Ex0dus111 10 жыл бұрын
Wow seeing him type that slow is really encouraging.
@jekochannel
@jekochannel 2 жыл бұрын
amazing
@sloanlance
@sloanlance 7 ай бұрын
I like that Guido's idea of getting time to breathe and relax is to do coding in front of a live audience. 😂 (03:15) I think that would make me more self conscious and nervous!
@Un0rdin4rYPr0gr4mmeR
@Un0rdin4rYPr0gr4mmeR 10 жыл бұрын
11:12 - We are not Perl hahahahaha :) I love this guy.
@millennia
@millennia 10 жыл бұрын
Such an inspirational man!
@SHONNER
@SHONNER 10 жыл бұрын
4:54 I don't feel guilty now for using _global_ that one time... that I did. 10:50 Don't put everything on one line. 17:50 That's cool that there's people now that only know Python. I wish I didn't know COBOL... or Visual Basic. 22:43 No two Python users are alike. 27:35 He who controls the past, controls the future.
@mbonuchinedu2420
@mbonuchinedu2420 4 жыл бұрын
Oh wow. This is wonderful
@preddy09
@preddy09 6 жыл бұрын
Wow, this is like seeing God himself doing some programming.
@ironman5034
@ironman5034 3 жыл бұрын
and failing😂
@jonatanwestholm
@jonatanwestholm 3 жыл бұрын
I think about 11:00 every day, even when not writing python.
@sloanlance
@sloanlance 7 ай бұрын
10:54 - (Paraphrasing) Some people want to put a lot into one line. I think it's ok to take a breath and use a few more words. We're not PERL here.
@andyhowerman4311
@andyhowerman4311 10 жыл бұрын
He's wearing the same shirt as from Pycon 2012. 2 years is long :P
@berg.worldNow
@berg.worldNow 2 жыл бұрын
congratulations
@irpangimm2899
@irpangimm2899 4 жыл бұрын
Python programming language is a programming language created by a great person (Guido Van Rosum) .. Extraordinary Thank you for your work. from irpangi Indonesia
@DlcEnergy
@DlcEnergy 10 жыл бұрын
7:30 VS import random; print(random.choice(open('questions.txt').read().split(' ')))
@DlcEnergy
@DlcEnergy 10 жыл бұрын
statikreg Sup?
@DlcEnergy
@DlcEnergy 10 жыл бұрын
***** All it is doing: print(), random(), open() Too extreme for ya?
@Asdayasman
@Asdayasman 9 жыл бұрын
DLC ENERGY import this
@DlcEnergy
@DlcEnergy 9 жыл бұрын
statikreg print random questions It doesn't matter if you don't fully understand it... xD
@DlcEnergy
@DlcEnergy 9 жыл бұрын
Sup... again?
@afraheemraz3753
@afraheemraz3753 Жыл бұрын
before watching this video i was thinking to learn python from Guido Van Rossum. now i changed my mind 🤣🤣🤣
@SebastianHanula
@SebastianHanula 10 жыл бұрын
Very nice talk... but too short! Something like 3 hours would be perfect.
@maxim_mahadeva
@maxim_mahadeva 4 жыл бұрын
what would have been even more perfect than that? is 6 hours of talk. :D
@ianpan0102
@ianpan0102 5 жыл бұрын
Watching at 1.5 speed:) btw brilliant and helpful speech
@aruprakshit7218
@aruprakshit7218 5 жыл бұрын
What editor is this?
@ironman5034
@ironman5034 3 жыл бұрын
the only editor you need for python (IDLE)
@ruthlessadmin
@ruthlessadmin 9 жыл бұрын
First, a question for long-time python programmers: Was there as much difficulty with mass adoption of 2.x versions from 1.x versions? And now my main comment: Another problem I see with the 2.7 to 3.4 move, is that a lot of newish projects, like Kivy are now having to support both the old AND the new versions of python, which has to be nothing short of a nightmare and also delaying adoption of 3.4. My thought process goes something like this (in so much as I hate to admit it): "Why move to 3.4 when I can still do everything I want in 2.7 and not have to really worry about module compatibility at all? I mean, learning the changes in 3.4 is just going to be a pain in *MY* ass and other people are still supporting me in 2.7, anyway, so what's the point in making the switch now" Of course this line of thinking is wholly self-centered, and will ultimately lead me to disaster in the future, when 2.7 dies out, but for as long as it is the most popular version, life is great!! :D
@ラフラフ-w5m
@ラフラフ-w5m 2 жыл бұрын
ランダムライブラリをインポート→関数定義→questionをグローバル変数へ→条件分岐→オープン関数…
@RonJohn63
@RonJohn63 10 жыл бұрын
He sounds Russian, but two years ago, he sounded like Linus. Very strange.
@xmrshadyxx8556
@xmrshadyxx8556 4 жыл бұрын
6 years later.. Question: 'Opposed the idea of exception expressions?" >>> x = d[4] except KeyError: None File "", line 1 x = d[4] except KeyError: None ^ SyntaxError: invalid syntax >>> still not working :D :D :D
@Savageboi506
@Savageboi506 7 жыл бұрын
Haha this is why Python gets no corporate support
@pointthink
@pointthink 3 жыл бұрын
"You're not a woman"
@anichols1969
@anichols1969 9 жыл бұрын
wow, sexist much?
@ruthlessadmin
@ruthlessadmin 9 жыл бұрын
I'm trying to convince myself that he was just distracted, and not concentrating on what he was saying, but..... >_>
Alex Gaynor: Fast Python, Slow Python - PyCon 2014
36:11
PyCon 2014
Рет қаралды 62 М.
Keynote Speaker - Guido van Rossum
30:51
PyCon US
Рет қаралды 6 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
2018 Fellow Award Honoree Introduction & Remarks-Guido van Rossum
10:05
Computer History Museum
Рет қаралды 12 М.
Brandon Rhodes: The Day of the EXE Is Upon Us - PyCon 2014
28:03
Keynote: Guido Van Rossum
59:57
Next Day Video
Рет қаралды 125 М.
C++ Super Optimization: 1000X Faster
15:33
Dave's Garage
Рет қаралды 332 М.
David Beazley | Keynote: Built in Super Heroes
42:13
PyData
Рет қаралды 45 М.
The Return of Procedural Programming - Richard Feldman
52:53
ChariotSolutions
Рет қаралды 61 М.
Coding with Notch (from Minecraft: The Story of Mojang)
3:57
2PlayerProductions
Рет қаралды 6 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН