From 4c6a89cf712fd475082bedd49a7195acc8bb5aef Mon Sep 17 00:00:00 2001 From: khm915 <1900022836@pku.edu.cn> Date: Sun, 27 Oct 2019 23:14:25 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86Useful-Websites-?= =?UTF-8?q?to-Learn-How-to-Code-Quickly.md=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...l-Websites-to-Learn-How-to-Code-Quickly.md | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 en/Useful-Websites-to-Learn-How-to-Code-Quickly.md diff --git a/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md b/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md new file mode 100644 index 0000000..d6f083c --- /dev/null +++ b/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md @@ -0,0 +1,85 @@ +# Website recommendation to guide developers to learn programming quickly + +* Original English text£º[9 Useful Websites to Learn How to Code Quickly](http://www.queness.com/post/10709/8-useful-websites-to-learn-how-to-code-quickly) +* translate: [wangguo](http://wangguo.iteye.com/) + +The Internet is a rapidly developing field, from HTML to HTML5, from CSS to CSS3, from JavaScript to JavaScript framework, and the technology is constantly updated. If you can't keep up with this situation, you will be eliminated. Therefore, mastering a language or technology quickly will be beneficial to your Web development work. +This article brings you nine practical online tutorials, some in interactive form, and others in a comprehensive guide and visualization form to help you quickly master a language. They have a common purpose, make your study more fun, and make it easier for you to master this knowledge. + +## [LifeHacker Learn to code](http://www.lifehacker.com.au/2011/02/learn-to-code-the-full-beginners-guide/) + +language£ºJavaScript + +Four lessons + best practices/resources to teach you how to program using Javascript. Each lesson has a video and detailed essay to make sure you understand the content. + +![LifeHacker](images/9-useful-LifeHacker.jpg) + +## [CodeCademy](http://www.codecademy.com/) + +language£ºJavaScript + +This is an interactive teaching form that allows you to master JavaScript. bit by bit. For each course you complete, you can get some achievement points and badges to stimulate your interest in learning. +![](images/9-useful-CodeCademy.jpg) + + +## [TeamTreeHouse](http://teamtreehouse.com/) + +language£ºCSS¡¢CSS3¡¢HTML¡¢HTML5¡¢JavaScript¡¢Basic Progamming and iOS development +This is a paid member online learning service, completely covering the topics of web design and development, as well as the very popular iOS development. + + +![](images/9-useful-TeamTreeHouse.jpg) + +## [RubyMonk](http://rubymonk.com/) + +language£ºRuby + +RubyMonk is an interactive learning platform. You can learn Ruby. through courses, problem solving, or related articles + +![](images/9-useful-rubyMonk.jpg) + +## [Hackety](https://github.com/hacketyhack/hacketyhack) + +language£ºRuby + +Hackety will teach you absolute programming basics, even if you don't have any programming experience. + + +![](images/9-useful-hackety.jpg) + +## [jQuery Air](http://jqueryair.com/) + +language£ºJavaScript + +JQuery is the most famous JavaScript framework. Now you can learn jQuery. directly in your browser The process of learning jQuery should be full of fun, jQuery Air to achieve this through a large number of practical ways. + +![](images/9-useful-jqueryAir.jpg) + + +## [CodingBat](http://codingbat.com/) + +language£ºJava¡¢Python + +Learn about Java and Python. by solving sample problems and the form of online coding practices + +![](images/9-useful-codingBat.jpg) + +## [PHP Know How](http://www.phpknowhow.com/) + +language£ºPHP + +This is not an interactive way of learning, but it has a good written tutorial that contains a large number of examples and guides that teach you the basics of PHP and MySQL. + + +![](images/9-useful-phpKnowHow.jpg) + +## [MongoDB](http://www.mongodb.org/) + +Language: Java,Python,Go,PHP and other mainstream development languages this is the official website of MongoDB. MongoDB is an extensible, high-performance, open source NoSQL database written by C language. Suitable for Java,Python,Go,PHP and other mainstream development languages. The site includes a tutorial that allows you to start your MongoDB learning journey with some commands. + +![](images/9-useful-mongodb.jpg) + +## [School online](https://next.xuetangx.com/) + +Technology: WeChat Mini Program development, algorithm this is Tsinghua University and other institutions to support the online education website. It includes recommended algorithms, WeChat Mini Program production and other courses. +![](images/9-useful-ѧÌÃÔÚÏß.png) \ No newline at end of file From 5cd51139e31c8c9fccc5b96c87daff06eb3df914 Mon Sep 17 00:00:00 2001 From: khm915 <1900022836@pku.edu.cn> Date: Sun, 27 Oct 2019 23:29:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E5=87=BA=E6=9D=A5=E7=9A=84=E6=A0=87=E7=82=B9=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=AD=E6=96=87=E3=80=81=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...l-Websites-to-Learn-How-to-Code-Quickly.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md b/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md index d6f083c..e35f69e 100644 --- a/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md +++ b/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md @@ -1,6 +1,6 @@ # Website recommendation to guide developers to learn programming quickly -* Original English text£º[9 Useful Websites to Learn How to Code Quickly](http://www.queness.com/post/10709/8-useful-websites-to-learn-how-to-code-quickly) +* Original English text£: [9 Useful Websites to Learn How to Code Quickly](http://www.queness.com/post/10709/8-useful-websites-to-learn-how-to-code-quickly) * translate: [wangguo](http://wangguo.iteye.com/) The Internet is a rapidly developing field, from HTML to HTML5, from CSS to CSS3, from JavaScript to JavaScript framework, and the technology is constantly updated. If you can't keep up with this situation, you will be eliminated. Therefore, mastering a language or technology quickly will be beneficial to your Web development work. @@ -8,7 +8,7 @@ This article brings you nine practical online tutorials, some in interactive for ## [LifeHacker Learn to code](http://www.lifehacker.com.au/2011/02/learn-to-code-the-full-beginners-guide/) -language£ºJavaScript +language£: JavaScript Four lessons + best practices/resources to teach you how to program using Javascript. Each lesson has a video and detailed essay to make sure you understand the content. @@ -16,7 +16,7 @@ Four lessons + best practices/resources to teach you how to program using Javasc ## [CodeCademy](http://www.codecademy.com/) -language£ºJavaScript +language£: JavaScript This is an interactive teaching form that allows you to master JavaScript. bit by bit. For each course you complete, you can get some achievement points and badges to stimulate your interest in learning. ![](images/9-useful-CodeCademy.jpg) @@ -24,7 +24,7 @@ This is an interactive teaching form that allows you to master JavaScript. bit b ## [TeamTreeHouse](http://teamtreehouse.com/) -language£ºCSS¡¢CSS3¡¢HTML¡¢HTML5¡¢JavaScript¡¢Basic Progamming and iOS development +language£:CSS CSS3 HTML HTML5 JavaScript Basic Progamming and iOS development This is a paid member online learning service, completely covering the topics of web design and development, as well as the very popular iOS development. @@ -32,7 +32,7 @@ This is a paid member online learning service, completely covering the topics of ## [RubyMonk](http://rubymonk.com/) -language£ºRuby +language£: Ruby RubyMonk is an interactive learning platform. You can learn Ruby. through courses, problem solving, or related articles @@ -40,7 +40,7 @@ RubyMonk is an interactive learning platform. You can learn Ruby. through course ## [Hackety](https://github.com/hacketyhack/hacketyhack) -language£ºRuby +language£: Ruby Hackety will teach you absolute programming basics, even if you don't have any programming experience. @@ -49,7 +49,7 @@ Hackety will teach you absolute programming basics, even if you don't have any p ## [jQuery Air](http://jqueryair.com/) -language£ºJavaScript +language£: JavaScript JQuery is the most famous JavaScript framework. Now you can learn jQuery. directly in your browser The process of learning jQuery should be full of fun, jQuery Air to achieve this through a large number of practical ways. @@ -58,7 +58,7 @@ JQuery is the most famous JavaScript framework. Now you can learn jQuery. direct ## [CodingBat](http://codingbat.com/) -language£ºJava¡¢Python +language£: Java Python Learn about Java and Python. by solving sample problems and the form of online coding practices @@ -66,7 +66,7 @@ Learn about Java and Python. by solving sample problems and the form of online c ## [PHP Know How](http://www.phpknowhow.com/) -language£ºPHP +language£: PHP This is not an interactive way of learning, but it has a good written tutorial that contains a large number of examples and guides that teach you the basics of PHP and MySQL. @@ -82,4 +82,4 @@ Language: Java,Python,Go,PHP and other mainstream development languages this is ## [School online](https://next.xuetangx.com/) Technology: WeChat Mini Program development, algorithm this is Tsinghua University and other institutions to support the online education website. It includes recommended algorithms, WeChat Mini Program production and other courses. -![](images/9-useful-ѧÌÃÔÚÏß.png) \ No newline at end of file +![](images/9-useful-ѧÌÃÔÚÏß.png) From 1d69fde18a4f80d9b5fa65bf86780611a4c01565 Mon Sep 17 00:00:00 2001 From: khm915 <1900022836@pku.edu.cn> Date: Sun, 27 Oct 2019 23:57:17 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E4=B9=B1=E7=A0=81=EF=BC=8C=E5=88=A0=E9=99=A4=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E9=A1=BF=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/Useful-Websites-to-Learn-How-to-Code-Quickly.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md b/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md index e35f69e..89fa3c0 100644 --- a/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md +++ b/en/Useful-Websites-to-Learn-How-to-Code-Quickly.md @@ -1,6 +1,6 @@ # Website recommendation to guide developers to learn programming quickly -* Original English text£: [9 Useful Websites to Learn How to Code Quickly](http://www.queness.com/post/10709/8-useful-websites-to-learn-how-to-code-quickly) +* Original English text: [9 Useful Websites to Learn How to Code Quickly](http://www.queness.com/post/10709/8-useful-websites-to-learn-how-to-code-quickly) * translate: [wangguo](http://wangguo.iteye.com/) The Internet is a rapidly developing field, from HTML to HTML5, from CSS to CSS3, from JavaScript to JavaScript framework, and the technology is constantly updated. If you can't keep up with this situation, you will be eliminated. Therefore, mastering a language or technology quickly will be beneficial to your Web development work. @@ -8,7 +8,7 @@ This article brings you nine practical online tutorials, some in interactive for ## [LifeHacker Learn to code](http://www.lifehacker.com.au/2011/02/learn-to-code-the-full-beginners-guide/) -language£: JavaScript +language: JavaScript Four lessons + best practices/resources to teach you how to program using Javascript. Each lesson has a video and detailed essay to make sure you understand the content. @@ -16,7 +16,7 @@ Four lessons + best practices/resources to teach you how to program using Javasc ## [CodeCademy](http://www.codecademy.com/) -language£: JavaScript +language: JavaScript This is an interactive teaching form that allows you to master JavaScript. bit by bit. For each course you complete, you can get some achievement points and badges to stimulate your interest in learning. ![](images/9-useful-CodeCademy.jpg) @@ -49,7 +49,7 @@ Hackety will teach you absolute programming basics, even if you don't have any p ## [jQuery Air](http://jqueryair.com/) -language£: JavaScript +language: JavaScript JQuery is the most famous JavaScript framework. Now you can learn jQuery. directly in your browser The process of learning jQuery should be full of fun, jQuery Air to achieve this through a large number of practical ways.