Jump to content

Mellinia

Senior Members
  • Joined

  • Last visited

  1. If you want to learn on how to write programs, I would suggest Python, since with Garbage Collection, terse and readable code, a nice set of libraries, it will ease a lot of the beginner's mind on how to write the program, instead of wrangling with how to make my program work. As you progress along python, you will slowly meet obstacles that would require an in-depth understanding of how memory work, etc. This is done gradually after you have developed a consistent model of how to write a program (this is the most important thing of all) since python is beginner friendly and consistent. As for programs where you'll start to need the speed of compiled languages, try out D, which is essentially C++ done right. D leaves a lot of freedom to the programmer, yet provide a safe place to test their limits. I've used Python and only started C++/Java/D in that order after the need for faster execution. However, I still maintain the coding style I've used in Python: Write by humans, for humans. Python encourages you to focus on the content of the code, not the words(syntax) of it.
  2. Python! It's easy to grasp and has provided me with some experience with functions and math coding before I moved on to C++ for raw power.....the tutorials are beginner-proof, the syntax is easy and succinct, it's interactive, it doesn't need to be compiled and can be run from the shell, there are plenty of modules to help you, and it's very readable! Almost didn't need to add comments for future reference. The downside is it's slow and it's not an executable. Get fluent with it in days and then move on to C, C++ or java, just for the power. Anyway, if you're coding for science data, there's always python for science www.scipy.org/
  3. I have a new theory on psychology...but it's proven evasive to prove....i mean, who would want to allow me to know every thought, every move, every word, and almost everything the 'someone' has gone through?

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.