You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+27-6Lines changed: 27 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -101,26 +101,47 @@ <h2>Getting Started</h2>
101
101
102
102
<ul>
103
103
104
+
<li>
105
+
106
+
<p>
107
+
<ahref="https://www.oracle.com/database/technologies/appdev/python/quickstartpythononprem.html" >Quick Start: Developing Python Applications for Oracle Database</a>: Instructions for Windows, macOS, and Linux for installing python-oracledb and connecting to an existing on-premise database.
108
+
</p>
109
+
110
+
</li>
111
+
<li>
112
+
113
+
<p>
114
+
<ahref="https://www.oracle.com/database/technologies/appdev/python/quickstartpython.html" >Quick Start: Developing Python Applications for Oracle Autonomous Database</a>: Instructions for Windows, macOS, and Linux for installing python-oracledb and connecting to an existing Oracle Autonomous Database.
>Quick Start: Developing Python Applications for Oracle
109
-
Database</a></p>
123
+
>Developing Python Applications for Oracle
124
+
Database</a>: a high-level quickstart from the python-oracledb documentation for the eager user.</p>
125
+
126
+
</li>
127
+
128
+
<li>
129
+
130
+
<p><ahref="https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3482" >Getting Started with Python and Oracle Database</a>: An introductory tutorial using Oracle's LiveLabs learning environoment</p>
and Oracle Database Tutorial: The New Wave of Scripting</a></p>
138
+
and Oracle Database Tutorial: The New Wave of Scripting</a>: similar to the LiveLab, but aimed at users who already have python-oracledb and a database installed.</p>
0 commit comments