¡@

Home 

python Programming Glossary: ibm

How do you get the next value in the floating-point sequence?

http://stackoverflow.com/questions/10420848/how-do-you-get-the-next-value-in-the-floating-point-sequence

happen with IEEE special values. Here I'm following the IBM Decimal Arithmetic standard that Python's decimal.Decimal class..

Downloading text files with Python and ftplib.FTP from z/os

http://stackoverflow.com/questions/1184844/downloading-text-files-with-python-and-ftplib-ftp-from-z-os

FTP zos.server.to.be myid mypassword sess.sendcmd site sbd IBM 1047 ISO8859 1 sess.cwd 'FOO.BAR.PDS' a sess.nlst RTB for i.. userid password sess.sendcmd site sbd IBM 1047 ISO8859 1 for dir in ASM ASML ASMM C CPP DLLA DLLC DLMC..

Python Web Services

http://stackoverflow.com/questions/159802/python-web-services

it to Python applications as transparently as possible. IBM provide a good walk through and example on their site for getting..

Is it possible to store Python class objects in SQLite?

http://stackoverflow.com/questions/2047814/is-it-possible-to-store-python-class-objects-in-sqlite

Oracle MS SQL Firebird MaxDB MS Access Sybase Informix and IBM DB2. And you can have your user choose which one she wants to..

What's the best way to duplicate fork() in windows?

http://stackoverflow.com/questions/23397/whats-the-best-way-to-duplicate-fork-in-windows

module which will work everywhere. Here is a IBM developerWords article that shows how to convert from os.fork..

Is there a production ready web application framework in Python?

http://stackoverflow.com/questions/2643321/is-there-a-production-ready-web-application-framework-in-python

successful applications written in it by companies like IBM Oracle etc I mean real business applications not Twitter could..

Print in terminal with colors using Python?

http://stackoverflow.com/questions/287871/print-in-terminal-with-colors-using-python

for a block. If you can ensure your terminal is using a IBM extended ascii character set you have many more options. Characters..

Why are scripting languages (e.g. Perl, Python, Ruby) not suitable as shell languages? [closed]

http://stackoverflow.com/questions/3637668/why-are-scripting-languages-e-g-perl-python-ruby-not-suitable-as-shell-lang

shells like the DIGITAL Command Language DCL and the IBM OS 400 Command Language CL as prior art. For anyone who has..

“MetaClass”, “__new__”, “cls” and “super” - can someone explain the mechanism exactly

http://stackoverflow.com/questions/395982/metaclass-new-cls-and-super-can-someone-explain-the-mechanism-ex

very good reference and completely up to date. There is an IBM developerWorks article which is fine as an introduction and..

How would you design a very “Pythonic” UI framework?

http://stackoverflow.com/questions/58711/how-would-you-design-a-very-pythonic-ui-framework

an intro to metaclasses there's a series of articles from IBM which manage to introduce the ideas without melting your brain...