Python tips - petebachant/petebachant.github.io GitHub Wiki

http://maxburstein.com/blog/python-shortcuts-for-the-python-beginner/

http://www.cse.msu.edu/~cse231/python2Cpp.html

http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/

Making a Python package

https://github.com/audreyr/cookiecutter-pypackage

Python and COM

http://oreilly.com/catalog/pythonwin32/chapter/ch12.html

Idiomatic Python

http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html

Useful functions

http://pypix.com/tools-and-tips/python-functions/

Python FVM PDE solver

FiPy

Make animated GIFs from video files

http://zulko.github.io/blog/2014/01/23/making-animated-gifs-from-video-files-with-python/

PyQt model view

http://www.yasinuludag.com/blog/?p=98

Hiring guide

http://www.toptal.com/python#hiring-guide

Some other link

http://lignos.org/py_antipatterns/

Getting stuff up on PyPI

https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/

Summary -- actually, use Twine instead?

python setup.py register -r pypi 
python setup.py sdist upload -r pypi 
    classifiers=[ 
        "Development Status :: 3 - Alpha", 
        "Intended Audience :: Science/Research", 
        "Natural Language :: English", 
        "License :: OSI Approved :: MIT License", 
        "Operating System :: OS Independent", 
        "Programming Language :: Python", 
        "Programming Language :: Python :: 2", 
        "Programming Language :: Python :: 2.6", 
        "Programming Language :: Python :: 2.7", 
        "Programming Language :: Python :: 3", 
        "Programming Language :: Python :: 3.3", 
        "Programming Language :: Python :: 3.4"]

WinPython

Add to Path

%WINPYDIR%\Lib\site-packages\PyQt4;%WINPYDIR%\;%WINPYDIR%\DLLs;%WINPYDIR%\Scripts;%WINPYDIR%\..\tools;%WINPYDIR%\..\tools\mingw32\bin;C:\Perl64\site\bin; 

Packaging guide

https://packaging.python.org/en/latest/index.html

Anaconda on Windows

This is probably very outdated.

Delete start menu shortcuts to fix issues with icons not showing up correctly. Create shortcut to ipython-script.py, edit so it opens with pythonw.exe, change icon, then pin to taskbar