Boopsuite: wireless auditing suite now with deauthentication script and WPA2 handshake capturing.: https://www.reddit.com/r/Python/comments/6gwxf1/boopsuite_wireless_auditing_suite_now_with/
reddit
Boopsuite: wireless auditing suite now with... • r/Python
1 points and 0 comments so far on reddit
Python Code for Google Chrome to Move Up or Down a Tab?: https://www.reddit.com/r/Python/comments/6gxxaz/python_code_for_google_chrome_to_move_up_or_down/
reddit
Python Code for Google Chrome to Move Up or Down a Tab? • r/Python
I'm learning Python, and something I thought may be useful for me is to make some code in Python to allow me to change up or down a tab without...
Slides from my talk on "Understanding Serverless architecture" at Pycon Taiwan '17: https://www.reddit.com/r/Python/comments/6gy46f/slides_from_my_talk_on_understanding_serverless/
reddit
Slides from my talk on "Understanding Serverless... • r/Python
1 points and 0 comments so far on reddit
pyglet.clock.tick is not working: https://stackoverflow.com/questions/44428604/pyglet-clock-tick-is-not-working
Stackoverflow
pyglet.clock.tick is not working
I am working with pyglet and I find strange what does pyglet.clock.tick() return.
pyglet.clock.tick() is not working properly, the returned value is different from the elapsed time.
The update in...
pyglet.clock.tick() is not working properly, the returned value is different from the elapsed time.
The update in...
How to get data from Google Analytics with Python in Jupyter Notebook: https://www.reddit.com/r/Python/comments/6gyotv/how_to_get_data_from_google_analytics_with_python/
reddit
How to get data from Google Analytics with Python in... • r/Python
1 points and 0 comments so far on reddit
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/6h03hp/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...
pyautogui LocateOnScreen on MacBook Retina: https://www.reddit.com/r/Python/comments/6h0buv/pyautogui_locateonscreen_on_macbook_retina/
reddit
pyautogui LocateOnScreen on MacBook Retina • r/Python
Anybody else having problems with pyautogui.locateOnScreen returning None on Retina display MacBook? If I use OSX's screen capture tool it won't...
[xpost from /r/kivy] [Tutorial] Creating games in python using kivy (classic snake game): https://www.reddit.com/r/Python/comments/6h0djy/xpost_from_rkivy_tutorial_creating_games_in/
reddit
[xpost from /r/kivy] [Tutorial] Creating games in... • r/Python
1 points and 1 comments so far on reddit
Introducing Epithet - a python tool for managing Github labels: https://www.reddit.com/r/Python/comments/6h0yv6/introducing_epithet_a_python_tool_for_managing/
reddit
Introducing Epithet - a python tool for managing Github... • r/Python
1 points and 0 comments so far on reddit
Python opencv remove noise in image: https://stackoverflow.com/questions/44466452/python-opencv-remove-noise-in-image
Stack Overflow
Python opencv remove noise in image
I am trying to isolate certain colored lines(the field lines) in a set of hockey images. I have applied a Hue Lightness Saturation(HLS) color space filter and have managed to pass all the component...