Today I Built a Neural Network During My Lunch Break with Keras: https://www.reddit.com/r/Python/comments/7j1pkw/today_i_built_a_neural_network_during_my_lunch/
reddit
Today I Built a Neural Network During My Lunch Break... • r/Python
32 points and 3 comments so far on reddit
Flaws in most popular programming languages could expose to hack any secure application built on top of them: https://www.reddit.com/r/Python/comments/7j21wg/flaws_in_most_popular_programming_languages_could/
reddit
Flaws in most popular programming languages could... • r/Python
1 points and 0 comments so far on reddit
SimpleFilter - Module for creating kernels and convolutional layers (ML): https://www.reddit.com/r/Python/comments/7j241k/simplefilter_module_for_creating_kernels_and/
reddit
SimpleFilter - Module for creating kernels and... • r/Python
1 points and 0 comments so far on reddit
My request-handling wrapper smells: any suggestions for best practices?: https://www.reddit.com/r/Python/comments/7j2h10/my_requesthandling_wrapper_smells_any_suggestions/
reddit
My request-handling wrapper smells: any suggestions for... • r/Python
I'm working on a simple wrapper for `requests.get` that does basic error handling. Right now, if there are no errors, it just returns the...
[TKINTER] [PRAW] Getting my bots output to stream on tkinter?: https://www.reddit.com/r/Python/comments/7j2lyp/tkinter_praw_getting_my_bots_output_to_stream_on/
reddit
[TKINTER] [PRAW] Getting my bots output to stream on... • r/Python
Hey I've looked around alot online and I haven't been able to find any examples. I also haven't gotten any traction on any of the bot or...
Generate Jupyter notebooks from text-based source files: https://www.reddit.com/r/Python/comments/7j2n0e/generate_jupyter_notebooks_from_textbased_source/
reddit
Generate Jupyter notebooks from text-based source files • r/Python
1 points and 0 comments so far on reddit
Building a Simple Web App with Bottle, SQLAlchemy, and the Twitter API: https://www.reddit.com/r/Python/comments/7j2eev/building_a_simple_web_app_with_bottle_sqlalchemy/
reddit
Building a Simple Web App with Bottle, SQLAlchemy, and... • r/Python
4 points and 0 comments so far on reddit
I’m learning how to code game Snake using python on my computer but I want to “export” it and install it on someone else’s computer. How can I do that?: https://www.reddit.com/r/Python/comments/7j2tck/im_learning_how_to_code_game_snake_using_python/
reddit
I’m learning how to code game Snake using python on my... • r/Python
1 points and 1 comments so far on reddit
Replace For Loop with Numpy Vectorized Operation: https://stackoverflow.com/questions/43108329/replace-for-loop-with-numpy-vectorized-operation
Stackoverflow
Replace For Loop with Numpy Vectorized Operation
In the code below, I have a simple for-loop that I'd like to replace with, hopefully, a faster vectorized numpy operation.
import numpy as np
b = np.array([9,8100,-60,7], dtype=np.float64)
a = np...
import numpy as np
b = np.array([9,8100,-60,7], dtype=np.float64)
a = np...
How to make use of POST request in the right way?: https://stackoverflow.com/questions/47725804/how-to-make-use-of-post-request-in-the-right-way
Stackoverflow
How to make use of POST request in the right way?
I've written some code to grab data from a webpage. The site has got dropdown options to choose preferable items. So, firstly i made a GET request to form the url and then a POST request. I've mana...
Cassandra performance in Python: Avoid namedtuple: https://www.reddit.com/r/Python/comments/7j3mnr/cassandra_performance_in_python_avoid_namedtuple/
reddit
Cassandra performance in Python: Avoid namedtuple • r/Python
14 points and 1 comments so far on reddit
Are there any better SOAP clients apart from suds-jurko 0.6 ?: https://www.reddit.com/r/Python/comments/7j3mk5/are_there_any_better_soap_clients_apart_from/
reddit
Are there any better SOAP clients apart from suds-jurko... • r/Python
Yes, I still have to maintain SOAP client based apps and the provider doesn't have REST [& wont move to REST]. Are there any better client apart...
Speed up with eager loading in SQLAlchemy – Spring Engineering: https://www.reddit.com/r/Python/comments/7j45r5/speed_up_with_eager_loading_in_sqlalchemy_spring/
reddit
Speed up with eager loading in SQLAlchemy – Spring... • r/Python
1 points and 0 comments so far on reddit
dumb beginner Q: how can I edit previous lines without having to type all the lines again?: https://www.reddit.com/r/Python/comments/7j48d8/dumb_beginner_q_how_can_i_edit_previous_lines/
reddit
dumb beginner Q: how can I edit previous lines without... • r/Python
Im a complete noob to programmng. And Im learning by doing simple practices. Like "build a function that translates kms to miles". However,...
6 essential Python libraries for Python programming: https://www.reddit.com/r/Python/comments/7j4me3/6_essential_python_libraries_for_python/
reddit
6 essential Python libraries for Python programming • r/Python
1 points and 0 comments so far on reddit