Made a small prank tool to use on unsuspecting pcs called browser-bomb: https://www.reddit.com/r/Python/comments/4veyku/made_a_small_prank_tool_to_use_on_unsuspecting/
reddit
Made a small prank tool to use on unsuspecting pcs... • /r/Python
0 points and 0 comments so far on reddit
3D, VR, physics, audio, video, pathfinding in the same Python module (Win, MacOS, Linux): https://www.reddit.com/r/Python/comments/4vg1qq/3d_vr_physics_audio_video_pathfinding_in_the_same/
reddit
3D, VR, physics, audio, video, pathfinding in the same... • /r/Python
1 points and 0 comments so far on reddit
requests_viewer: Now view your requests object with style: https://www.reddit.com/r/Python/comments/4vgcyy/requests_viewer_now_view_your_requests_object/
reddit
requests_viewer: Now view your requests object with style • /r/Python
1 points and 0 comments so far on reddit
Receiving contact information with Python script?: https://www.reddit.com/r/Python/comments/4vgs1g/receiving_contact_information_with_python_script/
reddit
Receiving contact information with Python script? • /r/Python
Hi there, I was wondering if there were any Python scripts out there that scrape unique websites for their contact information so I can manage...
My Master Thesis made in Jupter Notebook, a wind speed and direction probability analysis: https://www.reddit.com/r/Python/comments/4vgprc/my_master_thesis_made_in_jupter_notebook_a_wind/
reddit
My Master Thesis made in Jupter Notebook, a wind speed... • /r/Python
1 points and 1 comments so far on reddit
Customize templates in a third party Django app: http://stackoverflow.com/questions/38341254/customize-templates-in-a-third-party-django-app
Stack Overflow
Customize templates in a third party Django app
I'm using a third party app (django-social-share) in my Django project but I need to customize the templates. I'm not sure how to go about doing that--everything I try keeps using the default temp...
Implementation of Neural Network in Python using numpy [for beginners]: https://github.com/karandesai-96/digit-classifier
GitHub
kdexd/digit-classifier
digit-classifier - A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.
Agrmin: a one-page static site generator in 18 lines of Python.: https://www.reddit.com/r/Python/comments/4vhnus/agrmin_a_onepage_static_site_generator_in_18/
reddit
Agrmin: a one-page static site generator in 18 lines... • /r/Python
1 points and 1 comments so far on reddit
OpenCV exception after 1 day calculation: http://stackoverflow.com/questions/38628504/opencv-exception-after-1-day-calculation
Stackoverflow
OpenCV exception after 1 day calculation
I am using opencv_traincascade for object detection. I try to find glasses on photo. For this, I've downloaded 830 pictures like this:
http://pi1.lmcdn.ru/product/V/I/VI060DWIHZ27_1_v2.jpg
Then I...
http://pi1.lmcdn.ru/product/V/I/VI060DWIHZ27_1_v2.jpg
Then I...
An implementation of multilayer neural network using Python's numpy library.: https://www.reddit.com/r/Python/comments/4vhw5v/an_implementation_of_multilayer_neural_network/
reddit
An implementation of multilayer neural network using... • /r/Python
0 points and 0 comments so far on reddit
Gif recipe: How to refactor nested loops with itertools.product(): https://www.reddit.com/r/Python/comments/4vioc0/gif_recipe_how_to_refactor_nested_loops_with/
reddit
Gif recipe: How to refactor nested loops with itertools.product()
Posted in r/Python by u/TravisJungroth • 0 points and 5 comments
Made a 2D Finite Element Method Framework and Trusses package.: https://www.reddit.com/r/Python/comments/4vijjw/made_a_2d_finite_element_method_framework_and/
reddit
Made a 2D Finite Element Method Framework and Trusses... • /r/Python
Hi, I've made a package for structural engineering problems. Hopefully making it easier to compute the force distribution in structures. I will...
Fast Queue of read only numpy arrays: http://stackoverflow.com/questions/38666078/fast-queue-of-read-only-numpy-arrays
Stack Overflow
Fast Queue of read only numpy arrays
I have a multiprocessing job where I'm queuing read only numpy arrays, as part of a producer consumer pipeline.
Currently they're being pickled, because this is the default behaviour of multiproce...
Currently they're being pickled, because this is the default behaviour of multiproce...