https://pypi.python.org/pypi/urllib3/1.10.1 |
Apr 26, 2015
QNAP/Linux - Python Programming 04 (Learn by Doing: Crawl & Parse Pages)
In the first blog "Python Programming 01 (Setup and the First Program)", I use geturl.py as an example to write the first Python program. However, searching "url" or "http" from PyPI - the Python Package Index, your will find hundreds relevant packages in the result. How to select adequate packages for doing jobs, there is no deterministic answer.
Labels:
BeautifulSoup
,
crawler
,
pyp
,
Python
,
QNPA
,
stackoverflow
,
urllib
,
urllib3
Apr 19, 2015
QNAP/Linux - Python Programming 03 (Command-Line Arguments)
Arguments of C console application are defined in array "argv", in which the count of arguments is "args". Python supports more flexible method to write console applications with Unix-like "option -" and "long option: --".
python -h (or --help) |
QNAP/Linux - Python Programming 02 (Basic Syntax)
Python Programming of Tutorialspoint is a good playground for beginners of Python programming. From basic to advance tutorials, including useful resources, it is easy peasy lemon squeezy for beginners to learn from this site. Following contents only shows something important that I think you should notice. If you have no time to completely review all pages of the site, just "learn by doing" from available python source codes.
Apr 17, 2015
QNAP/Linux - Python Programming 01 (Setup and the First Program)
Python is programming language that lets you work quickly and integrate systems more effectively. It's really true!
https://www.python.org/ |
Apr 4, 2015
QNAP/Linux Tool - PostgreSQL from 9.2.1.0 Beta to 9.3.4.1
在更新重要軟體系統之前,要記得一件事:「先備份」。
QNAP/Linux Tool - PostgreSQL Database Backup and Restore
QNAP/Linux Tool - PostgreSQL Database Backup and Restore
QNAP App Center: PostgreSQL has update version (2015/03/17) |
Labels:
Backup
,
pg_dump
,
pg_restore
,
postgres
,
PostgreSQL
,
psql
,
Restore
,
Windows
Apr 1, 2015
Subscribe to:
Posts
(
Atom
)