Bitcoin Forum

Other => Off-topic => Topic started by: Holdaaja on April 26, 2014, 01:35:27 PM



Title: What should I learn to code?
Post by: Holdaaja on April 26, 2014, 01:35:27 PM
So what should I learn to code first?
I would do mostly website applications.

My options are PHP, Ruby, JavaScript and Python.
Feel free to offer other as well, but best of these too.


Title: Re: What should I learn to code?
Post by: blacksails on April 26, 2014, 01:44:30 PM
I'd say PHP.
If you want dynamic websites and server integration it's your best shot IMO.


Title: Re: What should I learn to code?
Post by: Holdaaja on April 26, 2014, 01:46:51 PM
I'd say PHP.
If you want dynamic websites and server integration it's your best shot IMO.

Okay, I'm using this site now http://www.codecademy.com/tracks/php
But I have heard it tells only basics so where should I go after that? Any suggestions?


Title: Re: What should I learn to code?
Post by: skarto on April 26, 2014, 01:50:26 PM
look here, mayby it help you litle -> http://freecomputerbooks.com/langCppBooks.html


Title: Re: What should I learn to code?
Post by: rohnearner on April 26, 2014, 02:10:55 PM
Php, MySql , CSS , JavaScript , Jquery and showing some serious dedication towards it..!  


Title: Re: What should I learn to code?
Post by: blacksails on April 26, 2014, 02:16:20 PM
I'd say PHP.
If you want dynamic websites and server integration it's your best shot IMO.

Okay, I'm using this site now http://www.codecademy.com/tracks/php
But I have heard it tells only basics so where should I go after that? Any suggestions?
I'd recommend you borrow a book or something like that from the library. Usually they have a computer section with "how to code" types of books.


Title: Re: What should I learn to code?
Post by: Sindelar1938 on April 26, 2014, 02:29:34 PM
Ruby and javascript


Title: Re: What should I learn to code?
Post by: bitkanu on April 26, 2014, 04:06:21 PM
ASP.net is also good for website making . MYSQL, jqerry, html for starting tags .


Title: Re: What should I learn to code?
Post by: counter on April 26, 2014, 06:08:36 PM
I think C+ Ruby and Javascript are good to learn from what I've read online about what a novice should start learning.  Good luck.


Title: Re: What should I learn to code?
Post by: rohnearner on April 26, 2014, 06:14:39 PM
I think C+ Ruby and Javascript are good to learn from what I've read online about what a novice should start learning.  Good luck.
C and C++ is always suggested if you are just starting to  learn coding but as the OP mentioned he wants to explore the web development and I won't recommend C and C++ only for that purpose although it might work perfectly if used with  some server side coding language.


Title: Re: What should I learn to code?
Post by: coderboo on April 26, 2014, 06:14:54 PM
So what should I learn to code first?
I would do mostly website applications.

My options are PHP, Ruby, JavaScript and Python.
Feel free to offer other as well, but best of these too.

Learn JavaScript first.

You can use JavaScript to create apps which run in a browser

on a server, with node.js

or both

JavaScript is what brings HTML5 apps to life, so it isn't going anywhere.

And now, with famo.us - JS developers can create cross-platform apps which look and feel like native applications.

I know all the languages you mentioned in your post, and JavaScript is by far the most flexible of them all.

You can learn it while having fun at http://www.codewars.com


Title: Re: What should I learn to code?
Post by: gagalady on April 26, 2014, 06:22:28 PM
For website applications probably javascript and  PHP. But acutally all of them are usefull but also HTML and c++ is really useful too. If you know HTML, C++, javascript , php a really good website.


Title: Re: What should I learn to code?
Post by: Holdaaja on April 26, 2014, 06:24:02 PM
So what should I learn to code first?
I would do mostly website applications.

My options are PHP, Ruby, JavaScript and Python.
Feel free to offer other as well, but best of these too.

Learn JavaScript first.

You can use JavaScript to create apps which run in a browser

on a server, with node.js

or both

