Earlier quoted context omitted.
You should search for the term + "gender", but the long and short of it is that certain folks don't feel particularly compelled to identify as "male" OR "female" and thus identify as a non-binary (!(M|F)) gender.
Honest question: what does this have to do with software development?
2019 Stack Overflow Developer Survey Results
191–200 of 200 posts
Re: 2019 Stack Overflow Developer Survey Results
#192Earlier quoted context omitted.
You're probably going to get a lot of responses with "this is why rails is bad" and "this is why django is good". Though having worked extensively on both and not having a particular love for either, the simple answer is this (IMO): Python skills transfer to other industry disciplines far better. Picking Django (vs Rails) is just a good career move. Data scientists use Python heavily (scipy, numpy). Many universities…
Heck, I'm looking at this survey and wondering if I should put Python on my learning queue. It does seem to be in use across a lot of disciplines, including some of the most popular emerging techs.
I'd contrast this with say Java, my other mainstay and Scala which I'm picking up in pieces right now. Java is quite explicit and has quite a bit less built-in so you don't feel very capable or productive for quite a bit longer. Scala has so many syntactic variants and features that the volume of stuff I have to learn is relatively vast. Every third block of code I read uses a new unheard of language feature or concept. ... and I have some functional programming background.
Re: 2019 Stack Overflow Developer Survey Results
#193[flagged]
Re: 2019 Stack Overflow Developer Survey Results
#194Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…
Maybe language does not matter that much in many cases. Modern languages have become so good that I don't find myself wrestling with them very often. When it comes to the point that I do need to fight my programming languages, well, let's just say there are way more serious stuff for me to worry about first, like system designs, algorithms, underlying platforms, ecosystems, and team dynamics. Really, language is the…
Recently, I had a moment to code in MQL4 language and boy, I needed a break for just fighting against the language. Not even associative arrays and no proper NULL with magic variables that changes behind the code all over.
Re: 2019 Stack Overflow Developer Survey Results
#195Earlier quoted context omitted.
One of the main findings of the SO survey was that Python is indeed rising, overtaking other languages as one of the most popular and desired, so although it was popular in the past, it's definitely rising. Most everything else you said could also be said of Ruby - docs, helpful community, flexibility from scripting up to massive webapps. That's what perplexes me - what are the "more of the things people actually wan…
It's degrees. Sure Ruby has those things too, but Python's is better/more comprehensive. Go look at the releases up from 3.4 of Python. The features that have been added since then are pretty specifically what the community has been asking for. asyncio being integrated into the language, type hinting, f strings, just to name a few. But yeah, it's not about "does it check the box" at this point with language like Pyth…
Re: 2019 Stack Overflow Developer Survey Results
#196Earlier quoted context omitted.
You asked about why Python but it has a lot to do with JS too. But first lets compare against Python: Ruby is a delightful language, but it's dominated by one niche (web development) and one framework (Rails). Over the last 10-20 years Python has become the main teaching language in Academia. This has greatly contributed to it's ecosystem for math and science, which in turn has contributed to its rise in Data Science…
Yes, one of the biggest drawbacks in the Ruby world is the lack of strong libraries outside of web dev. Python has scrapy, numpy, pandas, nltk, beautifulsoup, matplotlib, etc. Basically if you want to do almost anything (except high performance real time stuff) you can do it in python. it is an excellent general purpose language. In ruby, the world isn't so great. When I was in the ruby world, I would always hit road…
Re: 2019 Stack Overflow Developer Survey Results
#197Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…
I can speak to the RoR dread side, as someone who is now in Django-land coming from RoR. RoR is ridiculously opinionated. If you don't know The Ruby Way then you'll be fighting the framework for every inch of productivity. It also has a lot more magic than any other framework I've ever used. It hides so much of what it does behind abstractions on top of abstractions that it's hard to do a simple thing and understand…
Python popularity is rised thanks to academic . But it is not the better programming langage so far.
Re: 2019 Stack Overflow Developer Survey Results
#1981. I don't quite understand why people love Rust. I have nothing against it but I just don't quite get why the love . I viewed it as Modern C++ with Memory Management done right from Engineering perspective and elegant syntax with package management done right from the beginning. And may be just my circle or reading list, many Rubyist jumped to Rust, and more often after trying a few times and clicked, they felt in l…
> 8. Am I correct to assume those Salaries exclude any Stock grant? Which is common in US? The listed salaries should exclude stock options, healthcare, 401k matching, et al. It would be very unusual to have a compensation component in a survey of this sort and include those items. > 10. Financial and banking - 8.9%, are the third in respondent's industry. I am a little surprise how many people are working in that fi…
Re: 2019 Stack Overflow Developer Survey Results
#199Re: 2019 Stack Overflow Developer Survey Results
#200I think the most interesting portion was the "Developer's perspectives by gender". When asked what one thing they would change about Stack Overflow: Women used the following words more often (compared to men): condescending, replies, nicer, rude, dumb, friendlier, assholes, thanks, confusing, knowing. While men used the following words: simpler, huge, banned, angular, official, complex, algorithm, expert, bounty, for…