Spyder-like interactivity in pycharm?: https://www.reddit.com/r/Python/comments/6802lt/spyderlike_interactivity_in_pycharm/
  
  reddit
  
  Spyder-like interactivity in pycharm? • r/Python
  I like pycharm a lot. However, i often find myself starting up Spyder when testing some snippets of code. To me, the consoles (both the Python...
  terminal integrated python learning tool....: https://www.reddit.com/r/Python/comments/680tp8/terminal_integrated_python_learning_tool/
  
  reddit
  
  terminal integrated python learning tool.... • r/Python
  hello /r/python, A while back a friend of mine told me about a python learning tool that integrates directly into terminal. I forget the name of...
  How can I use Python NLTK to identify collocations among single characters?: http://stackoverflow.com/questions/43576136/how-can-i-use-python-nltk-to-identify-collocations-among-single-characters
  
  Stackoverflow
  
  How can I use Python NLTK to identify collocations among single characters?
  I want to use NLTK to identify collocations among particular kanji characters in Japanese and hanzi characters in Chinese. As with word collocations, some sequences of Chinese characters are far more
  Python Dependency Injection - Designing Module Part-2: https://www.reddit.com/r/Python/comments/6817h4/python_dependency_injection_designing_module_part2/
  
  reddit
  
  Python Dependency Injection - Designing Module Part-2 • r/Python
  1 points and 0 comments so far on reddit
  Which latex font does matplotlib need and how do I make it available?: http://stackoverflow.com/questions/43627396/which-latex-font-does-matplotlib-need-and-how-do-i-make-it-available
  
  Stackoverflow
  
  Which latex font does matplotlib need and how do I make it available?
  The below error trace from running this small example says that it cannot find the cmr12 font. I found the following files in my system (Ubuntu 16.10):
./fonts/truetype/lyx/cmr12.ttf
./texlive/texmf-
  ./fonts/truetype/lyx/cmr12.ttf
./texlive/texmf-
Tutorials about fundamental data structures in Python: https://www.reddit.com/r/Python/comments/681blk/tutorials_about_fundamental_data_structures_in/
  
  reddit
  
  Tutorials about fundamental data structures in Python • r/Python
  1 points and 1 comments so far on reddit
  How to submit something to a webserver: https://www.reddit.com/r/Python/comments/681fn5/how_to_submit_something_to_a_webserver/
  
  reddit
  
  How to submit something to a webserver • r/Python
  Well I have this code, that gets information from a pdf converts into html and now I wanted to fill the fields on this website...
  A collection of sites and blogs for Python: https://www.reddit.com/r/Python/comments/681u8b/a_collection_of_sites_and_blogs_for_python/
  
  reddit
  
  A collection of sites and blogs for Python • r/Python
  Hi all, a while ago I've collected a bunch of sites and blogs about Python (we use Python @Feedpresso). I have put all of that content under the...
  Building a Deep Convolutional GAN to generate MNIST digits: https://www.reddit.com/r/Python/comments/6820cq/building_a_deep_convolutional_gan_to_generate/
  
  reddit
  
  Building a Deep Convolutional GAN to generate MNIST digits • r/Python
  1 points and 0 comments so far on reddit
  Django Rest Framework: How to enable swagger docs for function based views: http://stackoverflow.com/questions/43627748/django-rest-framework-how-to-enable-swagger-docs-for-function-based-views
  
  Stack Overflow
  
  Django Rest Framework: How to enable swagger docs for function based views
  I went through Django REST Swagger 2.1.2 documentation. When I tried with class based views, it was working fine.
But i did not find any reference on how to enable swagger for function based views...
  But i did not find any reference on how to enable swagger for function based views...
Library to use for creating a blender-like nodal interface: https://www.reddit.com/r/Python/comments/682k4l/library_to_use_for_creating_a_blenderlike_nodal/
  
  reddit
  
  Library to use for creating a blender-like nodal interface • r/Python
  I'm having a hard time finding a library with a native gui node widget, similar to blender's nodes system. Any suggestions?
  stardate is a tiny web API to spit out github version information about your projects: https://www.reddit.com/r/Python/comments/682n28/stardate_is_a_tiny_web_api_to_spit_out_github/
  
  reddit
  
  stardate is a tiny web API to spit out github version... • r/Python
  1 points and 0 comments so far on reddit
  Should I always refer to a variable such as module.variable?: https://www.reddit.com/r/Python/comments/682rj2/should_i_always_refer_to_a_variable_such_as/
  
  reddit
  
  Should I always refer to a variable such as... • r/Python
  I'm having some problems trying to get a variable value. I have a file called config.py where I stored all useful variables and definitions. Then,...
  redditwatcher - listen to a stream of subreddits in the terminal: https://www.reddit.com/r/Python/comments/682uxf/redditwatcher_listen_to_a_stream_of_subreddits_in/
  
  reddit
  
  redditwatcher - listen to a stream of subreddits in the... • r/Python
  11 points and 1 comments so far on reddit
  Optimizing Python code performance with cProfile: https://www.reddit.com/r/Python/comments/683i1w/optimizing_python_code_performance_with_cprofile/
  
  reddit
  
  Optimizing Python code performance with cProfile • r/Python
  3 points and 0 comments so far on reddit
  pygit: Just enough git to create a repo, commit, and push itself to GitHub: https://www.reddit.com/r/Python/comments/683jlv/pygit_just_enough_git_to_create_a_repo_commit_and/
  
  reddit
  
  pygit: Just enough git to create a repo, commit, and... • r/Python
  1 points and 0 comments so far on reddit
  Should I use/write a __init__.py?: https://www.reddit.com/r/Python/comments/6843xp/should_i_usewrite_a_init_py/
  
  reddit
  
  Should I use/write a __init__.py? • r/Python
  Hi all, I wrote a small-ish Python program for a scientific pipeline for sequencing data. This module won't be something that someone installs as...
  