Leonard Yuan's Blog

Across the Great Wall we can reach every corner in the world!

Computer Network Review

"Hello World, Hello Blog"

计算机网络复习 基本概念 分布式系统是计算机网络发展的高级阶段 计算机网络的组成 硬件 计算机 接口设备 传输介质 软件 通信协议 应用软件 ...

Pandas Study Note1

"Hello World, Hello Blog"

Pandas Study Note 1. About Anaconda Anaconda is a high efficient Python platform, I just want to notice one of hte important issue: how to manage library. list all libraries conda list ...

Data Science Study Note1

"Hello World, Hello Blog"

Data Science Study Note1 Prerequsite: As we all know that data science is heat in recent year, thus we all should learn knowledge and skills about data analysis and data mining. First we...

Leetcode Test Notes(1-20)

"Hello World, Hello Blog"

pre This week, I start learn and solve questions in leetcode, my goal is that I will solve 150 questions until October. Meanwhile, I will use my blog to document the solutions and thinkings a...

NumPy Study Notes

"Hello World, Hello Blog"

NumPy Study Notes Chapter1 Introduction of Numpy Numpy is a fundamental package for scientific computing with Python. It contains: a powerful N-dimensional array object; sophisticated (broa...

How To Install Spark On Mac os

"Hello World, Hello Blog"

How To Install Spark on Mac os 1. Introduction Today, I will introduce the way to install spark on mac os. I will achieve the calculation of the data of MovieLens, it is the part of my undergradu...