I released my first "real" package. It's nothing special but I would love to know what you think.: https://www.reddit.com/r/Python/comments/872rdy/i_released_my_first_real_package_its_nothing/
reddit
I released my first "real" package. It's nothing... • r/Python
1 points and 1 comments so far on reddit
Python popularity: why and how PYTHON is growing Like Elephant - Online Interview Questions: https://www.reddit.com/r/Python/comments/872sxj/python_popularity_why_and_how_python_is_growing/
reddit
Python popularity: why and how PYTHON is growing Like... • r/Python
1 points and 0 comments so far on reddit
[Windows] Screen capture a full-screen app?: https://www.reddit.com/r/Python/comments/872juo/windows_screen_capture_a_fullscreen_app/
reddit
[Windows] Screen capture a full-screen app? • r/Python
Windows makes it hard to screenshot fullscreen applications... using mss, pyscreenshot, PIL, and just ctrl-printscreen all I get is a solid black...
My new Windows application, Device Checker: https://www.reddit.com/r/Python/comments/8738kf/my_new_windows_application_device_checker/
reddit
My new Windows application, Device Checker • r/Python
I just released my new Windows application, Device Checker. It runs several wmic commands to collect data about the system. The next time data...
Memory error when using Keras ImageDataGenerator: https://stackoverflow.com/questions/49458905/memory-error-when-using-keras-imagedatagenerator
Stack Overflow
Memory error when using Keras ImageDataGenerator
I am attempting to predict features in imagery using keras with a TensorFlow backend. Specifically, I am attempting to use a keras ImageDataGenerator. The model is set to run for 4 epochs and runs ...
Save jaw only as image with dlib facial landmark detection and the rest to be transparent: https://stackoverflow.com/questions/49163935/save-jaw-only-as-image-with-dlib-facial-landmark-detection-and-the-rest-to-be-tr
Stack Overflow
Save jaw only as image with dlib facial landmark detection and the rest to be transparent
I already have a facial landmark detector and can already save the image using opencv and dlib with the code below:
# import the necessary packages
from imutils import face_utils
import numpy as np
# import the necessary packages
from imutils import face_utils
import numpy as np
I used Python when Soundiiz failed to fully migrate my Spotify library: https://www.reddit.com/r/Python/comments/87515y/i_used_python_when_soundiiz_failed_to_fully/
reddit
I used Python when Soundiiz failed to fully migrate my... • r/Python
1 points and 1 comments so far on reddit
How to get my first job as a developer?: https://www.reddit.com/r/Python/comments/875lce/how_to_get_my_first_job_as_a_developer/
reddit
How to get my first job as a developer? • r/Python
I currently work as a devops engineer and have been doing so for a few years now (I was a Linux sysadmin before that). Part of my job involves...
UPDATE: My GeoDjango REST service is coming along, there is a demo with code samples, and each available service has it's own help page.: https://www.reddit.com/r/Python/comments/875jxm/update_my_geodjango_rest_service_is_coming_along/
reddit
UPDATE: My GeoDjango REST service is coming along,... • r/Python
2 points and 0 comments so far on reddit
Is there Juno Atom equivalent for Python?: https://www.reddit.com/r/Python/comments/876b57/is_there_junoatom_equivalent_for_python/
reddit
Is there Juno+Atom equivalent for Python? • r/Python
Is there anything for atom that is comparable to Julia's [Juno](http://junolab.org/) for doing data science in Python? I looked at Hydrogen but it...
Expresol: a library for executing customizable script-languages in python: https://www.reddit.com/r/Python/comments/876q2m/expresol_a_library_for_executing_customizable/
reddit
Expresol: a library for executing customizable... • r/Python
1 points and 0 comments so far on reddit
Sanic: python web server that's written to die fast: https://www.reddit.com/r/Python/comments/876msl/sanic_python_web_server_thats_written_to_die_fast/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
How to reflect an oracle database with BINARY_DOUBLE type columns: https://stackoverflow.com/questions/49450396/how-to-reflect-an-oracle-database-with-binary-double-type-columns
Stackoverflow
How to reflect an oracle database with BINARY_DOUBLE type columns
I tried to reflect an existing oracle database into sqlalchemy metadata:
from sqlalchemy import create_engine
from sqlalchemy import MetaData
from sqlalchemy import Table
db_uri = 'oracle://USER:...
from sqlalchemy import create_engine
from sqlalchemy import MetaData
from sqlalchemy import Table
db_uri = 'oracle://USER:...