Python Packages for Social Scientists
drewconway.com
Python Packages for Social Scientists
1–10 of 15 posts
Re: Python Packages for Social Scientists
#2In my own experience, it is already pretty hard to teach them R.
Re: Python Packages for Social Scientists
#3I wonder how large the proportion of social scientists is who actually know that Python is a programming language. (I am a social scientist myself). In my own experience, it is already pretty hard to teach them R.
Ideally, science/engineering schooling (college and up) should not allow anyone to graduate without knowledge of at least one general purpose programming language. But in the meanwhile, those who can program while working in another field - whether sociology or environmental engineering - have an enormous advantage.
Re: Python Packages for Social Scientists
#4Re: Python Packages for Social Scientists
#5Re: Python Packages for Social Scientists
#6I wonder how large the proportion of social scientists is who actually know that Python is a programming language. (I am a social scientist myself). In my own experience, it is already pretty hard to teach them R.
Many of the students and academics from the older engineering fields (e.g. mechanical, chemical) don't know of python either. When I tell them (python + numpy + scipy + matplotlib) is as potent as MatLAB for most situations, and far more flexible and generalizable later, most don't believe me. They get started faster with MatLAB, then struggle later with its constraints, and end up creating overly-specialized, one-of…
Re: Python Packages for Social Scientists
#7Wow I've never heard of NetworkX. Are there any other good python packages for graph theory?
Re: Python Packages for Social Scientists
#8It is a Pythonic framework for simulations. It's still in alpha, and I'd be happy to help people start using it in research.
Re: Python Packages for Social Scientists
#9Wow I've never heard of NetworkX. Are there any other good python packages for graph theory?
Re: Python Packages for Social Scientists
#10I wonder how large the proportion of social scientists is who actually know that Python is a programming language. (I am a social scientist myself). In my own experience, it is already pretty hard to teach them R.
Many of the students and academics from the older engineering fields (e.g. mechanical, chemical) don't know of python either. When I tell them (python + numpy + scipy + matplotlib) is as potent as MatLAB for most situations, and far more flexible and generalizable later, most don't believe me. They get started faster with MatLAB, then struggle later with its constraints, and end up creating overly-specialized, one-of…