Make your Python scripts upto 100x faster by compiling them using Codon

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 21

  • @aminrazeghi2962
    @aminrazeghi2962 Рік тому +4

    From what I understood after using codon for an hour or so, codon is another language similar to python. It does not contain all standard library of python. You can't even import numpy into it. Also, it's not free and open source. You can only use it for non-commercial purposes. Great video, but I think codon in its current form has limited use.

  • @IvanIvanov-qt6ik
    @IvanIvanov-qt6ik Рік тому +1

    Hello Jadi! I would like to tell that I've been really enjoying your style of presentation, it's really well-structured and easy to listen. Thank you for your work!

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

    Another great video Jadi. Thanks a lot :)

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

    Super cool, does it also work when you have multiple python modules (files), importing them etc. Is it able to create a single binary for all of those, or it just works for a single file script?

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

      i believe so, importing files, modules is totally part of python basics IMO

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

    How is this more convenient than C++20/Boost or even Fortran03 with some libraries? I don't see it. With C++ you have a state-of-the-art IDE, hundreds of battle tested libraries and outstanding performance. How is this more productive than C++ with an appropriate library/framework?

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

      This is not a competition. You choose your tool based on your needs and circumstances. This specific python compiler is just a tool to execute your codes much faster. Its not a replacement for C or CPP.

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

    Useful and Great, Thanks.

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

    Thanks a lot. Its really useful.

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

    That was great tnx🎉

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

    😍😍😍 tnx jadi

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

    Cool, but unfortunately Codon as of now, does not create native windows executables. Does not look like a priority to them, but is on the roadmap i think.

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

    Awesome! How to use it in Windows?

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

      Sorry. I'm more focused on Linux / Mac. But if there is a win version, its site should have the installation / usage method.

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

    Thanks

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

    ❤❤❤

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

    Great

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

    numba literally 100x better than this