Looking for feedback, testing, and contributors for a security project: https://www.reddit.com/r/Python/comments/6qwqqj/looking_for_feedback_testing_and_contributors_for/
reddit
Looking for feedback, testing, and contributors for a... • r/Python
[cvechk](https://github.com/evitalis/cvechk) I wrote this awhile back and popularity is growing. But I noticed some results may not be accurate...
Converting .npz files into .png images: https://www.reddit.com/r/Python/comments/6qwsd8/converting_npz_files_into_png_images/
reddit
Converting .npz files into .png images • r/Python
I am having trouble converting some compressed numpy arrays into png images(which I am planning to convert for use with tensorflow). I have tried...
Lightbus – Proposal for a new Python message bus and task queue: https://www.reddit.com/r/Python/comments/6qwg9p/lightbus_proposal_for_a_new_python_message_bus/
reddit
Lightbus – Proposal for a new Python message bus and... • r/Python
2 points and 1 comments so far on reddit
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/6qwgu1/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Started learning Python a few days ago. Just made my first app!: https://www.reddit.com/r/Python/comments/6qwtz7/started_learning_python_a_few_days_ago_just_made/
reddit
Started learning Python a few days ago. Just made my... • r/Python
Hey everyone. So I decided less then a ago to learn Python. This is by no means the most complex app ever, but I've been wanting to make something...
Which platform for scalable python app?: https://www.reddit.com/r/Python/comments/6qx2c3/which_platform_for_scalable_python_app/
reddit
Which platform for scalable python app? • r/Python
Hi! I have a python algorithm which I think could be useful / interesting for many people or projets. I want to make a scalable web interface /...
How to use iForest, part of Scikit-Learn?: https://www.reddit.com/r/Python/comments/6qx8wy/how_to_use_iforest_part_of_scikitlearn/
reddit
How to use iForest, part of Scikit-Learn? • r/Python
I am a paid intern that knows several programming languages, none of which are Python. I don't know why my boss hired me; I think he just saw that...
Figure fails to render when trying to graph serial data in real time - Matplotlib: https://www.reddit.com/r/Python/comments/6qxk7t/figure_fails_to_render_when_trying_to_graph/
reddit
Figure fails to render when trying to graph serial data... • r/Python
I am having an issue with getting a matplotlib figure to show when the script is run by double clicking the .py file. If I run the script from the...
How do I pull data from this json sourcein Python? (datetime prices): https://stackoverflow.com/questions/45353350/how-do-i-pull-data-from-this-json-sourcein-python-datetime-prices
Stackoverflow
How do I pull data from this json sourcein Python? (datetime + prices)
I have this json data coming in via the a trading platform:
{u'prices': bid ask \
Open High Low
{u'prices': bid ask \
Open High Low
How do you decompile a .pyc file to a .py file?: https://www.reddit.com/r/Python/comments/6qxzd6/how_do_you_decompile_a_pyc_file_to_a_py_file/
reddit
How do you decompile a .pyc file to a .py file? • r/Python
I have this one file that I need to edit, but it's a .pyc file, so it's not letting me edit the code. How do I fix this?
FREE : The Complete Python Developer Course (9 hours, 08-01-2017): https://www.reddit.com/r/Python/comments/6qy11n/free_the_complete_python_developer_course_9_hours/
reddit
FREE : The Complete Python Developer Course (9 hours,... • r/Python
1 points and 0 comments so far on reddit
non-square c-order matrices in cuBLAS (numba): https://stackoverflow.com/questions/45307686/non-square-c-order-matrices-in-cublas-numba
Stackoverflow
non-square C-order matrices in cuBLAS ( numba )
I'm trying to use the cuBLAS functions in Anaconda's Numba package and having an issue. I need the input matrices to be in C-order. The output can be in Fortran order.
I can run the example script
I can run the example script
Is Flask Documentation enough?: https://www.reddit.com/r/Python/comments/6qyc4o/is_flask_documentation_enough/
reddit
Is Flask Documentation enough? • r/Python
Hi there, whenever someone asks about resources to learn Flask, Miguel Grinberg's flask tutorials are recommended. So, I was following Miguel's...
Best way to learn python 3.6 ?: https://www.reddit.com/r/Python/comments/6qyiel/best_way_to_learn_python_36/
reddit
Best way to learn python 3.6 ? • r/Python
Ive been learning python through codecademy, but I'm really frustrated as the things ive learnt are for python 2.7!. What are similar sites for...
I made a simple Rock, Paper, Scissors, Lizard, Spock game: https://www.reddit.com/r/Python/comments/6qytqs/i_made_a_simple_rock_paper_scissors_lizard_spock/
reddit
I made a simple Rock, Paper, Scissors, Lizard, Spock game • r/Python
import random import numpy options = ['Rock', 'Paper', 'Scissors', 'Lizard', 'Spock'] opponent_action = random.randint(0,4) ...
[HELP] Variable being wiped out: https://www.reddit.com/r/Python/comments/6qytr2/help_variable_being_wiped_out/
reddit
[HELP] Variable being wiped out • r/Python
I wrote the following code, and I can't understand why after running the shuffle method that the cards variable gets completely wiped out. Can...
Hyperparameter Optimization - The Math of Intelligence #7: https://www.reddit.com/r/Python/comments/6qyvxx/hyperparameter_optimization_the_math_of/
reddit
Hyperparameter Optimization - The Math of Intelligence #7 • r/Python
1 points and 0 comments so far on reddit