Incomplete Story Program - Opinions Appreciated!: https://www.reddit.com/r/Python/comments/4xy1ha/incomplete_story_program_opinions_appreciated/
  
  reddit
  
  Incomplete Story Program - Opinions Appreciated! • /r/Python
  0 points and 0 comments so far on reddit
  project structure for wrapping many c   classes in cython to a single shared object: http://stackoverflow.com/questions/11698482/project-structure-for-wrapping-many-c-classes-in-cython-to-a-single-shared-obj
  
  Stackoverflow
  
  project structure for wrapping many c++ classes in cython to a single shared object
  I have found partial answers between the docs, mailing lists, and this question here, but I wanted to get a more direct answer addressing my specifics...
I'm learning cython by trying to wrap small
  I'm learning cython by trying to wrap small
Downloading client with support for multiple IP addresses / adapters: https://www.reddit.com/r/Python/comments/4xy8xe/downloading_client_with_support_for_multiple_ip/
  
  reddit
  
  Downloading client with support for multiple IP... • /r/Python
  0 points and 0 comments so far on reddit
  Create interactive dashboards entirely in Python with my project called bowtie: https://www.reddit.com/r/Python/comments/4xy9ln/create_interactive_dashboards_entirely_in_python/
  
  reddit
  
  Create interactive dashboards entirely in Python with... • /r/Python
  I created a way to make interactive dashboards in Python. Jupyter interactive widgets are great but the interactions allowed are somewhat simple....
  One of the neatest python tricks I've ever seen: ordereddict syntactic sugar: https://www.reddit.com/r/Python/comments/4xyfh7/one_of_the_neatest_python_tricks_ive_ever_seen/
  
  reddit
  
  One of the neatest python tricks I've ever seen:... • /r/Python
  1 points and 0 comments so far on reddit
  Logging: I want to see file and method name: http://stackoverflow.com/questions/38897399/logging-i-want-to-see-file-and-method-name
  
  Stackoverflow
  
  Logging: I want to see file and method name
  I followed the advice of the django docs, and use logging like this:
import logging
logger = logging.getLogger(__name__)
def today(...):
logger.info('Sun is shining, the weather is sweet')
...
  import logging
logger = logging.getLogger(__name__)
def today(...):
logger.info('Sun is shining, the weather is sweet')
...
Parse Word document and detect formatting: https://www.reddit.com/r/Python/comments/4xz7xd/parse_word_document_and_detect_formatting/
  
  reddit
  
  Parse Word document and detect formatting • /r/Python
  Hi all, I need to go through about 300 Word documents and extract some statistics. I need to navigate to a particular section in the document...
  How to structure a Python project to work with py.test?: https://www.reddit.com/r/Python/comments/4xzm78/how_to_structure_a_python_project_to_work_with/
  
  reddit
  
  How to structure a Python project to work with py.test? • /r/Python
  This one example project I found here: https://github.com/kennethreitz/samplemod fails if `sample/core.py` imports `sample/helpers.py` as `import...
  jellyfish: A Python library for doing approximate and phonetic matching of strings.: https://www.reddit.com/r/Python/comments/4xznil/jellyfish_a_python_library_for_doing_approximate/
  
  reddit
  
  jellyfish: A Python library for doing approximate and... • /r/Python
  1 points and 0 comments so far on reddit
  Python And Meta classes – Dante's Python musings: https://www.reddit.com/r/Python/comments/4y05g7/python_and_meta_classes_dantes_python_musings/
  
  reddit
  
  Python And Meta classes – Dante's Python musings • /r/Python
  0 points and 0 comments so far on reddit
  List at least one successful Invention where Python was involved.: https://www.reddit.com/r/Python/comments/4y0jr2/list_at_least_one_successful_invention_where/
  
  reddit
  
  List at least one successful Invention where Python... • /r/Python
  0 points and 2 comments so far on reddit
  When should I fork an existing project and when should I write my own?: https://www.reddit.com/r/Python/comments/4y0gc4/when_should_i_fork_an_existing_project_and_when/
  
  reddit
  
  When should I fork an existing project and when should... • /r/Python
  Hello all. Budding advanced Python programmer here. There's a REST API client wrapper out there for a web service I use at school for biological...
  QPython on Android with .pyc and .so files: https://www.reddit.com/r/Python/comments/4y0hly/qpython_on_android_with_pyc_and_so_files/
  
  reddit
  
  QPython on Android with .pyc and .so files • /r/Python
  I have a scheduler I made to save some time that uses a third-party library. Specifically, it uses Z3: https://github.com/Z3Prover/z3. However,...
  Resources for transitioning to a career in data science: https://www.reddit.com/r/Python/comments/4y0l4h/resources_for_transitioning_to_a_career_in_data/
  
  reddit
  
  Resources for transitioning to a career in data science • /r/Python
  2 points and 0 comments so far on reddit
  Review my code: First proper Python project, coming from a perl background.: https://www.reddit.com/r/Python/comments/4y0o72/review_my_code_first_proper_python_project_coming/
  
  reddit
  
  Review my code: First proper Python project, coming... • /r/Python
  First "serious" project in Python, been using it for a month now. Let me know what can be improved, please. https://git.io/v6aks
  