Hi, i am new in the python game and tried my luck with a script for generating random sudoku fields. Would love to get some feedback.: https://www.reddit.com/r/Python/comments/7rx7f4/hi_i_am_new_in_the_python_game_and_tried_my_luck/
reddit
Hi, i am new in the python game and tried my luck with... • r/Python
from random import randint error = 0 retries = 0 z = 0 s = 0 a = [] ;b = [] ;c = [] ;d = [] ;e = [] ;f = [] ;g = [] ;h = [] ;i...
Python regular expressions simplified (plus practice exercises)!: https://www.reddit.com/r/Python/comments/7rxfd7/python_regular_expressions_simplified_plus/
reddit
Python regular expressions simplified (plus practice... • r/Python
0 points and 0 comments so far on reddit
I need help with this please: https://www.reddit.com/r/Python/comments/7rxj2q/i_need_help_with_this_please/
reddit
I need help with this please • r/Python
How do I implement a network based python3 program, a sales report server, to let a remote user to submit the sales records of a specific city...
How to convert Pandas dataframe into a binary format?: https://www.reddit.com/r/Python/comments/7rxvmk/how_to_convert_pandas_dataframe_into_a_binary/
reddit
How to convert Pandas dataframe into a binary format? • r/Python
I know how to save it as CSV but I want to save it as binary. How can I possibly do it?
A minimalistic framework inspired on graphql for building JSON APIs.: https://www.reddit.com/r/Python/comments/7ryfbc/a_minimalistic_framework_inspired_on_graphql_for/
reddit
A minimalistic framework inspired on graphql for... • r/Python
1 points and 1 comments so far on reddit
Finding a prime number whose binary representation is a giraffe (or a T-Rex): https://www.reddit.com/r/Python/comments/7ry5il/finding_a_prime_number_whose_binary/
reddit
Finding a prime number whose binary representation is a... • r/Python
4 points and 0 comments so far on reddit
OpenCV/cv2: Removing horizontal underlines: https://stackoverflow.com/questions/48327567/opencv-cv2-removing-horizontal-underlines
Stackoverflow
OpenCV/cv2: Removing horizontal underlines
I am attempting to pull text from a few hundred JPGs that contain information on capital punishment records; the JPGs are hosted by the Texas Department of Criminal Justice (TDCJ). Below is an exa...
django S3 - trim imagefield filename but not the url path: https://stackoverflow.com/questions/48314365/django-s3-trim-imagefield-filename-but-not-the-url-path
Stackoverflow
django S3 - trim imagefield filename but not the url path
this is a followup to my question here: ImageField / FileField Django form Currently unable to trim the path to filename
In my Django app, there is an imagefield uploaded to S3
After trim the imag...
In my Django app, there is an imagefield uploaded to S3
After trim the imag...
If a value is true how can I store the results into a new list?: https://www.reddit.com/r/Python/comments/7rzo7m/if_a_value_is_true_how_can_i_store_the_results/
reddit
If a value is true how can I store the results into a... • r/Python
When using an IF statement I want to store the values if true into a new list. import numpy as np x = np.arange(1,11) print(x) for i in x: ...
The AnPyLar Playground: test python client-side development online: https://www.reddit.com/r/Python/comments/7s05w6/the_anpylar_playground_test_python_clientside/
reddit
The AnPyLar Playground: test python client-side... • r/Python
Following the launch of AnPyLar and with the provided feedback , a *Playground* has been created with several self-contained samples playing with...
Recursive Graphics, Bilinear Interpolation and Image Transformation in Python: https://www.reddit.com/r/Python/comments/7s0g22/recursive_graphics_bilinear_interpolation_and/
reddit
Recursive Graphics, Bilinear Interpolation and Image... • r/Python
2 points and 0 comments so far on reddit
py to exe, an online converter I created for the community: https://www.reddit.com/r/Python/comments/7s09an/py_to_exe_an_online_converter_i_created_for_the/
reddit
py to exe, an online converter I created for the community • r/Python
Hi! I created the website because I thought that it was a real pain to convert a .py file into a .exe file. It shouldn't be that hard. Anyways,...
Getting index of currently executing input in python multiprocessing: https://stackoverflow.com/questions/48217449/getting-index-of-currently-executing-input-in-python-multiprocessing
Stack Overflow
Getting index of currently executing input in python multiprocessing
from multiprocessing import Pool
with Pool(processes=5) as p:
p.starmap(name_of_function, all_inputs)
I have a piece of code like above that executes a function in parallel. Assuming t...
with Pool(processes=5) as p:
p.starmap(name_of_function, all_inputs)
I have a piece of code like above that executes a function in parallel. Assuming t...
The Oxford Online Interscholastic Coding Challenge (Python): Register Now!: https://www.reddit.com/r/Python/comments/7s0wmt/the_oxford_online_interscholastic_coding/
reddit
The Oxford Online Interscholastic Coding Challenge... • r/Python
1 points and 0 comments so far on reddit
Fast and Accurate Face Tracking in Live Video with Python: https://www.reddit.com/r/Python/comments/7s1v6v/fast_and_accurate_face_tracking_in_live_video/
reddit
Fast and Accurate Face Tracking in Live Video with Python • r/Python
4 points and 0 comments so far on reddit
I know how to code, but what about logic?: https://www.reddit.com/r/Python/comments/7s27hy/i_know_how_to_code_but_what_about_logic/
reddit
I know how to code, but what about logic? • r/Python
So Ive been programming in python last few years for simple sys admin things and automating. About a month ago, I did a code assessment for a job...