Codecademy's Curriculum Developers are answering questions about the newly released Data Science Path (all Python!) on Product Hunt: https://www.reddit.com/r/Python/comments/971hbo/codecademys_curriculum_developers_are_answering/
  
  reddit
  
  r/Python - Codecademy's Curriculum Developers are answering questions about the newly released Data Science Path (all Python!)…
  1 vote and 0 comments so far on Reddit
  Using Scrapy with Craigslist - Defining Selector Path: https://www.reddit.com/r/Python/comments/9720bd/using_scrapy_with_craigslist_defining_selector/
  
  reddit
  
  r/Python - Using Scrapy with Craigslist - Defining Selector Path
  1 vote and 0 comments so far on Reddit
  created a small program to play streaming audio (shoutcast/icecast protocol): https://www.reddit.com/r/Python/comments/971uuw/created_a_small_program_to_play_streaming_audio/
  
  reddit
  
  created a small program to play streaming audio (shoutcast/icecast...
  Hi, I spent some time looking into the icecast streaming audio protocol to discover how it works (most importantly I wanted to know how it sends...
  Sparse DataArray Xarray search: https://stackoverflow.com/questions/51802054/sparse-dataarray-xarray-search
  
  Stack Overflow
  
  Sparse DataArray Xarray search
  Using DataArray objects in xarray what is the best way to find all cells that have values != 0.
For example in pandas I would do
df.loc[df.col1 > 0]
My specific example I'm trying to look at 3
  For example in pandas I would do
df.loc[df.col1 > 0]
My specific example I'm trying to look at 3
Working with Python virtual environments in Visual Studio Code, and make adjustments in your settings: https://www.reddit.com/r/Python/comments/9734fz/working_with_python_virtual_environments_in/
  
  reddit
  
  Working with Python virtual environments in Visual Studio Code,...
  Posted in r/Python by u/szul • 83 points and 9 comments
  Login via starttls method from smtplib to old e-mail server: https://stackoverflow.com/questions/51778795/login-via-starttls-method-from-smtplib-to-old-e-mail-server
  
  Stack Overflow
  
  Login via starttls method from smtplib to old e-mail server
  I use: Python 2.7.15, OpenSSL 1.1.0h  (27 Mar 2018), MS Exchange 2007.
My MS exchange allows to send login/pass only after STARTTLS.
In python I try to connect to server like:
from stmplib impor...
  My MS exchange allows to send login/pass only after STARTTLS.
In python I try to connect to server like:
from stmplib impor...
How to Improve OCR on image with text in different colors and fonts?: https://stackoverflow.com/questions/51803569/how-to-improve-ocr-on-image-with-text-in-different-colors-and-fonts
  
  Stack Overflow
  
  How to Improve OCR on image with text in different colors and fonts?
  I'm using the Google Vision API to extract the text from some pictures, however, I have been trying to improve the accuracy (confidence) of the results with no luck.
every time I change the image ...
  every time I change the image ...
Understand and build your first artificial neural network from scratch with Python and Numpy: https://www.reddit.com/r/Python/comments/973yih/understand_and_build_your_first_artificial_neural/
  
  reddit
  
  r/Python - Understand and build your first artificial neural network from scratch with Python and Numpy
  65 votes and 3 comments so far on Reddit
  Requesting suggestion regarding python web framework to automate and orchestrate network penetration testing: https://www.reddit.com/r/Python/comments/974t9r/requesting_suggestion_regarding_python_web/
  
  reddit
  
  r/Python - Requesting suggestion regarding python web framework to automate and orchestrate network penetration testing
  1 vote and 0 comments so far on Reddit
  Starting to move over to python3 what are the best new features you've been using?: https://www.reddit.com/r/Python/comments/974ut0/starting_to_move_over_to_python3_what_are_the/
  
  reddit
  
  r/Python - Starting to move over to python3 what are the best new features you've been using?
  1 vote and 0 comments so far on Reddit
  Best GUI library to use in python looking to have a text book that can be filled with multiple lines of text: https://www.reddit.com/r/Python/comments/974v72/best_gui_library_to_use_in_python_looking_to_have/
  
  reddit
  
  r/Python - Best GUI library to use in python looking to have a text book that can be filled with multiple lines of text
  1 vote and 1 comment so far on Reddit
  Getting outer environment arguments from java using graal python: https://stackoverflow.com/questions/51802367/getting-outer-environment-arguments-from-java-using-graal-python
  
  Stack Overflow
  
  Getting outer environment arguments from java using graal python
  I'm running java code using the GraalVM, and trying to use it to execute python, like this:
Context context = Context.create();
Value v = context.getPolyglotBindings();
v.putMember("
  Context context = Context.create();
Value v = context.getPolyglotBindings();
v.putMember("
How to control any device using voice without any cloud connection: https://www.reddit.com/r/Python/comments/975fw9/how_to_control_any_device_using_voice_without_any/
  
  reddit
  
  r/Python - How to control any device using voice without any cloud connection
  1 vote and 0 comments so far on Reddit