Advertisement
Guest User

#Programmers

a guest
Oct 1st, 2014
5,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. __ __
  2. __/ // /_____ _________ ____ __________ _____ ___ ____ ___ ___ __________
  3. /_ _ __/ __ \/ ___/ __ \/ __ `/ ___/ __ `/ __ `__ \/ __ `__ \/ _ \/ ___/ ___/
  4. /_ _ __/ /_/ / / / /_/ / /_/ / / / /_/ / / / / / / / / / / / __/ / (__ )
  5. /_//_/ / .___/_/ \____/\__, /_/ \__,_/_/ /_/ /_/_/ /_/ /_/\___/_/ /____/
  6. /_/ /____/
  7. ==================================================================================
  8.  
  9. ----------------
  10. Markup Languages
  11. ----------------
  12. HTML - http://www.codecademy.com/courses/html-one-o-one/0/1 - http://html.net/ - http://www.w3schools.com/html/
  13.  
  14. XML - http://www.w3schools.com/xml/ - http://www.tutorialspoint.com/listtutorials/xml/1
  15.  
  16.  
  17. -------------
  18. Design
  19. -------------
  20.  
  21. CSS - ww.w3schools.com/css/ - http://www.codecademy.com/courses/css-coding-with-style/0/1
  22.  
  23. ---------------------
  24. Interpreted Languages
  25. ---------------------
  26.  
  27. Javascript - http://www.w3schools.com/js/ - http://www.codecademy.com/en/tracks/javascript
  28.  
  29. jQuery - http://www.w3schools.com/jquery/ - http://www.codecademy.com/en/tracks/jquery
  30.  
  31. Python - http://www.codecademy.com/en/tracks/python - http://inventwithpython.com/
  32.  
  33. Perl - https://www.perl.org/
  34.  
  35. PHP - http://www.w3schools.com/php/ - http://www.codecademy.com/en/tracks/php (Server side)
  36.  
  37. Ruby - http://www.codecademy.com/en/tracks/ruby - https://www.ruby-lang.org/en/
  38.  
  39. Pascal - http://www.pascal-programming.info/index.php - http://www.tutorialspoint.com/pascal/
  40.  
  41. Lua - http://www.lua.org/ - http://luatut.com/
  42.  
  43. ------------------
  44. Compiled Languages
  45. ------------------
  46.  
  47. C - http://www.cprogramming.com/tutorial/c-tutorial.html - http://www.tutorialspoint.com/cprogramming/ -
  48. (code snippets) ---> http://www.programmingsimplified.com/c-program-examples
  49.  
  50. C++ - ( Check out C first ) http://www.cplusplus.com/doc/tutorial/
  51.  
  52. C# - http://www.tutorialspoint.com/csharp/ - http://csharp.net-tutorials.com/
  53.  
  54. Ada - http://adadevelopersacademy.org/ -
  55.  
  56. Java - http://www.javabeginner.com/ - http://www.learnjavaonline.org/
  57.  
  58. -------------
  59. Other
  60. -------------
  61.  
  62. SQL - http://www.w3schools.com/sql/ - http://www.tutorialspoint.com/sql/ - http://www.sqlcourse.com/
  63.  
  64. -------------------------------------------------------------
  65.  
  66. -------------------------------
  67. IDEs and other tools for coding
  68. -------------------------------
  69.  
  70. NotePad++ - http://notepad-plus-plus.org/download/v6.6.9.html
  71.  
  72. Netbeans - https://netbeans.org/downloads/index.html
  73.  
  74. Eclipse - https://www.eclipse.org/downloads/
  75.  
  76. Note: All coding can be done in Gedit or Notepad, These just make the process easier.
  77.  
  78. -------------------------------------------------------------------------------------
  79.  
  80.  
  81.  
  82. Some languages may be in more than one categorie(s) (Compiled, Interpreted etc). Some of the languages noted may have to be installed prior to using (Python,Perl etc..) If you are not sure what language you want to learn or have a question, please ask.
  83.  
  84.  
  85. http://www.perl.org/get.html
  86. https://www.python.org/download
  87. https://www.apachefriends.org/index.html ( running php, comes with MyPHPadmin - Needed unless you have a server/site)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement