python Programming Glossary: inspiration
Python hashable dicts http://stackoverflow.com/questions/1151658/python-hashable-dicts I'm implementing a backtracking packrat parser. The inspiration for this is i'd like to have a better idea about how hygenic..
Fastest way to perform bulk add/insert in Neo4j with Python? http://stackoverflow.com/questions/12643662/fastest-way-to-perform-bulk-add-insert-in-neo4j-with-python
Parse an HTTP request Authorization header with Python http://stackoverflow.com/questions/1349367/parse-an-http-request-authorization-header-with-python a library to do this or something I could look at for inspiration I'm doing this on Google App Engine and I'm not sure if the..
Is `import module` better coding style than `from module import function`? http://stackoverflow.com/questions/1744258/is-import-module-better-coding-style-than-from-module-import-function a better coding style than FMIF See this post for the inspiration for this question. Here are some criteria which lead me to prefer..
How do i program a simple IRC bot in python? http://stackoverflow.com/questions/2968408/how-do-i-program-a-simple-irc-bot-in-python
Ping a site in Python? http://stackoverflow.com/questions/316866/ping-a-site-in-python
Why use lambda functions? http://stackoverflow.com/questions/3259322/why-use-lambda-functions functional programming which lambda calculus provided the inspiration for. http en.wikipedia.org wiki Lambda_calculus share improve..
How do I prevent a C shared library to print on stdout in python? http://stackoverflow.com/questions/5081657/how-do-i-prevent-a-c-shared-library-to-print-on-stdout-in-python level I then decided to go completely with ctypes. I took inspiration from this C program which does not print anything #include stdio.h..
Why does Python compile modules but not the script being run? http://stackoverflow.com/questions/5268017/why-does-python-compile-modules-but-not-the-script-being-run these have questionable style. Glenn Maynard provided some inspiration to correct and improve this answer. share improve this answer..
BOO Vs IronPython http://stackoverflow.com/questions/600539/boo-vs-ironpython friendly dynamic language for the CLI. It takes a lot of inspiration from Python but diverges on four main points It's designed specifically..
Alternative implementations of python/setuptools entry points (extensions) in other languages/applications http://stackoverflow.com/questions/7051577/alternative-implementations-of-python-setuptools-entry-points-extensions-in-ot
Building a minimal plugin architecture in Python http://stackoverflow.com/questions/932069/building-a-minimal-plugin-architecture-in-python implement a similar scheme that I should look at for ideas inspiration python architecture plugins share improve this question ..
|