pandas read sql db2 corrupts decimal: https://stackoverflow.com/questions/49976315/pandas-read-sql-db2-corrupts-decimal
Stack Overflow
pandas read sql db2 corrupts decimal
I am trying to read a datatable from using db2. It seems, however, that decimals are simply ignored and floats are somehow multiplied by 100. For instance 100.50 becomes 10050.0 when read into a pa...
Variable changes to None instead of given value: https://www.reddit.com/r/Python/comments/8f66lo/variable_changes_to_none_instead_of_given_value/
reddit
Variable changes to None instead of given value • r/Python
I'm trying to code a Tic Tac Toe game but this function def updateSymbols(keys, cursorPos, turn): if keys[K_SPACE] and...
Smoothing without filling missing values with zeros: https://stackoverflow.com/questions/50009141/smoothing-without-filling-missing-values-with-zeros
Stackoverflow
Smoothing without filling missing values with zeros
I'd like to smooth a map that doesn't cover the full sky. This map is not Gaussian nor has it mean zero, so the default behavior of healpy in which it fills missing values with 0 leads to a bias to...
Database query with cx_Oracle is way slow compared to Perl DBI: https://www.reddit.com/r/Python/comments/8f7i3q/database_query_with_cx_oracle_is_way_slow/
reddit
Database query with cx_Oracle is way slow compared to... • r/Python
I have the same query I'm running in Perl and Python 3.5 with cx_Oracle 6.2 (on RHEL7). The query in Perl runs in about 10 seconds. That...
Checking your snail mail with Python/Docker and Slack!: https://www.reddit.com/r/Python/comments/8f7pw3/checking_your_snail_mail_with_pythondocker_and/
reddit
Checking your snail mail with Python/Docker and Slack! • r/Python
2 points and 0 comments so far on reddit
A Python implementation of Ecoji (base1024 using emojis): https://www.reddit.com/r/Python/comments/8f89mv/a_python_implementation_of_ecoji_base1024_using/
reddit
r/Python - A Python implementation of Ecoji (base1024 using emojis)
1 votes and 0 so far on reddit
Creating a bot for Facebook news feed: https://www.reddit.com/r/Python/comments/8f8qg5/creating_a_bot_for_facebook_news_feed/
reddit
Creating a bot for Facebook news feed • r/Python
Not sure if this is the right place to post, but I'm just wondering if it's possible to create a bot for my Facebook news feed. I know you can...
Generating test data - how to generate a valid address for a given US zipcode?: https://stackoverflow.com/questions/49638992/generating-test-data-how-to-generate-a-valid-address-for-a-given-us-zipcode
Stack Overflow
Generating test data - how to generate a valid address for a given US zipcode?
I am creating a tool which depends on addresses. For the purposes of testing, I'd like to create a large number of valid US addresses. I have the GeoNames postal code data and I would like to gener...
Looking for some intermediate-advanced projects to learn from with very good documentation.: https://www.reddit.com/r/Python/comments/8f995w/looking_for_some_intermediateadvanced_projects_to/
reddit
Looking for some intermediate-advanced projects to... • r/Python
Hello, I am looking for open source projects like the [calibre e-book reader](https://github.com/kovidgoyal/calibre) It has some advice on how to...
Do you use a class or just write functions in interviews?: https://www.reddit.com/r/Python/comments/8f9fn7/do_you_use_a_class_or_just_write_functions_in/
reddit
r/Python - Do you use a class or just write functions in interviews?
1 votes and 0 so far on reddit
Installing my own shared library in a conda environment: https://www.reddit.com/r/Python/comments/8f9p2j/installing_my_own_shared_library_in_a_conda/
reddit
r/Python - Installing my own shared library in a conda environment
1 votes and 0 so far on reddit
Swift/Python Interoperability: Use Python libs in Swift: https://www.reddit.com/r/Python/comments/8f9iyq/swiftpython_interoperability_use_python_libs_in/
reddit
Swift/Python Interoperability: Use Python libs in Swift • r/Python
2 points and 0 comments so far on reddit
How you can reuse your code using classes.: https://www.reddit.com/r/Python/comments/8fadh3/how_you_can_reuse_your_code_using_classes/
reddit
How you can reuse your code using classes. • r/Python
As we know that python is an Object Oriented high level programming language. Just like Java Script and another programming languages python gives...
How can I use Python to automate mass-printing in my office?: https://www.reddit.com/r/Python/comments/8fa955/how_can_i_use_python_to_automate_massprinting_in/
reddit
How can I use Python to automate mass-printing in my... • r/Python
Hi all! Like many of you, I have an office job with a lot of repetitive daily tasks. I work for a travel company, and I've recently been put in...