Results 1 - 21 of about 21 results out of about 3522 pages. (0.14 seconds)

CategoryFaq . . . 2 matches
...Wiki:WikiCategories tag describing that a page is a FAQ (Frequently Asked Question) page. <<FullSearch(CategoryFaq)>> ---- CategoryCategory...

0.1k - rev: 5 (current) last modified: 2008-11-15 14:00:59

Asking for Help . . . 2 matches
...uestions appear here when they are added to the [[CategoryAskingForHelpAnswered|CategoryAskingForHelpAnswered]] category (having been answered). ---- [[CategoryFaq|CategoryFaq]]...

22.0k - rev: 144 (current) last modified: 2019-11-04 14:47:35

reverse chinese character in repr . . . 1 match
...''打印带全角或汉字的myrepr结果字符串并换行 >>> repr('我') "'\\xce\\xd2'" >>> print ['我'] ['\\xce\\xd2'] >>> printhz(['我']) ['我'] ''' for x in x1: print myrepr(x), print }}} ---- CategoryFaq...

2.3k - rev: 3 (current) last modified: 2010-05-12 19:42:48

glob . . . 1 match
... args[1:] if quiet != '-f': quiet = '' patterns = args print quiet, patterns hits = hitlist(patterns, quiet) for hit in hits: print hit }}} ---- ---- CategoryFaq...

1.5k - rev: 2 (current) last modified: 2008-11-15 13:59:46

doctest . . . 1 match
...ags = doctest.ELLIPSIS) except DocTestExit: print '*' * 70 print '1 item interrupted' print '***Test Failed***' finally: sys.stdout = sys.stdout.out }}} ---- CategoryFaq...

2.3k - rev: 2 (current) last modified: 2008-11-15 14:00:37

decimal . . . 1 match
...t(float(sci)) else '~' + sci return est if __name__ == '__main__': import doctest (failings, testings) = doctest.testmod(optionflags = doctest.ELLIPSIS) }}} ---- CategoryFaq...

1.6k - rev: 4 (current) last modified: 2014-01-09 15:37:47

ctypes . . . 1 match
...t ending up relying on a full fledge C compiler like this (unless you wanted to define only a subset of valid C headers for which to write your parser for).'' ---- . CategoryFaq...

4.3k - rev: 22 (current) last modified: 2011-11-30 00:28:21

boost.python/FAQ . . . 1 match
...exception. It might be useful to inspect *this at the point of the crash (if the crash does in fact happen at the same place you're seeing the exception above). ---- CategoryFaq...

4.7k - rev: 26 (current) last modified: 2010-10-26 02:02:04

UbuntuInstall . . . 1 match
... zlib1g-dev isn't on the list as it gets installed automatically as a dependency of libssl-dev. ---- CategoryFaq...

2.0k - rev: 4 (current) last modified: 2011-10-27 13:17:25

ReadingHtmlForms . . . 1 match
...)>> Look at: * Mechanize: http://wwwsearch.sourceforge.net/mechanize/ (which is based on a Perl module) * Webunit: http://www.mechanicalcat.net/tech/webunit/ ---- CategoryFaq...

1.1k - rev: 6 (current) last modified: 2011-02-26 09:55:58

PythonQuestions . . . 1 match
...{{ #!python >>> x="hello" >>> d={} >>> d[id(x)]=x >>> d {10855264: 'hello'} >>> }}} ---- Contributors: SteveHolden, FredrikLundh, JohannesGijsbers, SkipMontanaro ---- CategoryFaq...

6.2k - rev: 11 (current) last modified: 2009-12-24 06:01:33

Python . . . 1 match
...g home page]]. There is also the PythonInfo wiki. See the FrontPage for more information. If you want to use Python the BeginnersGuide is a good place to start. ---- CategoryFaq...

0.5k - rev: 22 (current) last modified: 2014-05-07 22:27:26

PublishingPythonModules . . . 1 match
...f available Python code. Now non-existent. * ''!PyCode'' - an older site where you could share modules. Site (`www.pycode.com`) now used for unrelated blogging. ---- CategoryFaq...

2.3k - rev: 17 (current) last modified: 2020-08-10 19:42:56

PoundPythonWeb . . . 1 match
...uce idlers, and it so happens that bots are worst of idlers. Sorry. === My question wasn't covered here. === Well, come on in and ask it. We don't bite. Really. ---- CategoryFaq...

3.2k - rev: 13 (current) last modified: 2009-06-12 13:42:35

MacPython/PackageManagerRepository/PackageManager . . . 1 match
...Describe MacPython/PackageManagerRepository/PackageManager here. ---- CategoryFaq...

0.1k - rev: 2 (current) last modified: 2008-11-15 14:00:19

MacPython/OSA . . . 1 match
...re described in “Interprocess Communication” in System-Level Technologies in Mac OS X Technology Overview. The OSA supports several powerful features in Mac OS X: ---- CategoryFaq...

1.3k - rev: 2 (current) last modified: 2008-11-15 14:00:09

How to publish Python modules . . . 1 match
...w.faqts.com/knowledge_base/index.phtml/fid/235|FAQTs]] section on module Q&A ---- CategoryFaq = Discussion = Where is the PyCode site? Canceled? If so, it's a pitty. It was su...

2.8k - rev: 18 (current) last modified: 2008-11-15 13:59:57

FrequentlyRejectedIdeas . . . 1 match
... `str` methods * http://mail.python.org/pipermail/python-dev/2011-September/113488.html * http://mail.python.org/pipermail/python-ideas/2011-July/010703.html ---- CategoryFaq...

0.6k - rev: 1 (current) last modified: 2013-08-10 11:56:21

Distutils/Tutorial . . . 1 match
...ames''' which you can fill as you please. == Fin == I hope this helps someone. Happy coding. [[mailto:donn.ingle@gmail.com|DonnIngle]] ---- CategoryFaq CategoryDistutilsCookbook...

18.2k - rev: 23 (current) last modified: 2016-08-31 21:42:42

CategoryCategory . . . 1 match
...## Please edit system and help pages ONLY in the master wiki! ## For more information, please see MoinMoin:MoinDev/Translation. ##master-page:Unknown-Page ##master-date:Unknown-Dat...

0.8k - rev: 1 (current) last modified: 0

BitwiseOperators . . . 1 match
... with some other meaning. For instance, the new sets module for Python 2.3 uses | and & for union and intersection. == See Also == * BitManipulation * BitArrays ---- CategoryFaq...

3.4k - rev: 11 (current) last modified: 2013-07-06 12:54:41

Unable to edit the page? See the FrontPage for instructions.