淮安教育网 留学

史上最全计算机专业学习交流国外网站!跪安吧~


时间:2016-04-28 16:43:46   编辑:淮安教育网

无论你是计算机大神还是小白,主页菌精心搜集的64个计算机专业知识学习交流网站,你绝对用得上!

通用网站

1. Codecademy

https://www.codecademy.com/

零基础的同学在这里可以从最基本的知识开始学起。

关键词:HTML CSS, Java, pHp, python, Ruby, Angularjs, The Command Line

2. Codewars

http://www.codewars.com/

Codewars为用户提供了一种非常有趣的学习方式。网站有特定的学习主题,通过类似游戏通关、pK式的方式激励用户进一步学习并获得更高的排名荣誉。

关键词:Coffee, Java, python, Ruby, Java, Clojure, and Haskell

3. Coursera

https://www.coursera.org/?siteID=TnL5HpStwNw-lDZvy7upmg2HN_WAu6agBgutm_content=10utm_medium=partnersutm_source=linkshareutm_campaign=TnL5HpStwNw

大型在线课程图书馆,由美国各大学教授主讲,所有的课程均免费。

4. edX

https://www.edx.org/

主要有MIT和哈佛大学提供的开放式教育项目,光CS分类下就有107门课程。

5. Free Code Camp

https://www.freecodecamp.com/

网站的授课模式为先学习编程理论知识,然后通过免费实践项目让用户真正能够将理论联系实际,解决切实问题。

关键词:HTML, CSS, Bootstrap, Java, Databases, DevTools, Node.js, React.js, and D3.js

6. GA Dash

https://dash.generalassemb.ly/

完全基于具体项目的免费在线学习平台,用户可以建立自己独特的项目进行练习。

关键词:HTML, CSS, Java, and responsive design

7. Khan Academy

https://www.khanacademy.org/

网站主页上有成千上万个跟计算机编程相关的主题课程,甚至还有针对小学生开设的基础课程。

8. MIT OpenCourseware

http://ocw.mit.edu/index.htm

MIT在线课程资源库,无需注册,完全免费。

9. The Odin project

http://www.theodinproject.com/

美国的Viking Code School创立者创办的网站,也是为计算机领域用户提供的私人或小组切磋平台。

关键词:HTML, CSS, Java jQuery, Ruby programming, Ruby on Rails

10. Udacity

https://www.udacity.com/

提供个人课程定制,可针对不同领域匹配不同的学习课程。

11. Udemy

https://www.udemy.com/?siteID=TnL5HpStwNw-I0v2pn8Vy7uYtyipIsZ3zgLSNpUBID=TnL5HpStwNw

网站提供40000多门课程,几乎包含任何科目,还可以设置自己的学习节奏。

12. The Code player

http://thecodeplayer.com/

完整的视频课程允许用户零基础学编程。

关键词:HTML5, CSS3, Java, Regex, JQuery

Youtube频道

13. Coder's Guide

https://www.youtube.com/user/CodersGuide

关于各种编程知识的视频课程,免费。

关键词:HTML, CSS, Java, Bootstrap, Wordpress, iOS and Android

14. DevTips

https://www.youtube.com/user/DevTipsForDesigners

主要教授网站设计和网站运营维护等方面课程。

关键词: HTML, CSS, responsive design, development advice

15. LearnCode.academy

https://www.youtube.com/user/learncodeacademy

关键词:Sublime Text, Responsive Design, Node.js, Angular.js, Backbone.js, deployment strategies

16. thenewboston

https://www.youtube.com/user/thenewboston

4000多个关于编程语言、游戏开发和设计的视频。

关键词:Android development, C programming, MySQL, python

博客类

17. A List Apart

http://alistapart.com/

很多计算机大神共同维护的计算机知识交流博客。搜索关键词可以获得想知道的任何方面的问题解答。

18. CSS-Tricks

https://css-tricks.com/

以CSS知识交流起家,但是现在不限于这一个方面,Sass, Java, pHp方面也有很多资源。

19. David Walsh

https://davidwalsh.name/

Mozilla公司的高级工程师David Walsh开通的博客,其中有多种教程、攻略和案例展示。

20. Scotch.io

https://scotch.io/

网站包含很多与网站维护和运作流程的主题文章,如Angular、Node.js、Laravel和Sublime Text等。

21. Sitepoint

http://www.sitepoint.com/

从HTML、CSS到创业网站均有主题文章。

22. Tuts+

http://tutsplus.com/

570个免费教程还有电子书,不仅仅包含计算机专业相关课程,其他课程也很多,每个月都会更新新得课程。

关于The Command Line

23. Command Line power User

http://commandlinepoweruser.com/

24. Conquering the Command Line

http://conqueringthecommandline.com/book

25. Learn Command Line the Hard Way

http://cli.learncodethehardway.org/book/

关于Git/GitHub

26. Try Git

https://try.github.io/levels/1/challenges/1

27. Git Immersion

http://gitimmersion.com/

关于HTML/CSS

28. Skillcrush's Coding Bootcamp

https://skillcrush.com/skillcrush-10-day-bootcamp/

29. Learn CSS Layout

http://learnlayout.com/

30. Marksheet.io

http://marksheet.io/

31. Mozilla Developer Network

https://developer.mozilla.org/en-US/

32. HTML5 Dog

http://www.htmldog.com/

关于Java

33. Eloquent Java

http://eloquentjava.net/

34. Java.com

https://www.java.com/

35. Java for Cats

http://jsforcats.com/

36. Learn JS

http://www.learn-js.org/

37. NodeSchool

http://nodeschool.io/zh-cn/

38. That JS Dude

http://www.thatjsdude.com/

39. The Node Beginner Book

http://www.nodebeginner.org/

关于Wordpress

40. Wordpress.tv

http://wordpress.tv/

41. WpBeginner

http://www.wpbeginner.com/

关于python

42. A Byte of python

http://python.swaroopch.com/

43. Learnpython.org

http://www.learnpython.org/

44. Learn python The Hard Way (Website)

http://learnpythonthehardway.org/book/

45. python Spot

https://pythonspot.com/en/all-tutorials/

关于Ruby

46. Learn Ruby the Hard Way

http://learnrubythehardway.org/

47. Rails For Zombies

http://railsforzombies.org/

48. Rails Tutorial

https://www.railstutorial.org/book

49. RubyMonk

https://rubymonk.com/

50. Try Ruby

http://tryruby.org/levels/1/challenges/0

关于Databases

51. Learn SQL the Hard Way

http://sql.learncodethehardway.org/book/

52. MongoDB University

https://university.mongodb.com/courses

53. MySQLtutorial.org

http://www.mysqltutorial.org/

54. SQL for Web Nerds

http://philip.greenspun.com/sql/

55. Vertabelo

https://academy.vertabelo.com/

关于Design/User Experience

56. HackDesign

https://hackdesign.org/

57. UX Apprentice

http://www.uxapprentice.com/

58. UXpin

https://www.uxpin.com/knowledge.html

关于Online Communities

59. CodeBuddies

http://hangouts.codebuddies.org/

60. CodeNewbie

http://www.codenewbie.org/

61. Newbie Coder Warehouse

http://newbiecoderwarehouse.com/

In-person Workshops

62. Codebar

https://codebar.io/

63. Girl Develop It

https://www.girldevelopit.com/

64. Women Who Code

https://www.womenwhocode.com/

转自美国留学中心