
python
改个名字888777
这个作者很懒,什么都没留下…
展开
-
python 3 (含subprocess模块)Chapter_2
__init__ : 构造函数,在生成对象时调用(类的专有方法)该方法在类实例化时会自动调用,#!/usr/bin/python3 class Complex: def __init__(self, realpart, imagpart): self.r = realpart self.i = imagpartx = Complex(3.0, ...原创 2019-04-25 19:11:59 · 382 阅读 · 0 评论 -
Python 3 (含rx、SQLAlchemy、arrt.s、mapper) Chapter_1
目录1. 基础语法Python32. rx模块(表示多个异步流)Reactive Extensions for Python (RxPY)3.SQLAlchemy4. arrt.s5. typing6. marshmallow1. 基础语法缩进:Python 的代码块不使用大括号 {} 来控制类,函数以及其他逻辑判断。python 最具特色的就是用...原创 2019-04-20 14:24:35 · 495 阅读 · 0 评论