Remove recipes tags meta:score=1
article thumbnail

See What the Builtins Are ? Python recipes ? ActiveState Code

Construction Dive

ActiveState Code » Recipes. Add a Recipe. See What the Builtins Are (Python recipe) by Eric Snow. ▲ 1. This recipe is a simple way of looking at the built-ins. This recipe is a simple way of looking at the built-ins. print ( "-" * ( len ( section_name ) + 1 )). ► Tags.

DOT 52
article thumbnail

Global database configuration and context aware connection pool.

Construction Dive

ActiveState Code » Recipes. Add a Recipe. Global database configuration and context aware connection pool extention for psycopg2 (Python recipe) by Valentine Gogichashvili. with videoflip_pool.context('testing cursor', ContextType.TRANSACTIONAL ) as cur: cur.execute('SELECT 1'). pool_name = s [ 1 ].