My code for Tic-Tac-Toe (beginner), compared to my mate that works at google's code.: https://www.reddit.com/r/Python/comments/6qvu38/my_code_for_tictactoe_beginner_compared_to_my/
reddit
My code for Tic-Tac-Toe (beginner), compared to my mate... • r/Python
Thought it would be interesting seeing someone beginner code, vs someone's professional code on the same project. After I sent him my code he...
[Question] Is there a way to make webform/dashboards similar to the way Google Forms works?: https://www.reddit.com/r/Python/comments/6qw122/question_is_there_a_way_to_make_webformdashboards/
reddit
[Question] Is there a way to make webform/dashboards... • r/Python
As a data scientist/analyst, I mostly work with Pycharm and Ipython Notebook. I recently built a program for analyzing ocean temperatures, and the...
Defining a 3d space from scratch: https://www.reddit.com/r/Python/comments/6qvu4f/defining_a_3d_space_from_scratch/
reddit
Defining a 3d space from scratch • r/Python
Would you define it as a tuple or some custom base class? Would you define axis at all ? I am just curious how would someone approach this...
Julia style parsing in Python: make E = m c**2 legal Python code and more: https://www.reddit.com/r/Python/comments/6qvusw/julia_style_parsing_in_python_make_e_m_c2_legal/
reddit
Julia style parsing in Python: make E = m c**2 legal... • r/Python
I plan to write a PEP to have Julia style formulas in Python, like so: - when you write two variables or number literals next to each other...
How to use Python to publish a nice article in a niche website: https://www.reddit.com/r/Python/comments/6qwirv/how_to_use_python_to_publish_a_nice_article_in_a/
reddit
How to use Python to publish a nice article in a niche... • r/Python
0 points and 0 comments so far on reddit
A simple Batch Image Downloader using Python and BeautifulSoup.: https://www.reddit.com/r/Python/comments/6qwlxc/a_simple_batch_image_downloader_using_python_and/
reddit
A simple Batch Image Downloader using Python and... • r/Python
1 points and 0 comments so far on reddit
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