Youssef Boubli

Personel blog
CensorThis - Censor the words [CF]
Author Question: Argaen Code Fights Weekly has gained popularity in the past months and is receiving lots of fan letters. Unfortunately, some of the readers use offensive words and the editor wants t
CONTINUE READING
Top 10 Python libraries of 2016
Last year, we did a recap with what we thought were the best Python libraries of 2015, which was widely shared within the Python community (see post inr/Python). A year has gone by, and again it is ti
CONTINUE READING
Reverse Bit [CF]
Author Question: Giappi I have an integer number, which I want to reverse by following steps: Convert the number into binary string. Reverse binary string. Convert the reversed binary string
CONTINUE READING
Email BackEnd with SMTP Gmail
Add this configurations in your settings.py This configurations is if you work with smtp.gmail.com, other smtp is similiar with configurations. Unlock Captha: https://accounts.google.com/DisplayU
CONTINUE READING
Parsing JSON with Ruby
Parsing JSON with Ruby is actually extremely easy. All you have to do is have the json gem installed (gem install json) and call the JSON.parse method on the JSON data to convert it to ruby hashes. If
CONTINUE READING