What's everyone working on this week?: https://www.reddit.com/r/Python/comments/7yw4o6/whats_everyone_working_on_this_week/
  
  reddit
  
  What's everyone working on this week? • r/Python
  Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
  Which is faster, OpenCV or FFmpeg?: https://www.reddit.com/r/Python/comments/7ywene/which_is_faster_opencv_or_ffmpeg/
  
  reddit
  
  Which is faster, OpenCV or FFmpeg? • r/Python
  I am using OpenCV to take a video, convert it into an array of frames, (do editing to the frames), and then convert the frames into a video again....
  Can't add multiple words to search for when replying to comments in PRAW.: https://www.reddit.com/r/Python/comments/7ywoe6/cant_add_multiple_words_to_search_for_when/
  
  reddit
  
  Can't add multiple words to search for when replying to... • r/Python
  [Here] (https://hastebin.com/kefiwefupo.py) is the link to the code I have so far. I'm trying to make a bot that responds when people use...
  python-alpine failing import module installed via setuptools: https://www.reddit.com/r/Python/comments/7ywx2k/pythonalpine_failing_import_module_installed_via/
  
  reddit
  
  python-alpine failing import module installed via... • r/Python
  I have the dockerfile below: FROM python:alpine ENV PORT=5000 ENV APP_DIR=/usr/src ENV FLASK_APP=$APP_DIR/service_name/app.py ...
  What should I learn after learning Python basics??: https://www.reddit.com/r/Python/comments/7ywsb4/what_should_i_learn_after_learning_python_basics/
  
  reddit
  
  What should I learn after learning Python basics?? • r/Python
  Hii! I study in high school and I completed my python basics course by watching YouTube videos and I don't understand what should I learn next or...
  Just Released a New Version of "Microservices with Docker, Flask, and React": https://www.reddit.com/r/Python/comments/7yw3ow/just_released_a_new_version_of_microservices_with/
  
  reddit
  
  Just Released a New Version of "Microservices with... • r/Python
  0 points and 1 comments so far on reddit
  Quickly check large database for edit-distance similarity: https://stackoverflow.com/questions/48819439/quickly-check-large-database-for-edit-distance-similarity
  
  Stackoverflow
  
  Quickly check large database for edit-distance similarity
  I have a database of 350,000 strings with an average length of about 500.
I need to make sure no two of the strings are too similar, where similarity is defined as edit distance divided by avg len...
  I need to make sure no two of the strings are too similar, where similarity is defined as edit distance divided by avg len...
15 desktop applications in PyQt — including Minesweeper, Solitaire and Paint: https://www.reddit.com/r/Python/comments/7yxd34/15_desktop_applications_in_pyqt_including/
  
  reddit
  
  15 desktop applications in PyQt — including Minesweeper, Solitaire...
  Posted in r/Python by u/mfitzp • 61 points and 15 comments
  Basic Statistics in Python with NumPy and Jupyter Notebook: https://www.reddit.com/r/Python/comments/7yxfh0/basic_statistics_in_python_with_numpy_and_jupyter/
  
  reddit
  
  Basic Statistics in Python with NumPy and Jupyter Notebook • r/Python
  4 points and 1 comments so far on reddit
  Generic serialization using msgpack.: https://www.reddit.com/r/Python/comments/7yy3ha/generic_serialization_using_msgpack/
  
  reddit
  
  Generic serialization using msgpack. • r/Python
  Hi! I'm looking for a way to have generic container serialization. I wrote this [piece](http://ix.io/N4H/py) of code to help my point. As you...
  Need to build web app that can handle unstable network connectivity: https://www.reddit.com/r/Python/comments/7yxq9h/need_to_build_web_app_that_can_handle_unstable/
  
  reddit
  
  Need to build web app that can handle unstable network... • r/Python
  Hi all, I am attempting a project where I need users to be able to log hours spent on certain tasks (current handwritten time cards). I want to...
  Personal Utility Functions file: https://www.reddit.com/r/Python/comments/7yxrwt/personal_utility_functions_file/
  
  reddit
  
  Personal Utility Functions file • r/Python
  I was reading through [Norvig's Advent of Code solutions](https://github.com/norvig/pytudes/blob/master/ipynb/Advent%202017.ipynb), before he gets...
  How to get PyTest working in Visual Studio: https://stackoverflow.com/questions/48837554/how-to-get-pytest-working-in-visual-studio
  
  Stack Overflow
  
  How to get PyTest working in Visual Studio
  I want to integrate PyTest with Visual Studio so my tests show up in the Test Explorer. So far I have not found any way to do this while some old posts here suggest that people have done it before....
  Training a RNN to output word2vec instead of logits: https://stackoverflow.com/questions/48843521/training-a-rnn-to-output-word2vec-instead-of-logits
  
  Stackoverflow
  
  Training a RNN to output word2vec instead of logits
  Traditionally it seems that RNNs use logits to predict next time step in the sequence. In my case I need the RNN to output a word2vec (50 dimension) vector prediction. This means that the cost func...
  Python code and its maintenance: https://www.reddit.com/r/Python/comments/7yzp3p/python_code_and_its_maintenance/
  
  reddit
  
  Python code and its maintenance • r/Python
  I come from a Java background and have decided to study Python so I can have more options when implementing solutions. Because of how Python is...
  Assuming everything else is the same, would it be faster to upload multiple files directly or zip them first?: https://www.reddit.com/r/Python/comments/7yzsas/assuming_everything_else_is_the_same_would_it_be/
  
  reddit
  
  Assuming everything else is the same, would it be... • r/Python
  I need to upload a directory of files to a C# API i'm writing. I'm trying to figure out if I should upload all the files directly, or if I should...
  Python Library to convert JSON to Kotlin: https://www.reddit.com/r/Python/comments/7yzgm2/python_library_to_convert_json_to_kotlin/
  
  reddit
  
  Python Library to convert JSON to Kotlin • r/Python
  Hey, I've been looking around, but I haven't been able to find one... Does anyone know if there is an existing library that can convert a bunch of...
  Program running .bat file from windows command line: https://www.reddit.com/r/Python/comments/7yz05c/program_running_bat_file_from_windows_command_line/
  
  reddit
  
  Program running .bat file from windows command line • r/Python
  Hi, I have the below code saved as a .bat file, but when trying to run it via the Windows command line I get an error. I have another .bat file...
  