20 free copies of The Big Book of Coding Interviews in Python for US Residents: https://www.reddit.com/r/Python/comments/7z6gkl/20_free_copies_of_the_big_book_of_coding/
  
  reddit
  
  20 free copies of The Big Book of Coding Interviews in... • r/Python
  2 points and 0 comments so far on reddit
  Why is Python used so much more than Ruby?: https://www.reddit.com/r/Python/comments/7z6bfo/why_is_python_used_so_much_more_than_ruby/
  
  reddit
  
  Why is Python used so much more than Ruby?
  Hello, I'm thinkink about learning new scripting language, Ruby or Python. I'm going to use it for creating non-web applications, for Windows...
  What are the differences between a cpdef and a cdef wrapped in a def?: https://stackoverflow.com/questions/48864631/what-are-the-differences-between-a-cpdef-and-a-cdef-wrapped-in-a-def
  
  Stack Overflow
  
  What are the differences between a cpdef and a cdef wrapped in a def?
  In the Cython docs there is an example where they give two ways of writing a C/Python hybrid method. An explicit one with a cdef for fast C access and a wrapper def for access from Python:
cdef cl...
  cdef cl...
Webinar for pytest in PyCharm tomorrow (2/22 4PM GMT). [No affiliation, just PyCharm user]: https://www.reddit.com/r/Python/comments/7z6xay/webinar_for_pytest_in_pycharm_tomorrow_222_4pm/
  
  reddit
  
  Webinar for pytest in PyCharm tomorrow (2/22 4PM GMT).... • r/Python
  1 points and 1 comments so far on reddit
  A CNN that can understand 10 signs or hand gestures.: https://www.reddit.com/r/Python/comments/7z6z2z/a_cnn_that_can_understand_10_signs_or_hand/
  
  reddit
  
  A CNN that can understand 10 signs or hand gestures. • r/Python
  1 points and 0 comments so far on reddit
  Django strange SlugField validation, error not raised before clean(), uncleaned data returned: https://stackoverflow.com/questions/48863201/django-strange-slugfield-validation-error-not-raised-before-clean-uncleaned
  
  Stackoverflow
  
  Django strange SlugField validation, error not raised before clean(), uncleaned data returned
  django 2.0 
I have a django model, with a slug as primary key
from django.core.validators import validate_slug
class MyModel(models.Model):
# with slug field
slug_field = models.SlugField(
  I have a django model, with a slug as primary key
from django.core.validators import validate_slug
class MyModel(models.Model):
# with slug field
slug_field = models.SlugField(
Algorithm to find the most repetitive (not the most common) sequence in a string: https://stackoverflow.com/questions/48870253/algorithm-to-find-the-most-repetitive-not-the-most-common-sequence-in-a-string
  
  Stackoverflow
  
  Algorithm to find the most repetitive (not the most common) sequence in a string
  I am looking for an algorithm (possibly implemented in Python) able to find the most REPETITIVE sequence in a string. Where for REPETITIVE, I mean any combination of chars that is repeated over and...
  Guido Van Rossum one of three Computer History Museum honorees for 2018: https://www.reddit.com/r/Python/comments/7z7cmn/guido_van_rossum_one_of_three_computer_history/
  
  reddit
  
  Guido Van Rossum one of three Computer History Museum... • r/Python
  22 points and 0 comments so far on reddit
  Let's Implement a Gaussian Naive Bayes Classifier in Python: https://www.antoniomallia.it/lets-implement-a-gaussian-naive-bayes-classifier-in-python.html
  
  Antonio Mallia
  
  Let’s implement a Gaussian Naive Bayes classifier in Python
  One of the simplest yet effective algorithm what should be tried to solve the classification problem in s Naive Bayes classifier. It is a probabilistic method which is based on the Bayes’ theorem with the naive independence assumptions between the input attributes.
  matplotlib two different colors in the same annotate: https://stackoverflow.com/questions/24108063/matplotlib-two-different-colors-in-the-same-annotate
  
  Stack Overflow
  
  matplotlib two different colors in the same annotate
  I am trying to create a figure in python and make is so that the same annonate text will have two colors, half of the annonate will be blue and the other half will be red.
I think the code explain
  I think the code explain
trying to measure dots on a scan.: https://www.reddit.com/r/Python/comments/7z7sdb/trying_to_measure_dots_on_a_scan/
  
  reddit
  
  trying to measure dots on a scan. • r/Python
  Good evening reddit, I've been trying my darnest to get this to work. after fumbling about with skimage blob_log I finally figured out that...
  How to get serious about Python?: https://www.reddit.com/r/Python/comments/7z7vs1/how_to_get_serious_about_python/
  
  reddit
  
  How to get serious about Python? • r/Python
  I have a good base knowledge of Python and am capable of making a basic program (very basic looking fake banking app linked to a SQL database) and...
  Can i use a python package like SLY only by downloading the file from github and putting it in my own project file?: https://www.reddit.com/r/Python/comments/7z7wek/can_i_use_a_python_package_like_sly_only_by/
  
  reddit
  
  Can i use a python package like SLY only by downloading... • r/Python
  1 points and 0 comments so far on reddit
  Python code for Fermi-Dirac function for Si semiconductor: https://www.reddit.com/r/Python/comments/7z7wi8/python_code_for_fermidirac_function_for_si/
  
  reddit
  
  Python code for Fermi-Dirac function for Si semiconductor • r/Python
  Code link http://textuploader.com/dh88f This is the code. I cant get the plot. Please help
  