美文网首页技术路线系列
前后端学习教程汇总

前后端学习教程汇总

作者: Neuroway | 来源:发表于2020-12-11 10:38 被阅读0次

前端学习路径教程

HTML 基础

HTML基础:https://www.w3school.com.cn/html/index.asp

JS与前端开发

JS教程-W3S:https://www.w3school.com.cn/js/index.asp JS教程-菜鸟: https://www.runoob.com/js/js-tutorial.html 廖雪峰教程:https://www.liaoxuefeng.com/wiki/1022910821149312 CSS 教程 :https://www.w3school.com.cn/css/index.asp JS 参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript

实践与Vue框架

VUE教程:https://www.runoob.com/vue2/vue-tutorial.html

后台开发与脚本

Python3教程:https://www.runoob.com/python3/python3-tutorial.html 廖雪峰Python3:https://www.liaoxuefeng.com/wiki/1016959663602400 C++ 教程:https://www.runoob.com/cplusplus/cpp-tutorial.html

Git工具

Git教程:https://www.runoob.com/git/git-tutorial.html 廖雪峰Git:https://www.liaoxuefeng.com/wiki/896043488029600 官方GitBook

后端学习路径

1. 基础语言

Python3教程:https://www.runoob.com/python3/python3-tutorial.html 廖雪峰Python3:https://www.liaoxuefeng.com/wiki/1016959663602400 C++ 教程:https://www.runoob.com/cplusplus/cpp-tutorial.html Java 教程

2. 工具

Git教程:https://www.runoob.com/git/git-tutorial.html 廖雪峰Git:https://www.liaoxuefeng.com/wiki/896043488029600 官方GitBook

3. 设计模式

设计模式教程:https://www.runoob.com/design-pattern/design-pattern-tutorial.html

代码实践

Python 项目列表:

英文的:https://github.com/vinta/awesome-python

中文目录:https://github.com/jobbole/awesome-python-cn

JS 项目列表:

Vue的项目:https://github.com/vuejs/awesome-vue

VueJS 的 Github 上面的项目:https://github.com/opendigg/awesome-github-vue

NodeJS 项目: https://github.com/sindresorhus/awesome-nodejs

C++ 项目列表:

中文列表:https://github.com/jobbole/awesome-cpp-cn

比较好的列表:https://github.com/rigtorp/awesome-modern-cpp

另一个比较好的列表:https://github.com/fffaraz/awesome-cpp

其他列表:https://github.com/uhub/awesome-cpp

Next  Previous

相关文章

  • 前后端学习教程汇总

    前端学习路径教程 HTML 基础 HTML基础:https://www.w3school.com.cn/html/...

  • 【Powershell 教程】学习资源汇总

    【Powershell 教程】学习资源汇总 一、书籍教程 1、《Windows PowerShell实战指南》第3...

  • 2018-04-13

    TensorFlow学习资源汇总 一 、TensorFlow教程资源 1)适合初学者的TensorFlow教程和代...

  • 学习前--汇总

    需要: 1.几本书:基础书:《python基础教程》 可以码代码的书:《Learn Python the Hard...

  • 2020 最新前后端编程学习视频

    2020 最新前后端编程学习视频 NestJS + TypeGraphQL + MySQL 从入门到实战视频教程(...

  • Flutter学习资料

    一、Dart学习资料 1.语言 Dart编程中文语言网 Dart学习笔记 极客学院Dart教程汇总 为 Java ...

  • 深度学习教程汇总

    前言 在学习深度学习的过程中查阅到了许多资料,为了方便日后查看此处简单汇总一下 理论 CS231n课程官方翻译:知...

  • 有用网站汇总

    有用网站汇总 CS相关教程 廖雪峰的官网莫烦的机器学习教程 编程练习 leetcode领扣 一些开源站点 Face...

  • Python学习资料整理

    Python资料汇总整理 包括长期必备、入门教程、练手项目、学习视频。 一、长期必备。 1. StackOverf...

  • Clojure学习资料汇总

    注:转自《Clojure学习资料汇总》 官方文档 中文资料(强烈推荐):clojure入门教程clojure文档翻...

网友评论

    本文标题:前后端学习教程汇总

    本文链接:https://www.haomeiwen.com/subject/gyfjgktx.html