Python hackaton project ideas [HELP]: https://www.reddit.com/r/Python/comments/69s8jo/python_hackaton_project_ideas_help/
reddit
Python hackaton project ideas [HELP] • r/Python
Hi guys, I need some help for python pojects. I have an year of experience with python, as well as I know decent amount of the Django web...
Data Entry from PDF - A quick way to log data contained on pdfs: https://www.reddit.com/r/Python/comments/69sh3a/data_entry_from_pdf_a_quick_way_to_log_data/
reddit
Data Entry from PDF - A quick way to log data contained... • r/Python
Hello Everyone, I am thinking of creating a python program that will make it quicker to enter data from a bunch of PDFs with the same...
I Wrote a Program to Make Skylines from Books: https://www.reddit.com/r/Python/comments/69sjg2/i_wrote_a_program_to_make_skylines_from_books/
reddit
I Wrote a Program to Make Skylines from Books • r/Python
I made a small program that converts the text of a book into a heatmap that I think looks like a dense city skyline; [here's Chiba city made from...
Urllib throwing Error. Need help!: https://www.reddit.com/r/Python/comments/69ssk8/urllib_throwing_error_need_help/
reddit
Urllib throwing Error. Need help! • r/Python
import urllib.request html = urllib.request.urlopen('https://processing.org').read() As soon as I do the second line, this error is...
Can I make this more organized? Otherwise, it is finished: https://www.reddit.com/r/Python/comments/69t3f8/can_i_make_this_more_organized_otherwise_it_is/
reddit
Can I make this more organized? Otherwise, it is finished • r/Python
from random import randint print(" ") print("-------------------------------------------") print(" ") rollA = input("Would...
I need a Python 2.7 backpropagation neural network, but I need a 3.6 version. Any conversion methods, or any good 3.6 NN codes?: https://www.reddit.com/r/Python/comments/69toew/i_need_a_python_27_backpropagation_neural_network/
reddit
I need a Python 2.7 backpropagation neural network, but... • r/Python
So I really need a simple neural network code in 3.6 and have previously built one in 2.7, is there any efficient methods to converting 2.7 code...
Advanced library for matrix operations?: https://www.reddit.com/r/Python/comments/69tb9n/advanced_library_for_matrix_operations/
reddit
Advanced library for matrix operations? • r/Python
I've used numpy and scipy before for various matrix operations, but they don't appear to have what I'm looking for. What I want is something that...
Using Magenta and Tensorflow to generate music in a free Google Cloud instance: https://www.reddit.com/r/Python/comments/69uh16/using_magenta_and_tensorflow_to_generate_music_in/
reddit
Using Magenta and Tensorflow to generate music in a... • r/Python
1 points and 0 comments so far on reddit
Sickest use of a list in Python I've ever seen: https://www.reddit.com/r/Python/comments/69v4fh/sickest_use_of_a_list_in_python_ive_ever_seen/
reddit
Sickest use of a list in Python I've ever seen • r/Python
I was helping someone on r/learnpython and came across this...this...I don't know what this...
Flying with xlwings or what time is the best to visit Houston?: https://www.reddit.com/r/Python/comments/69vxpz/flying_with_xlwings_or_what_time_is_the_best_to/
reddit
Flying with xlwings or what time is the best to visit... • r/Python
2 points and 0 comments so far on reddit
Python: Pass By Value or Pass By Reference? A Tutorial: https://www.reddit.com/r/Python/comments/69w5ui/python_pass_by_value_or_pass_by_reference_a/
reddit
Python: Pass By Value or Pass By Reference? A Tutorial • r/Python
1 points and 1 comments so far on reddit