tickts.py: #tickts.py #2018-01-22 #python 3.4 Eclipse IDE from splinter.browser import Browser from time import sleep import traceback import time import sys import requests import re import json from pprint import pprint from prettytable import Pret…
1.进入ipython: C:\Users\Administrator>ipython Python (v3. , ::) [MSC v. bit (AM D64)] Type 'copyright', 'credits' or 'license' for more information IPython -- An enhanced Interactive Python. Type '?' for help. 2.常用命令: In []: a = [,,,,] In []: a.append(…