python-module
Here are 107 public repositories matching this topic...
-
Updated
Feb 27, 2020 - Python
-
Updated
Mar 5, 2020 - Python
For detailed documentation on numpy.ctypeslib.ndpointer, see numpy reference.
Strictly speaking, this is not a ctypes feature but a numpy feature. However, ctypes apparently handles this pointer type transparently while zugbruecke does not (yet) so support should be added.
-
Updated
Sep 23, 2017 - C
-
Updated
Sep 29, 2019 - Python
-
Updated
Nov 16, 2019 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Sep 21, 2017 - Python
Public API Version 1 will be taken offline on November 30th, 2018. Please modify your application to use Version 2 prior to shutdown.
-
Updated
Oct 17, 2018 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Dec 8, 2017 - Python
-
Updated
Mar 19, 2019 - Python
-
Updated
Apr 21, 2020 - C++
-
Updated
Apr 23, 2019 - Python
Logging
Implement logging throughout the library using a custom logger name
- Debug logging - Output full response from botblock every time
- Error logging - Parse response and log error for each failure from botblock
-
Updated
Nov 20, 2018 - Python
-
Updated
Jan 21, 2018 - C++
-
Updated
Jun 12, 2020 - Python
-
Updated
Oct 28, 2019 - Python
-
Updated
Oct 5, 2018 - Python
-
Updated
Jan 29, 2019 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Nov 2, 2019 - Python
-
Updated
Sep 23, 2019 - Python
-
Updated
Apr 19, 2020 - Python
-
Updated
Jun 28, 2020 - Python
Improve this page
Add a description, image, and links to the python-module topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-module topic, visit your repo's landing page and select "manage topics."


https://github.com/oracle/python-cx_Oracle/blob/master/doc/src/user_guide/sql_execution.rst#fetched-number-precision
Python's
decimal.Decimaldefaults to scientific notation for representing very small float values. Since the docs suggest using Decimal for retaining float precision, I think it makes se