Coder Social home page Coder Social logo

tauwu / backend_learning_notes Goto Github PK

View Code? Open in Web Editor NEW
30.0 1.0 7.0 26.41 MB

后端学习笔记,本项目存放了一些我阅读有关的技术类的书籍和部分源码阅读的笔记整理。 涉及范围包括后端开发中的计算机学科基础知识、高级语言的基础知识、源码阅读笔记、数据库知识、数据挖掘知识等,同时也会涉及到一些具体生产场景中会遇到的一些实际问题。 :-D

Python 98.28% C++ 0.21% Go 1.26% Java 0.14% HTML 0.01% Shell 0.11%
python3 golang java leetcode data-structures operating-system network datawarehouse database

backend_learning_notes's Introduction

BACKEND_LEARNING_NOTES

后端学习笔记,本项目存放了一些我阅读有关的技术类的书籍和部分源码阅读的笔记整理。

涉及范围包括后端开发中的计算机学科基础知识、高级语言的基础知识、源码阅读笔记、数据库知识、数据挖掘知识等,同时也会涉及到一些具体生产场景中会遇到的一些实际问题。

项目基础信息

Basic info for this project.

ProjectName Author CreateDate ChineseName
backend_learning_notes TauWoo 2018-05-21 后端编程学习笔记

项目目录

高级语言学习

Python学习

  • 🍪 NumPy学习指南📧 Python数据分析基础教程:NumPy学习指南(第2版).pdf

    Numpy 是 Python 中的一种开源的数值计算扩展模块,该模块开源用来存储和计算大型矩阵,其效率要远远高于 Python 内部的嵌套列表的数据结构。目前较多的被应用在机器学习、数据挖掘等方面。

    • numpy基础
    • 常用函数
    • 便捷函数
    • 矩阵和通用函数
    • 深入学习numpy模块
    • 专用函数
    • 质量控制
    • Matplotlib绘图
    • Scipy
  • 🍪 Python 基础知识📧 Python3 CookBook

    Python 是一门面向对象的程序设计语言,语法简洁更专注于解决问题而不是搞明白语言本身。Python 的标准库和第三方库足够强大到能完成很多其他语言实现不了或实现起来很麻烦的操作。但作为脚本语言,其运行速度相对于编译型的 C++/C/Java/Go 等语言来说,运行速度上相对较慢。

  • 🍪 Tornado📧 Tornado

    Tornado is a Python web framework and asynchronmous networking libary. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.

    • User's guide
    • Web framework
    • HTTP servers and clients
    • Asynchronous networking
    • Coroutines and concurrency
    • Integration with other services
    • Utilities
    • Frequently asked questions
  • 🍪 effective-python

    write pythonic code.

    • pythonic
    • function
    • class
    • metaclass and property
    • subprocess
    • inner model
    • co-coding
    • others

Golang 学习

Java学习

  • 🍪 Java 基础知识📧 无

    Java 是一门面向对象的语言,吸收了 C++ 的各种优点外,摈弃了 C++ 中难以理解的 多继承、指针 等概念。Java 具有简单性、面向对象、健壮性、分布式、可移植性和多线程等优点,可以编写桌面程序、后端服务、嵌入式系统等。

计算机基础

计算机基础专业课

数学基础专业课

  • 🍪 微积分

  • 🍪 线性代数

  • 🍪 概率论与数理统计

  • 🍪 离散数学

  • 🍪 几何学

数据库与数据挖掘

issues实际应用场景中遇到的问题笔记

backend_learning_notes's People

Contributors

tauseu avatar tauwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

backend_learning_notes's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.