Instead of xpaths, what do you tell selenium to navigate a page with?: https://www.reddit.com/r/Python/comments/63y2g1/instead_of_xpaths_what_do_you_tell_selenium_to/
reddit
Instead of xpaths, what do you tell selenium to... • r/Python
Any help? Having issues with the xpaths. Very new to this. "" is the page code..
Confounded by Something in a Python Tutorial: https://www.reddit.com/r/Python/comments/63yddn/confounded_by_something_in_a_python_tutorial/
reddit
Confounded by Something in a Python Tutorial • r/Python
So I was going through the Python tutorial when I was dumbfounded by this: ***************************** Important warning: The default value is...
python-alexa: A Python framework for Alexa Development: https://www.reddit.com/r/Python/comments/63y7bp/pythonalexa_a_python_framework_for_alexa/
reddit
python-alexa: A Python framework for Alexa Development • r/Python
6 points and 0 comments so far on reddit
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...