What are the best GitHub repositories that anyone can contribute to?: https://www.reddit.com/r/Python/comments/75oq5k/what_are_the_best_github_repositories_that_anyone/
reddit
What are the best GitHub repositories that anyone can contribute to?
I'd like to take part in DigitalOcean + GitHub's Hacktoberfest this year, but I've never really contributed to any open source projects before and...
Finding duplicates matching particular conditions in python: https://www.reddit.com/r/Python/comments/75p6gs/finding_duplicates_matching_particular_conditions/
reddit
Finding duplicates matching particular conditions in python • r/Python
Below is the sample data I'm working on. Data is stored in sql server table Table employee sender ids salman 1345 1231 4216 ...
How I used Python to find interesting people on Medium: https://www.reddit.com/r/Python/comments/75p8gj/how_i_used_python_to_find_interesting_people_on/
reddit
How I used Python to find interesting people on Medium • r/Python
2 points and 0 comments so far on reddit
Is there a way to identify similar images??: https://www.reddit.com/r/Python/comments/75phai/is_there_a_way_to_identify_similar_images/
reddit
Is there a way to identify similar images?? • r/Python
Im using open cv to train a face detector and have extracted images of faces using some vifeos of my friends. I used the default classifier of...
Strange execution patterns with subprocess.Popen: https://stackoverflow.com/questions/46647608/strange-execution-patterns-with-subprocess-popen
Stackoverflow
Strange execution patterns with subprocess.Popen
I have a Python script wherein a JAR is called. After the JAR is called, two shell scripts are called. Initially I was doing this:
proc = subprocess.Popen(jar_command, stdout=subprocess.PIPE, stderr=
proc = subprocess.Popen(jar_command, stdout=subprocess.PIPE, stderr=
Train and deploy Computer Vision models in TensorFlow easily: https://www.reddit.com/r/Python/comments/75ptg7/train_and_deploy_computer_vision_models_in/
reddit
Train and deploy Computer Vision models in TensorFlow... • r/Python
1 points and 0 comments so far on reddit
Python Regular Expressions -part #17 - Look arounds with Variable Width Asser...: https://www.reddit.com/r/Python/comments/75pv9e/python_regular_expressions_part_17_look_arounds/
reddit
Python Regular Expressions -part #17 - Look arounds... • r/Python
1 points and 0 comments so far on reddit
Normalizing multiple sound files with pydub: https://www.reddit.com/r/Python/comments/75ptkw/normalizing_multiple_sound_files_with_pydub/
reddit
Normalizing multiple sound files with pydub • r/Python
I am trying to normalize multiple sound files with pydub and I'm using the following code to do this on a single audio file: from pydub...
[Newb]How do I switch the placement of which folder will run ipython in visual studio?: https://www.reddit.com/r/Python/comments/75q4e3/newbhow_do_i_switch_the_placement_of_which_folder/
reddit
[Newb]How do I switch the placement of which folder... • r/Python
I have anaconda3 installed, and currently I go to the scripts folder in it, and type in ipython, and get a promt that it "The command ipython was...
Some fairly basic list manipulation: https://www.reddit.com/r/Python/comments/75q75x/some_fairly_basic_list_manipulation/
reddit
Some fairly basic list manipulation • r/Python
Hello everyone! I'm new to python, and am currently stuck on a small problem and was wondering if there was anyone out there who could help...
[Help] how to populate numpy matrix: https://www.reddit.com/r/Python/comments/75qlwh/help_how_to_populate_numpy_matrix/
reddit
[Help] how to populate numpy matrix • r/Python
I'm trying to create a 3×3 matrix and I want to populate the matrix randomly with zeros and ones. How do I do this using numpy? Thank you
Implementing beanstalk to create a scaleable web scraper: https://www.reddit.com/r/Python/comments/75qrth/implementing_beanstalk_to_create_a_scaleable_web/
reddit
Implementing beanstalk to create a scaleable web scraper • r/Python
1 points and 0 comments so far on reddit
New MongoDB and Python course just launched (free): https://www.reddit.com/r/Python/comments/75qrkh/new_mongodb_and_python_course_just_launched_free/
reddit
New MongoDB and Python course just launched (free) • r/Python
16 points and 13 comments so far on reddit
Testing Numerical/Scientific Code: https://www.reddit.com/r/Python/comments/75qwx3/testing_numericalscientific_code/
reddit
Testing Numerical/Scientific Code • r/Python
I've been writing scientific code for a number of years now in Matlab, but without automated testing and limited manual testing (because it's not...
Having trouble with 'Hands-On Machine Learning with Scikit-Learn and TensorFlow': https://www.reddit.com/r/Python/comments/75r0bw/having_trouble_with_handson_machine_learning_with/
reddit
Having trouble with 'Hands-On Machine Learning with... • r/Python
hey guys I've decided to give machine learning a shot and am already having trouble with example code. i typed in: import matplotlib import...