Python is low-class. Switching to TypeScript

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 16

  • @andersk
    @andersk 9 หลายเดือนก่อน +2

    Missed your videos! Please don't stop - your coding is truly unconventional but I think it's the best stuff on youtube right now and you're my favourite coding channel

    • @TheVisitorX
      @TheVisitorX 9 หลายเดือนก่อน

      I agree!!! I have missed it, too!

    • @unconv
      @unconv  9 หลายเดือนก่อน

      Thank you!

  • @billybofh2363
    @billybofh2363 9 หลายเดือนก่อน

    I can see the merchandise store now with t-shirts and mugs saying "Let's run this one last time!" :-)

    • @unconv
      @unconv  9 หลายเดือนก่อน

      😂

  • @billybofh2363
    @billybofh2363 9 หลายเดือนก่อน

    Incidentally - if you haven't already recorded the follow up's - using the open source models via 'AnyScale' is really easy as their API is a drop-in for openai's - so you just change the base url parameter and you're good to go!

    • @unconv
      @unconv  9 หลายเดือนก่อน +1

      I haven't, thanks! I'll try it out

  • @anfiiaidev
    @anfiiaidev 9 หลายเดือนก่อน

    Can we use gemini pro as they also have the function calling. If you could make a tutorial for that. OR a guide will be helpful

    • @unconv
      @unconv  9 หลายเดือนก่อน

      I tested out Gemini function calling earlier and it wasn't very promising. Maybe I'll try it once more with the GPT-AutoPilot prompts

  • @perudevlabs
    @perudevlabs 9 หลายเดือนก่อน

    Python actually has runtime type checking, typescript it's just a nice linter.

  • @ea02ca6f
    @ea02ca6f 9 หลายเดือนก่อน +1

    😇

  • @ea02ca6f
    @ea02ca6f 9 หลายเดือนก่อน +1

    please keep using typescript!!

    • @Leeway4434
      @Leeway4434 9 หลายเดือนก่อน

      python isn't low class some of the highest paid engineers in the world at open ai use python

    • @Leeway4434
      @Leeway4434 9 หลายเดือนก่อน

      btw python has optional static typing and linting with mypy

    • @shadmansudipto7287
      @shadmansudipto7287 9 หลายเดือนก่อน

      @@Leeway4434 optional static typing which does not solve any issues because most libraries you will use don't implement it. Also you can't even change code while debugging or move execution to a different line, which makes testing so difficult. Even compiled languages can do this, yet python, even though it's interpreted, cannot.

  • @ea02ca6f
    @ea02ca6f 9 หลายเดือนก่อน

    this is perfect.