-
Notifications
You must be signed in to change notification settings - Fork 0
Python tips
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/
https://github.com/audreyr/cookiecutter-pypackage
http://oreilly.com/catalog/pythonwin32/chapter/ch12.html
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
http://pypix.com/tools-and-tips/python-functions/
FiPy
http://zulko.github.io/blog/2014/01/23/making-animated-gifs-from-video-files-with-python/
http://www.yasinuludag.com/blog/?p=98
http://www.toptal.com/python#hiring-guide
http://lignos.org/py_antipatterns/
https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/
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"]
Add to Path
%WINPYDIR%\Lib\site-packages\PyQt4;%WINPYDIR%\;%WINPYDIR%\DLLs;%WINPYDIR%\Scripts;%WINPYDIR%\..\tools;%WINPYDIR%\..\tools\mingw32\bin;C:\Perl64\site\bin;
https://packaging.python.org/en/latest/index.html
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
Copyright 2015–2024 Pete Bachant. Licensed under CC-BY-4.0.