closurepr - lightweight, debuggable closures for FP: https://www.reddit.com/r/Python/comments/4iuufq/closurepr_lightweight_debuggable_closures_for_fp/
reddit
closurepr - lightweight, debuggable closures for FP • /r/Python
1 points and 1 comments so far on reddit
USB maping with python: http://stackoverflow.com/questions/37118650/usb-maping-with-python
Stackoverflow
USB maping with python
While reading some CTF write-ups I came across this script
#!/usr/bin/env python
import struct
import Image
import dpkt
INIT_X, INIT_Y = 100, 400
def print_map(pcap, device):
picture =
#!/usr/bin/env python
import struct
import Image
import dpkt
INIT_X, INIT_Y = 100, 400
def print_map(pcap, device):
picture =
Integrating Google Maps API with Python?: https://www.reddit.com/r/Python/comments/4iv87n/integrating_google_maps_api_with_python/
reddit
Integrating Google Maps API with Python? • /r/Python
Pretty noob questions, but I don't know where to properly look or else it would have been done. 1. I notice that there is a googlemaps module for...
Scrape the HTML from a webpage after rendering the json/javascript without Selenium while supporting POSTing: http://stackoverflow.com/questions/37117358/scrape-the-html-from-a-webpage-after-rendering-the-json-javascript-without-selen
Stackoverflow
Scrape the HTML from a webpage after rendering the json/javascript without Selenium while supporting POSTing
I'm trying to use the following code, which works fine but it doesn't let the JavaScript run first which means I don't get the desired HTML from the webpage.
I've had a look at DryScrape but as fa...
I've had a look at DryScrape but as fa...
Hello could I have some help with my GUI?: https://www.reddit.com/r/Python/comments/4ivffq/hello_could_i_have_some_help_with_my_gui/
reddit
Hello could I have some help with my GUI? • /r/Python
Novice at python here. I'm trying to make it so that the buttons to either side of the percentage symbol increase and...
Github introduces unlimited private repos for $7/month: https://www.reddit.com/r/Python/comments/4ivdqk/github_introduces_unlimited_private_repos_for/
reddit
Github introduces unlimited private repos for $7/month • /r/Python
3 points and 1 comments so far on reddit
What is your favorite Python error message?: https://www.reddit.com/r/Python/comments/4ivd2k/what_is_your_favorite_python_error_message/
reddit
What is your favorite Python error message?
I recently came across one that I think takes the cake. I accidentally had nested `multiprocessing` things happing at one and got: ...
Using SQLite and Flask: Having one database connection for the app. Possible issues?: https://www.reddit.com/r/Python/comments/4ivus1/using_sqlite_and_flask_having_one_database/
reddit
Using SQLite and Flask: Having one database connection... • /r/Python
I wrapped a SQLite db with Flask to make a quick and dirty RESTful API. Contrary to how they recommend in [the...
Python Generator comprehensions: http://nedbatchelder.com//blog/201605/generator_comprehensions.html
Why python multiprocessing is so much worse than GNU Parallel?: https://www.reddit.com/r/Python/comments/4iwq1e/why_python_multiprocessing_is_so_much_worse_than/
reddit
Why python multiprocessing is so much worse than GNU... • /r/Python
I use [GNU Parallel](https://www.gnu.org/software/parallel/) to run a lot of data-wrangling tasks in command line (mostly together with...
Cumbersome python list comprehension: https://www.reddit.com/r/Python/comments/4iws4a/cumbersome_python_list_comprehension/
reddit
Cumbersome python list comprehension • /r/Python
Anybody could find a simpler way to write this: [x.get_group_id() for x in my_grp if (x.get_group_id() == max([x.len_res() for x in my_grp]))]
Looking for an open source security project: https://www.reddit.com/r/Python/comments/4ixpiq/looking_for_an_open_source_security_project/
reddit
Looking for an open source security project • /r/Python
Hi! As the title says, I' looking for a (new) project to collaborate with. I'm interested on security (pentesting), so I'm searching for something...
Why is inversion of control not very popular in Python, even though 100% code coverage seem to be advisable due do its untyped nature?: https://www.reddit.com/r/Python/comments/4ixqmb/why_is_inversion_of_control_not_very_popular_in/
reddit
Why is inversion of control not very popular in... • /r/Python
1 points and 1 comments so far on reddit