Jump to content

Advice required!! Python or C# or C?


Nivee~

Recommended Posts

  • 1 month later...

Looking for what purposes you want to use a particular language. C is pretty fast (if not the fastest), and this is important in the embedded development, where every byte and every millisecond is counted. C is a general-purpose language. There are no classes, no interfaces. But in it, there are much more useful and powerful tools - for example, pointers and many others that allow you to manipulate the memory during the execution of the program. C was also used as a 'building material' for other higher-level languages: Java, D, C#, C++ and Objective-C after compilation are converted into C code, which is then compiled into machine code for faster execution. Beginners need to learn C#, as this is a perfectly balanced OOP language, which makes it easy enough to start working with it using simple and concise constructs at the beginning, and gradually move to such powerful tools as Linq in the future. Also, Python is suitable for beginners, because it will be easier to learn this language than other. When I studied Python, I performed simple assignments with this site in the beginning, and later I took courses in mobile app development. Python has a low threshold of entry, it's extremely simple both in writing code and in reading/understanding someone else's code, which is also important. And with all this, it's a powerful enough language for the implementation of almost any ideas and is also surrounded by very numerous, responsive and friendly community.

Edited by sardet
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...