目前分類:Python (10)

瀏覽方式: 標題列表 簡短摘要

download_mp3.py
>>
###################################################

文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

If you have Python 2 >=2.7.9 or Python 3 >=3.4 installed from python.org, you will already have pip and setuptools, but will need to upgrade to the latest version:
C:\Users\danbrother>pip install -U pip setuptools
Requirement already up-to-date: pip in f:\python\python36-32\lib\site-packages

文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

NumPy is the fundamental general-purpose array_processing package for scientific computing with Python
designed to efficiently manipulate large multi-dimensional arrays of arbitrary records 
without sacrificing too much speed for small multi-dimensional arrays. 

文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

Pyinstaller works fine in Python 3.5 (e.g. pyinstall report.py)
whereas in Python 3.6.2 it ran into problem with the error message:  IndexError: tuple index out of range


文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

Python 3.6.2 Script for Generating Directories and Files Used by Oracle SQL*Loader


文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

Python - Connect to SQL Server DB Example


pyodbc is an open source Python extension module that makes access to ODBC databases easier.

文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

Python - Connect to Oracle DB Examples

cx_Oracle is a Python extension module that enables access to Oracle Database and conforms to the Python database API specification. This module is currently built against version for Oracle Client 11.2 onwards and Python 2.7, 3.4, 3.5 and 3.6.

cx_Oracle can be downloaded from https://pypi.python.org/pypi/cx_Oracle

文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

Introducing to Python Text Sequence Type — strStrings are mutable sequences of Unicode code points.
They are written in the following ways:
文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

Introducing to Python Sequence Types — ListTuple & RangeLists are mutable sequences for storing collections of homogeneous items.
Lists may be constructed in the following ways:
文章標籤

DanBrother 發表在 痞客邦 留言(0) 人氣()

Python >>>  a, b = b, a + b

>>> a , b = 0 , 1
>>> a

文章標籤

DanBrother 發表在 痞客邦 留言(1) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