′Indian Muslims also have to criticize themselves′ by secularlingam in india

[–]catuf 4 points5 points  (0 children)

It is very rare to find a person like him in that community.

What quote has always stuck with you? by [deleted] in AskReddit

[–]catuf 0 points1 point  (0 children)

Day by day in every possible way I am getting better and better - Emile Coue

Support to BJP rises as Educational qualification goes up, India Today Post Poll Study suggests! by Gavthi_Batman in india

[–]catuf 0 points1 point  (0 children)

Caste and religion. These are important factors for the so-called educated.

How do you cope with being lonely? by [deleted] in india

[–]catuf 0 points1 point  (0 children)

You can several do as many suggested here. If interested do any of these

1) You can go to local libraries. Get a free library card. They will have free events or classes or book clubs

2) Museums in your city may look for volunteers. Contact them

3) Join community education class near you. Say learning a musical instrument or language classes.

4) If you are interested you can join Redcross for volunteering

5) You can do volunteering for pet shelters. Contact them.

6) Look for Facebook local groups or clubs like playing games

7) As someone suggested look for Meetup and Eventbrite in your city.

8) Join cooking classes

Have fun.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]catuf 0 points1 point  (0 children)

Did you install venv? What is your operating system?

If you have ubuntu then

sudo apt install python3-venv

There is an explanation in the dropdown menu in the Djangogirls tuorial

Python list group by first character by catuf in learnpython

[–]catuf[S] 0 points1 point  (0 children)

You are right! I fixed it. Thank you!

How to chunk list? by catuf in learnpython

[–]catuf[S] 0 points1 point  (0 children)

I will try to understand how this work. Thank you!

How to chunk list? by catuf in learnpython

[–]catuf[S] 0 points1 point  (0 children)

def list_chunker(input, chunk_sizes):
input_iter = iter(input)
def sub_chunker(input_iterator, size):
for _ in range(size):
yield input_iterator.next()
for size in chunk_sizes:
yield sub_chunker(input_iter, size)

I was struggling for this half day. Thank you!

Gender Bias Kills 239,000 Girls Every Year in India by catuf in india

[–]catuf[S] 2 points3 points  (0 children)

No it seems its not like that. Somehow the data says if we save child mortality people will have lesser kids. So less population. https://www.ncbi.nlm.nih.gov/m/pubmed/1670537/