Python Challenge — Can You Find The Simple Bug in 5 Minutes or Less: https://www.reddit.com/r/Python/comments/63zcox/python_challenge_can_you_find_the_simple_bug_in_5/
reddit
Python Challenge — Can You Find The Simple Bug in 5... • r/Python
1 points and 4 comments so far on reddit
A stupidly inefficient hybrid sorting algorithm in 150 lines of Python: https://www.reddit.com/r/Python/comments/63zh33/a_stupidly_inefficient_hybrid_sorting_algorithm/
reddit
A stupidly inefficient hybrid sorting algorithm in 150... • r/Python
2 points and 0 comments so far on reddit
My latest project, a RESTful API that checks the latest version of your favourite open source project: https://www.reddit.com/r/Python/comments/63za8m/my_latest_project_a_restful_api_that_checks_the/
reddit
My latest project, a RESTful API that checks the latest... • r/Python
I sorry if this is not a correct place for this, but I would love to get some feedback for a project that I've been working on for some time now -...
Environment Management with Conda (Python 2 and 3 in IPython Notebook): https://www.reddit.com/r/Python/comments/63zm1g/environment_management_with_conda_python_2_and_3/
reddit
Environment Management with Conda (Python 2 and 3 in... • r/Python
Wrote a little guide for classmates on environment management with conda and figured I would share in case anyone found it useful...
ApiStar, a new Web API framework by Tom Christie (Django REST Framework): https://www.reddit.com/r/Python/comments/63zm9i/apistar_a_new_web_api_framework_by_tom_christie/
reddit
ApiStar, a new Web API framework by Tom Christie... • r/Python
147 points and 33 comments so far on reddit
Python Dev wanted to build "GitHub for Hardware": https://www.reddit.com/r/Python/comments/63zu9t/python_dev_wanted_to_build_github_for_hardware/
reddit
Python Dev wanted to build "GitHub for Hardware" • r/Python
1 points and 0 comments so far on reddit
Open-source solitaire pack of 1000 games PySolFC needs help porting to Python 3: https://github.com/shlomif/PySolFC
GitHub
GitHub - shlomif/PySolFC: A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.
A comprehensive, feature-rich, open source, and portable, collection of Solitaire games. - shlomif/PySolFC
State of the Art for pyOpenCL, AMD GPUs, and Windows?: https://www.reddit.com/r/Python/comments/640dtq/state_of_the_art_for_pyopencl_amd_gpus_and_windows/
reddit
State of the Art for pyOpenCL, AMD GPUs, and Windows? • r/Python
Does anyone have experience using pyOpenCL, using AMD GPUs under Windows? I know it's a specific request, but I was hoping I could be pointed to...
Python Project (Wondering if it's possible): https://www.reddit.com/r/Python/comments/640tq4/python_project_wondering_if_its_possible/
reddit
Python Project (Wondering if it's possible) • r/Python
Can you use python to make a program that will automatically check your e-mail for things you ordered and display it's shipping status? Ideally...
How to get fixed sized packets? [x-post /r/learnpython]: https://www.reddit.com/r/Python/comments/6419z7/how_to_get_fixed_sized_packets_xpost_rlearnpython/
reddit
How to get fixed sized packets? [x-post /r/learnpython] • r/Python
Hi all, For a project I need to send fixed size bytes ~1400bytes. I was reading up on the struct module in python. I also found the following...
How would I build a bot that goes through a post and reads the comments- gets the usernames and what they commented?: https://www.reddit.com/r/Python/comments/641ipu/how_would_i_build_a_bot_that_goes_through_a_post/
reddit
How would I build a bot that goes through a post and... • r/Python
I don't want the exact code (that negates the fun) but I'm wondering how I should go about this? Are there any modules that allow access to Reddit?
Adding Content Negotiation to Python's Pyramid Web Framework and RESTful Services: https://www.reddit.com/r/Python/comments/641dpo/adding_content_negotiation_to_pythons_pyramid_web/
reddit
Adding Content Negotiation to Python's Pyramid Web... • r/Python
3 points and 0 comments so far on reddit
Python: Access embedded OLE from Office/Excel document without clipboard: http://stackoverflow.com/questions/43154439/python-access-embedded-ole-from-office-excel-document-without-clipboard
Stack Overflow
Python: Access embedded OLE from Office/Excel document without clipboard
I want to add and extract files from an Office/Excel document using Python. So far adding things is easy but for extracting I haven't found a clean solution.
To make clear what I've got and what n...
To make clear what I've got and what n...
`Optimal` variable initialization and learning rate in Tensorflow for matrix factorization: http://stackoverflow.com/questions/43070703/optimal-variable-initialization-and-learning-rate-in-tensorflow-for-matrix-fac
Stackoverflow
`Optimal` variable initialization and learning rate in Tensorflow for matrix factorization
I'm trying a very simple optimization in Tensorflow- the problem of matrix factorization. Given a matrix V (m X n), decompose it into W (m X r) and H (r X n). I'm borrowing a gradient descent based
flask-admin: How to make columns read-only according to other columns' value?: http://stackoverflow.com/questions/43222741/flask-admin-how-to-make-columns-read-only-according-to-other-columns-value
Stackoverflow
flask-admin: How to make columns read-only according to other columns' value?
I've built a system that allows users to apply for code review and wait for manager to approve.
And now what I want to achieve is as below:
If it's approved,
then all the fields become read-on...
And now what I want to achieve is as below:
If it's approved,
then all the fields become read-on...