¡@

Home 

python Programming Glossary: automation

how to do an embedded python module for remote sandbox execution?

http://stackoverflow.com/questions/10099326/how-to-do-an-embedded-python-module-for-remote-sandbox-execution

the latter with a python service accessed via win32com automation and reloading of classes code was succesful without loss instances..

How can I create a Word document using Python?

http://stackoverflow.com/questions/1035183/how-can-i-create-a-word-document-using-python

ways you can create Word documents using Python Use COM automation to create a document using the MS Word object model using pywin32..

Why is SQLAlchemy insert with sqlite 25 times slower than using sqlite3 directly?

http://stackoverflow.com/questions/11769366/why-is-sqlalchemy-insert-with-sqlite-25-times-slower-than-using-sqlite3-directly

chunk these. Basically unit of work is a large degree of automation in order to automate the task of persisting a complex object.. database with no explicit persistence code and this automation has a price. So ORMs are basically not intended for high performance..

How to automate browsing using python?

http://stackoverflow.com/questions/1292817/how-to-automate-browsing-using-python

in python which can help me do that thanks python browser automation share improve this question You can also take a look at..

Telnet automation / scripting

http://stackoverflow.com/questions/1491494/telnet-automation-scripting

automation scripting I have already checked This Question but could not.. done. What's the best approach python windows scripting automation telnet share improve this question There's a python library..

Best way to extract text from a Word doc without using COM/automation?

http://stackoverflow.com/questions/42482/best-way-to-extract-text-from-a-word-doc-without-using-com-automation

way to extract text from a Word doc without using COM automation Is there a reasonable way to extract plain text from a Word.. plain text from a Word file that doesn't depend on COM automation This is a a feature for a web app deployed on a non Windows..

Using pyhook to respond to key combination (not just single keystrokes)?

http://stackoverflow.com/questions/4581772/using-pyhook-to-respond-to-key-combination-not-just-single-keystrokes

2.6 on Windows XP. Any help appreciated. python windows automation keyboard keyboard shortcuts share improve this question ..

.doc to pdf using python

http://stackoverflow.com/questions/6011115/doc-to-pdf-using-python

I know I should be able to automate this with python COM automation. Only problem is I dont know how and where to start. I tried.. . Dont know how useful this is going to be. python pdf automation ms word win32com share improve this question A simple example..

Automate firefox with python?

http://stackoverflow.com/questions/60152/automate-firefox-with-python

on linux. Any suggestions python linux firefox ubuntu automation share improve this question The PyXPCOM extension is one..

pyunit simulating input to stdin

http://stackoverflow.com/questions/6271947/pyunit-simulating-input-to-stdin

usr share dict words . spellchecker.py In the name of test automation is there any way that pyunit can fake input to raw_input Should..

Python - Best Module to write into XLS files [closed]

http://stackoverflow.com/questions/6825300/python-best-module-to-write-into-xls-files

How do I copy a file to a remote server in python using scp or ssh?

http://stackoverflow.com/questions/68335/how-do-i-copy-a-file-to-a-remote-server-in-python-using-scp-or-ssh

file sent securely to my server over ssh. Help. python automation scp share improve this question If you want the simple approach..

Tutorial or Guide for Scripting XCode Build Phases

http://stackoverflow.com/questions/7557273/tutorial-or-guide-for-scripting-xcode-build-phases

Ruby or Python vs. bash scripting python ruby xcode build automation share improve this question To add files to the Compile..

How to get Fabric to automatically (instead of user-interactively) interact with shell commands? Combine with pexpect?

http://stackoverflow.com/questions/8291380/how-to-get-fabric-to-automatically-instead-of-user-interactively-interact-with

and Fabric where appropriate if applicable in same program automation python deployment command prompt fabric pexpect share improve..

How to generate Excel spreadsheets with embedded graphs?

http://stackoverflow.com/questions/8462025/how-to-generate-excel-spreadsheets-with-embedded-graphs

I can't do that I'd like to do it with some kind of Excel automation on Mac. If I can't do that I'm willing to do it on Windows by..

Python Selenium (waiting for frame, element lookups)

http://stackoverflow.com/questions/9823272/python-selenium-waiting-for-frame-element-lookups

When that element may or may not exist python selenium automation frames share improve this question You could use WebDriverWait..