All Projects → lijin-THU → Notes Python

lijin-THU / Notes Python

中文 Python 笔记

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Notes Python

Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (-93.78%)
Mutual labels:  jupyter-notebook, numpy, scipy, matplotlib
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+259.85%)
Mutual labels:  numpy, theano, scipy, matplotlib
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (-97.68%)
Mutual labels:  jupyter-notebook, numpy, scipy, matplotlib
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (-99.18%)
Mutual labels:  jupyter-notebook, numpy, scipy, matplotlib
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (-97.23%)
Mutual labels:  jupyter-notebook, numpy, scipy
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (-64.14%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
Workshopscipy
A workshop for scientific computing in Python. ( December 2017 )
Stars: ✭ 391 (-93.62%)
Mutual labels:  jupyter-notebook, numpy, scipy
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (-96.61%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
Deeplearning cv notes
📓 deepleaning and cv notes.
Stars: ✭ 223 (-96.36%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
Dsp Theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 437 (-92.87%)
Mutual labels:  jupyter-notebook, numpy, scipy
Scipy-Bordeaux-2017
Course taught at the University of Bordeaux in the academic year 2017 for PhD students.
Stars: ✭ 16 (-99.74%)
Mutual labels:  numpy, scipy, matplotlib
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (-97.58%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (-96.56%)
Mutual labels:  numpy, scipy, matplotlib
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-99.33%)
Mutual labels:  numpy, scipy, matplotlib
Python Notlarim
Python notes in Turkish.
Stars: ✭ 356 (-94.19%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (-97.8%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
Audio Spectrum Analyzer In Python
A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.
Stars: ✭ 273 (-95.54%)
Mutual labels:  jupyter-notebook, scipy, matplotlib
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (-98.17%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-97.93%)
Mutual labels:  jupyter-notebook, numpy, matplotlib
The Elements Of Statistical Learning Notebooks
Jupyter notebooks for summarizing and reproducing the textbook "The Elements of Statistical Learning" 2/E by Hastie, Tibshirani, and Friedman
Stars: ✭ 241 (-96.07%)
Mutual labels:  jupyter-notebook, scipy, matplotlib

Analytics

中文 Python 笔记

版本:0.0.1
作者:李金
邮件:[email protected]

由于涉及著作权的问题,对基于本笔记所做的修订、改编,目前不做任何正式授权。

笔记内容仅供学习参考,未经允许,请勿用于任何商业用途。

Github 加载 .ipynb 的速度较慢,建议在 Nbviewer 中查看该项目。

基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版。

京东自营链接: https://item.jd.com/12328920.html

天猫、亚马逊、当当均有销售。

打赏一下意思意思?


简介

大部分内容来自网络。

默认安装了 Python 2.7,以及相关的第三方包 ipythonnumpyscipypandas

life is short. use python.

推荐使用 Anaconda,这个IDE集成了大部分常用的包。

笔记内容使用 jupyter notebook 来展示。

安装好 Python 和相应的包之后,可以在命令行下输入:

$ jupyter notebook

来进入 jupyter notebook


基本环境配置

conda update conda
conda update anaconda

参考


目录

可以在 Notebook 中打开 generate static files.ipynb,或者命令行中运行代码 generate_static_files.py 来生成静态的 HTML 文件。


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].