JavaScript is what brings HTML5 apps to life, so it isn't going anywhere.

And now, with famo.us - JS developers can create cross-platform apps which look and feel like native applications.

I know all the languages you mentioned in your post, and JavaScript is by far the most flexible of them all.

You can learn it while having fun at http://www.codewars.com


Wow, thanks that helps a lot! :)



Title: Re: What should I learn to code?
Post by: coderboo on April 26, 2014, 07:06:35 PM
So what should I learn to code first?
I would do mostly website applications.

My options are PHP, Ruby, JavaScript and Python.
Feel free to offer other as well, but best of these too.

Learn JavaScript first.

You can use JavaScript to create apps which run in a browser

on a server, with node.js

or both

JavaScript is what brings HTML5 apps to life, so it isn't going anywhere.

And now, with famo.us - JS developers can create cross-platform apps which look and feel like native applications.

I know all the languages you mentioned in your post, and JavaScript is by far the most flexible of them all.

You can learn it while having fun at http://www.codewars.com


Wow, thanks that helps a lot! :)



Glad I could be of assistance. Good luck on your journey to programming mastery!


Title: Re: What should I learn to code?
Post by: lda1000 on May 19, 2014, 12:27:39 AM
If it's web you want to do then start with PHP, JS, SQL.



Title: Re: What should I learn to code?
Post by: bitsmichel on May 19, 2014, 12:38:20 AM
Quote
My options are PHP, Ruby, JavaScript and Python.

These are all good languages for starters. The first three are serve-side languages,  Javascript is really something different - its client side. Ruby syntax is pain in the ***, you want PHP or Python. PHP is most widely used (which means you can copy a lot of code + large community) http://langpop.com/ (http://langpop.com/)  :)

If you want to put a basic webserver on the web for fun, you could use these tools
http://www.wampserver.com/en/ (http://www.wampserver.com/en/) - makes your computer a server
https://ngrok.com/ (https://ngrok.com/) allows access from internet into your computer



Title: Re: What should I learn to code?
Post by: alani123 on May 19, 2014, 12:42:57 AM
Start with php, and along the way give ruby a try.

Most people would tell you that python is a powerful language and good to start with, but to me php is the best. Can be friendly at start, and super usefull once an expert.


Title: Re: What should I learn to code?
Post by: bitsmichel on May 19, 2014, 12:45:35 AM
Quote
Most people would tell you that python is a powerful language and good to start with, but to me php is the best. Can be friendly at start, and super usefull once an expert.

Python is very easy if you are on a unix/linux or mac machine. However, the indention is extremely strict.. and depdning on version 2 or version 3, your program may stop to work. Nevertheless, its very quick to make something in Python - much faster than say Java or Perl. 

If you are on a windows machine or want to run a  website, I suggest to start with PHP


Title: Re: What should I learn to code?
Post by: roslinpl on May 19, 2014, 12:47:06 AM
So what should I learn to code first?
I would do mostly website applications.

My options are PHP, Ruby, JavaScript and Python.
Feel free to offer other as well, but best of these too.

I say if you want to find a job with no prob - Python or PHP.
But I would choose Python - it is quite new and very impressive.

IMO Python is a language of the future coding.

PHP is an oldie ...


Title: Re: What should I learn to code?
Post by: Yakamoto on May 19, 2014, 01:14:43 AM
I'm learning HTML5 and CSS...

Probably not what you are looking for though.

Out of the mentioned above, I recommend Python


Title: Re: What should I learn to code?
Post by: jacktheking on May 19, 2014, 01:25:53 AM
I would recommend you PHP. It is easy once you get a hang of it. Also, check w3schools. They provide beginner, intermediate and advance tutorial. I learned my PHP from them. Also, once you knows the basic, google for open-sources PHP project.

That is how I learn my PHP.


Title: Re: What should I learn to code?
Post by: Crindon on May 19, 2014, 06:03:18 AM
PHP is good to learn. It has a lot of useful in creating interactive sites. You would need to learn some SQL as well. Getting a good hold of HTML and CSS would be good as well.