Asking
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Alternative to Python?

This page is a permanent link to the reply below and its nested replies. See all post replies »
Northwest · M
What's the application? and specifically, what's your specific role?
Riemann · 31-35, M
@Northwest All purpose.
Northwest · M
@Riemann The world of general purpose is long gone. Everything comes with a purpose.

If you're trying to learn programming, then any object-oriented programming language will do. Keep in mind that there are statically-typed languages (C, C++, C#, Java) and dynamically-typed languages (Python, PHP, Ruby, Javascript....). The former is typically used to write to closed-loop environments, such as Windows, Apple iOS, etc. and the latter is typically used to write web-driven applications.

There are also some languages that produce compiled code and some that produce "scripts" that link to a runtime.

If these terms do not resonate, then you need to start out with a basic course on what all that means.