Mini Searches with Answers

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

Any pointers/advice to help learn CPython source?
How is Python formed? How interpreter get imported?

ExcelWriter Question – How to Open Password Protected Excel File
If you ever need to open a password protected Excel file, or add a password to one using ExcelWriter in Python, here’s how:

xlapp = wn32com.client.Dispatch('SoftArtisans.ExcelWriter')
xlapp.DecryptPassword = 'MyPassword'
xlapp.Open(f)

mozdev.org – twanno
How to pull a Firefox tab into a new window (tab tearing)

Winpdb – A Platform Independent Python Debugger » About
Winpdb is a platform independent GPL Python debugger with support for multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb.

Tags: , , , , , , , , , , , , , , , , , , ,

Comments are closed.