Welcome guest, is this your first visit? Create Account now to join.
  • Login:

Welcome to the PokerCrack Forum.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Black Chip Poker

Bovada bonus
Results 1 to 3 of 3

Hybrid View

  1. #1
    I've got about a decade of professional coding experience.

    I find that Java and C# are pretty interchangeable. They are both full fat languages with massive sets of libraries behind them. Takes a bit of effort to switch between them but it's not a ton of effort. I primarily professionally code in C#. If you want to work in the web dev sphere, either is a great place to focus effort

    As for Python, dang, it's POWERFUL, but ultimately a lot of that power comes from precompiled binaries often written in some flavor of C. But it's most useful in building pipelines. If you want to work in data sciences (computational biology, any physics/astronomy, most geology/oil/water, etc.) it's a really good tool, but know that there is *very* little money in those fields without a PhD. That being said, if I'm writing something personal and durable that can't be easily done in bash/cmd/ps, I always reach for python.

    Ultimately, the best advice is to stay language agnostic. Learn the fundamental concepts of programming: boolean logic, objects/interfaces/inheritance, lambda functions, etc. Then apply those ideas with whatever syntax the language requires. Heck, there are some super cool things being done with Rust and LUA and Go. They all have their strengths and they all have their weaknesses, but never let anyone tell you that one language is better than all others, even PERL has its place... probably.


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •