An extension for Flask that help you generate fake data. Flask-Church is a small wrapper for Church library.: https://www.reddit.com/r/Python/comments/566t2l/an_extension_for_flask_that_help_you_generate/
reddit
An extension for Flask that help you generate fake... • /r/Python
2 points and 0 comments so far on reddit
yip: a user-friendly frontend for searching pip: https://www.reddit.com/r/Python/comments/5672p6/yip_a_userfriendly_frontend_for_searching_pip/
reddit
yip: a user-friendly frontend for searching pip • /r/Python
Hi, Recently I had to search for a couple of packages in the PyPI repository and found it very painful and slow. The main reason I love python is...
Stream Framework delete aggregated activity: https://www.reddit.com/r/Python/comments/567ia1/stream_framework_delete_aggregated_activity/
reddit
Stream Framework delete aggregated activity • /r/Python
Is anyone familiar with the package stream framework? https://github.com/tschellenbach/Stream-Framework I cant for the live of me figure out how...
Is PyQt any good for mobile development?: https://www.reddit.com/r/Python/comments/567s9e/is_pyqt_any_good_for_mobile_development/
reddit
Is PyQt any good for mobile development? • /r/Python
I'd be interested to develop on mobile (iOS mainly, android would be nice) with python and Qt, but I can't get any information on it, is it...
How can I interact with a website using python?: https://www.reddit.com/r/Python/comments/5683ie/how_can_i_interact_with_a_website_using_python/
reddit
How can I interact with a website using python? • /r/Python
I want to make a bot that can login to bing and make random searches. import webbrowser c = webbrowser.get("safari") ...
Python for GUI application: Taking handwritten notes?: https://www.reddit.com/r/Python/comments/5681hy/python_for_gui_application_taking_handwritten/
reddit
Python for GUI application: Taking handwritten notes? • /r/Python
Hey guys, I love the application called Xournal (https://github.com/dmgerman/xournal) and its successor Xournal++...
What to use for plotting symbolic equations?: https://www.reddit.com/r/Python/comments/5684gf/what_to_use_for_plotting_symbolic_equations/
reddit
What to use for plotting symbolic equations? • /r/Python
I am new to programming and python but have a general understanding of the basic syntax already. I have no understanding of the different packages...
Stuck implementing simple neural network: http://stackoverflow.com/questions/39804774/stuck-implementing-simple-neural-network
Stack Overflow
Stuck implementing simple neural network
I've been bashing my head against this brick wall for what seems like an eternity, and I just can't seem to wrap my head around it. I'm trying to implement an autoencoder using only numpy and matrix
I want to learn python related to image processing, how or where should I start?: https://www.reddit.com/r/Python/comments/568bw7/i_want_to_learn_python_related_to_image/
reddit
I want to learn python related to image processing,... • /r/Python
I'm a biomedical engineer student and I want to learn Python for Image Processing without the CV tool. Does anyone know which books or websites...
odoo development volunteer: https://www.reddit.com/r/Python/comments/568v9t/odoo_development_volunteer/
How to get 64-bit value from WMI in python: http://stackoverflow.com/questions/33294207/how-to-get-64-bit-value-from-wmi-in-python
Stackoverflow
How to get 64-bit value from WMI in python
When I run the following code:
def get_process_info(pid):
c = wmi.WMI(namespace='root\\cimv2')
obj = c.Win32_Process(ProcessId = pid)[0]
print "VirtualSize:", obj.wmi_property('Virtual...
def get_process_info(pid):
c = wmi.WMI(namespace='root\\cimv2')
obj = c.Win32_Process(ProcessId = pid)[0]
print "VirtualSize:", obj.wmi_property('Virtual...
Let's create our own search engine in Python: https://www.reddit.com/r/Python/comments/56ajw5/lets_create_our_own_search_engine_in_python/
reddit
Let's create our own search engine in Python • /r/Python
Hi everybody, I was wondering why don't we develop our own search engine. We could develop something much much better than Google. Therefore, I...
I'm new to python. Any good website or video series to get me started?: https://www.reddit.com/r/Python/comments/56amhm/im_new_to_python_any_good_website_or_video_series/
reddit
I'm new to python. Any good website or video series to... • /r/Python
So I'm new to python and I was wondering what good websites or video series is good to get me started learning to use python.
Bot that writes novels...is there a tutorial for this?: https://www.reddit.com/r/Python/comments/56balm/bot_that_writes_novelsis_there_a_tutorial_for_this/
reddit
Bot that writes novels...is there a tutorial for this? • /r/Python
I remember reading an article a couple years ago about an ai bot that could write novels, is that open source by any chance? Does anyone remember...
Writing to systemfiles on android: https://www.reddit.com/r/Python/comments/56bp4i/writing_to_systemfiles_on_android/
reddit
Writing to systemfiles on android • /r/Python
So i'm trying to write a program that edits the build.prob of an android phone. currently running that program through kivy launcher, but when it...
Does it make sense to use cross-correlation on arrays of timestamps?: http://stackoverflow.com/questions/39877725/does-it-make-sense-to-use-cross-correlation-on-arrays-of-timestamps
Stack Overflow
Does it make sense to use cross-correlation on arrays of timestamps?
I want to find the offset between two arrays of timestamps. They could represent, let's say, the onset of beeps in two audio tracks.
Note: There may be extra or missing onsets in either track.
I ...
Note: There may be extra or missing onsets in either track.
I ...