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...
Neural Photo Enhance... just like in the criminal series on TV!: https://www.reddit.com/r/Python/comments/8faawl/neural_photo_enhance_just_like_in_the_criminal/
reddit
Neural Photo Enhance... just like in the criminal... • r/Python
1 points and 0 comments so far on reddit
Web Notification push throws 400 from python on Chrome: https://stackoverflow.com/questions/49995704/web-notification-push-throws-400-from-python-on-chrome
Stackoverflow
Web Notification push throws 400 from python on Chrome
I am using pywebpush 1.4.0 library to push Web Notifications from Django backend. The keys that I'm using were obtained from https://web-push-codelab.glitch.me/. Subscription seems to working fine.
Comparing the new Pythran to Cython, and implementations in Scipy, Numpy, "vanilla" Python, and Fortran (f2py): https://www.reddit.com/r/Python/comments/8favsw/comparing_the_new_pythran_to_cython_and/
reddit
Comparing the new Pythran to Cython, and... • r/Python
1 points and 1 comments so far on reddit
Can I effect a 3d objects UV's with python, but without the 3d software?: https://www.reddit.com/r/Python/comments/8fbjdw/can_i_effect_a_3d_objects_uvs_with_python_but/
reddit
Can I effect a 3d objects UV's with python, but without... • r/Python
Hi guys, Python can be used natively in Blender and Autodesk Maya, but I'd like to affect the objects UV's in a standalone app. - a) Is that...