Go beyond basic spreadsheets with Python!
Category: The Python Programming Language
-
my most-needed packages from PIP
- https://en.wikipedia.org/wiki/pip_(package_manager)
- https://github.com/wwkimball/yamlpath – YAML Path and Command-Line Tools (maybe not)
- https://github.com/wwkimball/yamlpath/wiki
- …
virtual environments:
-
Python, pip, wheel, x86_64 vs amd64, PyQt5
I am trying to install PyQt5. My machine is an x68_64, so this will not install:
PyQt5:
-
pylnker – a Python tool to parse Windows “.lnk” files (derived from a Perl tool)
- https://github.com/HarmJ0y/pylnker
- https://github.com/HarmJ0y/pylnker/blob/master/pylnker.py
- https://code.google.com/archive/p/revealertoolkit/ – Perl script to parse LNK files: lnk-parse-1.0.pl
- https://github.com/lcorbasson/revealertoolkit
- https://github.com/lcorbasson/revealertoolkit/blob/master/tools/lnk-parse-1.0.pl
$ cd 'C:\Users\jochen.hayek\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup' $ ~/git-servers/github.com/HarmJ0y/pylnker/pylnker.py *.lnk $ ~/git-servers/github.com/lcorbasson/revealertoolkit/tools/lnk-parse-1.0.pl *.lnk
-
Conor Myhrvold: The Fall Of Perl, The Web’s Most Promising Language
- http://www.fastcolabs.com/3026446/the-fall-of-perl-the-webs-most-promising-language
Alright, as Brian d’Foy mentioned at https://twitter.com/briandfoy_perl/status/437971859003670528 :
The Fall of Perl” would more suitably be titled “The Rise of Python.
-
O’Reilly Media book: Python Pocket Reference

Updated to cover Python 2.7 and 3.4, this compact reference is the perfect on-the-job tool for developing applications with this versatile programming language. By covering the core language as well as commonly-used libraries, this small but potent book both serves as an ideal complement to Python tutorials. This fifth edition includes specific built-in types and Statements, and standard Modules.
-
O’Reilly Media book: Head First Python
- LOOKS LIKE THEY STOPPED THIS PROJECT – what a pity!
- http://shop.oreilly.com/product/0636920028543.do

Add Python to your programming skills and have some fun at the same time. Head First Python takes you beyond typical how-to manuals with an engaging visual format that includes images, puzzles, stories, and quizzes that are proven to stimulate learning and retention. You’ll not only learn how Python differs from other programming languages and how it’s similar, you’ll learn how to be a great programmer.
I think, I would like my <20yrs old son to learn programming with this book,
- ie. his 1st language should be Python or Ruby,
- and “Head First …” is a wonderful learning source.