What is it that Python language has or can do?: https://www.reddit.com/r/Python/comments/5p470x/what_is_it_that_python_language_has_or_can_do/
reddit
What is it that Python language has or can do? • /r/Python
Hi all, I am considering switching to Python from PHP. The question I have is this. In a nutshell, what are the capabilities that Python has that...
/u/Pick-a-Stock - Need quick information on a stock? Call this bot.: https://www.reddit.com/r/Python/comments/5p6nop/upickastock_need_quick_information_on_a_stock/
reddit
/u/Pick-a-Stock - Need quick information on a stock?... • /r/Python
I made a call and response bot using PRAW that replies to **recent** comments anywhere on Reddit with the proper call syntax (`!stock`). To call...
Looking for category theory-based packages: https://www.reddit.com/r/Python/comments/5p70mb/looking_for_category_theorybased_packages/
reddit
Looking for category theory-based packages • /r/Python
I've been slowly learning Haskell and I think it's mind blowing. AFAICT though, there's nothing that would prevent someone from implementing...
[Pygame] How to make moveable rectangles through Mousedragging: https://www.reddit.com/r/Python/comments/5p7are/pygame_how_to_make_moveable_rectangles_through/
reddit
[Pygame] How to make moveable rectangles through... • /r/Python
I'm creating a battleship-like game (the board-game). I need to be able to place the boats on a platform (2d array), and it's also supposed to be...
How to Make a Neural Network - Intro to Deep Learning #2: https://www.reddit.com/r/Python/comments/5p7lka/how_to_make_a_neural_network_intro_to_deep/
reddit
How to Make a Neural Network - Intro to Deep Learning #2 • /r/Python
0 points and 0 comments so far on reddit
Hi there, Trying to run a script I downloaded but I keep getting an error, could you help me?: https://www.reddit.com/r/Python/comments/5p80fi/hi_there_trying_to_run_a_script_i_downloaded_but/
reddit
Hi there, Trying to run a script I downloaded but I... • /r/Python
I downloaded a script and I have python / Moviepy / pip installed but this is the error I get typeerror 'float' object cannot be interpreted...
Did I set up my virtualenv incorrectly?: https://www.reddit.com/r/Python/comments/5p8d0r/did_i_set_up_my_virtualenv_incorrectly/
reddit
Did I set up my virtualenv incorrectly? • /r/Python
My file system looks like this: home/virtualenv/flaskenv home/python/flask/[all my flask projects] I initially set up my virtualenv in the...
UK McDonald's restaurants CSV generator script failing and i don't know how to get the new source.: https://www.reddit.com/r/Python/comments/5p31ge/uk_mcdonalds_restaurants_csv_generator_script/
reddit
UK McDonald's restaurants CSV generator script failing... • /r/Python
Hello Python people! Let me preface this by saying i have no idea how to write python. I'm sorry for this, its on the list to learn once i get an...
[BS4][Requests] How to get requests to scrape a html for BS to read?: https://www.reddit.com/r/Python/comments/5pa2s4/bs4requests_how_to_get_requests_to_scrape_a_html/
reddit
[BS4][Requests] How to get requests to scrape a html... • /r/Python
I'm trying to get the html of a youtube playlist so I can search it with BS4, python is 3.4. Should be pretty simple but everything I try throws...
A fun import hook use I found: importing json files as if they're python modules: https://www.reddit.com/r/Python/comments/5pa037/a_fun_import_hook_use_i_found_importing_json/
reddit
A fun import hook use I found: importing json files as... • /r/Python
2 points and 0 comments so far on reddit
Exploring Racket for Computational Science (by Konrad Hinsen, author of ScientificPython): https://www.reddit.com/r/Python/comments/5pa8xw/exploring_racket_for_computational_science_by/
reddit
Exploring Racket for Computational Science (by Konrad... • /r/Python
1 points and 0 comments so far on reddit
Passing multiple arguments to external programs in a Pipeline: https://www.reddit.com/r/Python/comments/5pabvg/passing_multiple_arguments_to_external_programs/
reddit
Passing multiple arguments to external programs in a... • /r/Python
Hey /r/python, I'm trying to build a pipeline for NGS data. I made a small example pipeline for passing commands to shell. Example pipeline has...
UDP Invalid Argument on Docker Swarm EC2: http://stackoverflow.com/questions/41739141/udp-invalid-argument-on-docker-swarm-ec2
Stackoverflow
UDP Invalid Argument on Docker Swarm EC2
When sending UDP packets on EC2 with Docker I sometimes get this strange error (not all messages sent have an exception) which never happens on our inhouse cluster using OpenNebula. I have allowed ...
Any interest in a Chrome Plugin to auto-link imports in Python-based GitHub repositories?: https://www.reddit.com/r/Python/comments/5pbg6q/any_interest_in_a_chrome_plugin_to_autolink/
reddit
Any interest in a Chrome Plugin to auto-link imports... • /r/Python
I was thinking about creating a Chrome Plugin that auto-linked to the other files in a repo based on objects imported into the file. For...
Errors with pyautogui on Windows 7: https://www.reddit.com/r/Python/comments/5pbn9t/errors_with_pyautogui_on_windows_7/
reddit
Errors with pyautogui on Windows 7 • /r/Python
I am wanting to use pyautogui to automate some tasks but i am having trouble getting the package to work on Windows 7. I am currently using...