Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@abhishek-fg9tRh • Aug 3, 2015
On which platform and OS you wanna create an application ? Please be brief while asking the question.kirthika.Rwhich language is more flexible for begineer to create a application -
@thebigk • Aug 3, 2015
Frankly speaking, most of the programming languages will let you create any basic application. You aren't certainly talking about 'flexibility' of a programming language; which would matter in large applications to be designed for specific use. If you are totally new to computer programming, you should start with C++.kirthika.Rwhich language is more flexible for begineer to create a application
C++ is a solid programming language that will introduce you to the basic concepts of programming; mainly object oriented programming (OOP). If you are more adventurous and want to build an application on the web, you could try with PHP too. There is LOT of free and paid study material available on the Internet that will help you get started.
Of course, you may even begin with Ruby programming which is one of the modern languages gaining lot of popularity world wide. As Abhishek said, if you are learning to develop any specific application - you should first decide on the platform on which you wish to build your application and then select the programming language. -
@wardhaman-HBFrS6 • Aug 5, 2015
Python for me as its very simple to understand and yet powerful. Learning curve for python is low as compared top Java ,C# etc.