Free Python online video

Python talk http://www.pyvideo.org/ 2671 videos so far, all PyCon videos PyCon 2014 in youtube https://www.youtube.com/channel/UCFDHJGm0IxH9uwcIHfR72yg Python Basic Python Tutorials – PyQuick https://developers.google.com/edu/python/introduction https://www.youtube.com/playlist?list=PL3CA7D96E0895D29B an intensive 2-day class Day 1 Part 1/2/3 Day 2 part 1/2/3/4 Python video collection 43 courses http://freevideolectures.com/Course/2512/Python-Programming Learn Python Through Public Data Hacking https://www.youtube.com/watch?v=RrPZza_vZ3w David Beazley …

Python web terminal butterfly

Butterfly is a tornado web server written in python which powers a full featured web terminal. The js part is heavily based on term.js which is heavily based on jslinux. https://pypi.python.org/pypi/butterfly/1.2.5 Butterfly is developed by France guy Florian Mounier. $ pip –proxy : install butterfly $ Downloading/unpacking butterfly Running setup.py …

Pydev for Eclipse

Pydev is Eclipse plugin to integrate Python to IDE, can download from here: http://pydev.org/download.html Somehow I cannot see Pydev in eclipse language list, found issue is on mismatched Java SDK, I installed JDK 1.7 64 bits but Eclipse 4.3 used 32bits, however everything in Eclipse is in Java including plugin. …

Python for VS 2012 Installation Issue

Installed IronPython for VS 2012 by PTVS, seems ok but in fact not working: 1) cannot find python in New Project other language list 2) VS 2012 crash when click Python Tool-> Fresh DB ‘devenv.exe’ (Managed (v4.0.30319)): Loaded ‘C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Interop.10.0\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Interop.10.0.dll’ ‘devenv.exe’ (Managed (v4.0.30319)): Loaded ‘C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.Language.Intellisense\v4.0_11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Language.Intellisense.dll’ An unhandled exception of type ‘System.InvalidOperationException’ …

Upgrade pip from 1.1 to 1.4

pip 1.1 doesn’t have pip list/show, this is log for 1.4 upgrade. $ cd Python/Scripts/ $ pip –version pip 1.1 from c:\kivy\python\lib\site-packages\pip-1.1-py2.7.egg (python 2.7) $ pip install –upgrade pip Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#md5=6afbb46aeb48abac658d4df742bff714 Downloading pip-1.4.1.tar.gz (445Kb): 445Kb downloaded Running setup.py egg_info for package pip warning: no files found matching ‘*.html’ …

Install kivy 1.8.0 dev to own Python 2.7.5

I have own Python 2.7.5 and own mingw/gcc, want to build kivy 1.8.0 dev from source. When you follow up instruction from section: http://kivy.org/docs/installation/installation-windows.html Using an exisiting Python installation (64/32 bit) Always got gcc link failure, C:\portableapps\mingw\bin\gcc.exe -mno-cygwin -shared -s c:\users\\appdata\local\temp\pip-tatybd-build\kivy\graphics\texture.o c:\users\\appdata\local\temp\pip-tatybd-build\kivy\graphics\texture.def -LC:\Python27\libs -LC:\Python27\PCbuild -lopengl32 -lglew32 -lpython27 -lmsvcr90 -o build\lib.win32-2.7\kivy\graphics\texture.pyd …