Posts tagged #python
- 
     Django: Internals series - Part 1
    
Understanding how core components of django works under the hood #django #python
 - 
     Python: Generating pdf containing emojis using reportlab
    
Creating pdf docs that supports emojis. We use "Emojipy" python library to parse emoji's unicode #python #emoji #reportlab
 - 
     Understanding regular expression parsing
    
Understanding how python regular expression parses the given text(input) and matches the pattern #python #regular-expression