Explore >> Select a destination


You are here

opensource.creativecommons.org
| | github.com
11.1 parsecs away

Travel
| | Community Cryptography Specification Project. Contribute to C2SP/C2SP development by creating an account on GitHub.
| | friendgineers.rosenshein.org
12.5 parsecs away

Travel
| | Leon's musings on software development
| | johannesbrodwall.com
11.3 parsecs away

Travel
| | [AI summary] This blog post discusses a method for planning software development by imagining a future demonstration of a feature, allowing teams to focus on goals and uncover hidden assumptions.
| | yasoob.me
32.7 parsecs away

Travel
| Hi there fellas. Today i am going to teach you how to use sqlite databases with python. This post will cover the basics of making and using a sqlite database with python using the sqlite3 library. Okay lets get started. Firstly if you are using python 2.5 or greater then you will have sqlite3 installed otherwise you will have to install it. Creating and connecting to a database So how do you make a database in python using the sqlite3 library?