Skip to content

Commit

Permalink
python: fix psycopg link
Browse files Browse the repository at this point in the history
  • Loading branch information
egpbos committed Nov 3, 2023
1 parent ce6405d commit edec21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/language_guides/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ It is good practice to restart the kernel and run the notebook from start to fin

### Database Interface

* [psycopg](http://initd.org/psycopg/) is an [PostgreSQL](http://www.postgresql.org) adapter
* [psycopg](https://www.psycopg.org/) is a [PostgreSQL](http://www.postgresql.org) adapter
* [cx_Oracle](http://cx-oracle.sourceforge.net) enables access to [Oracle](https://www.oracle.com/database/index.html) databases
* [monetdb.sql](https://www.monetdb.org/Documentation/SQLreference/Programming/Python)
is [monetdb](https://www.monetdb.org) Python client
Expand Down

0 comments on commit edec21f

Please sign in to comment.