How to Create Your First Static Site with Pelican and Jinja2: https://www.reddit.com/r/Python/comments/6hewu3/how_to_create_your_first_static_site_with_pelican/
  
  reddit
  
  How to Create Your First Static Site with Pelican and... • r/Python
  2 points and 0 comments so far on reddit
  Using spaCy to replace the "topic" of a sentence: https://stackoverflow.com/questions/44375142/using-spacy-to-replace-the-topic-of-a-sentence
  
  Stack Overflow
  
  Using spaCy to replace the "topic" of a sentence
  So as a bit of a thought experiment I coded up a function in python that uses spaCy to find the subject of a news article, then replace it with a noun of choice. The problem is, it doesn't exactly ...
  nltk words corpus does not contain "okay"?: https://stackoverflow.com/questions/44449284/nltk-words-corpus-does-not-contain-okay
  
  Stack Overflow
  
  nltk words corpus does not contain "okay"?
  The NLTK word corpus does not have the phrase "okay", "ok", "Okay"?
> from nltk.corpus import words
> words.words().__contains__("check")
> True
> words.words().__contains__("okay")
&...
  > from nltk.corpus import words
> words.words().__contains__("check")
> True
> words.words().__contains__("okay")
&...
Developers who use spaces make more money than those who use tabs: https://www.reddit.com/r/Python/comments/6hfgv5/developers_who_use_spaces_make_more_money_than/
  
  reddit
  
  Developers who use spaces make more money than those... • r/Python
  1 points and 0 comments so far on reddit
  Python Weekly - Issue 299: http://mailchi.mp/pythonweekly/python-weekly-issue-299
  I created a script that uses a function to print the "Collatz 3n   1" sequence but i cant get why i get the message "none" after the sequence is printed.: https://www.reddit.com/r/Python/comments/6hfovh/i_created_a_script_that_uses_a_function_to_print/
  
  reddit
  
  I created a script that uses a function to print the... • r/Python
  def seq3np1(n): while n != 1: print(n, end=", ") if n % 2 == 0: n = n // 2 else: ...
  Python for ESP8266 and IoT development: https://www.reddit.com/r/Python/comments/6hfur6/python_for_esp8266_and_iot_development/
  
  reddit
  
  Python for ESP8266 and IoT development • r/Python
  I would like to share with you a post about the Zerynth support for ESP8266 boards and the benefits of using Python for IoT development:...
  How to extract a certain character from many string lines?: https://www.reddit.com/r/Python/comments/6hfzbv/how_to_extract_a_certain_character_from_many/
  
  reddit
  
  How to extract a certain character from many string lines? • r/Python
  So some colleagues and I are making this program that extracts certain lines from auth.log file (Ubuntu). We have successfully imported them (the...
  AutoCode - A useless tool to deceive your boss.: https://www.reddit.com/r/Python/comments/6hg21l/autocode_a_useless_tool_to_deceive_your_boss/
  
  reddit
  
  AutoCode - A useless tool to deceive your boss. • r/Python
  2 points and 0 comments so far on reddit
  How do I create a json object dynamically?: https://www.reddit.com/r/Python/comments/6hgglg/how_do_i_create_a_json_object_dynamically/
  
  reddit
  
  How do I create a json object dynamically? • r/Python
  hi I'm kinda new to this so I need to create a json file from some information so I did something like this data = {} for i, label in...
  Dowloading a file over HTTP using urllib.resquest: https://www.reddit.com/r/Python/comments/6hgwpi/dowloading_a_file_over_http_using_urllibresquest/
  
  reddit
  
  Dowloading a file over HTTP using urllib.resquest • r/Python
  I'm trying to download a file from a url using this python 3.6 code: import urllib.request with urllib.request.urlopen(url) as response,...
  envie - A tool for easier navigation and managing of Python virtual environments: https://www.reddit.com/r/Python/comments/6hgv5d/envie_a_tool_for_easier_navigation_and_managing/
  
  reddit
  
  envie - A tool for easier navigation and managing of... • r/Python
  0 points and 1 comments so far on reddit
  call instance method of super class when using old style python classes?: https://www.reddit.com/r/Python/comments/6hgr8g/call_instance_method_of_super_class_when_using/
  
  reddit
  
  call instance method of super class when using old... • r/Python
  i need to modify some very old python code. it might be older than some people here! for reasons that are outside of my control this python code...
  Instagram Makes a Smooth Move to Python 3 - The New Stack: https://www.reddit.com/r/Python/comments/6hgsqr/instagram_makes_a_smooth_move_to_python_3_the_new/
  
  reddit
  
  Instagram Makes a Smooth Move to Python 3 - The New Stack • r/Python
  1 points and 0 comments so far on reddit