![]() |
which programming language - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: which programming language (/Thread-which-programming-language) |
which programming language - Decent12 - 10-01-2016 hi i am here i want to know which programming language is best to learn when you dont know any language because i seen many people whose ask me which programming language is best for basic i want to know your openion RE: which programming language - Vuluts - 10-04-2016 If your going to code a website then HTML, CSS and PHP are your best friends, since mostly websites now use this language. RE: which programming language - xdude - 10-05-2016 If you are planning to be a web developer than PHP is a good starting language. Majority of content management systems like Wordpress are developed using PHP so you will find it easy to customize those scripts or develop new modules/plugins. RE: which programming language - maroon93 - 10-05-2016 i think javascript easier to learn basic of programming ![]() RE: which programming language - kubanek_kuba - 10-16-2016 If you want to learn easy and simple language its python. You can use it almost everywhere. RE: which programming language - PaddiM8 - 11-19-2016 I would say C# or Python. They are both pretty popular right now and I think it's the future. RE: which programming language - amontes - 03-21-2019 Hi. I would suggest to not start learning with Assembly, Cobol, Java. On the other hand, I would suggest perl as you can start right away from any Linux or even Mac computer. You may try at the prompt: perl -e 'print "HelloWorld$/"' If you want more action then you can write a file with "pl" extension such as "hello.pl" with the following code: #!/usr/bin/perl -w print "The process number of this script running is: $$ $/"; print "The operating system is $^O$/"; print "The local time is: ".localtime().$/; ###output### The process number of this script running is: 20863 The operating system is linux The local time is: Thu Mar 21 15:50:29 2019 RE: which programming language - Littlemaster - 03-22-2019 Start from easy may make interesting, but be objective oriented, think what do you need to develop. Ensure your journey will end in the right place. Currently I want to be an app developer, having knowledge of html, php and css is good, but not enough. So think what do you need to develop. RE: which programming language - Kururin - 03-23-2019 I am going to say C, yes it's syntax is shit and confusing but if can gasp it you can pretty much work with every other language. Java/Python is also a good starting language but python is much easier but it's indentation makes me rip off my hair while Java and C works off {} (curly braces) so it's easier to understand sub code and thereafter. RE: which programming language - humanpuff69 - 03-23-2019 (10-01-2016, 03:59 PM)Decent12 Wrote: hi i am here i want to know which programming language is best to learn when you dont know any language because i seen many people whose ask me which programming language is best for basic i want to know your openion the easy one is visual basic . that is the first language that i learned but it have low use cases you can only use it for .net application and not all of them support visual basic . the slightly harder one is php and javascript . that is what i learned after visual basic and it have wide use case espescially that web is verywhere . and lately i learn java for android application because i need to create it . for beginner i reccomend start with web development with html , css , js and after that continue to php |