Skip to content

hwdong/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

install python

在window下下载python安装包并安装(会自动安装pip和setuptools,如没有可以下载pip然后安装:python get-pip.py),然后添加脚本(如C:\Python27\Scripts或C:\Python36\Scripts)到系统路径里。以后可以用pip安装package了,如 :

pip install pandas

pip install -U pytest

详情见:Installing Packages.

在同一台电脑下如何进行 Python 2 与 3 的切换?

Installing Python 3 on Windows

How to Install Python on Windows

How To Install Python 3 and Set Up a Local Programming Environment on Ubuntu 16.04

python tutorial

Google's Python Class

Tutorial - Learn Python in 10 minutes

Python Quick Guide - TutorialsPoint [Python tutorial - TutorialsPoint] (https://www.tutorialspoint.com/python/)

Learn python in Y Minutes

Python 2.7教程- 廖雪峰的官方网站

Python Practice Book

The Python Tutorial — Python 3.6.2rc1 documentationl

Python官方入门教程

python变量(全局变量,局部变量,类变量,实例变量)

Matplotlib 教程

Python Plotting for Exploratory Analysis

http://www.python-course.eu/course.php

numpy tutorial

Quickstart tutorial

Python Numpy Tutorial

NumPy Tutorial

Numpy Tutorial

Python Numpy Array Tutorial

Numpy beginner tutorial

Numpy 学习

QA

Decorator 装饰器

如何理解Python装饰器?

装饰器

generator 生成器

generator

[Transporting vectorized Matlab code to python, numpy] (https://stackoverflow.com/questions/24439995/transporting-vectorized-matlab-code-to-python-numpy)

Iterating Over Arrays NumPy - 数组上的迭代 nditer —— numpy.ndarray 多维数组的迭代

Python 分发工具初探之 setuptools

cython, ctypes

Using C++ in Cython

Septicmk 如何使用Cython

如何实现 C/C++ 与 Python 的通信?

Cython 入门教程

15.1 使用ctypes访问C代码

Using Python ctypes to link C/C++ library

ctypes — A foreign function library for Python

examples

Logistic regression from scratch in Python

Logistic Regression classifier written in python

some machine learning algorithm from chyikwei

Books

python基础教程第三版pdf中文高清版

python基础教程

Python相关英文新书下载链接 including books such as "Modular Programming with Python",...

Learn Python the Hard Way

Python Data Science Handbook

Python Cookbook

Python Machine Learning pdf

流畅的Python

Mastering Python

Learning Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published