I made a dice roller in python. It isn’t much, but it was fun to make :): https://www.reddit.com/r/Python/comments/9tckvc/i_made_a_dice_roller_in_python_it_isnt_much_but/
reddit
r/Python - I made a dice roller in python. It isn’t much, but it was fun to make :)
38 votes and 9 comments so far on Reddit
Stumbled upon this from elsewhere (bestof/relationships) Python/Pandas data to determine cheating patterns in texts by u/old_gold_mountain: https://www.reddit.com/r/Python/comments/9tdc1e/stumbled_upon_this_from_elsewhere/
reddit
Stumbled upon this from elsewhere... • r/Python
[https://np.reddit.com/r/relationship\_advice/comments/9sl5wd/i\_37m\_just\_inadvertantly\_stumbled\_upon\_some/e8qogmq/](https://np.reddit.com/r/r...
Why Jupyter is data scientists’ computational notebook of choice: https://www.reddit.com/r/Python/comments/9tdo6g/why_jupyter_is_data_scientists_computational/
reddit
Why Jupyter is data scientists’ computational notebook... • r/Python
1 points and 0 comments so far on reddit
Extracting similar files from multiple sub folders: https://www.reddit.com/r/Python/comments/9teeie/extracting_similar_files_from_multiple_sub_folders/
reddit
r/Python - Extracting similar files from multiple sub folders
1 vote and 0 comments so far on Reddit
I made a script that returns True if it's gonna rain at the specified co-ordinates within two hours. Feel free to play around with it!: https://www.reddit.com/r/Python/comments/9tffq1/i_made_a_script_that_returns_true_if_its_gonna/
reddit
r/Python - I made a script that returns True if it's gonna rain at the specified co-ordinates within two hours. Feel free to play…
12 votes and 2 comments so far on Reddit
How I can run a pygame program ?: https://www.reddit.com/r/Python/comments/9tghnn/how_i_can_run_a_pygame_program/
reddit
How I can run a pygame program ? • r/Python
Recently I've been working on school project that I have made in pygame, and everything has been going great! The only problem is, I will have to...
How I can run a pygame program [on a random computer]?: https://www.reddit.com/r/Python/comments/9tgmve/how_i_can_run_a_pygame_program_on_a_random/
reddit
How I can run a pygame program [on a random computer]? • r/Python
Recently I've been working on school project that I have made in pygame, and everything has been going great! The only problem is, I will have to...
I am trying to learn python but I am getting so LOST: https://www.reddit.com/r/Python/comments/9tgqcb/i_am_trying_to_learn_python_but_i_am_getting_so/
reddit
I am trying to learn python but I am getting so LOST • r/Python
I am trying to learn python to automate work that I will be doing as an intern in the accounting field. Most of the jobs will be inputting data...
Accessing neighboring cells for numpy array: https://stackoverflow.com/questions/52981880/accessing-neighboring-cells-for-numpy-array
Stack Overflow
Accessing neighboring cells for numpy array
How can I access and modify the surrounding 8 cells for a 2D numpy array in an efficient manner?
I have a 2D numpy array like this:
arr = np.random.rand(720, 1440)
For each grid cell, I want to ...
I have a 2D numpy array like this:
arr = np.random.rand(720, 1440)
For each grid cell, I want to ...
Handling multiple input values for single html form in django: https://stackoverflow.com/questions/53051664/handling-multiple-input-values-for-single-html-form-in-django
Stack Overflow
Handling multiple input values for single html form in django
I have a html form with 3 inputs and steps buttons.
1st step user must put first name and press button 1
2nd step user must put last name and press button 2
3rd step user must put email and press ...
1st step user must put first name and press button 1
2nd step user must put last name and press button 2
3rd step user must put email and press ...
I made a small program which uses a quantum computer api to randomize music using python: https://www.reddit.com/r/Python/comments/9tgwpa/i_made_a_small_program_which_uses_a_quantum/
reddit
r/Python - I made a small program which uses a quantum computer api to randomize music using python
2 votes and 0 comments so far on Reddit
Tetracube - NES Tetris clone made using Pygame: https://www.reddit.com/r/Python/comments/9th8sl/tetracube_nes_tetris_clone_made_using_pygame/
reddit
r/Python - Tetracube - NES Tetris clone made using Pygame
1 vote and 0 comments so far on Reddit
Error printing variables while debugging Cython: https://stackoverflow.com/questions/52655757/error-printing-variables-while-debugging-cython
Stack Overflow
Error printing variables while debugging Cython
I'm trying to debug some Cython code with gdb that is wrapping C++ code to be called from Python. I followed the instructions in the documentation but I'm getting some errors while debugging that are