Interview with a Senior Python Developer - Part2

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

КОМЕНТАРІ • 472

  • @sazk4000
    @sazk4000 2 роки тому +1070

    "back in the years I thought AI was scary, data science required PhD, and computer vision was magic.
    now it's all just 5 lines of code in Python" - so relatable

    • @sedthh
      @sedthh 2 роки тому +5

      I've felt that

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

      Raw genius

    • @EOh-ew2qf
      @EOh-ew2qf 2 роки тому +13

      5 lines? are you doing linear regression or something

    • @Unga_Bunga
      @Unga_Bunga Рік тому +78

      Why learn the details when you only need to write the upper-level abstracted code to get what you want out of the computer?
      import THE_SHIT_I_WILL_NEVER_UNDERSTAND;
      do_what_I_want_lol();

    • @talonhackbarth7652
      @talonhackbarth7652 Рік тому +2

      So true 😂

  • @Samir-Kahvedzic
    @Samir-Kahvedzic 2 роки тому +577

    "Now I sound like a PHD, but don't worry, I am only a... data scientist for quantum physics operations"

  • @YaakovAbramov-h7c
    @YaakovAbramov-h7c 2 роки тому +1152

    Hello, I wanted to ask if you could do an interview with a Linux Enthusiast, I think that'd be pretty interesting to watch!

  • @one_smol_duck
    @one_smol_duck 2 роки тому +1016

    Me: **Thinks I hate Python.**
    This Guy: **Mentions R as an alternative.**
    Me: Python is a gift from the gods. Let us sacrifice everything at the mouth of the s n a k e .

    • @yds6268
      @yds6268 2 роки тому +62

      R is great though

    • @raz1572
      @raz1572 2 роки тому +16

      I'm pretty new to data sci, but I prefer R currently

    • @martonkardos8094
      @martonkardos8094 2 роки тому +39

      I mean Tidyverse is pretty neat, and beats pandas and matplotlib hands down, but R as a language is pretty much unusable for anything more complex than a few lines of code.

    • @tytywuu
      @tytywuu 2 роки тому +12

      Imagine a parallel universe where Python were not invented and all data science machine learning stuff are based on R and small companies use R for production.

    • @cowofwar
      @cowofwar 2 роки тому +36

      R is great for making figures with plotly (but you can do that with python or other languages). God have mercy on anyone that is actually using R to do anything more than that. Even a simple string is handled inconsistently and differently by packages. From my point of view, each package is effectively a different language.

  • @zugdsbtngizudsgbnudsdsoiu
    @zugdsbtngizudsgbnudsdsoiu 2 роки тому +248

    Ive once tried to read a piece of python code from a mathematician and it was like trying to read a doctors handwriting.

    • @biblebot3947
      @biblebot3947 Рік тому +3

      What was it like?

    • @stretch8390
      @stretch8390 Рік тому +28

      @@biblebot3947 I'm guessing they would skimp on variable names and use individual letters instead. And probably filled with lambda functions.

  • @EngineerNick
    @EngineerNick 2 роки тому +229

    missing line; "you can run a jupyter notebook in vs code now --- It's still a pain to debug."

    • @mark_fi
      @mark_fi 2 роки тому +6

      I think most of those people (including me) have never seen VS Code... or even Windows more recent than XP.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 роки тому +7

      Fun fact: Jupyter notebooks are used for production code. It includes quite advanced rich-output facilities, after all.

  • @johnkost2514
    @johnkost2514 2 роки тому +313

    Can't wait for the interview with the Matlab developer. That's going to be a rib breaker for sure..

    • @rapidreaders7741
      @rapidreaders7741 2 роки тому +49

      "One starts with a zero, and one _is_ a zero". Best line ever.

    • @Austin-hm6qq
      @Austin-hm6qq 2 роки тому +26

      “Matlab developer” is somewhat of an oxymoron

    • @johnkost2514
      @johnkost2514 2 роки тому +8

      @@Austin-hm6qq what about 'Mathematica developer' ???

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

      @@rapidreaders7741 Please explain!?

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

      They all use python matlab is demode. With matplot lib and jupiter who pays for matlab

  • @as_a_tester
    @as_a_tester 2 роки тому +72

    "pip install machine_learning"

    • @mastershooter64
      @mastershooter64 2 роки тому +4

      "pip install HAL"

    • @raz1572
      @raz1572 2 роки тому +6

      insert someone yelling at you to use conda

    • @yiuyiufung
      @yiuyiufung 2 роки тому +3

      the underscore is 🤌
      that is the PyThoNiC way to name a var

  • @JohnBelluci
    @JohnBelluci 2 роки тому +125

    Amazing humor, I really love these videos, keep doing great things!

  • @ryanleemartin7758
    @ryanleemartin7758 2 роки тому +149

    "Imagine someone writes skynet in a Jupyter notebook!". That line killed me. I don't exactly know why but damn that's funny.

    • @StarEclipse506
      @StarEclipse506 2 роки тому +10

      It's the delivery. He 100% means what he says, only to be 100% in disbelief.

  • @AlexFord-gp7by
    @AlexFord-gp7by 2 роки тому +532

    Me: so how do you store variables in python?
    Junior python dev: What's a variable?

    • @mesaber86
      @mesaber86 2 роки тому +18

      Wanted to upvote but it said 69. Abort mission!

    • @vitaminncpp
      @vitaminncpp 2 роки тому +62

      senior c++ developer : you wouldn't get it.

    • @DrDoctopus
      @DrDoctopus 2 роки тому +3

      @@mesaber86 You can do it now, someone took the bait already.

    • @balazsh2
      @balazsh2 2 роки тому +12

      That's the great thing, you don't have to know, you're just assigning values to objects

    • @AlexFord-gp7by
      @AlexFord-gp7by 2 роки тому +5

      @@balazsh2 well, knowing how data is stored and the types of that data is definitely useful.

  • @x3vi290
    @x3vi290 2 роки тому +138

    " Of course we only do our research in Python, our prediction model is then running in C!" wink 😂
    You bloody nailed it for the major part of the industrie though

    • @Flackon
      @Flackon 2 роки тому +7

      To be fair, that's the rational thing to do, considering how C is

    • @yvrelna
      @yvrelna 2 роки тому +36

      Well, not really.
      When you're using Python, you're most likely using C.
      Most databases and data science libraries are under-the-hood, written in C, C++, or some other languages that are meant to be fast.
      Python is a great language to glue these really well-written libraries together into a useful product, but CPU-bound computational problems aren't its forte. Instead, Python is really powerful because it makes it easy to call into off-the-shelf libraries written in other languages to solve practical problems, rather than spending time trying to reinvent every little thing in Python.

    • @thesenamesaretaken
      @thesenamesaretaken 2 роки тому +8

      @@yvrelna Yes, that is the joke.

  • @NerdX151
    @NerdX151 2 роки тому +133

    "Import numpy... and then import the rest"
    Every indian Python tutorial in a nutshell.

  • @tsvetislavrangelov5932
    @tsvetislavrangelov5932 2 роки тому +44

    These are some of the funniest videos I've seen man, I would really love to see your take on Linux!

  • @Ohhimark100
    @Ohhimark100 2 роки тому +5

    Thank you!!!! I've been waiting for the new upload for a long time.
    "We've created skynet" 😂😂😂

  • @elijahbuchanan2368
    @elijahbuchanan2368 2 роки тому +14

    The Python dev sneaking a little Julia in their free time to taste what a good language is like XD

  • @TheMrslue
    @TheMrslue 2 роки тому +15

    "Use python to predict inhouse coffee usage" really made me laugh

  • @王冠信-o1c
    @王冠信-o1c 2 роки тому +17

    "what can I say: automation innovation revolutionary PAIN"
    Hit me so hard

  • @jamiepond
    @jamiepond 2 роки тому +33

    Skynet in a jupyter notebook really made me laugh… 😂

  • @pretzl9587
    @pretzl9587 2 роки тому +14

    love it! Especially the Jupyter jokes xD

  • @cowofwar
    @cowofwar 2 роки тому +13

    I had to lift over code from Matlab to python and I love the "one starts with a zero and one is a zero".

  • @juliosalgado956
    @juliosalgado956 2 роки тому +18

    As someone with 20 hours of programming knowledge I find your jokes motivating to keep studying!

  • @Bunty793
    @Bunty793 2 роки тому +31

    Seriously loved your senior JS developer video alot!!! Please bring more JS videos

  • @AAasted
    @AAasted 2 роки тому +8

    Love it! Not sure my frail ego could handle a similar roast of R, but please do! Just the hate wars between different dialect fanboy groups (old, grumpy professors sticking to base R and mail lists like it’s 1996, sweet and naive tidyverse beginners, masochistic data.table users obsessing about speed and efficiency with no regard for code readability) could take a whole video. The only thing everyone can agree on is to universally hate the proprietary statistical software packages :)

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

      OMG! That sentence in the brackets just perfectly describes R community!

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

      data.table is lit. so is collapse. better than pandas.

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

    Thank you so much for enable subtitles

  • @RogerValor
    @RogerValor 2 роки тому +81

    i started to love this series.
    python used to be such a quiet and nice community, where it was about finishing the code in simple readable manner, and of course we always talked about how to replace stuff with C :D but the closest i came was writing something in Cython. not complaining, that now i easily get python jobs tho.
    lately it feels like every second job searching java programmer coming into python jobs brings in more and more "required" architecture ideas.
    i try to accomodate their requirements, write nice type-hinted dataclasses, build layered architectures, find ways to express interfaces, but the nagging does not stop. Damn you, Java.

    • @gamgnamstile
      @gamgnamstile 2 роки тому +3

      Goddamit this is so relatable

    • @samyvilar
      @samyvilar Рік тому +3

      This reminds me of people speaking languages significantly different then their native tongues, I wouldn’t be surprised if we needed just as much effort mastering a new programming language as any other natural language.

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

      I was one of those Java guys who decided to switch to Python before it (Python) becomes the next COBOL. And I did moan about the lack of type info, and laughed at how everyone now says you need the if __name__ == '__main__' ... and basically as time goes on Python becomes more like Java.
      But I have to say I've come to like it. I'd reach for Python before Java these days and I never thought that would happen. I disagree with everyone who says it's a 'simple language' though. It's hellishly complicated compared to Java, but with the complexity comes a lot of good stuff.

  • @markrlondon
    @markrlondon Рік тому +1

    Thank for you for making these videos, to give me something to laugh about. And to allow me realize how sad my programming life has been.

  • @fazzitron
    @fazzitron 2 роки тому +16

    Love the Matlab jokes 🤣

  • @MilkBanana
    @MilkBanana 2 роки тому +29

    Would love to see a C developer interview

    • @ImperialFool
      @ImperialFool 2 роки тому +17

      Pointers!
      Pointers!
      Pointers!

    • @vitaminncpp
      @vitaminncpp 2 роки тому +7

      you mean resource constraint, memory leak, recursive headers, seg fault.

    • @ImperialFool
      @ImperialFool 2 роки тому +10

      @@vitaminncpp its the programmers job to manage memory. Not my fault you pointed to the wrong spot

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

      @@ImperialFool in java there is no such thing as memory.

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

      @@ImperialFool Don't foget to use malloc and free!!!!

  • @cyberfaze
    @cyberfaze 2 роки тому +20

    Looking forward to listening to senior x86 asm programmer, junior Ruby developer, Rust nightly team lead developer, Cloud platform infrastructure and GoLang engineer

  • @azursmile
    @azursmile 2 роки тому +12

    Amazing - please do functional, Scala, spark :)

  • @sle6423
    @sle6423 2 роки тому +35

    As someone who first started programming in MATLAB, this hits, especially the ending

    • @Person-jw7mk
      @Person-jw7mk 2 роки тому +4

      Matlab is the superior product.

    • @AirAtNight6977
      @AirAtNight6977 2 роки тому +15

      @@Person-jw7mk yeah but only because python isn't a product

    • @Person-jw7mk
      @Person-jw7mk 2 роки тому

      @@AirAtNight6977 Superior tool. Whatever.

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

      @@Person-jw7mk Nope.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 роки тому +8

      I did GUI programming in MATLAB once.
      Let’s just say, a matrix-centric language is not suited to GUI programming.

  • @immortalpuffin6643
    @immortalpuffin6643 2 роки тому +17

    Python is riddled with problems while MATLAB IS a problem

  • @rogergalindo7318
    @rogergalindo7318 2 роки тому +6

    Just finishing the video, an ad pops up: “Right now there is a shortage of AI and Machine Learning Professionals…”

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

      Raking in that sweet pro add revenue.

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

      Oddly enough, there is. Too bad all these people fresh from online courses are quite useless.

  • @joshhull
    @joshhull 2 роки тому +77

    I dropped out of an AI course when I was in uni and I mostly blame Jupyter notebooks for that

    • @tanveerhasan2382
      @tanveerhasan2382 2 роки тому +4

      what's wrong with it?

    • @tototrapsilo
      @tototrapsilo 2 роки тому +42

      you can use Pycharm, VSCode, or any IDE/text editor to write and debug the essential part of your code and use Jupyter Notebooks just to present your result.

    • @easternhills1329
      @easternhills1329 2 роки тому +4

      I hope you find the motivation to go back at it! Don't let the tools hinder you from having fun :D

    • @GeorgeTsiros
      @GeorgeTsiros 2 роки тому +6

      i don't even know what it is and i already hate it

    • @iskamag
      @iskamag 2 роки тому +9

      use vi

  • @ozturkberkayy
    @ozturkberkayy 2 роки тому +13

    Please do a video about data engineers!

  • @balping
    @balping 2 роки тому +12

    Coming up: interview with junior COBOL developer - would be 5s long

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

      Most of the junior Java guys I meet remind me of the junior COBOL guys (like me) from back when I first started.

  • @rubenverster250
    @rubenverster250 2 роки тому +142

    As a person who recently started picking up Python for AI development, I will probably be using a lot of these jokes
    You have no idea how many times I quote the Senior JS video

    • @switzerland
      @switzerland 2 роки тому +14

      They are more true than they should be

    • @raz1572
      @raz1572 2 роки тому +19

      Such a messy language, I love it! No, I do not recommend

    • @mw3653
      @mw3653 2 роки тому +4

      "Guys I get the jokes too! Ha!" Who asked?

    • @rubenverster250
      @rubenverster250 2 роки тому +4

      Documentation?
      hehehe

    • @ba8e
      @ba8e Рік тому +1

      "I LOVE IT!"

  • @moisesnunez6915
    @moisesnunez6915 2 роки тому +12

    The rolling R had me ded 😂

  • @nishanth6403
    @nishanth6403 2 роки тому +4

    AUTOMATION, INNOVATION
    gets me yet again lmaoo

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

    Bro the Julia joke had me dying laughing. I did not see it coming the way it panned out.

  • @joeltrent
    @joeltrent 2 роки тому +52

    “Let’s not mention Julia” 😂 it’s a really good language, I definitely recommend python devs try it out

    • @sazk4000
      @sazk4000 2 роки тому +7

      i did.. went back to Python... it just had more utility

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

      @@sazk4000 that’s fair, the package ecosystem is getting there for some cases but is lacking in others. Still, only been around for 10 or so years so definitely going to be improvement over time!

    • @micahrufsvold
      @micahrufsvold 2 роки тому +5

      @@sazk4000 Keep checking back in. I felt the same way when I first tried. Went back 6 months later and there was coverage for all the utilities I need. The ecosystem is building out extremely quickly.

    • @RogerValor
      @RogerValor 2 роки тому +5

      unsure about julia. i don't like the idea to have a language with so high and many goals, and some of the disputes i read were red flags for me. i loved the concept early on and wish it all the best. i rather went towards rust.
      I did the same thing back then when it was ruby or python, in 2004. I found python was more grounded and humble, so i went for the snake, even if everybody was talking about ruby.

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

      The thing that Julia needs is
      (1) better documentation,
      (2) better & longer support & maintenance for it's libraries/packages,
      (3) better onboarding for newcomers as to which packages/libraries give them the utilities they need for a given project,
      and
      (4) one of the FAANG companies to spend like 5% of their R&D budget on doing something in Julia over Python so (a) they see the insane C-like performance gains with similar simplicity of Python-like syntax that Julia offers, and (b) so other people think, "Huh, a FAANG company invested in this language, maybe I should take a look... 🤔"

  • @balazsh2
    @balazsh2 2 роки тому +6

    Anyone knows the IDE and settings at 1:47? I've never seen that top panel before

  • @josephcagle
    @josephcagle 2 роки тому +4

    Next, we want to see "An interview with Richard M. Stallman"

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

    I have a spill-resistant keyboard (Corsair K68).
    Today it saved me because I spilled half of my coffee during the Julia "this is not for recording".

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

    Ahahaha “Imagine someone accidentally writes the Skynet in Jupyter notebook” I’m crying!

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

    Automation, innovation, revolutionary ....... pain
    I'm ded

  • @Apoorvpandey
    @Apoorvpandey 2 роки тому +9

    Make a interview with the linux guy who shouts use linux everytime you face slightest glitch in your non linux OS

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

      vim

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

      I would like to interject fo a moment, what you are referring as Linux is in fact GNU/Linux...
      The rest is history 😅😅😅😅

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

      Hey, that's me

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

      @@tablettablete186 See this is the guy I'm taking about 😂

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

    omfg why is it so funny when u jump cut repeating words. jupyter jupyter jupyter ahahah 😂ffmpeg 🤣🤣

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

    Amazing! Waiting for the pure C developer interview!

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

      an interview with an empty chair?

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

    1:26 Automation! Innovation! Revolutionary!.. PAIN!
    I spilt my beer. The cadence, the cut, chef's kiss! Really, the feeling of the vid being a selection of the juiciest bits from hours-long ramblings, while knowing it was all planned, adds so much to the enjoyment😅

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

    Missed opportunity - "Cython whats that ?"

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

    I died at the matlab finisher. Mortal Kombat has nothing on that upper cut.

  • @MethodMain
    @MethodMain 2 роки тому +4

    Maan, that guy is already a LEGEND!

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

      Most of those are really spot on, especially Python and JS. I think C++ one could have been a bit better though.

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

      @@reav3rtm true

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

    "Let's not mention Julia" oof. I've been hearing that for the past 4 years at work.

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

      It’s good, and the ecosystem of packages is getting there too

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

    Lol this guy is soooo funny. I actually like this channel now. Please keep 'em coming Lol!!!!!!!!!

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

    I've watched this a couple dozen times already. Man, please, come back with new videos. We need more *revolutionary pain*:) Cheers!

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

    do one of these for the Julia language next! :D

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

    Can't wait for the senior Go developer. We all are waiting for that, actually.

  • @chiroyce
    @chiroyce 2 роки тому +6

    The ending made me laugh so hard!! 😂😂😂

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

      I definitely need assistance understanding last joke about zero

    • @chiroyce
      @chiroyce 2 роки тому +5

      @@qwertyuuytrewq825 Basically lists indices in Python start with 0 (just like almost any other programming language) and indices in Matlab start with 1. So one starts with a zero (Python) and one is a zero (Matlab).

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

      @@chiroyce Thank you! Got it )

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

    I literally finished a Monte Carlo Radiative Transfer Simulation course this week...using Jupyter.

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

      *Back in mah days, we did it in C*.
      Was it fun though?

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

    Love those videos like it's insane keep going man !

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

    This needed a Part2.

  • @nevokrien95
    @nevokrien95 Рік тому +1

    I actually use Jupiter as a debugger.
    Ite very useful to have inherent breakpoints and keeping objects in memory.

  • @UnbenutzerKanalname
    @UnbenutzerKanalname 11 місяців тому

    spot on with everything, especially the julia part

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

    Everyone is so focused on the Python discussion that he thinks that no one will notice that one of his shirt buttons aren't done properly.

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

    This is sooo funny. I'm going to make Senior Python dev videos now

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

    1:45 - what ide is he using ?

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

    The symbol python comes python python making python works but whom make python that make python works ? thats another library we need to import , or is it native supported ? or is only works in jupyter , the path , the env , so much option , so little standard ,everything is everywhere , the global variable

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

    "revolutionary....pain"

  • @iAPX432
    @iAPX432 11 місяців тому

    So fun!
    And I am technically a Python developper. Had more fun with the Monty Python, or you content, than with this language 😉

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

    pls do neovim next with the aspect of building your own IDE from scratch with plugins ... LSP, cmp etc

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

    Please do Solidity next.

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

    The "Revolutionary PAIN" got me good, ngl xD

  • @cid-chan-2
    @cid-chan-2 2 роки тому +1

    As someone who writes JupyterLab extensions ... Jupyter is a pain.

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

    1:46 What font is that?

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

    I have one question, why did you say that “we also don’t use python for production code, do we?” What does it mean actually. Why we can’t use python for production

  • @NathanaelNewton
    @NathanaelNewton 6 місяців тому

    I never liked the idea of Jupiter Notebooks and have refused to try or figure them out

  • @robsosno
    @robsosno 2 роки тому +12

    First, import numpy then import the rest: keras, small ins, outs .. and we've created skynet!
    :)

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

    Oh no…this is what I must sound like to my colleagues (!). I think I’ve said every line in here lmao

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

    Please do FORTRAN sometime soon!

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

    Can't wait for "Senior Docker Engineer" :D

  • @johnc5258
    @johnc5258 2 роки тому +3

    this is brilliant. just to add: python is amazing. anything to be done should start with: why not in python? lots of reasons why not (does it need to be faster? does it need to run on a specific platform?), but anyway great to start with python, get the logic right, then transpose that logic to faster/platform-reason to use a different language. it's like bridging language

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

      More like, you can test things for cheap (development-wise) and only optimize what worked out in the first place.

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

      @@Lodinn def. readability is always emphasized and can't be emphasized enough. even if *you can't/don't want to/don't have time to, optimize; other people can more easily see the intention and improve where necessary

    • @MaeLSTRoM1997
      @MaeLSTRoM1997 Рік тому +1

      @@johnc5258 in other words, pseudo-code that computer can understand!! fucking magic

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

    Nice touch, the professional here dressed exactly like his PhD student, except that his shirt is tucked in.

  • @koko969w
    @koko969w 2 роки тому +3

    well jupyter is in the sky so skynet makes sense

  • @yds6268
    @yds6268 2 роки тому +9

    Hope you do one for R

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

      Definitely - it's wierd how massive it remains in academia compared to industry

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

      @@azursmile I always thought R was more prevalent in the industry

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

      @@yds6268 in the health sector, and other sectors I've worked in, models built by industry are typically in python (prolly cos of PySpark, TF and Keras) whilst acamedics continue to use R. Some models brought across from unis might survive as R but many will be rewritten, particularly if they are require high compute. I've only seen one model built from scratch using R where I work, and that was by someone who'd just graduated with a stats degree.
      As an aside, I personally think R syntax is bonkers, but people still love it!

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

      @@azursmile You can use tensorflow with R

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

      @@maythesciencebewithyou sure, and Spark, but it's not as common as with python.

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

    Sr. Ruby interview pleaseee!!!

  • @alexvolkov7232
    @alexvolkov7232 2 роки тому +3

    Interview with a QA Engineer please:)

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

    In house coffee usage lol

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

    I always thought that I was bad at debugging jupyter notebooks, but it seems that is true for everyone XD

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

    "Let's not mention Julia" - this made me lol hard

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

    I love these videos!

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

    And we don't do production code in Python ...
    UA-cam takes a deep sigh ...

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

    julia rulz... Somehow, being called a zero compared to Python is a little harsh on matlab...

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

    Do you have someplace we can make donations?

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

    the fact that there's no ruby video makes me sad about the relevance of ruby these days

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

    Can you take on LISP

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

    Those small C pointers always make me giggle... ;)

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

    Pascal would like an interview

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

    hey, why so short?
    will it be a part 3 then?