Mocket works well with others: https://www.reddit.com/r/Python/comments/5quug9/mocket_works_well_with_others/
reddit
Mocket works well with others • /r/Python
From the last version (1.6.0), Mocket can be used together with pook (https://pypi.python.org/pypi/pook), for the "*best*" testing experience...
Newbie seeking advice - should I use a database?: https://www.reddit.com/r/Python/comments/5qv9ep/newbie_seeking_advice_should_i_use_a_database/
reddit
Newbie seeking advice - should I use a database? • /r/Python
HI folks - I'm not new to programming, but am just starting to learn Python. I have some questions about the best way to store my data. I'm...
Beginner python programmer looking for free course: https://www.reddit.com/r/Python/comments/5qv9nw/beginner_python_programmer_looking_for_free_course/
reddit
Beginner python programmer looking for free course • /r/Python
Im a novice programmer in python. I watch derek banas' course on python and i really like it I dont like codeacademy because i dont find it...
Test Environment with Mocked REST API: http://stackoverflow.com/questions/41884606/test-environment-with-mocked-rest-api
Stackoverflow
Test Environment with Mocked REST API
Lets say I have a very simple web app which is presented as blue if the current president is a democrat and red if they are a republican. A REST API is used to get the current president, via the en...
Enforce.py 0.3.2 is out and now works with Python 3.6...: https://www.reddit.com/r/Python/comments/5qvob1/enforcepy_032_is_out_and_now_works_with_python_36/
reddit
Enforce.py 0.3.2 is out and now works with Python 3.6... • /r/Python
Version 0.3.2 of enforce.py runtime type checking library for testing and validation, is out. https://github.com/RussBaz/enforce Major new...
Dependency Injector 3.3.0 has been released!: https://www.reddit.com/r/Python/comments/5qwkrt/dependency_injector_330_has_been_released/
reddit
Dependency Injector 3.3.0 has been released! • /r/Python
Dependency Injector 3.3.0 has been released! Changelog: - Add support of Python 3.6. Links: - GitHub -...
Could someone link me a tutorial on how to create a bot like this?: https://www.reddit.com/r/Python/comments/5qwor3/could_someone_link_me_a_tutorial_on_how_to_create/
reddit
Could someone link me a tutorial on how to create a... • /r/Python
Okay, so someone made a bot for me but he won't tell me how to make one myself. Im wondering if someone here could link me a tutorial or something...
Emacs: Complete base class methods for Python: http://stackoverflow.com/questions/41469753/emacs-complete-base-class-methods-for-python
Stackoverflow
Emacs: Complete base class methods for Python
Is it possible to make either jedi.el or anaconda-mode complete base class methods? For example, when subclassing html.parser.HTMLParser I expect it to complete the following code at point (1) (base
Documentr, a tool to document your data schemas: https://www.reddit.com/r/Python/comments/5qwv7o/documentr_a_tool_to_document_your_data_schemas/
reddit
Documentr, a tool to document your data schemas • /r/Python
In my current position as Data Engineer we have a common and boring task, document each table we include in our Data Warehouse. This is an alpha...
py3redirect - now for Firefox - Automatically redirects to Python 3 documentation when Python 2 docs page is requested: https://www.reddit.com/r/Python/comments/5qx2iw/py3redirect_now_for_firefox_automatically/
reddit
py3redirect - now for Firefox - Automatically... • /r/Python
1 points and 0 comments so far on reddit
mapio/jupyter-virtualenv-osx: a tool to install a kernelspec referring to an existing virtualenv —perfect for running matplotlib notebooks in OSX: https://www.reddit.com/r/Python/comments/5qwzif/mapiojupytervirtualenvosx_a_tool_to_install_a/
reddit
mapio/jupyter-virtualenv-osx: a tool to install a... • /r/Python
2 points and 0 comments so far on reddit
IOError Input overflowed: Record audio with Tkinter interface: http://stackoverflow.com/questions/41904501/ioerror-input-overflowed-record-audio-with-tkinter-interface
Stackoverflow
IOError Input overflowed: Record audio with Tkinter interface
I'm trying to do a simple GUI application that has only one button: Record.
You press the button and the recording begins. When you release the button the recording is stopped and the recording is...
You press the button and the recording begins. When you release the button the recording is stopped and the recording is...
Could you take a look at my first ever python project?: https://www.reddit.com/r/Python/comments/5qxhcu/could_you_take_a_look_at_my_first_ever_python/
reddit
Could you take a look at my first ever python project? • /r/Python
2 points and 1 comments so far on reddit
Question on data structures: https://www.reddit.com/r/Python/comments/5qx7w3/question_on_data_structures/
reddit
Question on data structures • /r/Python
I'm fairly new to Python, and am creating a wrapper library for Intuit's QuickBase HTTP API. The api receives and returns XML only, so I'm using...