Unsure which direction to take for my next project! Thoughts? [AI vs Blockchain]: https://www.reddit.com/r/Python/comments/87180b/unsure_which_direction_to_take_for_my_next/
reddit
Unsure which direction to take for my next project!... • r/Python
Hey r/python, I definitely wouldn't consider myself an expert pythonista, but I'm also not a beginner anymore either. I'd say I'm in that awkward...
Some notes about book "Effective Python": https://www.reddit.com/r/Python/comments/871x0d/some_notes_about_book_effective_python/
reddit
Some notes about book "Effective Python" • r/Python
I'm recently reading Effective Python and have written notes for some notable parts. Hope these may help :) [part...
Been learning thermodynamics. Thought I'd have a go at simulating entropy, was pretty fun so thought I'd share.: https://www.reddit.com/r/Python/comments/871sq9/been_learning_thermodynamics_thought_id_have_a_go/
reddit
Been learning thermodynamics. Thought I'd have a go at... • r/Python
24 points and 3 comments so far on reddit
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...