Best Programming Languages in Chemical Engineering

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 39

  • @ruther4336
    @ruther4336 9 месяцев назад +2

    Good mention on Fortran! I'm a Chem Engineer, now doing a PhD on reservoir fluids phase equilibria and all are thermodynamic calculations are done with Fortran codes. While the learning curve might start a little steep compared to Python, once the basics are learn it's a really easy to use language that gets incredible performance!

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  8 месяцев назад +1

      Hey thanks for your input! I use fortran in some routines, not quite used to it but you'll find them in some applications... Python is for sure taking over

  • @luisdominguezproblemasdein8072
    @luisdominguezproblemasdein8072 Год назад +3

    For Chemical Process Engineers VBA is probably the best option becasuse is almost free, companies do not intent to spend much money on expensive software. Python is another good option. Don't waste your time with Matlab unless you are in academia. It is very true that VBA depends a lot on the programming style or logic of the engineer, you could be "programming in spanish" but your coworker could be "programming in italian," you can understand each other but you are missing something for sure.

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад

      Hey Luis, long time no see! Glad to have you back here! Im with you, VBA might be a good option for entry level!

    • @donharrold1375
      @donharrold1375 Год назад +2

      You can use Octave which is free and has 99% compatibility with Matlab syntax? I’ve used VBA but it’s nowhere near as efficient or convenient as MatLab. The built in functions are very powerful in MatLab and VBA has nothing comparable in my experience.

  • @JOAE23
    @JOAE23 11 месяцев назад

    I'm a first year Chemical Engineering student. This year we did Python, C++ and Matlab. Its good to know that these languages can help me as an upcoming chemical engineer. I''ll continue learning these languages on my spare time.

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  11 месяцев назад

      Indeed, although many will not even end up using them, I think it is really important to have a backgound in coding

  • @IonCubekhanz
    @IonCubekhanz 11 месяцев назад +1

    SMATH Studio you missed ...coupled with python its a giant

  • @firosiam7786
    @firosiam7786 Год назад +1

    Are there any chem eng online programs to learn most of things

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад

      For sure, I offer some courses but there are many others that do that as well.

    • @firosiam7786
      @firosiam7786 Год назад

      @@ChemicalEngineeringGuy can you suggest some resources

  • @moezansari3867
    @moezansari3867 Год назад +1

    New on your channel loving it❤

  • @asmamohammed291
    @asmamohammed291 Год назад +1

    I ask for quality control in chemical engineering courses are ??

  • @rhamadannyomar2850
    @rhamadannyomar2850 Год назад

    Keep it up Mr. Ortega. I'm always here to learn.

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад

      Thanks my friend, looking forward to share more vids, any specific topic you want to learn from?

    • @rhamadannyomar2850
      @rhamadannyomar2850 Год назад

      @@ChemicalEngineeringGuy Would you mind to make a video talking about the book: Elementary Principles of Chemical Process by Richard M. Felder?

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад

      @@rhamadannyomar2850 For sure... I already have a video (one of my oldest ones) but will consider doing a "remake" :)

  • @perigeesyzydy
    @perigeesyzydy Год назад

    Not gonna lie... I love studying chemical engineering stuff but wouldn't stand making a living cracking my head open trying to untagle so many complex issues on a daily basis! I'm gonna be a hobby chemical engineer by the end of the course.

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад

      Hey there! true, it might seem overwhelming, but you get used to this! make no worries, just go for it!

  • @ivananashkin581
    @ivananashkin581 Год назад +2

    I use julia

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад

      thats great to hear, Ive very few engineers working with Julia, how is it going?

    • @ivananashkin581
      @ivananashkin581 Год назад

      @@ChemicalEngineeringGuy same as python.

  • @HamzaOpisa
    @HamzaOpisa 3 месяца назад

    Nice to meet you

  • @ChemEngWeekly
    @ChemEngWeekly Год назад +2

    Sure to be a great video!

  • @nduwayomorris4408
    @nduwayomorris4408 Год назад

    Mr Ortega python is user friendly

  • @karanbayad8
    @karanbayad8 Год назад +1

    Great 💌

  • @donharrold1375
    @donharrold1375 Год назад

    The best programming language is probably none of them! 😝! 90% of your work should be in industry standard software. Customers expect reliable proven software and will often reject work performed using software developed in house. Writing your own code is a useful skill and takes intellect, determination and persistence. However, it’s possible to make a costly even dangerous mistake when building bespoke code. Code is hard to check and verify, even when it’s carefully structured and heavily commented. Mix up your unit conversions or multiply instead of raising to a power and you could be heading towards kaboom 💥 If you develop code make sure you verify it very carefully and if practicable compare the results to experimental data or the results of proven commercial applications. Document any verification, key assumptions and limitations. I use spreadsheets and MatLab. I was a fan of VBA at one point but ultimately it’s slow to develop and cumbersome in action with very few relevant scientific examples out there to learn from. MatLab is the way to go!

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад +1

      For sure, own code is better... software used inhouse is also much more common that ppl think! Thanks for your comment!

  • @peloconcha6263
    @peloconcha6263 Год назад +1

    Seems like Python is the most versatile of all..

    • @ChemicalEngineeringGuy
      @ChemicalEngineeringGuy  Год назад +1

      Indeed, it is a 100% programming language, although VBA may be more common in chemE environment