-
Notifications
You must be signed in to change notification settings - Fork 0
/
data_dev_survey.csv
We can't make this file beautiful and searchable because it's too large.
1184 lines (1184 loc) · 582 KB
/
data_dev_survey.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
response_id,work_as_dev,age,employment,remote_work,coding_activities,ed_level,dev_type,years_code,years_code_pro,org_size,country,language_have_worked_with,language_want_to_work_with,op_sys_professional_use,ai_view,ai_trust,ic_or_manager,work_exp,industry,us_or_not,plans_to_use_ai,converted_comp_yearly,survey_completion_date
164,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",14,10,"1,000 to 4,999 employees",Romania,HTML/CSS;Java;JavaScript;R;SQL;VBA,PowerShell;Python;SQL,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,3237,2023-05-02
165,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,5,10 to 19 employees,Canada,C;C++;HTML/CSS;JavaScript;Python;TypeScript,C;C++;Python,Ubuntu,Very favorable,Somewhat trust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,52046,2023-05-05
190,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,8,8,500 to 999 employees,Cyprus,Bash/Shell (all shells);C#;HTML/CSS;MATLAB;Python;R;SQL,Bash/Shell (all shells);HTML/CSS;Python;R;SQL,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,16,"Information Services, IT, Software Development, or other Technology",Not US,Using,74963,2023-05-13
218,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,Some college/university study without earning a degree,Database administrator,29,17,"1,000 to 4,999 employees",Italy,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;SQL,Red Hat;Windows,Very favorable,Somewhat trust,Individual contributor,17,Wholesale,Not US,Plan to use,56757,2023-05-28
220,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,6,2 to 9 employees,Netherlands,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;Rust;TypeScript,MacOS;Windows,Favorable,Somewhat trust,Individual contributor,7,NA,Not US,Using,74963,2023-05-31
462,I am a developer by profession,45-54 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,25,20,"Just me - I am a freelancer, sole proprietor, etc.",Switzerland,Go;Groovy;HTML/CSS;Java;JavaScript;PHP;Python;Ruby;SQL;TypeScript,HTML/CSS;Java;JavaScript;Python;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,25,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,132260,2023-05-17
542,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,3,100 to 499 employees,Germany,Julia;MATLAB;Python,Haskell;Python;TypeScript,MacOS,Favorable,Somewhat trust,Individual contributor,3,Other,Not US,Using,117798,2023-05-13
558,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,7,"10,000 or more employees",United States of America,Bash/Shell (all shells);Python,Bash/Shell (all shells);C;C++;JavaScript;Python;Rust,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,7,Financial Services,US,Plan to use,165974,2023-05-09
577,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,22,13,20 to 99 employees,Spain,Bash/Shell (all shells);Java;JavaScript;PowerShell;Python;Scala;SQL,Bash/Shell (all shells);Python;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-26
802,I am a developer by profession,35-44 years old,"Independent contractor, freelancer, or self-employed",Remote,Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,10,"10,000 or more employees",Poland,C#;Java;JavaScript;Python;TypeScript,C#;Java;Python;TypeScript,Windows,Unsure,Somewhat distrust,Individual contributor,10,Insurance,Not US,Using,71779,2023-05-02
815,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,3,2,"10,000 or more employees",India,Python,Python,Windows,Indifferent,Somewhat trust,Individual contributor,10,NA,Not US,Plan to use,36351,2023-05-31
885,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,"Engineer, data",13,12,"1,000 to 4,999 employees",Poland,Bash/Shell (all shells);Java;JavaScript;Python;SQL,NA,Cygwin;MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,13,NA,Not US,Using,81349,2023-05-29
1099,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",In-person,Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,3,500 to 999 employees,Nomadic,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);C++;Python;Rust,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,10,Retail and Consumer Services,Not US,Plan to use,10000,2023-05-11
1187,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,19,19,"10,000 or more employees",India,Java;JavaScript;PHP;Python,Python,ChromeOS;MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,19,"Information Services, IT, Software Development, or other Technology",Not US,Using,53314,2023-05-16
1210,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",In-person,Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,3,2,20 to 99 employees,Kenya,Python;R,JavaScript;Solidity,Ubuntu;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,People manager,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,3026,2023-05-29
1212,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,Some college/university study without earning a degree,Data scientist or machine learning specialist,3,1,20 to 99 employees,Poland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;Rust;SQL,Ubuntu;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,14,"Information Services, IT, Software Development, or other Technology",Not US,Using,78956,2023-05-30
1223,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",7,4,100 to 499 employees,Germany,Python;SQL,Rust,MacOS;Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,3,Advertising Services,Not US,Using,51403,2023-05-28
1322,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,5,2 to 9 employees,Italy,Assembly;C;C#;C++;Java;PHP;TypeScript;VBA;Visual Basic (.Net),Bash/Shell (all shells);Delphi;HTML/CSS;JavaScript;Python;SQL,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,5,Healthcare,Not US,Plan to use,21418,2023-05-14
1558,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,15,5,20 to 99 employees,Romania,Assembly;Bash/Shell (all shells);C;Groovy;Java;Kotlin;Lua;R;Scala,Assembly;Bash/Shell (all shells);C;Groovy;Java;Kotlin;Lua;R;Scala,MacOS;Other Linux-based;Red Hat,Very favorable,Neither trust nor distrust,Individual contributor,5,Other,Not US,Using,57724,2023-05-02
1607,I am a developer by profession,18-24 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,2,20 to 99 employees,Malaysia,Bash/Shell (all shells);JavaScript;Python;Scala;SQL,Lua;Python;Rust,NA,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,1070,2023-05-26
1618,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,Data or business analyst,27,25,500 to 999 employees,Australia,C#;HTML/CSS;JavaScript;PowerShell;Python;SQL;VBA;Visual Basic (.Net),NA,Windows,Favorable,Somewhat trust,Individual contributor,25,Legal Services,Not US,Plan to use,83952,2023-05-12
1622,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,40,30,"5,000 to 9,999 employees",Canada,C#;HTML/CSS;Python;SQL,C#;HTML/CSS;Python;SQL,Debian;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,30,NA,Not US,Plan to use,66916,2023-05-18
1651,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,15,10,"10,000 or more employees",Sweden,C#;Lua;Python;SQL;VBA,C#;Lua;Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,11,Financial Services,Not US,Plan to use,59892,2023-05-26
1662,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,4,4,20 to 99 employees,Austria,HTML/CSS;Java;PHP;Python;SQL,HTML/CSS;Java;JavaScript;Python,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,57828,2023-05-21
1703,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",NA,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",7,3,"1,000 to 4,999 employees",Tunisia,Python;SQL,Python;SQL,Ubuntu;Windows,Indifferent,Somewhat distrust,Individual contributor,3,NA,Not US,Using,16060,2023-05-01
1728,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,28,26,20 to 99 employees,Canada,Bash/Shell (all shells);HTML/CSS;Python;SQL,Bash/Shell (all shells);HTML/CSS;Python;SQL,Ubuntu,Unfavorable,Highly distrust,Individual contributor,26,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,111527,2023-05-11
1866,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,2,I don’t know,Spain,MATLAB;Python,Java;Julia;Python,MacOS;Windows,Favorable,Somewhat trust,Individual contributor,2,Other,Not US,Using,26772,2023-05-03
1873,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,2,500 to 999 employees,Germany,Bash/Shell (all shells);Python;R;SQL,Bash/Shell (all shells);Python;SQL,Red Hat;Windows,Favorable,Somewhat trust,Individual contributor,2,NA,Not US,Using,55687,2023-05-09
1893,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",11,7,"10,000 or more employees",Canada,Bash/Shell (all shells);Python,Python,MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,7,Other,Not US,Plan to use,104092,2023-05-14
1897,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,3,10 to 19 employees,Tunisia,Bash/Shell (all shells);C;C#;C++;Java;JavaScript;Julia;MATLAB;PHP;Python;R;Scala;SQL;Visual Basic (.Net),Go;Julia;Python,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,9636,2023-05-17
2001,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,4,100 to 499 employees,United States of America,Python;SQL,Python;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,6,NA,US,Using,138000,2023-05-28
2056,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,5,20 to 99 employees,Turkey,JavaScript;Julia;Python;Rust;TypeScript,JavaScript;Python;Rust;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,13,NA,Not US,Using,89955,2023-05-16
2136,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,34,15,"10,000 or more employees",United States of America,Bash/Shell (all shells);HTML/CSS;Kotlin;Python;SQL,Bash/Shell (all shells);HTML/CSS;Python;Rust;SQL,Red Hat;Windows,Favorable,Somewhat trust,Individual contributor,20,Healthcare,US,Using,200000,2023-05-24
2153,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,4,"10,000 or more employees",Australia,Python;TypeScript,Python;TypeScript,Fedora;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,13,Oil & Gas,Not US,Using,93868,2023-05-20
2161,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,2,"5,000 to 9,999 employees",United Kingdom of Great Britain and Northern Ireland,C#;Dart;Go;Julia;PowerShell;Python;Scala;VBA,C#;Dart;Go;Java;PowerShell;Python;Scala,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,3,Oil & Gas,Not US,Using,45931,2023-05-28
2336,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",23,13,500 to 999 employees,United States of America,Bash/Shell (all shells);C#;Go;PowerShell;Python;R;SQL;TypeScript,Bash/Shell (all shells);C#;Go;Python;R;SQL,MacOS;Windows,Favorable,Somewhat trust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",US,Using,216000,2023-05-20
2560,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,6,500 to 999 employees,"Iran, Islamic Republic of...",Bash/Shell (all shells);Java;Python;Scala;SQL,Bash/Shell (all shells);Python;Scala;SQL,Ubuntu,Favorable,Somewhat distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,99214,2023-05-11
2611,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",11,10,100 to 499 employees,Brazil,Bash/Shell (all shells);C;C#;C++;Delphi;Java;JavaScript;PHP;PowerShell;Python;R;SQL;TypeScript;VBA;Visual Basic (.Net),Bash/Shell (all shells);C;C#;Go;Julia;Kotlin;Python;R;Ruby;Rust;Scala;SQL;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,10,Advertising Services,Not US,Using,44633,2023-05-26
2622,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,5,10 to 19 employees,Viet Nam,HTML/CSS;JavaScript;Python;R;SQL,HTML/CSS;JavaScript;Python;SQL,MacOS;Ubuntu,Unsure,Somewhat trust,Individual contributor,3,Healthcare,Not US,Using,25000,2023-05-20
2711,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,8,6,500 to 999 employees,Poland,HTML/CSS;JavaScript;Python;SQL;VBA,Python;SQL;VBA,Windows,Favorable,Somewhat trust,Individual contributor,15,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,28711,2023-05-20
2765,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,2,"10,000 or more employees",Switzerland,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;R;SQL,HTML/CSS;JavaScript;Python;R;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,3,"Manufacturing, Transportation, or Supply Chain",Not US,Using,124544,2023-05-23
2794,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",18,10,20 to 99 employees,United States of America,Apex;Python,Apex;Go;Haskell;JavaScript;Julia;Python;Rust;Scala;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",US,Using,103000,2023-05-23
2837,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,8,20 to 99 employees,United States of America,Bash/Shell (all shells);C++;HTML/CSS;Java;JavaScript;MATLAB;Python;R,Bash/Shell (all shells);C++;Python;R;Rust,Ubuntu,Indifferent,Highly distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",US,Plan to use,190000,2023-05-25
2858,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,6,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;R;SQL,Bash/Shell (all shells);Python;R;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,8,Other,US,Using,225000,2023-05-28
2887,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,16,10,20 to 99 employees,Switzerland,Bash/Shell (all shells);Java;JavaScript;Python;SQL,Bash/Shell (all shells);C++;Go;Java;Python;SQL,Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Highly distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,93684,2023-05-10
2951,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",3,2,500 to 999 employees,Germany,Bash/Shell (all shells);Groovy;Python;SQL,NA,MacOS,Unsure,Neither trust nor distrust,Individual contributor,16,Other,Not US,Plan to use,155280,2023-05-28
3136,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,4,10 to 19 employees,Poland,Python;R;SQL;VBA,PowerShell;Python;R;Rust;SAS;SQL;VBA,Windows,Unfavorable,Somewhat distrust,Individual contributor,5,Other,Not US,Plan to use,12346,2023-05-04
3225,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,6,500 to 999 employees,Portugal,Java;Python,Python,Ubuntu,Favorable,Somewhat trust,Individual contributor,6,Financial Services,Not US,Using,47119,2023-05-07
3248,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",22,17,"5,000 to 9,999 employees",Argentina,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Solaris;Windows,Very favorable,Somewhat trust,Individual contributor,17,NA,Not US,Using,30300,2023-05-20
3305,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,16,9,10 to 19 employees,United States of America,Bash/Shell (all shells);Fortran;Python;SQL,Bash/Shell (all shells);Python;R;Rust,MacOS,Very favorable,Somewhat trust,Individual contributor,10,Healthcare,US,Using,140000,2023-05-25
3396,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",18,10,20 to 99 employees,United States of America,Python;SQL,Python;SQL,MacOS,Unsure,Neither trust nor distrust,Individual contributor,10,Healthcare,US,Plan to use,175000,2023-05-21
3402,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,11,5,"10,000 or more employees",United States of America,C#;HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,C#;HTML/CSS;Java;JavaScript;PowerShell;Python;SQL;TypeScript,Windows,Very favorable,Somewhat distrust,Individual contributor,5,NA,US,Using,121590,2023-05-16
3431,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,30,12,100 to 499 employees,United States of America,Python;R;SQL,R;Rust,MacOS,Favorable,Somewhat distrust,People manager,15,"Information Services, IT, Software Development, or other Technology",US,Plan to use,180000,2023-05-20
3675,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,5,4,20 to 99 employees,United States of America,Bash/Shell (all shells);C#;JavaScript;PowerShell;Python;SQL,Bash/Shell (all shells);C#;PowerShell;Python;SQL,Arch;Cygwin;Windows,Very favorable,Highly distrust,People manager,4,Healthcare,US,Plan to use,105000,2023-05-03
3846,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,4,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Go;Haskell;Rust;SQL,NA,Favorable,Neither trust nor distrust,Individual contributor,4,"Manufacturing, Transportation, or Supply Chain",US,Using,140000,2023-05-25
3918,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)","Engineer, data",8,5,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Python;Rust,Python;Rust,MacOS,Very favorable,Somewhat trust,Individual contributor,5,Retail and Consumer Services,Not US,Using,95586,2023-05-02
3942,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,8,100 to 499 employees,Brazil,Bash/Shell (all shells);Python,Bash/Shell (all shells);C;C++;Julia;Python;Rust,Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,40060,2023-05-25
3967,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",7,2,500 to 999 employees,Germany,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;MATLAB;PowerShell;Python;R;SQL,Bash/Shell (all shells);Python;SQL,Windows,Very favorable,Highly trust,Individual contributor,2,NA,Not US,Using,55687,2023-05-25
3990,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,2,10 to 19 employees,India,Bash/Shell (all shells);HTML/CSS;Python;SQL,Bash/Shell (all shells);Go;HTML/CSS;Python;SQL,Ubuntu,Favorable,Somewhat trust,Individual contributor,2,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,14540,2023-05-17
4035,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,17,9,"1,000 to 4,999 employees",El Salvador,HTML/CSS;Java;PHP;Scala;SQL,HTML/CSS;Java;JavaScript;Kotlin;PHP;Scala;SQL;Swift,Windows,Very favorable,Highly trust,Individual contributor,12,Other,Not US,Plan to use,48000,2023-05-22
4062,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Freelance/contract work,"Associate degree (A.A., A.S., etc.)",Database administrator,11,8,20 to 99 employees,Spain,Bash/Shell (all shells);C#;HTML/CSS;Java;PHP;PowerShell;SQL;VBA;Visual Basic (.Net),Bash/Shell (all shells);C#;HTML/CSS;PHP;PowerShell;SQL;VBA;Visual Basic (.Net),Windows,Unsure,Neither trust nor distrust,People manager,9,Other,Not US,Plan to use,35340,2023-05-26
4378,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,4,100 to 499 employees,Brazil,Bash/Shell (all shells);HTML/CSS;JavaScript;Julia;Python;R;SQL;VBA,Bash/Shell (all shells);HTML/CSS;JavaScript;Julia;Python;Rust;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,5,Financial Services,Not US,Using,40575,2023-05-17
4668,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,12,10,20 to 99 employees,United States of America,C;C++;HTML/CSS;JavaScript;R;SAS;SQL,C;C++;HTML/CSS;JavaScript;R;SQL,MacOS;Ubuntu,Unfavorable,Somewhat distrust,People manager,10,Other,US,Plan to use,80000,2023-05-03
4683,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,8,100 to 499 employees,United States of America,C#;Python,Python,Other Linux-based,Very favorable,Somewhat trust,Individual contributor,8,"Manufacturing, Transportation, or Supply Chain",US,Using,130000,2023-05-25
4807,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,9,9,"10,000 or more employees",Germany,R,JavaScript;Python,Windows,Very favorable,Somewhat trust,Individual contributor,11,Insurance,Not US,Using,96381,2023-05-01
4815,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",23,19,"1,000 to 4,999 employees",Spain,Bash/Shell (all shells);Python;Scala;SQL,Bash/Shell (all shells);Python;Scala;SQL,Other Linux-based;Red Hat,Favorable,Somewhat trust,Individual contributor,19,"Information Services, IT, Software Development, or other Technology",Not US,Using,77104,2023-05-06
4848,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,12,2 to 9 employees,United States of America,Bash/Shell (all shells);C#;C++;Dart;Go;HTML/CSS;Java;JavaScript;Objective-C;Perl;PHP;PowerShell;Python;Ruby;Rust;SQL;Swift;TypeScript;Visual Basic (.Net),Dart;Go;Kotlin;Python;Rust,NA,Favorable,Somewhat trust,Individual contributor,10,"Manufacturing, Transportation, or Supply Chain",US,Using,100000,2023-05-20
4962,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",14,7,2 to 9 employees,United States of America,HTML/CSS;Python;Rust;TypeScript,Ada;Rust;Zig,MacOS,Very favorable,Somewhat trust,People manager,15,Financial Services,US,Using,300000,2023-05-09
5013,"I am not primarily a developer, but I write code sometimes as part of my work/studies",55-64 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,16,14,"1,000 to 4,999 employees",United States of America,R;SQL,Julia;Python;R;SQL,MacOS;Windows,Indifferent,Neither trust nor distrust,Individual contributor,35,Higher Education,US,Plan to use,160000,2023-05-15
5020,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,6,100 to 499 employees,Thailand,Bash/Shell (all shells);Elixir;HTML/CSS;JavaScript;Python;SQL;TypeScript,Clojure;Dart;Elixir;Haskell;Python;Rust;Scala;TypeScript;Zig,Red Hat;Windows,Favorable,Somewhat trust,Individual contributor,4,NA,Not US,Using,23293,2023-05-13
5023,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,10 to 19 employees,United States of America,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;Rust;SQL,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,6,NA,US,Plan to use,168000,2023-05-16
5075,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,6,"1,000 to 4,999 employees",United States of America,Python;Ruby,Nim;Python,MacOS,Very favorable,Somewhat trust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",US,Using,250000,2023-05-11
5087,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,25,21,20 to 99 employees,Brazil,C;C#;C++,Python,Red Hat;Windows,Favorable,Somewhat trust,Individual contributor,20,NA,Not US,Plan to use,36518,2023-05-21
5253,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects,Some college/university study without earning a degree,"Engineer, data",23,6,100 to 499 employees,Germany,Lua;Rust,C;Haskell;Lua;OCaml;Rust;Zig,Other Linux-based;Windows,Favorable,Somewhat distrust,Individual contributor,6,NA,Not US,Using,45513,2023-05-02
5266,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,26,24,100 to 499 employees,Brazil,R,R,Ubuntu;Windows,Very favorable,Somewhat distrust,People manager,24,NA,Not US,Using,28403,2023-05-26
5282,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",15,5,100 to 499 employees,Canada,C;C++;Python;R,NA,NA,Very favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,92939,2023-05-17
5367,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",25,17,"1,000 to 4,999 employees",Canada,Java;Python;TypeScript,NA,MacOS;Ubuntu,Indifferent,Neither trust nor distrust,Individual contributor,21,Financial Services,Not US,Plan to use,148703,2023-05-19
5370,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,5,"1,000 to 4,999 employees",Israel,Bash/Shell (all shells);Java;Python;Scala;SQL,Bash/Shell (all shells);Python;Scala;SQL,MacOS;Other Linux-based;Ubuntu,Favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,133640,2023-05-12
5441,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,7,7,"10,000 or more employees",Brazil,C#;Lisp;Python;SQL;VBA,Python;VBA,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,36518,2023-05-05
5540,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,Some college/university study without earning a degree,Database administrator,6,5,100 to 499 employees,"Venezuela, Bolivarian Republic of...",Bash/Shell (all shells);GDScript;HTML/CSS;JavaScript;Lua;PHP;PowerShell;Python;Rust;SQL;VBA,GDScript;Go;HTML/CSS;JavaScript;Lua;PowerShell;Python;R;Ruby;Rust;SQL;TypeScript;Zig,Arch;ChromeOS;Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,5,"Manufacturing, Transportation, or Supply Chain",Not US,Using,9600,2023-05-16
5773,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,4,"1,000 to 4,999 employees",Hungary,Bash/Shell (all shells);C#;Java;Python;SQL,Bash/Shell (all shells);C++;Go;Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,4,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,45246,2023-05-06
5823,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,2,"1,000 to 4,999 employees",Viet Nam,SQL,Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,978,2023-05-03
5846,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",18,2,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;Scala,Bash/Shell (all shells);C#;Fortran;Python;TypeScript,Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,2,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,118000,2023-05-25
5863,I am a developer by profession,35-44 years old,"Independent contractor, freelancer, or self-employed;Employed, part-time",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",22,15,20 to 99 employees,Germany,Dart;JavaScript;Python;Scala;SQL;TypeScript,Python;Scala;SQL,Android;MacOS;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",Not US,Using,107090,2023-05-01
5931,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,40,29,20 to 99 employees,Germany,C#;Go;Python;R;SQL,C#;Go;Python;SQL,MacOS;Other Linux-based;Ubuntu,Very favorable,Somewhat trust,People manager,25,NA,Not US,Using,128507,2023-05-11
6062,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time",In-person,Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,21,15,500 to 999 employees,Norway,Python;R;VBA,Python;VBA,Windows,Favorable,Somewhat trust,People manager,15,NA,Not US,Using,99674,2023-05-19
6143,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Bootstrapping a business;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,3,"1,000 to 4,999 employees",Poland,Bash/Shell (all shells);HTML/CSS;Python,Bash/Shell (all shells);HTML/CSS;Python;Rust,MacOS,Indifferent,Somewhat distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,57423,2023-05-30
6234,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,25,15,20 to 99 employees,United States of America,Bash/Shell (all shells);C++;HTML/CSS;JavaScript;Python,Bash/Shell (all shells);C++;Python,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,20,"Information Services, IT, Software Development, or other Technology",US,Using,400000,2023-05-25
6270,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,13,"10,000 or more employees",United States of America,Python,Go;Python,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",US,Plan to use,320000,2023-05-09
6427,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",23,20,"1,000 to 4,999 employees",Netherlands,Bash/Shell (all shells);HTML/CSS;Python;SQL,Java;JavaScript;Rust,MacOS,Favorable,Somewhat trust,People manager,20,Financial Services,Not US,Plan to use,171343,2023-05-29
6647,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",13,10,20 to 99 employees,Slovakia,Bash/Shell (all shells);C;C#;Go;HTML/CSS;Java;JavaScript;PHP;Rust;SQL;TypeScript,Bash/Shell (all shells);Go;HTML/CSS;Java;PHP;Rust;SQL;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,12,Other,Not US,Using,171343,2023-05-03
6715,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Associate degree (A.A., A.S., etc.)",Data or business analyst,3,1,20 to 99 employees,Colombia,Bash/Shell (all shells);Java;Python;SQL,JavaScript;TypeScript,NA,Favorable,Neither trust nor distrust,Individual contributor,1,Financial Services,Not US,Using,10000,2023-05-29
6788,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",In-person,Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,3,2 to 9 employees,Mexico,Bash/Shell (all shells);C#;C++;HTML/CSS;JavaScript;PowerShell;Python;SQL;VBA;Visual Basic (.Net),Bash/Shell (all shells);C#;C++;HTML/CSS;JavaScript;PowerShell;Python;SQL;VBA;Visual Basic (.Net),ChromeOS;Debian;Other Linux-based;Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,7,Other,Not US,Plan to use,14736,2023-05-28
6826,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,12,100 to 499 employees,Canada,C++;JavaScript;Python;Rust,C++;Python,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",Not US,Using,107810,2023-05-11
6924,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",13,0,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C++;Fortran;Python;Scala,Bash/Shell (all shells);C;C++;Elixir;Haskell;OCaml;Python;Rust;Scala;TypeScript,Fedora;Ubuntu;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,39724,2023-05-20
6948,I am a developer by profession,45-54 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,3,10 to 19 employees,United States of America,Go,Python,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,People manager,6,"Information Services, IT, Software Development, or other Technology",US,Using,125000,2023-05-29
6998,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,6,100 to 499 employees,United States of America,Bash/Shell (all shells);C++;Go;Perl;Python;SQL,Go;Python;Rust;SQL,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,6,Other,US,Using,135000,2023-05-14
7006,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,14,5,500 to 999 employees,Denmark,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;PHP;PowerShell;Python;SQL,Bash/Shell (all shells);C#;C++;HTML/CSS;JavaScript;PHP;Python;R;Rust;SQL,Debian;Fedora;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,9,Financial Services,Not US,Using,71892,2023-05-16
7007,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,4,20 to 99 employees,Netherlands,C;C#;C++;HTML/CSS;JavaScript;Python;Rust;SQL;TypeScript,C;C#;GDScript;Go;HTML/CSS;Rust;SQL;TypeScript,Windows,Favorable,Somewhat distrust,Individual contributor,6,Other,Not US,Using,53545,2023-05-04
7155,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby,Some college/university study without earning a degree,Data or business analyst,6,3,100 to 499 employees,Guatemala,HTML/CSS;Java;Python;SQL,Go;HTML/CSS;Java;Kotlin;Python;SQL,Arch;Debian;Fedora;Other Linux-based;Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,6,Wholesale,Not US,Using,15349,2023-05-14
7168,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,6,"1,000 to 4,999 employees",Australia,Bash/Shell (all shells);Python;Scala;TypeScript,Bash/Shell (all shells);Haskell;Python;Rust;Scala;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,99156,2023-05-17
7191,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,2,1,10 to 19 employees,Mexico,Python,Python,MacOS,Unsure,Somewhat distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,21984,2023-05-08
7252,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,5,500 to 999 employees,United States of America,Bash/Shell (all shells);Go;Python;Rust,NA,MacOS,Indifferent,Somewhat distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",US,Plan to use,142000,2023-05-09
7326,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",20,10,2 to 9 employees,United States of America,Bash/Shell (all shells);JavaScript;Python;TypeScript,Assembly;Bash/Shell (all shells);Lisp;Python;TypeScript,Debian;MacOS,Favorable,Somewhat trust,Individual contributor,10,NA,US,Using,247500,2023-05-20
7536,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,1,100 to 499 employees,Australia,Python,Python,Windows,Very favorable,Neither trust nor distrust,Individual contributor,1,Other,Not US,Using,56849,2023-05-16
7600,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data or business analyst,20,10,"1,000 to 4,999 employees",Australia,C#;HTML/CSS;JavaScript;Python;SQL,C;C#;C++;Python,Windows,Favorable,Somewhat trust,People manager,15,Retail and Consumer Services,Not US,Plan to use,115682,2023-05-22
7615,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Other (please specify):,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,6,6,"Just me - I am a freelancer, sole proprietor, etc.",Canada,HTML/CSS;JavaScript;PowerShell;SQL;TypeScript,HTML/CSS;JavaScript;PowerShell;Scala;SQL;TypeScript,Windows,Very unfavorable,Highly distrust,Individual contributor,7,Financial Services,Not US,Using,96657,2023-05-27
7682,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",4,2,"1,000 to 4,999 employees",Canada,C#;C++;PowerShell;Python,C++;F#;Lisp;Nim;OCaml;Rust,Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,2,Healthcare,Not US,Using,54277,2023-05-18
7780,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,5,"1,000 to 4,999 employees",Brazil,Assembly;Bash/Shell (all shells);C;C++;Delphi;Go;HTML/CSS;JavaScript;MATLAB;PHP;Python;R;Rust;SQL;TypeScript,Assembly;Bash/Shell (all shells);Python;Rust;SQL;Zig,Arch;Other Linux-based,Favorable,Somewhat distrust,Individual contributor,6,Other,Not US,Using,162301,2023-05-11
7862,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,4,9,10 to 19 employees,Colombia,C++;HTML/CSS;JavaScript;PHP,C#;Dart;Kotlin,Windows,Very favorable,Somewhat trust,Individual contributor,5,"Manufacturing, Transportation, or Supply Chain",Not US,Using,460,2023-05-02
7948,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,14,10,"10,000 or more employees",United States of America,Bash/Shell (all shells);Python,Rust,MacOS,Indifferent,Highly distrust,Individual contributor,10,Retail and Consumer Services,US,Plan to use,362000,2023-05-19
8139,I am a developer by profession,18-24 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,3,0,100 to 499 employees,United States of America,C;HTML/CSS;Java;PowerShell;Python;R;SQL,C++;Java;Julia;Python;R;Scala;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,2,NA,US,Plan to use,65000,2023-05-12
8325,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,4,100 to 499 employees,United States of America,Assembly;C;C++;Go;Python;R;Rust,C;C++;Haskell;Julia;Python;Rust,MacOS;Windows,Very favorable,Neither trust nor distrust,Individual contributor,6,Other,US,Using,450000,2023-05-17
8348,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,13,1,"5,000 to 9,999 employees",United States of America,Python;Rust;SQL,Rust,Other (Please Specify):,Very favorable,Neither trust nor distrust,Individual contributor,1,"Manufacturing, Transportation, or Supply Chain",US,Using,90000,2023-05-02
8461,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,3,20 to 99 employees,Malaysia,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;SQL;TypeScript,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,3,Financial Services,Not US,Using,14415,2023-05-09
8598,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",13,10,"10,000 or more employees",Chile,Bash/Shell (all shells);Java;Python;SQL,Bash/Shell (all shells);Go;Java;JavaScript;Python;R;SQL,MacOS;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,93733,2023-05-16
8600,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,6,4,"10,000 or more employees",Australia,HTML/CSS;JavaScript;PowerShell;Python;SQL;VBA,Rust;TypeScript,NA,Favorable,Somewhat trust,Individual contributor,5,Other,Not US,Using,39662,2023-05-13
8696,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,Some college/university study without earning a degree,Data scientist or machine learning specialist,7,4,2 to 9 employees,Canada,Go;Python;Rust,Clojure;Elixir;Python;Rust,Debian;Other Linux-based;Other (Please Specify):,Very unfavorable,Somewhat distrust,Individual contributor,4,Other,Not US,Using,54277,2023-05-30
8879,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,5,10 to 19 employees,United States of America,C;Python;TypeScript,APL;Clojure;GDScript;Haskell;Rust;TypeScript,Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,5,Other,US,Using,134250,2023-05-06
8993,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,5,2 to 9 employees,United States of America,Python;Rust,Julia;Objective-C;Python;Rust,MacOS;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,5,Other,US,Using,600000,2023-05-04
9014,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",11,2,"1,000 to 4,999 employees",New Zealand,C#;JavaScript;Python;R;SQL,Python;Rust;SQL,Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,2,Higher Education,Not US,Plan to use,66772,2023-05-31
9060,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,28,19,"5,000 to 9,999 employees",United States of America,Bash/Shell (all shells);Java;Python;Scala;SQL,Python;Scala,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,22,"Information Services, IT, Software Development, or other Technology",US,Using,292000,2023-05-27
9098,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,4,20 to 99 employees,United States of America,Bash/Shell (all shells);Python;Rust;SQL,Bash/Shell (all shells);Go;Python;Rust,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,4,NA,US,Using,100000,2023-05-17
9291,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,6,100 to 499 employees,Uruguay,Python;R;SQL,C;C#;JavaScript;Julia;Scala,ChromeOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,10,NA,Not US,Using,929,2023-05-15
9356,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,4,0,100 to 499 employees,India,C;C#;C++;HTML/CSS;Java;JavaScript;PowerShell;Python;R;SAS;SQL,Ada;Apex;APL;Assembly;Bash/Shell (all shells);C++;Clojure;Cobol;Crystal;Dart;Delphi;Elixir;Erlang;F#;Flow;Fortran;GDScript;Go;Groovy;Haskell;Julia;Kotlin;Lisp;Lua;MATLAB;Nim;Objective-C;OCaml;Perl;PHP;Prolog;Raku;Ruby;Rust;Scala;Solidity;Swift;TypeScript;VBA;Visual Basic (.Net);Zig,Windows,Very favorable,Somewhat trust,Individual contributor,1,Healthcare,Not US,Using,1454,2023-05-16
9500,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,6,20 to 99 employees,Australia,JavaScript;Python;SQL,Rust,Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,8,NA,Not US,Using,92545,2023-05-27
9513,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Freelance/contract work;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,3,100 to 499 employees,Nepal,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;SQL,Java;JavaScript;Kotlin;Python;SQL;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,6821,2023-05-13
9524,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",28,18,"5,000 to 9,999 employees",Thailand,Bash/Shell (all shells);Java;Python;Scala;SQL,Bash/Shell (all shells);Java;Kotlin;Rust,Other Linux-based;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,18,"Information Services, IT, Software Development, or other Technology",Not US,Using,109276,2023-05-07
9541,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,2,"10,000 or more employees",India,Python;Scala;SQL,NA,Windows,Indifferent,Somewhat trust,Individual contributor,2,Other,Not US,Using,7573,2023-05-03
9542,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,3,2 to 9 employees,India,Go;Python;SQL,NA,Ubuntu,Very favorable,Somewhat trust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,54526,2023-05-27
9567,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,10,8,20 to 99 employees,United States of America,Bash/Shell (all shells);Python;R,Bash/Shell (all shells);C;C++;Python;R,MacOS,Favorable,Somewhat trust,Individual contributor,13,Advertising Services,US,Plan to use,170000,2023-05-25
9705,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,1,20 to 99 employees,India,C++;Java;Python;SQL,C++;Go;Java;Python;Scala;SQL,Arch,Favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,24234,2023-05-24
9894,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Other (please specify):,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",21,11,100 to 499 employees,Germany,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Julia;Lua;Python;Rust;SQL,Arch,Unsure,Somewhat trust,Individual contributor,11,NA,Not US,Plan to use,88884,2023-05-04
9899,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",4,2,"1,000 to 4,999 employees",Hong Kong (S.A.R.),Java;Python;SQL,Python;SQL,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,2,Financial Services,Not US,Plan to use,50513,2023-05-07
9966,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,11,5,500 to 999 employees,India,C++;Go;Java;JavaScript;Kotlin;Python;SQL,C++;Go;Kotlin;Python;SQL,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,5,NA,Not US,Using,59373,2023-05-30
9994,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",23,20,100 to 499 employees,Australia,C#;Python;Scala;SQL,Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,22,Financial Services,Not US,Using,99156,2023-05-30
10086,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,5,"10,000 or more employees",India,C++;Java;Objective-C;Python;SQL;Swift,Python;SQL,iOS;Windows,Favorable,Somewhat trust,People manager,5,Financial Services,Not US,Plan to use,21810,2023-05-29
10099,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Bootstrapping a business;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,11,500 to 999 employees,Malaysia,C;C++;Go;Java;JavaScript;Kotlin;Python;SQL;TypeScript,NA,Debian;MacOS;Ubuntu,Indifferent,Somewhat distrust,Individual contributor,11,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,65522,2023-05-11
10197,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,1,100 to 499 employees,India,C;C++;HTML/CSS;Java;JavaScript;MATLAB;Python;SQL,HTML/CSS;Java;JavaScript;MATLAB;Python;SQL,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,5453,2023-05-14
10391,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,Data scientist or machine learning specialist,5,3,"10,000 or more employees",Germany,JavaScript;Python;Rust;SQL,Python;Rust;SQL,Debian;MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,3,"Manufacturing, Transportation, or Supply Chain",Not US,Using,64254,2023-05-11
10395,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",14,11,20 to 99 employees,New Zealand,Bash/Shell (all shells);Java;Python;Scala;SQL,Rust;Scala;SQL,Other Linux-based,Very favorable,Somewhat trust,Individual contributor,11,NA,Not US,Using,88018,2023-05-09
10819,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed;Employed, part-time",Remote,Hobby;Contribute to open-source projects;Bootstrapping a business;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",11,7,2 to 9 employees,France,Bash/Shell (all shells);C;C++;Fortran;Java;MATLAB;PowerShell;Prolog;Python;R;Scala;SQL,Bash/Shell (all shells);Go;Java;Python;Rust;SQL,Debian;Red Hat;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,107090,2023-05-21
10923,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",41,33,100 to 499 employees,Australia,Python;SQL,Python,iOS,Favorable,Somewhat distrust,Individual contributor,33,Retail and Consumer Services,Not US,Plan to use,142123,2023-05-15
10929,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,6,"10,000 or more employees",United States of America,HTML/CSS;JavaScript;Kotlin;Python;R;SQL;TypeScript,C++;Go,MacOS,Favorable,Somewhat trust,Individual contributor,6,NA,US,Using,150000,2023-05-02
11029,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,6,500 to 999 employees,Kenya,C#;PHP;PowerShell;Python;R;SQL,C#;C++;JavaScript;PHP;PowerShell;Python;R;SQL,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,7,Healthcare,Not US,Using,21616,2023-05-08
11034,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,4,2,10 to 19 employees,Spain,C;Python,C;Python,Arch,Indifferent,Somewhat trust,Individual contributor,4,NA,Not US,Plan to use,32127,2023-05-10
11152,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,1,"1,000 to 4,999 employees",Malaysia,HTML/CSS;JavaScript;Python;SQL,NA,NA,Favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,7863,2023-05-19
11187,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,2,"5,000 to 9,999 employees",India,Python;Scala,C++;Python;Scala,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Unsure,Neither trust nor distrust,Individual contributor,2,Healthcare,Not US,Plan to use,12117,2023-05-26
11257,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,1,"10,000 or more employees",Sweden,Assembly;C;C++;HTML/CSS;JavaScript;Python;SQL,C++;Python;SQL,Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,55285,2023-05-02
11277,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",20,12,500 to 999 employees,Spain,Python;Scala;SQL,Scala;SQL,MacOS,Very favorable,Somewhat trust,Individual contributor,12,Advertising Services,Not US,Using,74963,2023-05-17
11331,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,5,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,R;Rust;SQL,Lisp;R;Rust,MacOS,Indifferent,Somewhat distrust,Individual contributor,6,Advertising Services,Not US,Using,68276,2023-05-27
11385,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,3,2,20 to 99 employees,Taiwan,Python,Julia;Rust,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,39438,2023-05-14
11395,I am a developer by profession,45-54 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,30,25,2 to 9 employees,Belgium,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);F#;Lisp;Python;SQL,Ubuntu,Favorable,Somewhat trust,Individual contributor,25,"Information Services, IT, Software Development, or other Technology",Not US,Using,53545,2023-05-02
11420,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",7,7,500 to 999 employees,United States of America,Bash/Shell (all shells);Go;Java;Python;Scala;SQL;TypeScript,Go;Rust;Scala,MacOS,Favorable,Neither trust nor distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",US,Using,210000,2023-05-11
11446,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,11,5,20 to 99 employees,Turkey,Bash/Shell (all shells);C#;Dart;HTML/CSS;JavaScript;PowerShell;Python;SQL,Bash/Shell (all shells);C#;Dart;HTML/CSS;JavaScript;PowerShell;Python;SQL,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,11,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,33845,2023-05-27
11513,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,3,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,HTML/CSS;Python;R;SQL;VBA,C;C#;C++;Java;JavaScript,NA,Favorable,Somewhat trust,Individual contributor,3,NA,Not US,Using,49655,2023-05-21
11589,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,12,100 to 499 employees,Turkey,Bash/Shell (all shells);Dart;Groovy;HTML/CSS;Java;JavaScript;Objective-C;Python;Scala;SQL;Swift,Bash/Shell (all shells);Dart;Go;HTML/CSS;Objective-C;Python;Scala;SQL;Swift,iOS;MacOS,Indifferent,Somewhat distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,70000,2023-05-30
11763,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,10,2 to 9 employees,Poland,Python;Rust,C;Julia;Python;Rust;TypeScript,iPadOS;MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,13,Healthcare,Not US,Using,100490,2023-05-22
11781,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,5,"10,000 or more employees",France,C++;R,C++;R,Windows,Favorable,Neither trust nor distrust,Individual contributor,5,NA,Not US,Using,44978,2023-05-01
11824,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",25,15,500 to 999 employees,Bulgaria,C#;SQL,C#;SQL,Arch,Indifferent,Neither trust nor distrust,Individual contributor,16,Financial Services,Not US,Plan to use,96381,2023-05-02
11878,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",26,24,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C;C++;Java;Perl;Python;R;Scala;SQL,Bash/Shell (all shells);C;Python;R;SQL,Windows,Favorable,Neither trust nor distrust,People manager,24,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,111724,2023-05-03
11973,I am a developer by profession,45-54 years old,"Employed, full-time",In-person,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,30,25,20 to 99 employees,Ukraine,HTML/CSS;Java;JavaScript;Python;SQL;TypeScript,NA,NA,Favorable,Somewhat trust,People manager,35,NA,Not US,Using,18983,2023-05-13
12103,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,5,2 to 9 employees,Turkey,C;C#;C++;GDScript;Go;Haskell;HTML/CSS;JavaScript;Julia;Lisp;Lua;Perl;PHP;PowerShell;Python;R;Rust;SQL;TypeScript,Go;Python;Rust;SQL,MacOS;Red Hat,Favorable,Neither trust nor distrust,Individual contributor,5,Healthcare,Not US,Using,17769,2023-05-05
12104,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,9,100 to 499 employees,Germany,MATLAB;Python;SQL,Julia,Windows,Favorable,Neither trust nor distrust,Individual contributor,9,Healthcare,Not US,Plan to use,74963,2023-05-26
12151,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,7,5,"1,000 to 4,999 employees",Finland,Bash/Shell (all shells);JavaScript;Python;SQL,Bash/Shell (all shells);JavaScript;Python;Rust;SQL;TypeScript,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,10,NA,Not US,Plan to use,74963,2023-05-05
12156,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,10,100 to 499 employees,Germany,Bash/Shell (all shells);Java;Python;R;SQL,Java;Python;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Highly distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,92097,2023-05-28
12163,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",3,2,"1,000 to 4,999 employees",Turkey,C#;Python,C#;Python,Windows,Favorable,Neither trust nor distrust,Individual contributor,3,Oil & Gas,Not US,Using,37606,2023-05-21
12164,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",37,19,100 to 499 employees,Slovenia,Bash/Shell (all shells);C#;HTML/CSS;Lua;PowerShell;SQL,Bash/Shell (all shells);C#;PowerShell;SQL,AIX;Cygwin;Windows,Indifferent,Somewhat distrust,Individual contributor,20,Financial Services,Not US,Plan to use,59970,2023-05-02
12296,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,16,6,"10,000 or more employees",Denmark,Python;Rust,Python;Rust;Swift,MacOS;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,6,"Manufacturing, Transportation, or Supply Chain",Not US,Using,120779,2023-05-17
12476,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,2,500 to 999 employees,Lithuania,PowerShell;Python;TypeScript,C;C++;PowerShell;Python;R;Ruby;TypeScript,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,2,NA,Not US,Using,40694,2023-05-23
12519,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,23,13,"10,000 or more employees",Israel,Bash/Shell (all shells);Java;Python;SQL,Java;Python,MacOS;Windows,Favorable,Somewhat distrust,Individual contributor,13,Financial Services,Not US,Using,106912,2023-05-24
12534,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,2,10 to 19 employees,Pakistan,HTML/CSS;MATLAB;Python,HTML/CSS;JavaScript;Python,Windows,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,3361,2023-05-21
12570,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,4,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Python;SQL,Python;SQL,Windows,Favorable,Neither trust nor distrust,People manager,16,Retail and Consumer Services,Not US,Plan to use,79448,2023-05-04
12655,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,8,5,10 to 19 employees,India,Python;Scala;SQL,Java,NA,Favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,9694,2023-05-30
12891,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Independent contractor, freelancer, or self-employed",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,25,16,2 to 9 employees,Switzerland,Bash/Shell (all shells);C#;HTML/CSS;Java;Kotlin;R;TypeScript;VBA,NA,Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,25,Financial Services,Not US,Using,308606,2023-05-16
12985,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,7,"1,000 to 4,999 employees",Germany,C++;Groovy;HTML/CSS;Python;R;SQL;VBA,C++;Groovy;HTML/CSS;R;Rust;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,People manager,5,Insurance,Not US,Using,160634,2023-05-31
13089,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,3,2,"5,000 to 9,999 employees",Poland,PHP;Python;SQL;VBA,Python;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Unfavorable,Somewhat distrust,Individual contributor,2,Retail and Consumer Services,Not US,Plan to use,40196,2023-05-09
13097,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,10,100 to 499 employees,Spain,C++;R,Python;R,MacOS,Unsure,Somewhat trust,Individual contributor,20,Other,Not US,Plan to use,74963,2023-05-22
13143,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,17,10,"10,000 or more employees",Germany,C#;HTML/CSS;JavaScript;Python;Rust;SQL,HTML/CSS;Python;Rust;SQL;TypeScript,Windows,Very favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,74940,2023-05-21
13458,I am a developer by profession,45-54 years old,"Employed, full-time",In-person,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",20,20,"1,000 to 4,999 employees",France,Bash/Shell (all shells);C;C++;Fortran;Java;Python,Bash/Shell (all shells);C++;Fortran;Java;Python,Red Hat,Favorable,Somewhat trust,Individual contributor,20,Other,Not US,Plan to use,93168,2023-05-18
13539,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)","Engineer, data",12,12,20 to 99 employees,Netherlands,C++;Go;Python;SQL,C++;Go;Python;SQL,MacOS,Favorable,Highly distrust,Individual contributor,20,NA,Not US,Using,74963,2023-05-02
13566,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,20,12,"5,000 to 9,999 employees",South Africa,Bash/Shell (all shells);Lua;Python;R;Rust;SQL,Bash/Shell (all shells);Lua;Python;R;Rust;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,12,NA,Not US,Using,155615,2023-05-13
13597,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,9,20 to 99 employees,Norway,C#;C++;Python,C++;Python;Rust,Arch,Favorable,Somewhat distrust,Individual contributor,9,NA,Not US,Plan to use,75662,2023-05-10
13669,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,5,5,100 to 499 employees,France,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Perl;PowerShell;SQL;TypeScript,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,Android;Debian;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,37481,2023-05-01
13811,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,2,100 to 499 employees,Germany,Python;SQL,Python;Rust;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,2,Other,Not US,Using,107090,2023-05-19
14057,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,12,7,100 to 499 employees,France,JavaScript;Python;SQL;TypeScript,JavaScript;Python;SQL;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,52206,2023-05-25
14188,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",5,2,"1,000 to 4,999 employees",Germany,Bash/Shell (all shells);Python;Rust;SQL,Bash/Shell (all shells);Python;Rust;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,2,NA,Not US,Plan to use,59970,2023-05-01
14351,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",33,19,"1,000 to 4,999 employees",Spain,Bash/Shell (all shells);JavaScript;Python;SQL;TypeScript,Go;Python;Rust,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,19,Healthcare,Not US,Using,64254,2023-05-18
14361,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,10,"10,000 or more employees",Germany,Python,Python,Android;iOS;MacOS,Very favorable,Neither trust nor distrust,Individual contributor,15,NA,Not US,Using,107091,2023-05-25
14411,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,25,19,"1,000 to 4,999 employees",Germany,Python;SQL,Python,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,19,NA,Not US,Plan to use,96595,2023-05-01
14446,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,10,3,"1,000 to 4,999 employees",Spain,Python;SQL,Python;SQL,Fedora,Very favorable,Somewhat trust,Individual contributor,15,Retail and Consumer Services,Not US,Using,50332,2023-05-08
14472,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,3,20 to 99 employees,Germany,Delphi;HTML/CSS;Java;JavaScript;Python;R;SQL;TypeScript,C++;Go;Haskell;HTML/CSS;JavaScript;Kotlin;Python;SQL;TypeScript,Ubuntu,Favorable,Somewhat distrust,Individual contributor,5,NA,Not US,Using,44978,2023-05-23
14829,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,5,20 to 99 employees,Spain,Python;TypeScript,Python;Rust;TypeScript,MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,85672,2023-05-08
14930,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)","Engineer, data",10,10,500 to 999 employees,Germany,Assembly;Bash/Shell (all shells);C;C#;C++;HTML/CSS;JavaScript;Rust;SQL,C#;Rust;SQL,Windows,Unsure,Highly distrust,Individual contributor,10,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,46049,2023-05-16
14945,I am a developer by profession,25-34 years old,"Employed, part-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,8,"10,000 or more employees",Germany,Python,Julia;Python,MacOS,Favorable,Somewhat trust,Individual contributor,13,Retail and Consumer Services,Not US,Using,67466,2023-05-10
15018,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,"Engineer, data",35,26,"1,000 to 4,999 employees",Belgium,Assembly;Bash/Shell (all shells);C;C#;C++;HTML/CSS;JavaScript;Lisp;Objective-C;Python;SQL;Swift;TypeScript,Go;Haskell;Rust,Debian;Fedora,Very favorable,Neither trust nor distrust,People manager,30,"Manufacturing, Transportation, or Supply Chain",Not US,Using,96381,2023-05-05
15084,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,6,"10,000 or more employees",Germany,Bash/Shell (all shells);Python;R;SQL,Bash/Shell (all shells);JavaScript;Perl;Python;SQL,iOS;Windows,Very favorable,Somewhat trust,Individual contributor,6,Other,Not US,Using,80317,2023-05-05
15522,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,4,500 to 999 employees,India,Groovy;Java;JavaScript;Python;SQL,Java;Python;Scala;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,16964,2023-05-11
15541,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,4,100 to 499 employees,Hungary,Clojure;Scala,Scala,MacOS,Favorable,Somewhat distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,62794,2023-05-07
15628,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,2,100 to 499 employees,Hungary,Python;Rust;SQL,C;Clojure;Python;Rust;SQL;TypeScript,Windows,Very favorable,Neither trust nor distrust,Individual contributor,2,NA,Not US,Using,26394,2023-05-01
15796,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Associate degree (A.A., A.S., etc.)","Engineer, data",37,34,2 to 9 employees,Sweden,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Perl;PowerShell;Python;Rust;SQL;VBA,Bash/Shell (all shells);Erlang;Perl;Python;Rust,Windows,Very favorable,Neither trust nor distrust,Individual contributor,34,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,58899,2023-05-03
15813,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,5,2 to 9 employees,Italy,Java;Python;SQL,Python;SQL,Debian;Other Linux-based;Red Hat;Ubuntu;Windows,Indifferent,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,55151,2023-05-14
15965,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,17,9,10 to 19 employees,South Africa,Bash/Shell (all shells);HTML/CSS;Python;SQL,Bash/Shell (all shells);Python;SQL,Ubuntu,Indifferent,Neither trust nor distrust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,24898,2023-05-24
16027,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,2,20 to 99 employees,Italy,Bash/Shell (all shells);Lua;Python,Python;Rust,MacOS,Favorable,Neither trust nor distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,32127,2023-05-24
16057,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,9,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C#;Java;PowerShell;Python,Python,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",Not US,Using,148966,2023-05-09
16429,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,6,2 to 9 employees,Poland,C++;JavaScript;Python,Python,Ubuntu;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,6,Other,Not US,Using,53834,2023-05-28
16460,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",3,3,20 to 99 employees,Germany,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);Go;Python;SQL,Debian;Ubuntu,Very favorable,Somewhat trust,Individual contributor,3,Healthcare,Not US,Using,74963,2023-05-23
16522,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,3,"1,000 to 4,999 employees",Germany,Bash/Shell (all shells);Python;R;SQL,Bash/Shell (all shells);Python;SQL,iOS;MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,3,Retail and Consumer Services,Not US,Using,80317,2023-05-29
16636,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,22,14,20 to 99 employees,Hungary,Bash/Shell (all shells);C#;HTML/CSS;Java;JavaScript;PowerShell;Python;R,C#;Python,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,14,NA,Not US,Using,63809,2023-05-28
16806,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,8,7,100 to 499 employees,Czech Republic,R;SQL,R;SQL,Windows,Indifferent,Somewhat distrust,Individual contributor,10,Insurance,Not US,Plan to use,45494,2023-05-21
16959,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Bootstrapping a business,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,7,"5,000 to 9,999 employees",Portugal,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Python,NA,Indifferent,Somewhat distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,120000,2023-05-04
17043,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,5,100 to 499 employees,France,Python,Go;Python;Rust,Ubuntu,Favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,57828,2023-05-26
17053,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,8,5,"5,000 to 9,999 employees",Poland,JavaScript;Python;SQL,Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,26,Other,Not US,Using,47852,2023-05-12
17186,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,10,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Python;Scala,Python;Scala,MacOS,Indifferent,Highly distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,173793,2023-05-04
17199,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;School or academic work,"Associate degree (A.A., A.S., etc.)","Engineer, data",6,4,100 to 499 employees,Slovenia,Python;SQL,Go;Python;SQL,Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,4,NA,Not US,Plan to use,58899,2023-05-19
17310,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",34,28,500 to 999 employees,Spain,Bash/Shell (all shells);JavaScript;Python,Go;Python,Debian;MacOS,Very favorable,Somewhat trust,Individual contributor,28,"Information Services, IT, Software Development, or other Technology",Not US,Using,62969,2023-05-24
17338,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,9,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Java;Kotlin;Python;SQL;TypeScript,Java;Kotlin;Python;SQL;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,9,Retail and Consumer Services,Not US,Plan to use,54621,2023-05-03
17354,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,Some college/university study without earning a degree,"Engineer, data",9,6,100 to 499 employees,Israel,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Go;Python;Rust;SQL,MacOS,Indifferent,Highly distrust,Individual contributor,6,Other,Not US,Using,125087,2023-05-05
17460,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,17,13,"10,000 or more employees",Austria,Bash/Shell (all shells);C++;Python;Rust;SQL,Bash/Shell (all shells);C++;Haskell;Python;Rust;SQL,Fedora;Other Linux-based;Red Hat,Favorable,Somewhat trust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,160634,2023-05-29
17585,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,8,"5,000 to 9,999 employees",Thailand,Java;Rust;SQL,Java;Rust;SQL,MacOS;Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,8,Other,Not US,Using,120779,2023-05-17
17904,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Bootstrapping a business;Freelance/contract work;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,13,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C++;HTML/CSS;JavaScript;Lua;PHP;Python;TypeScript,Bash/Shell (all shells);C++;JavaScript;Lua;Python;Rust;TypeScript,Android;Arch;MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,86897,2023-05-14
17976,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",25,18,2 to 9 employees,Italy,Dart;HTML/CSS;JavaScript;Python;SQL,Dart;HTML/CSS;JavaScript;Python;SQL,MacOS;Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,18,NA,Not US,Using,53545,2023-05-05
18038,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,12,"10,000 or more employees",France,Python;SQL,Python;SQL,Other Linux-based;Ubuntu;Windows,Very favorable,Somewhat trust,People manager,14,NA,Not US,Using,85672,2023-05-25
18081,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,10,7,20 to 99 employees,Switzerland,Python,Python,Debian;Windows,Very favorable,Somewhat trust,Individual contributor,7,NA,Not US,Using,121238,2023-05-08
18087,I am a developer by profession,45-54 years old,"Employed, full-time",In-person,Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,12,"10,000 or more employees",France,Bash/Shell (all shells);Groovy;Java;Python;R;SQL,Groovy;Java;Python;R;SQL,Ubuntu,Indifferent,Somewhat distrust,Individual contributor,10,NA,Not US,Using,36946,2023-05-26
18163,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",21,20,20 to 99 employees,Netherlands,Bash/Shell (all shells);Java;JavaScript;Kotlin;Python;Rust;Scala,Bash/Shell (all shells);Java;Python;Rust;Scala,MacOS;Ubuntu,Unfavorable,Somewhat trust,Individual contributor,21,"Information Services, IT, Software Development, or other Technology",Not US,Using,133862,2023-05-08
18199,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,13,13,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Kotlin;Python;Rust;Scala;SQL,Kotlin;Python;Rust;Scala;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,People manager,13,NA,Not US,Plan to use,69517,2023-05-27
18200,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,10,6,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Python;R;SQL,Python;R;SQL,MacOS,Favorable,Somewhat distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,99311,2023-05-28
18212,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",11,6,20 to 99 employees,Germany,Bash/Shell (all shells);Go;HTML/CSS;Java;JavaScript;Python;SQL;TypeScript,Go;HTML/CSS;Java;JavaScript;Julia;Python;SQL;Swift;TypeScript,Android;iOS;MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,6,Healthcare,Not US,Plan to use,77104,2023-05-17
18269,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,9,6,"10,000 or more employees",Mozambique,HTML/CSS;Java;JavaScript;PHP,HTML/CSS;Java;JavaScript;PHP;Python;R;SQL,Windows,Very favorable,Somewhat trust,Individual contributor,10,"Manufacturing, Transportation, or Supply Chain",Not US,Using,8449,2023-05-13
18272,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,25,21,"10,000 or more employees",United States of America,Bash/Shell (all shells);C#;JavaScript;PowerShell;SQL;TypeScript,C#;Go;PowerShell;Swift;TypeScript,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,27,Other,US,Using,225000,2023-05-06
18453,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,7,"10,000 or more employees",Netherlands,HTML/CSS;Python;R,Elixir;Julia;Python,Debian;MacOS;Red Hat;Ubuntu;Windows,Very favorable,Neither trust nor distrust,People manager,7,NA,Not US,Plan to use,85672,2023-05-01
18463,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",14,7,20 to 99 employees,France,C;C++;Java;OCaml;PHP;SQL,C++;Dart;OCaml;Python;Rust;SQL,Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Unfavorable,Somewhat distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,50332,2023-05-30
18508,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,5,2 to 9 employees,United Kingdom of Great Britain and Northern Ireland,Python,Go;Python;Rust,Ubuntu,Very favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,148966,2023-05-12
18512,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,12,500 to 999 employees,France,Bash/Shell (all shells);Go;Java;Kotlin;Python;Scala,Python;Rust;Scala,Ubuntu,Unsure,Somewhat trust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,66931,2023-05-26
18514,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,6,20 to 99 employees,Estonia,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;Rust,Python,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,48190,2023-05-09
18710,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,5,100 to 499 employees,Netherlands,Python;SQL,Python;SQL,MacOS,Favorable,Neither trust nor distrust,Individual contributor,5,Retail and Consumer Services,Not US,Plan to use,64254,2023-05-10
18825,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,11,5,"1,000 to 4,999 employees",Greece,Python;SQL,NA,Windows,Favorable,Somewhat trust,Individual contributor,3,Oil & Gas,Not US,Using,26237,2023-05-07
18888,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",16,10,"10,000 or more employees",India,Bash/Shell (all shells);C++;Dart;HTML/CSS;Java;JavaScript;MATLAB;Objective-C;PHP;PowerShell;Python;SQL,C;C++;R,NA,Favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,29081,2023-05-31
18974,I am a developer by profession,35-44 years old,"Employed, part-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,9,2,10 to 19 employees,Switzerland,Bash/Shell (all shells);Python,Bash/Shell (all shells);Erlang;F#;Haskell;Julia;Python;Rust;Scala,MacOS;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,2,Financial Services,Not US,Using,110216,2023-05-25
19041,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",37,28,"10,000 or more employees",France,Bash/Shell (all shells);C;C#;C++;Java;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);C;C++;Java;JavaScript;Python;SQL;TypeScript,Red Hat;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,28,NA,Not US,Using,106019,2023-05-28
19045,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",11,3,"1,000 to 4,999 employees",Portugal,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R;Scala,Cygwin;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,3,Other,Not US,Using,32127,2023-05-01
19133,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Database administrator,28,25,"10,000 or more employees",Italy,Bash/Shell (all shells);C#;C++;Rust;SQL,NA,Debian;Red Hat;Windows,Very favorable,Neither trust nor distrust,Individual contributor,25,Financial Services,Not US,Using,71750,2023-05-09
19184,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,2,10 to 19 employees,Egypt,Bash/Shell (all shells);Dart;Python;SQL,Bash/Shell (all shells);Dart;Elixir;Python;Rust;Scala;SQL;Zig,Android;Arch;Fedora;Red Hat,Unfavorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,1623,2023-05-12
19241,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,33,9,20 to 99 employees,Israel,Bash/Shell (all shells);C++;Clojure;Julia;Python;R,Prolog;Rust,NA,Favorable,Somewhat distrust,People manager,15,"Manufacturing, Transportation, or Supply Chain",Not US,Using,106912,2023-05-18
19351,I am a developer by profession,18-24 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,4,20 to 99 employees,Slovakia,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;PowerShell;Python;R;SQL,Bash/Shell (all shells);C++;Go;HTML/CSS;JavaScript;Julia;PowerShell;Python;R;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,39837,2023-05-19
19409,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,7,100 to 499 employees,Germany,Bash/Shell (all shells);Python;Scala,Bash/Shell (all shells);Python;Rust,Ubuntu;Windows,Favorable,Highly distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,91026,2023-05-27
19489,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,23,12,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C;MATLAB;Python,Python;Rust;Swift,iOS;MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,110483,2023-05-20
19531,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,4,2,20 to 99 employees,Germany,Bash/Shell (all shells);HTML/CSS;JavaScript;R;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;R;SQL;TypeScript,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,10,Other,Not US,Using,53545,2023-05-17
19565,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,7,5,"1,000 to 4,999 employees",Spain,Go;Rust,Go;Rust,MacOS,Favorable,Somewhat trust,Individual contributor,6,Healthcare,Not US,Plan to use,53545,2023-05-28
19775,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,6,2 to 9 employees,United Kingdom of Great Britain and Northern Ireland,Python;SQL,Python;SQL,Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,6,Financial Services,Not US,Using,310345,2023-05-01
19798,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,2,20 to 99 employees,Bangladesh,Java;MATLAB;Python;R;SQL,C#;HTML/CSS;Java;JavaScript;Kotlin;Python;SQL;Swift,Windows,Favorable,Somewhat trust,Individual contributor,2,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,10877,2023-05-19
19861,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data or business analyst,8,4,20 to 99 employees,Italy,Go;Python;R;SQL,Python;SQL,Red Hat;Windows,Indifferent,Somewhat trust,Individual contributor,4,Financial Services,Not US,Using,27843,2023-05-05
19904,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,4,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;Scala;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,10,NA,Not US,Plan to use,80876,2023-05-30
20025,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,4,100 to 499 employees,France,JavaScript;PHP;Python;Scala;SQL;TypeScript,JavaScript;Python;Rust;SQL;TypeScript,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,51403,2023-05-05
20093,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,2,500 to 999 employees,India,Bash/Shell (all shells);C;C++;Haskell;HTML/CSS;Java;PHP;Python;SQL;TypeScript,Bash/Shell (all shells);Haskell;Java;Python;SQL;TypeScript,Android;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Highly distrust,Individual contributor,2,Retail and Consumer Services,Not US,Using,6058,2023-05-25
20100,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,5,500 to 999 employees,Germany,Bash/Shell (all shells);Java;Python;Scala;SQL,Elixir;Erlang;Kotlin;Rust;Scala,Arch;MacOS,Indifferent,Neither trust nor distrust,Individual contributor,5,Other,Not US,Plan to use,112444,2023-05-15
20107,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, part-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,10,3,10 to 19 employees,Germany,HTML/CSS;Python;SQL,Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,5,NA,Not US,Plan to use,35125,2023-05-09
20200,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,16,8,"1,000 to 4,999 employees",Spain,C++;Fortran,HTML/CSS;JavaScript;Python;R,Android;Ubuntu;Windows,Very favorable,Somewhat distrust,Individual contributor,8,Healthcare,Not US,Using,36410,2023-05-25
20219,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,17,5,20 to 99 employees,Germany,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;Rust;SQL;TypeScript,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Python;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Highly distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-01
20309,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,8,100 to 499 employees,Israel,Python,Rust,MacOS,Favorable,Neither trust nor distrust,Individual contributor,8,NA,Not US,Using,13364,2023-05-13
20335,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,3,0,"5,000 to 9,999 employees",India,Bash/Shell (all shells);HTML/CSS;JavaScript;Python,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;TypeScript,Windows,Indifferent,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,3635,2023-05-31
20339,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,20,12,"1,000 to 4,999 employees",Spain,C++;MATLAB;Perl;Python;R;SQL,HTML/CSS;JavaScript;Python;SQL,Debian;Ubuntu,Very favorable,Somewhat trust,Individual contributor,11,Healthcare,Not US,Using,53545,2023-05-20
20476,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,9,8,"10,000 or more employees",Ireland,JavaScript;Python;R;SQL;TypeScript,JavaScript;Python;R;SQL;TypeScript,MacOS,Favorable,Somewhat trust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,91026,2023-05-26
20510,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,2,"10,000 or more employees",United States of America,Bash/Shell (all shells);Python;SQL;Swift,Bash/Shell (all shells);Go;Python;SQL;Swift,Windows,Very favorable,Somewhat trust,Individual contributor,2,"Manufacturing, Transportation, or Supply Chain",US,Using,95000,2023-05-12
20532,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed;Employed, part-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,18,12,"Just me - I am a freelancer, sole proprietor, etc.",Romania,HTML/CSS;JavaScript;MATLAB;PowerShell;Python;R;TypeScript,Rust;Scala;Solidity;TypeScript,Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Highly trust,Individual contributor,12,NA,Not US,Using,115000,2023-05-12
20535,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,1,10 to 19 employees,Slovakia,Python;SQL,Python;SQL,Windows,Very favorable,Somewhat trust,Individual contributor,1,NA,Not US,Using,28272,2023-05-29
20610,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,100 to 499 employees,Germany,Bash/Shell (all shells);Dart;Go;Python;SQL;Swift;TypeScript,Bash/Shell (all shells);Dart;Go;Python;TypeScript,MacOS,Favorable,Somewhat distrust,Individual contributor,6,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,89955,2023-05-07
20648,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,16,7,20 to 99 employees,Germany,Go;JavaScript;Python;Rust;Scala;TypeScript,Go;JavaScript;Python;Rust;TypeScript;Zig,MacOS,Very favorable,Somewhat trust,Individual contributor,7,Advertising Services,Not US,Plan to use,112444,2023-05-10
20736,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,32,29,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Java;SQL,Bash/Shell (all shells);Java;SQL,Red Hat;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,29,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,98069,2023-05-27
20847,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",16,10,20 to 99 employees,Germany,Bash/Shell (all shells);Java;Python;SQL,Bash/Shell (all shells);Java;Python;Rust;SQL,MacOS;Red Hat;Ubuntu;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,10,NA,Not US,Using,107090,2023-05-11
20931,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,3,"1,000 to 4,999 employees",Poland,Python;SQL,JavaScript;Python;TypeScript,Windows,Favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,28711,2023-05-19
20942,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,7,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,C;C++;Groovy;Python;Rust,Python;Rust,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,7,Healthcare,Not US,Plan to use,74483,2023-05-21
20956,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",6,2,20 to 99 employees,France,C;Dart;HTML/CSS;Java;Python;SQL,C++;Dart;Go;JavaScript;Python;Rust;SQL,MacOS;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,2,Retail and Consumer Services,Not US,Using,62112,2023-05-30
20976,I am a developer by profession,35-44 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,7,"5,000 to 9,999 employees",Poland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;SQL,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,13,"Manufacturing, Transportation, or Supply Chain",Not US,Using,75128,2023-05-26
21006,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,4,100 to 499 employees,France,HTML/CSS;Java;JavaScript;PHP;Python;R;SQL;VBA,JavaScript;Julia;Python;Rust;SQL;TypeScript,Debian;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,4,Other,Not US,Using,48940,2023-05-22
21081,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,14,8,20 to 99 employees,Spain,Python,Python;SQL,Ubuntu,Favorable,Somewhat trust,People manager,9,NA,Not US,Using,48190,2023-05-11
21232,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,3,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);JavaScript;Python,Bash/Shell (all shells);C;C++;JavaScript;Python;Rust;TypeScript,Ubuntu,Very favorable,Highly trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,111724,2023-05-02
21441,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,7,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Python;Rust;Scala,Python;Rust,MacOS,Favorable,Neither trust nor distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,86897,2023-05-25
21478,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,1,"10,000 or more employees",Spain,Bash/Shell (all shells);C#;Dart;Groovy;Java;Python;SQL,Bash/Shell (all shells);C#;Dart;Elixir;HTML/CSS;Julia;Python;Rust;SQL,iOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,1,Healthcare,Not US,Using,33198,2023-05-16
21479,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,3,2,100 to 499 employees,Germany,Bash/Shell (all shells);PowerShell;Python,Python;SQL,Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,74963,2023-05-05
21541,I am a developer by profession,18-24 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,3,1,20 to 99 employees,Portugal,F#;HTML/CSS;JavaScript;PowerShell;Python;R;SQL;TypeScript,Python;Rust;SQL,Windows,Very favorable,Neither trust nor distrust,Individual contributor,1,NA,Not US,Using,53545,2023-05-20
21619,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,4,"10,000 or more employees",United States of America,HTML/CSS;Java;JavaScript;Scala;SQL,Go;Lua;Rust;Zig,MacOS,Indifferent,Somewhat trust,Individual contributor,5,Financial Services,US,Plan to use,120000,2023-05-07
21681,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,25,25,500 to 999 employees,United States of America,MATLAB;Python;R;SQL;Visual Basic (.Net),Python;R;SQL;Visual Basic (.Net),Windows,Favorable,Somewhat trust,Individual contributor,25,NA,US,Plan to use,90000,2023-05-24
21711,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,6,1,100 to 499 employees,Australia,Python;R;SAS;SQL,Python;R;SAS;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,15,Healthcare,Not US,Plan to use,39662,2023-05-10
21823,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Associate degree (A.A., A.S., etc.)",Data or business analyst,5,3,"10,000 or more employees",Spain,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;TypeScript,C++;Go;HTML/CSS;Java;JavaScript;Kotlin;PHP;Python;Ruby;Rust;Solidity;TypeScript;Zig,MacOS;Windows,Favorable,Somewhat distrust,Individual contributor,3,NA,Not US,Using,34269,2023-05-26
21920,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",31,27,"1,000 to 4,999 employees",Italy,Bash/Shell (all shells);Go;Python;SQL;Zig,Bash/Shell (all shells);Go;Python;SQL;Zig,Debian;Other Linux-based;Ubuntu,Unsure,Somewhat distrust,Individual contributor,27,NA,Not US,Plan to use,64254,2023-05-23
21994,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",6,4,500 to 999 employees,Germany,Bash/Shell (all shells);Python,Python,MacOS,Very favorable,Somewhat trust,Individual contributor,5,Retail and Consumer Services,Not US,Using,85672,2023-05-19
22086,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Associate degree (A.A., A.S., etc.)","Engineer, data",24,22,"1,000 to 4,999 employees",South Africa,C;Python;Visual Basic (.Net),C;C++;Python,Windows,Very favorable,Somewhat trust,People manager,22,Other,Not US,Plan to use,36310,2023-05-21
22187,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,2,20 to 99 employees,Spain,Bash/Shell (all shells);C++;Python;SQL,C++;Go;Python;R,Debian;Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,Healthcare,Not US,Using,32127,2023-05-14
22244,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,Some college/university study without earning a degree,"Engineer, data",20,20,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);JavaScript;Python;SQL;TypeScript,Python;SQL,MacOS,Favorable,Somewhat distrust,Individual contributor,25,Other,Not US,Using,109242,2023-05-12
22368,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,4,100 to 499 employees,United States of America,JavaScript;Python;SQL;TypeScript,C#;F#;Go;Python;Rust;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,4,Healthcare,US,Using,150000,2023-05-26
22563,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",2,1,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);PowerShell;Python;SQL,JavaScript;Python;SQL,Windows,Indifferent,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,55862,2023-05-16
22655,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,11,20 to 99 employees,Finland,Assembly;Bash/Shell (all shells);C;C++;Dart;HTML/CSS;Java;JavaScript;MATLAB;PHP;Python;SQL;TypeScript,C;C++;Dart;Julia;Python;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,55687,2023-05-01
22693,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,10,"1,000 to 4,999 employees",Germany,Bash/Shell (all shells);Java;Python;R,Bash/Shell (all shells);C++;Java;Python,MacOS;Other Linux-based,Favorable,Somewhat trust,Individual contributor,15,Other,Not US,Plan to use,91026,2023-05-11
22712,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,8,"1,000 to 4,999 employees",Spain,Bash/Shell (all shells);Lua;Python;SQL,Lua;Rust;TypeScript,Arch,Favorable,Neither trust nor distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,91026,2023-05-11
22754,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,2,500 to 999 employees,France,C;C#;C++;HTML/CSS;JavaScript;Python,Python;Rust;TypeScript,Windows,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,59970,2023-05-30
22774,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,25,20,500 to 999 employees,Poland,Bash/Shell (all shells);Python,Bash/Shell (all shells);Python,Ubuntu,Favorable,Somewhat distrust,Individual contributor,20,Healthcare,Not US,Using,102883,2023-05-04
23308,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,2,0,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,HTML/CSS;Python;R;SQL,JavaScript;Python;R;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,1,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,37862,2023-05-18
23345,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,6,20 to 99 employees,Philippines,JavaScript;Python;SQL,Python;R;Rust;SQL,MacOS;Windows,Very favorable,Somewhat trust,Individual contributor,6,Financial Services,Not US,Using,36783,2023-05-09
23538,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,5,2 to 9 employees,Costa Rica,Bash/Shell (all shells);Python;R;SQL,C++;Julia,Arch,Favorable,Somewhat distrust,Individual contributor,19,NA,Not US,Using,101,2023-05-19
23595,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,4,20 to 99 employees,Croatia,Assembly;Bash/Shell (all shells);C;C++;Java;Python;Rust,Assembly;C;Go;Python,Debian,Very favorable,Neither trust nor distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,31056,2023-05-02
23731,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,1,500 to 999 employees,Brazil,Python;SQL,Python;SQL,Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,1,NA,Not US,Plan to use,38952,2023-05-08
23824,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",11,6,"1,000 to 4,999 employees",Germany,Bash/Shell (all shells);Lua;Python;SQL,Bash/Shell (all shells);Java;Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,6,Retail and Consumer Services,Not US,Plan to use,96381,2023-05-07
23851,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data or business analyst,10,10,"1,000 to 4,999 employees",France,PowerShell;Python;SQL,NA,NA,Very favorable,Highly trust,Individual contributor,21,Financial Services,Not US,Plan to use,42836,2023-05-07
24005,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",2,0,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;SQL;TypeScript;VBA,Bash/Shell (all shells);Go;Python;Rust;TypeScript,MacOS,Favorable,Somewhat distrust,Individual contributor,0,Retail and Consumer Services,Not US,Using,43448,2023-05-23
24121,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,9,20 to 99 employees,Armenia,JavaScript;Python;SQL;Swift,C++;JavaScript;Python;Rust;SQL;Swift,MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,10,NA,Not US,Using,66368,2023-05-01
24321,I am a developer by profession,55-64 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,9,"1,000 to 4,999 employees",Canada,C#;Python,C#;Python;Rust,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,10,NA,Not US,Using,100374,2023-05-27
24346,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,7,"5,000 to 9,999 employees",United States of America,Go;Java;Python;R;Scala;SQL,Go;Python;Rust;SQL,iOS;MacOS;Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",US,Using,280000,2023-05-18
24401,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",17,15,100 to 499 employees,United States of America,JavaScript;Python;R;SQL,C++;JavaScript;Python;R,Ubuntu,Very favorable,Somewhat trust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",US,Using,210000,2023-05-31
24409,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",13,12,100 to 499 employees,United States of America,Bash/Shell (all shells);C#;F#;JavaScript;PowerShell;Python;SQL;TypeScript,C#;F#;Julia;PowerShell;Python;Rust;SQL;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,13,Healthcare,US,Using,260000,2023-05-14
24430,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,7,500 to 999 employees,United States of America,C#;HTML/CSS;JavaScript;Python;R;SQL;VBA,Python;Rust;SQL,MacOS;Windows,Indifferent,Somewhat distrust,Individual contributor,8,Healthcare,US,Plan to use,130000,2023-05-07
24515,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,3,2,"1,000 to 4,999 employees",Canada,HTML/CSS;PowerShell;Python;R;SQL,Python;R;SQL;Swift,Windows,Very favorable,Somewhat trust,Individual contributor,3,Financial Services,Not US,Using,74351,2023-05-20
24528,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,16,6,"10,000 or more employees",United States of America,Bash/Shell (all shells);Python;Scala;SQL;Swift,Bash/Shell (all shells);Go;Julia;Python;Rust;SQL,MacOS,Indifferent,Somewhat distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",US,Using,250000,2023-05-29
24590,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,6,"10,000 or more employees",United States of America,Python;SQL,Julia;Python;Rust;SQL,Windows,Indifferent,Highly distrust,Individual contributor,10,NA,US,Plan to use,100000,2023-05-15
24675,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,12,6,20 to 99 employees,Uruguay,Python;R;SQL,Python;R;Rust;SQL,Arch,Very favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,1548,2023-05-12
24905,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,7,100 to 499 employees,United States of America,Bash/Shell (all shells);JavaScript;Python;R;SQL;TypeScript,Bash/Shell (all shells);Python;Rust;SQL;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",US,Using,200000,2023-05-03
24941,"I am not primarily a developer, but I write code sometimes as part of my work/studies",55-64 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed;Retired",In-person,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,3,"Just me - I am a freelancer, sole proprietor, etc.",Jordan,C;HTML/CSS;Java;JavaScript;MATLAB;Python;VBA,Assembly;C#;Kotlin;Lisp;Visual Basic (.Net),Windows,Favorable,Somewhat trust,Individual contributor,36,NA,Not US,Using,9850,2023-05-28
25117,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,2,2 to 9 employees,Austria,Bash/Shell (all shells);C++;JavaScript;Python;Swift,JavaScript;Python;Swift,iOS;iPadOS;MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,58899,2023-05-18
25126,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Bootstrapping a business;Freelance/contract work,"Associate degree (A.A., A.S., etc.)","Engineer, data",12,12,100 to 499 employees,Paraguay,Python;SQL,Python;SQL,Fedora,Indifferent,Neither trust nor distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Using,31486,2023-05-15
25217,I am a developer by profession,55-64 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,Some college/university study without earning a degree,Data or business analyst,35,35,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);C#;PowerShell;SQL,Bash/Shell (all shells);C#;F#;Kotlin;PowerShell;Rust;SQL;TypeScript,Other Linux-based;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,35,Legal Services,US,Plan to use,250000,2023-05-04
25346,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",16,12,500 to 999 employees,Netherlands,Bash/Shell (all shells);C#;Python;R;Scala;SQL,Bash/Shell (all shells);JavaScript;PowerShell;Python;Scala;SQL,ChromeOS;iOS;Windows,Indifferent,Somewhat trust,Individual contributor,12,Retail and Consumer Services,Not US,Plan to use,85672,2023-05-15
25375,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,3,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;R;SAS;SQL,NA,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,3,Healthcare,Not US,Plan to use,86897,2023-05-17
25379,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,3,100 to 499 employees,France,Python,Python,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,3,Legal Services,Not US,Plan to use,53545,2023-05-20
25396,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,21,7,100 to 499 employees,Chile,Python;R;SQL,Go;Julia;Python;R;SQL;TypeScript,Debian;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,7,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,62489,2023-05-27
25454,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,25,18,500 to 999 employees,Canada,Python,Python,MacOS,Favorable,Somewhat distrust,Individual contributor,18,Financial Services,Not US,Using,208478,2023-05-16
25462,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,4,4,20 to 99 employees,United States of America,Python,SQL,NA,Very favorable,Somewhat trust,Individual contributor,10,Other,US,Using,110000,2023-05-03
25524,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,5,0,20 to 99 employees,United States of America,Python;R;SQL;VBA,Python;R,Windows,Indifferent,Somewhat distrust,Individual contributor,1,Healthcare,US,Plan to use,50000,2023-05-11
25588,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",14,8,"10,000 or more employees",Germany,Python;Scala;SQL,Python;Scala;SQL,MacOS;Other Linux-based,Favorable,Neither trust nor distrust,Individual contributor,8,Retail and Consumer Services,Not US,Plan to use,78175,2023-05-14
25679,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",21,11,"10,000 or more employees",United States of America,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python,Bash/Shell (all shells);Java;Python,MacOS,Indifferent,Somewhat distrust,Individual contributor,11,Other,US,Using,135000,2023-05-08
25699,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,7,20 to 99 employees,United States of America,HTML/CSS;Python;R;SQL,HTML/CSS;MATLAB;Python;R;Scala;SQL;VBA,MacOS,Very favorable,Somewhat distrust,People manager,8,Higher Education,US,Using,197500,2023-05-01
25832,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,13,"1,000 to 4,999 employees",United States of America,PowerShell;Python;SQL,C++;PowerShell;Python;Scala;SQL,Windows,Very favorable,Somewhat trust,Individual contributor,13,Insurance,US,Plan to use,116000,2023-05-19
25845,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,2,"1,000 to 4,999 employees",Austria,Bash/Shell (all shells);Kotlin;PowerShell;Python;Rust;SQL,Bash/Shell (all shells);PowerShell;Python;Rust;SQL,Ubuntu;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,58899,2023-05-03
25847,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,10,100 to 499 employees,Germany,Bash/Shell (all shells);Python;SQL,Python,Windows,Favorable,Highly distrust,Individual contributor,10,NA,Not US,Plan to use,101735,2023-05-16
25892,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,5,10 to 19 employees,United States of America,HTML/CSS;Lua;Python;R;SQL,Lua;Python;R;Rust;SQL,Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,7,Other,US,Plan to use,90000,2023-05-16
25902,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;Other (please specify):,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,11,8,100 to 499 employees,Uruguay,Python,Python,MacOS,Favorable,Neither trust nor distrust,Individual contributor,8,NA,Not US,Using,88000,2023-05-18
25919,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,I don’t code outside of work,"Associate degree (A.A., A.S., etc.)",Data or business analyst,10,7,100 to 499 employees,United States of America,C#;JavaScript;PowerShell;Python;VBA;Visual Basic (.Net),Python,Windows,Favorable,Somewhat distrust,Individual contributor,10,"Manufacturing, Transportation, or Supply Chain",US,Using,92000,2023-05-12
25933,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,12,2 to 9 employees,Finland,Bash/Shell (all shells);C#;Java;JavaScript;PowerShell;Python;R;SQL,Clojure;Elixir;Go;Python;Rust;Scala;SQL,Android;MacOS;Other Linux-based;Windows,Favorable,Highly distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,73892,2023-05-01
25957,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,20,10,20 to 99 employees,United States of America,C#;Python,C#;Python,Windows,Favorable,Neither trust nor distrust,People manager,16,NA,US,Using,150000,2023-05-29
26116,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,8,"10,000 or more employees",United States of America,Python;R;SQL,JavaScript;Python;SQL,Windows,Indifferent,Neither trust nor distrust,Individual contributor,10,Healthcare,US,Plan to use,120000,2023-05-12
26196,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,6,20 to 99 employees,Denmark,Bash/Shell (all shells);C;C++;Python;Swift,Bash/Shell (all shells);Go;Lua;Python;Rust;Swift,MacOS;Ubuntu,Indifferent,Somewhat distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,72468,2023-05-13
26244,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Contribute to open-source projects;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,4,500 to 999 employees,United States of America,Python;R;SQL,Python;R,MacOS,Very favorable,Somewhat distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",US,Using,170000,2023-05-11
26263,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,2,"1,000 to 4,999 employees",Italy,Python,Go;Julia;Python,Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,2,NA,Not US,Using,31056,2023-05-22
26267,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,13,"10,000 or more employees",United States of America,Java,NA,NA,Favorable,Neither trust nor distrust,Individual contributor,14,Advertising Services,US,Using,165000,2023-05-07
26317,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",25,22,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;PowerShell;Scala;SQL,NA,Cygwin;Debian;Solaris;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,24,Healthcare,US,Using,252000,2023-05-30
26354,I am a developer by profession,55-64 years old,"Independent contractor, freelancer, or self-employed",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,Some college/university study without earning a degree,Data scientist or machine learning specialist,5,1,20 to 99 employees,New Zealand,HTML/CSS;JavaScript;Python;SQL,HTML/CSS;JavaScript;Julia;Python;R;SQL,Windows,Indifferent,Neither trust nor distrust,People manager,40,NA,Not US,Using,60702,2023-05-01
26365,I am a developer by profession,35-44 years old,"Independent contractor, freelancer, or self-employed",Remote,Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",26,26,100 to 499 employees,Colombia,C#;Groovy;Java;Python;R;Scala;SQL;TypeScript,C#;Go;Java;Python;Scala,Debian;MacOS;Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,26,NA,Not US,Plan to use,17,2023-05-05
26622,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,24,15,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Nim;Python;R,Python;Rust,NA,Favorable,Neither trust nor distrust,Individual contributor,15,Healthcare,Not US,Using,124138,2023-05-19
26704,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,37,15,"10,000 or more employees",Germany,Bash/Shell (all shells),Bash/Shell (all shells),Other Linux-based;Red Hat;Ubuntu,Favorable,Somewhat trust,People manager,16,NA,Not US,Using,91026,2023-05-02
26807,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,12,8,"1,000 to 4,999 employees",United States of America,Python;SQL,Go;Python;Rust;SQL,MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,4,Insurance,US,Using,146000,2023-05-15
26924,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,10,8,"10,000 or more employees",United States of America,Lua;Python;R;SQL,Lua;Python;R;SQL,Windows,Favorable,Somewhat trust,Individual contributor,20,Healthcare,US,Plan to use,125000,2023-05-19
26934,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,6,4,"5,000 to 9,999 employees",United States of America,Julia;Python;R;SQL,Julia;Python;Rust,MacOS,Indifferent,Somewhat distrust,Individual contributor,4,Other,US,Plan to use,70000,2023-05-21
26944,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",40,25,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;SQL,NA,MacOS,Indifferent,Somewhat distrust,Individual contributor,27,Other,US,Plan to use,325000,2023-05-26
27020,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",11,7,10 to 19 employees,Costa Rica,C;C#;Java;PHP;R;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Ubuntu,Favorable,Highly trust,Individual contributor,8,NA,Not US,Using,48000,2023-05-15
27037,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,7,0,"5,000 to 9,999 employees",United States of America,HTML/CSS;JavaScript;Python,HTML/CSS;JavaScript;Python,Windows,Favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",US,Using,66567,2023-05-04
27046,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,3,2,20 to 99 employees,Nigeria,Python;SQL,Bash/Shell (all shells);Go;Python;SQL,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,3,Financial Services,Not US,Using,17330,2023-05-31
27055,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,16,12,500 to 999 employees,United States of America,C;C++;Go;Java;JavaScript;Lisp;PHP;Python;Ruby;Swift,Go;Rust,MacOS,Indifferent,Neither trust nor distrust,People manager,12,"Information Services, IT, Software Development, or other Technology",US,Using,150000,2023-05-10
27080,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,15,"10,000 or more employees",Germany,Java;Scala,Java;Scala,MacOS;Ubuntu,Indifferent,Neither trust nor distrust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,118441,2023-05-14
27179,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,10,"10,000 or more employees",Australia,Bash/Shell (all shells);HTML/CSS;JavaScript;Lua;MATLAB;Python;R;SQL,Bash/Shell (all shells);C++;HTML/CSS;JavaScript;Python;R;Rust,MacOS;Other Linux-based;Red Hat,Very favorable,Somewhat trust,People manager,10,Higher Education,Not US,Using,112377,2023-05-15
27229,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,6,"10,000 or more employees",United States of America,Bash/Shell (all shells);C;Fortran;Haskell;Java;Kotlin;Python;Rust,Python;Rust,MacOS;Red Hat;Ubuntu,Favorable,Somewhat distrust,Individual contributor,15,Other,US,Using,83000,2023-05-06
27253,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,1,100 to 499 employees,Germany,Java;JavaScript;MATLAB;PowerShell;Python;R,Julia;PowerShell;Python;R,Other Linux-based;Windows,Very favorable,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,55687,2023-05-09
27639,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,30,3,"10,000 or more employees",United States of America,Python;R;SQL;VBA,Julia,Windows,Very favorable,Somewhat trust,Individual contributor,3,"Manufacturing, Transportation, or Supply Chain",US,Using,85000,2023-05-18
27669,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,5,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Julia;Python;Rust;Scala;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,5,NA,US,Plan to use,118000,2023-05-12
27788,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,10,100 to 499 employees,Germany,C#;Python,C;C++,Windows,Very favorable,Somewhat trust,Individual contributor,10,NA,Not US,Using,89955,2023-05-18
27804,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,12,9,2 to 9 employees,United States of America,Bash/Shell (all shells);C;C++;HTML/CSS;JavaScript;Python;SQL;TypeScript,Dart;Go;JavaScript;Julia;Kotlin;Python;Rust;Scala;Swift,MacOS;Ubuntu;Windows,Favorable,Somewhat distrust,People manager,10,"Information Services, IT, Software Development, or other Technology",US,Using,185000,2023-05-28
27888,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",13,9,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);C#;HTML/CSS;Java;R;SQL,C#;Java,MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,9,Advertising Services,US,Using,224000,2023-05-03
27902,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,7,10 to 19 employees,Germany,Python,Python;Rust,Ubuntu,Unsure,Neither trust nor distrust,Individual contributor,17,"Information Services, IT, Software Development, or other Technology",Not US,Using,48190,2023-05-29
28007,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,20,20,"10,000 or more employees",Costa Rica,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);C;C#;C++;HTML/CSS;Java;JavaScript;Python;SQL;Swift,Windows,Favorable,Somewhat trust,Individual contributor,24,"Information Services, IT, Software Development, or other Technology",Not US,Using,50000,2023-05-22
28017,I am a developer by profession,45-54 years old,"Independent contractor, freelancer, or self-employed",Remote,Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",30,25,100 to 499 employees,Brazil,HTML/CSS;Java;JavaScript;Perl;PHP;Python;Solidity;SQL;TypeScript,Go;Rust;Scala;Swift,Windows Subsystem for Linux (WSL),Very favorable,Highly trust,Individual contributor,25,"Information Services, IT, Software Development, or other Technology",Not US,Using,33,2023-05-17
28018,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,7,500 to 999 employees,Honduras,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,Debian;MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,8,"Manufacturing, Transportation, or Supply Chain",Not US,Using,68400,2023-05-13
28047,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",11,5,20 to 99 employees,France,Bash/Shell (all shells);HTML/CSS;JavaScript;Kotlin;Python;SQL,Bash/Shell (all shells);Clojure;Go;OCaml;Python;Rust,Android;Other Linux-based;Red Hat;Ubuntu,Very favorable,Somewhat distrust,Individual contributor,5,Higher Education,Not US,Using,40694,2023-05-14
28062,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,10,"10,000 or more employees",United States of America,Bash/Shell (all shells);C++;Groovy;Java;JavaScript;Python;Rust;SQL;TypeScript,Java;JavaScript;Python;Rust;TypeScript,Debian,Favorable,Somewhat distrust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",US,Using,370000,2023-05-26
28101,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,2,2 to 9 employees,Morocco,GDScript;HTML/CSS;JavaScript;Python;R;SQL,NA,MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,10248,2023-05-01
28125,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,6,5,10 to 19 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Python;R,Bash/Shell (all shells);Julia;Python;R;SQL,Windows;Windows Subsystem for Linux (WSL),Indifferent,Highly distrust,People manager,2,Other,Not US,Plan to use,59710,2023-05-18
28238,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,2,2,20 to 99 employees,India,Python;R;SQL;VBA,Bash/Shell (all shells);JavaScript;Python;Rust;SQL;VBA,Windows,Favorable,Somewhat trust,Individual contributor,3,NA,Not US,Using,16964,2023-05-15
28378,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",14,14,"1,000 to 4,999 employees",Germany,Clojure;Go;Scala,NA,NA,Favorable,Neither trust nor distrust,Individual contributor,14,Financial Services,Not US,Using,187407,2023-05-20
28489,I am a developer by profession,55-64 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",43,40,"5,000 to 9,999 employees",United States of America,Bash/Shell (all shells);C#;Go;Haskell;Java;JavaScript;Python;Ruby;Rust;Scala;SQL;TypeScript,Go;Haskell;Python;Ruby;Rust;Scala;SQL;TypeScript,MacOS,Indifferent,Somewhat distrust,Individual contributor,40,"Information Services, IT, Software Development, or other Technology",US,Plan to use,264900,2023-05-16
28550,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,4,500 to 999 employees,Brazil,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Dart;Python;Rust;Scala;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,4,Financial Services,Not US,Using,42000,2023-05-03
28631,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,7,500 to 999 employees,United States of America,Bash/Shell (all shells);PowerShell;R;SQL;Visual Basic (.Net),Bash/Shell (all shells);C#;Cobol;F#;Fortran;R;Rust;SQL;TypeScript,Windows,Very favorable,Highly distrust,People manager,11,Advertising Services,US,Using,180000,2023-05-13
28682,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,7,100 to 499 employees,Canada,C#;HTML/CSS;Lua;MATLAB;Python;R;SQL,NA,Windows,Very favorable,Neither trust nor distrust,Individual contributor,7,"Manufacturing, Transportation, or Supply Chain",Not US,Using,81787,2023-05-24
28825,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,Some college/university study without earning a degree,"Engineer, data",5,3,100 to 499 employees,Brazil,Python,Python;Rust,Arch,Very favorable,Somewhat distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,14607,2023-05-11
28877,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",13,12,"10,000 or more employees",Brazil,Bash/Shell (all shells);C#;Go;Java;Kotlin;PowerShell;Python;SQL,HTML/CSS;Kotlin;PowerShell;Python;TypeScript,Windows,Favorable,Somewhat trust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",Not US,Using,71007,2023-05-28
28931,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,6,"10,000 or more employees",United States of America,C++;Python;R;SAS,NA,NA,Favorable,Somewhat trust,Individual contributor,5,Financial Services,US,Using,120000,2023-05-16
28994,I am a developer by profession,45-54 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,30,28,20 to 99 employees,United States of America,C#;HTML/CSS;Java;JavaScript;PowerShell;Python;R;SQL;VBA,C#;HTML/CSS;Java;JavaScript;Rust;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,25,"Information Services, IT, Software Development, or other Technology",US,Using,160000,2023-05-24
29061,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,500 to 999 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Python;Scala;TypeScript,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Julia;Python;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,6,NA,Not US,Using,99311,2023-05-11
29077,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,5,"10,000 or more employees",Denmark,Bash/Shell (all shells);C;Go;HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,MacOS;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,5,Healthcare,Not US,Using,102127,2023-05-27
29081,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,15,20 to 99 employees,United States of America,C++;Haskell;Python;R;Ruby;Scala;SQL,C++;Haskell;Python;R;Ruby;Scala;SQL,MacOS,Favorable,Somewhat distrust,Individual contributor,15,Higher Education,US,Using,168000,2023-05-21
29127,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Associate degree (A.A., A.S., etc.)",Data or business analyst,2,0,"10,000 or more employees",United States of America,HTML/CSS;JavaScript;Python;R;SQL,HTML/CSS;JavaScript;SQL;TypeScript,Android;Windows,Favorable,Somewhat trust,Individual contributor,2,NA,US,Using,60000,2023-05-16
29134,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,6,"10,000 or more employees",Denmark,C++;JavaScript;Julia;Python;R;Rust;SQL,Python;Rust;SQL,Debian;Ubuntu;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,People manager,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,132857,2023-05-18
29144,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,15,"10,000 or more employees",United States of America,R;SAS;SQL,R;SAS;SQL,Other Linux-based;Windows,Favorable,Neither trust nor distrust,Individual contributor,25,Healthcare,US,Plan to use,182000,2023-05-26
29246,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,5,"10,000 or more employees",Ukraine,Bash/Shell (all shells);C++;Julia;Swift,Haskell;Julia;Rust;Swift,Debian;Ubuntu,Very favorable,Highly trust,Individual contributor,0,"Information Services, IT, Software Development, or other Technology",Not US,Using,44550,2023-05-17
29250,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,5,20 to 99 employees,United States of America,Scala,NA,MacOS,Favorable,Somewhat trust,People manager,6,Other,US,Using,130000,2023-05-08
29456,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,14,8,I don’t know,Philippines,Python;SAS;VBA,Python,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,9,Financial Services,Not US,Plan to use,31985,2023-05-20
29466,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,10,"10,000 or more employees",United States of America,Bash/Shell (all shells);Go;Java;Python;Ruby;Scala;SQL,Bash/Shell (all shells);Java;Python;Rust;Scala;SQL,MacOS,Favorable,Highly distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",US,Using,285000,2023-05-07
29505,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Database administrator,24,24,"10,000 or more employees",Finland,Apex;C;Java;JavaScript;Lua;Python;Scala;SQL;Swift,NA,BSD;iOS;iPadOS;MacOS;Solaris,Favorable,Somewhat distrust,Individual contributor,28,NA,Not US,Plan to use,74963,2023-05-25
29861,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",23,22,500 to 999 employees,United States of America,PowerShell;SQL,PowerShell;Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Highly distrust,Individual contributor,23,Healthcare,US,Using,145000,2023-05-21
30013,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,2,20 to 99 employees,"Iran, Islamic Republic of...",Python,C++;JavaScript;Python,Debian;Other Linux-based;Ubuntu;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,3,Other,Not US,Using,58348,2023-05-13
30022,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,5,20 to 99 employees,Germany,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,MacOS;Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,5,Healthcare,Not US,Using,83530,2023-05-04
30140,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,2,1,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,57724,2023-05-30
30175,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",7,1,100 to 499 employees,United States of America,Bash/Shell (all shells);C;C++;Java;JavaScript;Python;Rust;Scala;SQL,Elixir;Go,MacOS;Ubuntu,Favorable,Highly distrust,Individual contributor,1,Financial Services,US,Using,170000,2023-05-31
30270,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,19,9,100 to 499 employees,Malta,C#;HTML/CSS;Java;JavaScript;SQL;VBA;Visual Basic (.Net),C#;HTML/CSS;JavaScript;Python;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,9,Financial Services,Not US,Plan to use,50332,2023-05-20
30280,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,8,"10,000 or more employees",United States of America,Bash/Shell (all shells);JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);Go;JavaScript;Python;Rust;Scala;SQL;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,10,NA,US,Plan to use,150000,2023-05-31
30319,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,2,20 to 99 employees,Pakistan,Julia;Python;R;Rust,Python,Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,3151,2023-05-21
30468,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,5,"10,000 or more employees",Israel,Python,F#;Python,Windows,Very favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,133640,2023-05-13
30477,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,34,30,2 to 9 employees,Ireland,Ada;Apex;Assembly;Bash/Shell (all shells);C;Cobol;Delphi;Fortran;Go;Java;Julia;Lisp;Prolog;Python;R;SAS;Scala;SQL,Apex;Bash/Shell (all shells);Go;Java;JavaScript;Julia;Python;SAS;Scala;SQL,Other Linux-based;Ubuntu;Windows,Unfavorable,Highly distrust,Individual contributor,31,NA,Not US,Using,107090,2023-05-19
30518,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,23,12,"10,000 or more employees",Brazil,Bash/Shell (all shells);C;C#;C++;Delphi;HTML/CSS;Java;JavaScript;Lisp;Lua;MATLAB;Perl;PHP;Python;R;SQL;VBA;Visual Basic (.Net),HTML/CSS;JavaScript;Python;Rust;SQL;TypeScript,Android;BSD;Debian;iOS;iPadOS;MacOS;Red Hat;Solaris;Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,23,Retail and Consumer Services,Not US,Plan to use,48690,2023-05-12
30598,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,9,2,20 to 99 employees,Mexico,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);C++;Dart;Go;Julia;Python;R;Rust;Scala;SQL,Ubuntu,Very favorable,Highly trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,1832,2023-05-04
30665,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,Some college/university study without earning a degree,Data or business analyst,5,0,"1,000 to 4,999 employees",Dominican Republic,C#;HTML/CSS;JavaScript;Python;SQL;TypeScript,JavaScript;Kotlin;Python;Rust;TypeScript,Debian;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,0,NA,Not US,Using,13079,2023-05-26
30741,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,16,100 to 499 employees,Spain,Bash/Shell (all shells);Go;Python,Bash/Shell (all shells);Go;Julia;Python;Rust,Arch,Favorable,Somewhat distrust,People manager,16,Other,Not US,Plan to use,107090,2023-05-30
30755,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,22,18,"10,000 or more employees",Norway,C#;Python;SQL,C#;Python;SQL,Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat trust,Individual contributor,18,"Information Services, IT, Software Development, or other Technology",Not US,Using,135919,2023-05-12
30786,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,2,"10,000 or more employees",Germany,Bash/Shell (all shells);Java;Python;Rust;SQL,Bash/Shell (all shells);Python;Rust,MacOS,Favorable,Somewhat distrust,Individual contributor,6,"Manufacturing, Transportation, or Supply Chain",Not US,Using,74963,2023-05-06
30789,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,5,20 to 99 employees,Austria,HTML/CSS;Python;R;SQL,JavaScript;Python;SQL;TypeScript,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,6,Healthcare,Not US,Plan to use,64254,2023-05-08
30818,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",12,12,100 to 499 employees,United States of America,Groovy;Java;JavaScript;Python;SQL,C;Go;Groovy;Java;JavaScript;Python;Rust;SQL,Arch;Debian;Other Linux-based,Unsure,Neither trust nor distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",US,Plan to use,220000,2023-05-19
30928,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,15,6,20 to 99 employees,United States of America,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Lua;Python;Rust;SQL,C#;HTML/CSS;Julia;Lua;Python;Rust,Debian;MacOS;Ubuntu;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,9,Financial Services,US,Using,180000,2023-05-21
31027,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,3,2 to 9 employees,Thailand,Go;Python;Rust,C++;Go;Julia;Python;Rust,MacOS;Ubuntu;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,4,NA,Not US,Using,20130,2023-05-29
31076,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",4,2,100 to 499 employees,Chile,Python;Scala,C#;Python;Scala,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,2,Insurance,Not US,Plan to use,24996,2023-05-08
31084,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,13,6,"1,000 to 4,999 employees",Brazil,HTML/CSS;JavaScript;Python;R;SQL,Go;HTML/CSS;JavaScript;Python;R;SQL,MacOS;Ubuntu,Very favorable,Highly trust,Individual contributor,15,Higher Education,Not US,Using,12132,2023-05-31
31307,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,Some college/university study without earning a degree,"Engineer, data",25,25,"10,000 or more employees",United States of America,C#;HTML/CSS;JavaScript;PHP;Python;SQL,NA,NA,Favorable,Somewhat distrust,Individual contributor,25,"Information Services, IT, Software Development, or other Technology",US,Plan to use,175000,2023-05-03
31322,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,19,18,500 to 999 employees,Canada,Bash/Shell (all shells);Python,Bash/Shell (all shells);Python,MacOS,Favorable,Somewhat distrust,Individual contributor,18,"Manufacturing, Transportation, or Supply Chain",Not US,Using,163573,2023-05-31
31498,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",4,3,100 to 499 employees,Israel,Bash/Shell (all shells);Python;Scala;SQL,Bash/Shell (all shells);Python;Rust;SQL,MacOS;Other Linux-based,Favorable,Neither trust nor distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,130967,2023-05-24
31516,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,4,2 to 9 employees,Canada,Bash/Shell (all shells);C#;HTML/CSS;Java;JavaScript;Nim;Python;Rust;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;TypeScript,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,5,NA,Not US,Using,59481,2023-05-10
31596,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,17,8,"1,000 to 4,999 employees",United States of America,HTML/CSS;JavaScript;Python;R;SQL,Haskell;Julia;Python;Rust;SQL,Ubuntu,Indifferent,Somewhat distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",US,Plan to use,150000,2023-05-21
31794,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,20,8,100 to 499 employees,United States of America,C#;SQL,C#;Python;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,8,Financial Services,US,Plan to use,250000,2023-05-10
31970,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,7,500 to 999 employees,United States of America,Bash/Shell (all shells);Groovy;HTML/CSS;Java;JavaScript;Kotlin;Python;Scala;SQL,Clojure;Rust;Scala,MacOS,Very favorable,Somewhat distrust,Individual contributor,7,Advertising Services,US,Plan to use,180000,2023-05-07
32010,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,6,100 to 499 employees,United States of America,HTML/CSS;JavaScript;Perl;PHP;Python;SQL,HTML/CSS;JavaScript;Perl;PHP;Python;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,28,Other,US,Using,135000,2023-05-12
32030,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",13,6,20 to 99 employees,Argentina,Go;Python;SQL,C#;Python;SQL,Windows,Indifferent,Neither trust nor distrust,Individual contributor,1,Financial Services,Not US,Using,9897,2023-05-02
32096,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",18,10,"10,000 or more employees",Denmark,Bash/Shell (all shells);C#;Python;Scala;SQL,Bash/Shell (all shells);Clojure;Elixir;Erlang;F#;Go;Haskell;Prolog;Python;Rust;Scala;SQL,Windows,Favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,160000,2023-05-19
32142,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,"Engineer, data",4,3,20 to 99 employees,United States of America,JavaScript;Python;Rust;SQL;TypeScript,Go,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,4,Advertising Services,US,Using,100000,2023-05-31
32151,I am a developer by profession,55-64 years old,"Employed, full-time",Remote,I don’t code outside of work,Some college/university study without earning a degree,Database administrator,47,45,100 to 499 employees,United States of America,C#;PowerShell;Python;SQL,C#;Go;HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,Windows,Unsure,Somewhat distrust,Individual contributor,47,Healthcare,US,Plan to use,133000,2023-05-14
32178,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,26,9,"1,000 to 4,999 employees",United States of America,Python;SQL,Python;SQL,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",US,Plan to use,255000,2023-05-23
32248,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,25,20,"Just me - I am a freelancer, sole proprietor, etc.",Norway,Apex;Python;SQL,Apex;Go;Python;SQL,Red Hat;Other (Please Specify):,Favorable,Highly trust,Individual contributor,27,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,90613,2023-05-21
32386,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,3,2,"10,000 or more employees",Poland,Python;R;SQL,Python;R;Rust;SQL,Windows,Very favorable,Somewhat trust,Individual contributor,5,Financial Services,Not US,Using,71779,2023-05-24
32398,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,10,5,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);JavaScript;Python;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,30,Other,US,Plan to use,115000,2023-05-16
32404,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,2,1,"5,000 to 9,999 employees",Egypt,JavaScript;Python;SQL;VBA,NA,NA,Very favorable,Neither trust nor distrust,Individual contributor,4,"Manufacturing, Transportation, or Supply Chain",Not US,Using,6493,2023-05-07
32409,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,4,"10,000 or more employees",United States of America,Bash/Shell (all shells);C;JavaScript;PowerShell;Python;R;SQL;TypeScript,Bash/Shell (all shells);Python,Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,4,Financial Services,US,Plan to use,145000,2023-05-31
32536,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,5,"5,000 to 9,999 employees",United States of America,Python;R;SQL,Python;R;SQL,Windows,Indifferent,Highly distrust,Individual contributor,7,NA,US,Plan to use,155000,2023-05-15
32543,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",38,26,20 to 99 employees,Spain,Bash/Shell (all shells);Delphi;PowerShell;Python;SQL,C;C#;C++;Dart;Delphi;Go;PowerShell;Python;Rust;Solidity;SQL,iOS;Windows,Favorable,Somewhat trust,Individual contributor,25,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,58899,2023-05-23
32574,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",11,5,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);C#;JavaScript;Julia;PowerShell;Python;SQL,Bash/Shell (all shells);Julia;SQL,Windows;Windows Subsystem for Linux (WSL),Unfavorable,Somewhat distrust,Individual contributor,7,Healthcare,US,Using,136400,2023-05-22
32646,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",11,5,"10,000 or more employees",Germany,Bash/Shell (all shells);Python;R;SQL,Bash/Shell (all shells);Python;R;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,People manager,6,Other,Not US,Plan to use,64254,2023-05-12
32782,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,7,100 to 499 employees,France,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Julia;Python;R;Scala;SQL,Bash/Shell (all shells);C++;JavaScript;Julia;Kotlin;Python;Rust;Scala;SQL,Fedora;Red Hat,Indifferent,Neither trust nor distrust,Individual contributor,7,Advertising Services,Not US,Using,48190,2023-05-30
33111,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,1,500 to 999 employees,Italy,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);C++;Python;SQL,MacOS,Very favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,44978,2023-05-24
33143,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",6,4,"1,000 to 4,999 employees",Switzerland,Python;SQL,Julia;Rust,Ubuntu;Windows,Very favorable,Neither trust nor distrust,People manager,6,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,126749,2023-05-09
33185,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,3,2 to 9 employees,India,Bash/Shell (all shells);HTML/CSS;JavaScript;Python,Bash/Shell (all shells);C++;HTML/CSS;JavaScript;Python;Rust,Android;iOS;MacOS;Ubuntu;Windows,Very favorable,Neither trust nor distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,63008,2023-05-04
33188,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,19,14,10 to 19 employees,Brazil,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Julia;Python;R;SQL,Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,10,NA,Not US,Plan to use,30431,2023-05-07
33237,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",29,15,2 to 9 employees,United States of America,Bash/Shell (all shells);Python;SQL,Python;Ruby;Rust;SQL,MacOS;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,15,Wholesale,US,Plan to use,180000,2023-05-30
33252,I am a developer by profession,65 years or older,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,50,50,"10,000 or more employees",United States of America,Bash/Shell (all shells);Go;JavaScript;Python,Bash/Shell (all shells);JavaScript;Python,ChromeOS;MacOS;Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,48,"Information Services, IT, Software Development, or other Technology",US,Plan to use,165000,2023-05-06
33296,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",19,11,20 to 99 employees,New Zealand,SQL,C#;Python;SQL,Windows,Very favorable,Neither trust nor distrust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,91053,2023-05-16
33353,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",28,12,20 to 99 employees,Sweden,Bash/Shell (all shells);C++;Go;Lua;Python;Rust;SQL,C++;Go;Rust;Scala;SQL,Arch;Other Linux-based;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Using,69106,2023-05-26
33362,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,9,"10,000 or more employees",Switzerland,Bash/Shell (all shells);C++;Go;HTML/CSS;JavaScript;PHP;Python;SQL;TypeScript,Haskell;Rust,ChromeOS,Very favorable,Somewhat trust,Individual contributor,10,Advertising Services,Not US,Using,187368,2023-05-22
33367,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,5,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Elixir;Haskell;Python;Rust;SQL,Debian;MacOS,Very favorable,Somewhat trust,Individual contributor,5,Insurance,US,Using,162000,2023-05-28
33372,I am a developer by profession,55-64 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,10,2,100 to 499 employees,United States of America,HTML/CSS;JavaScript;PHP;Python;R;SQL,HTML/CSS;JavaScript;Python;SQL,Windows,Favorable,Highly distrust,Individual contributor,15,NA,US,Using,150000,2023-05-24
33425,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",17,13,10 to 19 employees,Canada,Bash/Shell (all shells);Go;HTML/CSS;Java;JavaScript;Kotlin;Python;Scala;SQL;TypeScript,Java;Python;Scala;SQL,MacOS,Favorable,Somewhat distrust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",Not US,Using,208184,2023-05-30
33481,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,2,500 to 999 employees,Spain,Bash/Shell (all shells);PowerShell;Python;Scala;SQL,Bash/Shell (all shells);Python;Scala,MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,2,Insurance,Not US,Plan to use,38124,2023-05-27
33575,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",25,25,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,JavaScript;Python;Ruby;Rust;SQL,NA,MacOS,Favorable,Somewhat trust,Individual contributor,25,NA,Not US,Using,105517,2023-05-09
33659,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",20,15,"1,000 to 4,999 employees",United States of America,C#;SQL,C#;Python;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,25,Retail and Consumer Services,US,Plan to use,170000,2023-05-17
33683,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,9,5,10 to 19 employees,Belgium,C#;JavaScript;SQL;VBA,C#;Python;R;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,10,NA,Not US,Using,55687,2023-05-28
33704,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,4,"10,000 or more employees",Netherlands,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;Rust,Windows,Favorable,Highly trust,Individual contributor,4,Financial Services,Not US,Using,58899,2023-05-28
33838,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,10,7,20 to 99 employees,Brazil,Python;SQL,Bash/Shell (all shells);JavaScript;Python;SQL;TypeScript,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,16,"Information Services, IT, Software Development, or other Technology",Not US,Using,20490,2023-05-08
33870,I am a developer by profession,18-24 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,0,20 to 99 employees,Brazil,HTML/CSS;Python;SQL,C#;C++;HTML/CSS;JavaScript;Kotlin;PHP;Python;SQL,Windows,Very favorable,Somewhat trust,People manager,5,NA,Not US,Using,5648,2023-05-18
33909,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",22,10,"10,000 or more employees",Japan,C;C++;Groovy;HTML/CSS;Java;JavaScript;MATLAB;PHP;Python;R;SQL,Go,MacOS,Favorable,Somewhat distrust,Individual contributor,10,Retail and Consumer Services,Not US,Using,57346,2023-05-04
33918,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,2,10 to 19 employees,United States of America,C++;Julia;Python,Go;Julia;Python;Rust,Other Linux-based;Ubuntu,Favorable,Somewhat trust,Individual contributor,2,Financial Services,US,Using,270000,2023-05-17
33953,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,15,11,100 to 499 employees,Israel,JavaScript;Python,Python,Debian;Windows,Very favorable,Somewhat trust,Individual contributor,11,"Manufacturing, Transportation, or Supply Chain",Not US,Using,109050,2023-05-21
34063,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,6,"1,000 to 4,999 employees",Ecuador,Bash/Shell (all shells);JavaScript;Python,C++;Elixir;Julia;Python,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,30000,2023-05-18
34522,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,23,14,500 to 999 employees,United States of America,Python;SAS;SQL,NA,NA,Favorable,Neither trust nor distrust,Individual contributor,14,NA,US,Plan to use,145000,2023-05-24
34564,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;Other (please specify):,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,25,23,"10,000 or more employees",United States of America,Python;R;SAS;SQL,NA,Windows,Very favorable,Highly trust,Individual contributor,23,Financial Services,US,Using,208000,2023-05-11
34593,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",12,10,"10,000 or more employees",United States of America,Bash/Shell (all shells);Go;Java;PowerShell;Python;R;Scala,Bash/Shell (all shells);Go;Python;Scala,Red Hat;Ubuntu;Windows,Very favorable,Somewhat distrust,People manager,10,"Information Services, IT, Software Development, or other Technology",US,Plan to use,164600,2023-05-30
34608,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",14,6,"10,000 or more employees",United States of America,Apex;Bash/Shell (all shells);C#;HTML/CSS;Python;SQL,Python;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,6,Financial Services,US,Using,206000,2023-05-01
34666,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,8,"1,000 to 4,999 employees",Malaysia,Python;SQL,JavaScript;Python;SQL,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,15,Insurance,Not US,Using,78626,2023-05-09
34693,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,38,25,10 to 19 employees,Canada,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;PHP;PowerShell;Python;R;SQL,Dart;Go;HTML/CSS;JavaScript;Python;R;SQL,Debian;Windows;Windows Subsystem for Linux (WSL),Unsure,Highly distrust,Individual contributor,25,Healthcare,Not US,Using,64686,2023-05-30
34761,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",27,19,"10,000 or more employees",United States of America,Bash/Shell (all shells);C;Julia;MATLAB;PowerShell;Python;Rust,Julia;Python;Rust,Windows,Very favorable,Neither trust nor distrust,Individual contributor,19,Other,US,Plan to use,197000,2023-05-14
34974,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,20,10,500 to 999 employees,Germany,Ada;Fortran;HTML/CSS;JavaScript;PHP;SQL;VBA,HTML/CSS;JavaScript;SQL,Windows,Favorable,Somewhat trust,Individual contributor,25,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,91026,2023-05-31
34981,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,0,10 to 19 employees,Republic of Korea,C#;Python;SQL,Python,Windows,Favorable,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,25779,2023-05-20
35133,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,8,20 to 99 employees,Canada,Python,Python,Ubuntu,Favorable,Somewhat trust,Individual contributor,8,NA,Not US,Using,148703,2023-05-17
35224,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,"Engineer, data",3,2,100 to 499 employees,United States of America,C#;Delphi;F#;HTML/CSS;JavaScript;PowerShell;SQL,C#;HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,Windows,Very favorable,Neither trust nor distrust,Individual contributor,2,Insurance,US,Using,54000,2023-05-04
35246,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,100 to 499 employees,Canada,Python;SQL,C++;Julia;Python;Rust;Scala;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,9,NA,Not US,Plan to use,85504,2023-05-29
35345,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Associate degree (A.A., A.S., etc.)",Database administrator,18,14,"1,000 to 4,999 employees",United States of America,PowerShell;SQL,NA,Windows,Favorable,Somewhat trust,People manager,27,Financial Services,US,Plan to use,189000,2023-05-14
35365,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,Some college/university study without earning a degree,Data or business analyst,15,12,100 to 499 employees,Australia,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;Rust;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;Rust,Other Linux-based;Red Hat;Windows,Favorable,Somewhat distrust,People manager,15,NA,Not US,Using,112377,2023-05-12
35366,I am a developer by profession,45-54 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",In-person,Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Associate degree (A.A., A.S., etc.)","Engineer, data",32,28,100 to 499 employees,Argentina,Apex;SQL,Apex;SQL,Other Linux-based;Windows,Favorable,Somewhat trust,Individual contributor,28,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,22680,2023-05-02
35398,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,3,20 to 99 employees,Australia,Bash/Shell (all shells);Go;HTML/CSS;Java;JavaScript;PHP;Python;SQL,Bash/Shell (all shells);Go;HTML/CSS;Java;JavaScript;Julia;PHP;Python;Scala;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,3,Healthcare,Not US,Using,52883,2023-05-01
35405,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,7,10 to 19 employees,Australia,Python;SQL;TypeScript,Julia;Python;Scala;SQL,MacOS;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,10,Legal Services,Not US,Plan to use,112377,2023-05-01
35409,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",20,14,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;PHP;Python;SQL;TypeScript,Go;Java;Python;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,5,NA,US,Using,220000,2023-05-03
35468,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Contribute to open-source projects,Primary/elementary school,"Engineer, data",6,5,100 to 499 employees,United States of America,Bash/Shell (all shells);Go;Java;JavaScript;Python;Rust;SQL;TypeScript,Bash/Shell (all shells);C++;Rust;SQL;Zig,MacOS;Other Linux-based;Ubuntu,Very favorable,Highly distrust,Individual contributor,5,Financial Services,US,Using,200000,2023-05-12
35563,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,6,"10,000 or more employees",United States of America,Bash/Shell (all shells);Go;Python,Bash/Shell (all shells);Go;JavaScript;Python;R;Rust,Debian;MacOS;Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,10,NA,US,Using,240000,2023-05-07
35566,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",11,10,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Kotlin;Python;Rust;SQL;TypeScript,Debian;MacOS;Ubuntu;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,People manager,10,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,180000,2023-05-06
35728,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,12,3,"10,000 or more employees",United States of America,Python;SQL,Julia;Lisp;Prolog,MacOS;Red Hat,Very favorable,Neither trust nor distrust,Individual contributor,1,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,300000,2023-05-10
35741,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",26,19,"1,000 to 4,999 employees",Brazil,C#;Delphi;HTML/CSS;JavaScript;Perl;PowerShell;Python;R;SQL;VBA,C#;HTML/CSS;JavaScript;Python;Rust;SQL;TypeScript,Windows,Very favorable,Somewhat trust,Individual contributor,19,NA,Not US,Plan to use,94540,2023-05-20
35747,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,4,"5,000 to 9,999 employees",Canada,Python;SQL,Dart;HTML/CSS;JavaScript;Kotlin,Windows,Very favorable,Somewhat trust,Individual contributor,2,"Manufacturing, Transportation, or Supply Chain",Not US,Using,54277,2023-05-03
35757,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,25,12,100 to 499 employees,United States of America,HTML/CSS;JavaScript;Python;SQL,Python;Rust;SQL,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,12,NA,US,Using,185000,2023-05-07
35857,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,7,500 to 999 employees,United States of America,Dart;Elixir;Go;HTML/CSS;JavaScript;Julia;Python;R;SQL;TypeScript,Dart;Elixir;Fortran;Go;HTML/CSS;JavaScript;Julia;Python;Rust;Scala;SQL;Swift;TypeScript,MacOS;Ubuntu,Favorable,Somewhat trust,People manager,7,Financial Services,US,Using,190000,2023-05-28
35886,I am a developer by profession,55-64 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,Some college/university study without earning a degree,Data scientist or machine learning specialist,35,34,2 to 9 employees,United States of America,R,Python;R,Ubuntu;Windows,Very favorable,Highly trust,Individual contributor,35,Financial Services,US,Using,100000,2023-05-05
35969,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",24,17,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Groovy;HTML/CSS;Python;SQL,R;Rust;Scala,MacOS,Favorable,Neither trust nor distrust,Individual contributor,23,Financial Services,US,Plan to use,180000,2023-05-12
36044,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,4,"10,000 or more employees",Philippines,Assembly;C;C++;HTML/CSS;Java;JavaScript;MATLAB;PHP;Python;SQL;VBA;Visual Basic (.Net),C;C++;HTML/CSS;JavaScript;Python;SQL;Visual Basic (.Net),ChromeOS;Other Linux-based;Windows,Favorable,Somewhat trust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,17770,2023-05-25
36056,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,0,2 to 9 employees,Viet Nam,Python,C#;C++;MATLAB;Python;R;SQL,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,14039,2023-05-17
36075,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,32,20,20 to 99 employees,Mexico,Python;R,Python;R,Ubuntu,Very favorable,Highly distrust,People manager,10,NA,Not US,Using,28625,2023-05-19
36220,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,10,4,10 to 19 employees,Canada,Python;Rust;SQL,C#;Python;Rust;SQL,Ubuntu;Windows,Very favorable,Somewhat distrust,People manager,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,118962,2023-05-19
36249,I am a developer by profession,55-64 years old,"Employed, full-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,42,30,500 to 999 employees,New Zealand,SQL;VBA,SQL;VBA,Windows,Favorable,Neither trust nor distrust,Individual contributor,40,Higher Education,Not US,Using,54632,2023-05-13
36382,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,9,3,100 to 499 employees,Bangladesh,Python,Python,Ubuntu,Favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,930,2023-05-08
36473,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,7,"5,000 to 9,999 employees",Thailand,Bash/Shell (all shells);C++;Dart;Java;Python;Scala;SQL,Kotlin,NA,Very favorable,Neither trust nor distrust,Individual contributor,7,Other,Not US,Using,86271,2023-05-10
36749,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,14,10,100 to 499 employees,Israel,HTML/CSS;PHP;Python;SQL,JavaScript;TypeScript,Windows,Indifferent,Neither trust nor distrust,Individual contributor,10,Healthcare,Not US,Using,98893,2023-05-14
36836,I am a developer by profession,35-44 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",16,11,2 to 9 employees,India,HTML/CSS;JavaScript;Python;SQL;TypeScript,HTML/CSS;JavaScript;Nim;Python;Rust;SQL;TypeScript,Ubuntu,Favorable,Somewhat trust,Individual contributor,11,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,29081,2023-05-17
36857,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,14,5,"10,000 or more employees",Jordan,Assembly;C;C#;C++;HTML/CSS;Java;JavaScript;MATLAB;Objective-C;Python;R;SQL;VBA;Visual Basic (.Net),Python;R;SQL,Android;Windows,Favorable,Highly trust,Individual contributor,5,NA,Not US,Using,63321,2023-05-31
36896,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,4,"10,000 or more employees",Brazil,HTML/CSS;Java;JavaScript;PowerShell;Python;SQL;TypeScript;VBA,C;C#;C++;Ruby;Rust;Scala,NA,Very favorable,Neither trust nor distrust,People manager,5,NA,Not US,Using,22000,2023-05-18
36930,"I am not primarily a developer, but I write code sometimes as part of my work/studies",55-64 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,4,20 to 99 employees,Spain,Python,Python,iOS;Windows,Very favorable,Somewhat trust,Individual contributor,31,"Information Services, IT, Software Development, or other Technology",Not US,Using,53545,2023-05-13
37002,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,15,5,20 to 99 employees,India,SQL;VBA,SQL;VBA,Windows,Favorable,Somewhat trust,Individual contributor,21,"Information Services, IT, Software Development, or other Technology",Not US,Using,7270,2023-05-11
37043,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,12,"1,000 to 4,999 employees",United States of America,Lua;Python;SQL,Lua;Python;SQL,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,25,"Manufacturing, Transportation, or Supply Chain",US,Using,550000,2023-05-25
37450,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,6,20 to 99 employees,Czech Republic,Python,Python,Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,7,NA,Not US,Plan to use,40944,2023-05-10
37588,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Bootstrapping a business;Freelance/contract work,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data or business analyst,25,23,"1,000 to 4,999 employees",Italy,C#;HTML/CSS;Python;SQL;VBA,C#;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,25,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,80317,2023-05-26
37645,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed;Employed, part-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,2,5,20 to 99 employees,Sri Lanka,JavaScript;PowerShell;Python;R;SQL,JavaScript;PowerShell;Python;R;SQL,Android;Windows,Very favorable,Highly trust,People manager,12,NA,Not US,Using,7,2023-05-05
37779,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",14,10,100 to 499 employees,South Africa,Bash/Shell (all shells);Python;SQL,NA,Fedora;iOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,14,NA,Not US,Using,81000,2023-05-24
37814,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,10,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Python;SQL,NA,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,12,"Manufacturing, Transportation, or Supply Chain",US,Using,150000,2023-05-16
38175,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,4,20 to 99 employees,Australia,Fortran;Python,C;C++;Fortran;Julia;Python;Rust,Fedora;Ubuntu,Favorable,Highly distrust,Individual contributor,5,Higher Education,Not US,Using,85935,2023-05-07
38215,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,3,"1,000 to 4,999 employees",Czech Republic,Bash/Shell (all shells);Julia;Python;R;SQL,Bash/Shell (all shells);Python;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,2,NA,Not US,Using,43947,2023-05-09
38237,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Other (please specify):,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,23,17,2 to 9 employees,Ukraine,C++;Python,C++;Python,Ubuntu,Favorable,Somewhat trust,Individual contributor,17,Other,Not US,Plan to use,72000,2023-05-11
38269,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",24,9,"10,000 or more employees",Poland,C#;C++;GDScript;Java;Python;Scala;SQL,C#;C++;GDScript;Kotlin;Python;Scala;SQL,Debian;Red Hat;Windows,Favorable,Highly distrust,Individual contributor,17,Financial Services,Not US,Using,197104,2023-05-16
38323,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",14,9,"Just me - I am a freelancer, sole proprietor, etc.",France,Python;Scala,Scala,NA,Favorable,Somewhat distrust,Individual contributor,9,Retail and Consumer Services,Not US,Plan to use,72821,2023-05-11
38338,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,15,"10,000 or more employees",United States of America,Python;Rust;SQL,Python;Rust,Android;MacOS,Indifferent,Somewhat distrust,Individual contributor,20,Wholesale,US,Plan to use,250000,2023-05-31
38515,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,6,"1,000 to 4,999 employees",Germany,Python;SQL,Python;SQL,MacOS,Indifferent,Somewhat distrust,Individual contributor,5,"Manufacturing, Transportation, or Supply Chain",Not US,Using,87813,2023-05-02
38533,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",12,7,"10,000 or more employees",Germany,Python;SQL;Swift,Python;Ruby,iOS;Windows,Favorable,Neither trust nor distrust,Individual contributor,7,"Manufacturing, Transportation, or Supply Chain",Not US,Using,88884,2023-05-15
38564,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",12,9,100 to 499 employees,Romania,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Scala;SQL,MacOS,Favorable,Somewhat distrust,Individual contributor,9,Other,Not US,Using,116518,2023-05-29
38567,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Associate degree (A.A., A.S., etc.)",Database administrator,44,35,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Groovy;PowerShell;Python;SQL,NA,NA,Favorable,Somewhat distrust,Individual contributor,36,Retail and Consumer Services,Not US,Using,136552,2023-05-10
38603,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",13,8,10 to 19 employees,India,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;SQL,Debian;Red Hat;Windows,Favorable,Somewhat trust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,15752,2023-05-22
38632,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,4,100 to 499 employees,Denmark,Python;R;SQL,Julia,Windows,Favorable,Somewhat trust,Individual contributor,4,"Manufacturing, Transportation, or Supply Chain",Not US,Using,71892,2023-05-03
38638,I am a developer by profession,35-44 years old,"Employed, part-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data or business analyst,22,22,"10,000 or more employees",Germany,C#;HTML/CSS;JavaScript;PowerShell;SQL;VBA;Visual Basic (.Net),C#;HTML/CSS;JavaScript;Kotlin;PowerShell;Python;SQL;VBA,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,22,Financial Services,Not US,Using,53545,2023-05-19
38671,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,7,"1,000 to 4,999 employees",Australia,Bash/Shell (all shells);Java;Rust;SQL;TypeScript,Go;Rust;SQL;TypeScript,MacOS,Favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,132208,2023-05-26
38675,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,10,"10,000 or more employees",Poland,Python;R;SQL,R;SQL,Red Hat;Windows,Indifferent,Somewhat distrust,Individual contributor,10,Financial Services,Not US,Using,47852,2023-05-17
38739,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,22,17,2 to 9 employees,Sweden,Bash/Shell (all shells);Julia;Python;SQL,Rust,NA,Very favorable,Somewhat trust,People manager,22,"Information Services, IT, Software Development, or other Technology",Not US,Using,110570,2023-05-29
38743,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,18,8,100 to 499 employees,Germany,Bash/Shell (all shells);C;Haskell;Python;R;Rust,NA,NA,Favorable,Somewhat trust,People manager,9,Financial Services,Not US,Using,235597,2023-05-08
38883,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,8,100 to 499 employees,Kazakhstan,Python;R,JavaScript;Python;R,Windows,Favorable,Neither trust nor distrust,People manager,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,75000,2023-05-18
38914,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",32,3,"10,000 or more employees",United States of America,Bash/Shell (all shells);PowerShell;Python;SQL,Bash/Shell (all shells);C;Python;SQL,BSD;Ubuntu;Windows,Favorable,Neither trust nor distrust,People manager,3,Insurance,US,Plan to use,73000,2023-05-01
38982,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,15,12,"1,000 to 4,999 employees",Netherlands,C#;JavaScript;PowerShell;Python;SQL;TypeScript,Python;SQL,Android;MacOS,Favorable,Neither trust nor distrust,Individual contributor,13,Oil & Gas,Not US,Using,85672,2023-05-22
39005,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,3,"10,000 or more employees",South Africa,Python;SAS;SQL,Python;Rust,MacOS,Unfavorable,Somewhat distrust,Individual contributor,3,Financial Services,Not US,Plan to use,45958,2023-05-29
39027,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,5,100 to 499 employees,Taiwan,Bash/Shell (all shells);HTML/CSS;MATLAB;Python;R;SQL,Bash/Shell (all shells);HTML/CSS;Python;SQL,Debian;MacOS;Other Linux-based;Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,12,Healthcare,Not US,Using,29334,2023-05-24
39203,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)","Engineer, data",NA,7,10 to 19 employees,Germany,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,Bash/Shell (all shells);HTML/CSS;Python;Rust;SQL;TypeScript,MacOS,Indifferent,Somewhat distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,69608,2023-05-04
39266,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,9,"5,000 to 9,999 employees",Poland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;SQL,Windows,Indifferent,Neither trust nor distrust,Individual contributor,15,NA,Not US,Plan to use,43067,2023-05-24
39278,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",25,23,"5,000 to 9,999 employees",Spain,Groovy;Python;SQL,Go;Python;Rust,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,23,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,58899,2023-05-24
39291,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,13,2,"10,000 or more employees",Poland,Bash/Shell (all shells);Groovy;PowerShell;Python;SQL,Bash/Shell (all shells);Groovy;JavaScript;PowerShell;Python;Rust;SQL,Other Linux-based;Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,10,Financial Services,Not US,Plan to use,47852,2023-05-27
39313,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,16,13,2 to 9 employees,Uganda,C#;HTML/CSS;Java;JavaScript;PHP;Python,NA,NA,Very favorable,Somewhat trust,People manager,13,"Information Services, IT, Software Development, or other Technology",Not US,Using,4827,2023-05-28
39356,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,3,"1,000 to 4,999 employees",Indonesia,Bash/Shell (all shells);C;C++;Go;HTML/CSS;JavaScript;Julia;MATLAB;Perl;PHP;Python;R;Scala;SQL;TypeScript,Bash/Shell (all shells);C;C++;Elixir;Go;HTML/CSS;Java;Julia;Kotlin;Python;Rust;Scala;SQL;TypeScript,Arch;iPadOS;MacOS;Ubuntu,Indifferent,Neither trust nor distrust,Individual contributor,3,Other,Not US,Plan to use,23566,2023-05-12
39382,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,1,100 to 499 employees,Nepal,Python,Python;R;SQL;TypeScript,Ubuntu,Very favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,5912,2023-05-28
39628,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,5,100 to 499 employees,Denmark,C++;Python;Rust,C#;C++;Python;Rust,Ubuntu;Windows,Very favorable,Somewhat trust,People manager,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,101800,2023-05-03
39718,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,15,I don’t know,United States of America,Python;SQL,Python;SQL,MacOS,Favorable,Somewhat distrust,Individual contributor,15,NA,US,Using,200000,2023-05-30
39831,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,7,100 to 499 employees,Germany,Bash/Shell (all shells);Groovy;Java;Kotlin;Python,Bash/Shell (all shells);Elixir;Kotlin;Python,Debian;MacOS,Favorable,Highly distrust,Individual contributor,6,Retail and Consumer Services,Not US,Using,69608,2023-05-25
39869,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",5,1,20 to 99 employees,Germany,Bash/Shell (all shells);HTML/CSS;Python;SQL,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;SQL,Ubuntu,Favorable,Somewhat distrust,Individual contributor,1,NA,Not US,Using,58899,2023-05-31
39883,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,7,20 to 99 employees,Taiwan,Java;Python;Scala;SQL,Go;Haskell;Rust;Scala;TypeScript,ChromeOS;Debian;iOS;MacOS;Other Linux-based;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,57038,2023-05-12
39937,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,30,9,"5,000 to 9,999 employees",Sweden,Bash/Shell (all shells);Python;Rust,Python;Rust;Zig,Arch,Unfavorable,Somewhat distrust,Individual contributor,23,Higher Education,Not US,Using,27642,2023-05-08
39976,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,7,10 to 19 employees,Austria,C++;HTML/CSS;Java;JavaScript;Python;SQL,Go;HTML/CSS;JavaScript;Python;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-09
40004,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,10,7,"10,000 or more employees",India,SQL;VBA,Python;SQL,NA,Very favorable,Somewhat trust,Individual contributor,8,Financial Services,Not US,Plan to use,27869,2023-05-26
40023,I am a developer by profession,65 years or older,"Employed, full-time",Remote,I don’t code outside of work,Some college/university study without earning a degree,Database administrator,45,42,"10,000 or more employees",Canada,Assembly;Cobol;SAS;SQL,Assembly;Cobol;SAS;SQL,Other (Please Specify):,Indifferent,Highly distrust,Individual contributor,42,Financial Services,Not US,Plan to use,104092,2023-05-23
40124,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,5,"10,000 or more employees",France,HTML/CSS;Python;SQL,Elixir;HTML/CSS;JavaScript;Python;Rust;SQL;TypeScript,MacOS,Favorable,Somewhat distrust,Individual contributor,5,Healthcare,Not US,Plan to use,85672,2023-05-02
40185,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",20,8,"1,000 to 4,999 employees",Belgium,Python;SQL,Rust,Ubuntu;Windows,Indifferent,Somewhat distrust,Individual contributor,20,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,160634,2023-05-06
40196,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,14,5,500 to 999 employees,United States of America,C#;HTML/CSS;JavaScript;PowerShell;SQL;TypeScript,C#;HTML/CSS;JavaScript;PowerShell;SQL,Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,14,"Manufacturing, Transportation, or Supply Chain",US,Using,110000,2023-05-08
40205,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,8,20 to 99 employees,Denmark,HTML/CSS;Python;Swift;TypeScript,HTML/CSS;Python;TypeScript,MacOS,Favorable,Somewhat distrust,Individual contributor,7,Healthcare,Not US,Using,78679,2023-05-23
40255,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,2,20 to 99 employees,Singapore,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);C++;Go;Python;Rust;Scala;TypeScript,MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,53360,2023-05-05
40285,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,7,"1,000 to 4,999 employees",United States of America,C;C++;Go;MATLAB;Python;Rust,Go;Python;Rust,Windows,Unfavorable,Highly distrust,Individual contributor,11,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,130000,2023-05-19
40544,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,8,I don’t know,Maldives,PHP;Python;SQL,Python;SQL,Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,8,Other,Not US,Plan to use,25776,2023-05-14
40632,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,25,15,500 to 999 employees,Canada,SQL,C#;PowerShell;Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,25,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,68701,2023-05-31
40635,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,8,"5,000 to 9,999 employees",United States of America,Bash/Shell (all shells);Go;JavaScript;Python;SQL;TypeScript,Go;Python,MacOS,Very favorable,Somewhat trust,Individual contributor,35,NA,US,Plan to use,160000,2023-05-29
40988,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,24,16,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;R,Bash/Shell (all shells);Python;R;Rust,MacOS;Red Hat;Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,16,"Information Services, IT, Software Development, or other Technology",US,Using,132000,2023-05-05
41029,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",32,24,20 to 99 employees,Ukraine,Clojure,Clojure;Elixir;Erlang;Go,Debian;MacOS;Ubuntu,Indifferent,Somewhat distrust,Individual contributor,24,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,2278,2023-05-15
41034,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,7,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Python;Rust;TypeScript,Python;Rust;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,7,Oil & Gas,Not US,Using,74483,2023-05-11
41036,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,7,"10,000 or more employees",United States of America,Python;SQL,Groovy;Java;JavaScript;Python;SQL,Windows,Favorable,Highly distrust,Individual contributor,10,Higher Education,US,Using,125000,2023-05-07
41057,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",5,5,"1,000 to 4,999 employees",Ukraine,Python,Clojure;Python;Rust,Arch,Favorable,Somewhat trust,Individual contributor,10,Retail and Consumer Services,Not US,Using,91768,2023-05-08
41098,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",14,12,"10,000 or more employees",Poland,PowerShell;Python;SQL,JavaScript;MATLAB;Python;Scala;SQL;TypeScript,Windows,Indifferent,Neither trust nor distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,68907,2023-05-29
41115,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,20,5,20 to 99 employees,United States of America,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;SQL,Bash/Shell (all shells);HTML/CSS;Java;SQL,MacOS,Very favorable,Somewhat trust,Individual contributor,19,"Information Services, IT, Software Development, or other Technology",US,Using,97500,2023-05-08
41182,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,24,21,"10,000 or more employees",Netherlands,Bash/Shell (all shells);Go;JavaScript;Python;SQL,Go;Python,MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,21,Retail and Consumer Services,Not US,Using,197045,2023-05-14
41234,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",7,4,I don’t know,Spain,Bash/Shell (all shells);C;C++;HTML/CSS;Java;JavaScript;Python;R;Scala;SQL,Bash/Shell (all shells);C++;Java;JavaScript;Python;Scala;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,4,"Manufacturing, Transportation, or Supply Chain",Not US,Using,28914,2023-05-28
41273,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,20,16,100 to 499 employees,China,C;Java,C;Java,MacOS;Other Linux-based;Windows,Favorable,Somewhat trust,Individual contributor,16,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,3,2023-05-02
41489,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,17,12,"10,000 or more employees",Germany,Bash/Shell (all shells);C#;C++;Python;Rust,Python;Rust,Other Linux-based;Windows,Very favorable,Somewhat trust,Individual contributor,12,Healthcare,Not US,Using,112444,2023-05-07
41517,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",24,16,I don’t know,Israel,Python,Python,MacOS,Favorable,Somewhat distrust,Individual contributor,16,NA,Not US,Plan to use,133640,2023-05-10
41529,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,3,10 to 19 employees,Kenya,Python;SQL,Go;Python;Scala;SQL,Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,3,Financial Services,Not US,Plan to use,24426,2023-05-29
41556,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,8,I don’t know,Germany,Bash/Shell (all shells);Python;Scala;SQL,NA,NA,Indifferent,Neither trust nor distrust,Individual contributor,8,Other,Not US,Plan to use,106019,2023-05-10
41567,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,11,6,"10,000 or more employees",India,HTML/CSS;Java;JavaScript;Python;SQL,MATLAB;Rust;Solidity,NA,Very favorable,Somewhat trust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,33927,2023-05-01
41642,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,7,100 to 499 employees,France,C;Python;SQL,C;C++;Python,Ubuntu,Favorable,Neither trust nor distrust,People manager,7,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,69608,2023-05-29
42142,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,12,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Groovy;HTML/CSS;Java;JavaScript;Python;R;SQL,Bash/Shell (all shells);Groovy;HTML/CSS;Java;JavaScript;Julia;Python;Rust;SQL,MacOS;Windows Subsystem for Linux (WSL),Very favorable,Highly distrust,Individual contributor,12,Healthcare,US,Using,200000,2023-05-03
42286,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,8,"10,000 or more employees",United States of America,HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,PowerShell;Python;SQL,Windows,Favorable,Neither trust nor distrust,People manager,10,Healthcare,US,Plan to use,190000,2023-05-01
42296,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data or business analyst,30,30,"10,000 or more employees",United States of America,C#;SQL,C#;Rust,MacOS,Indifferent,Somewhat trust,Individual contributor,30,Other,US,Using,108000,2023-05-01
42363,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,6,"10,000 or more employees",United States of America,Python;SQL,NA,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,11,NA,US,Plan to use,167000,2023-05-24
42373,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,3,"10,000 or more employees",United States of America,Python;R,Python;R;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,20,"Manufacturing, Transportation, or Supply Chain",US,Using,105000,2023-05-19
42409,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",16,10,20 to 99 employees,United States of America,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Python;SQL;TypeScript,Python;Rust;SQL,Android;Fedora;MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",US,Using,185000,2023-05-04
42503,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",25,23,500 to 999 employees,Spain,Bash/Shell (all shells);Java;Scala;SQL,Bash/Shell (all shells);Rust;Scala,Debian;MacOS;Other Linux-based;Red Hat;Ubuntu,Favorable,Neither trust nor distrust,People manager,23,Advertising Services,Not US,Plan to use,96381,2023-05-22
42638,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,5,100 to 499 employees,Ukraine,Python;SQL,Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,30000,2023-05-11
42688,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,4,"10,000 or more employees",France,Bash/Shell (all shells);HTML/CSS;Python,Bash/Shell (all shells);HTML/CSS;Python,Windows,Favorable,Neither trust nor distrust,People manager,4,Other,Not US,Using,67466,2023-05-03
42788,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,10,2 to 9 employees,Colombia,Assembly;Go;HTML/CSS;JavaScript;Julia;Python;SQL,Go;HTML/CSS;JavaScript;Julia;Python;Rust;SQL,MacOS;Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,10,Retail and Consumer Services,Not US,Using,40000,2023-05-15
42900,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,7,100 to 499 employees,United States of America,Bash/Shell (all shells);Perl;Python;R;Ruby;SQL,Bash/Shell (all shells);C;Python;R;Rust;SQL,MacOS;Ubuntu,Indifferent,Highly distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",US,Plan to use,145000,2023-05-13
42909,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,8,100 to 499 employees,Colombia,HTML/CSS;Java;JavaScript;Objective-C;PHP;Python,Erlang;Go;Python;Rust,MacOS,Very favorable,Somewhat trust,Individual contributor,8,NA,Not US,Plan to use,63548,2023-05-07
43062,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",23,17,"1,000 to 4,999 employees",United States of America,C#;HTML/CSS;Python;SQL,C#;Python,Windows,Favorable,Somewhat distrust,Individual contributor,7,Other,US,Plan to use,100000,2023-05-27
43092,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",27,17,"Just me - I am a freelancer, sole proprietor, etc.",France,C#;HTML/CSS;JavaScript;SQL;TypeScript,C#;JavaScript;Python;SQL;TypeScript,Windows,Favorable,Somewhat distrust,Individual contributor,17,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,107090,2023-05-20
43098,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,10,I don’t know,Colombia,Bash/Shell (all shells);HTML/CSS;JavaScript;Perl;PowerShell;Python;SQL;TypeScript,Erlang;Go;Rust,NA,Very favorable,Highly trust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",Not US,Using,71837,2023-05-07
43152,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,Some college/university study without earning a degree,Data or business analyst,25,20,"1,000 to 4,999 employees",Canada,C#;JavaScript;SQL;TypeScript,C#;JavaScript;SQL;TypeScript,MacOS;Windows,Favorable,Neither trust nor distrust,Individual contributor,20,NA,Not US,Plan to use,70634,2023-05-26
43266,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,2,2,10 to 19 employees,Mexico,Python;R;SQL,Ruby;Rust;TypeScript,Windows,Very favorable,Somewhat trust,Individual contributor,8,NA,Not US,Using,18766,2023-05-21
43303,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,10,100 to 499 employees,Belgium,Bash/Shell (all shells);HTML/CSS;JavaScript;Python,Julia;Python,Other Linux-based,Favorable,Somewhat distrust,Individual contributor,14,NA,Not US,Using,74963,2023-05-19
43305,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,6,4,2 to 9 employees,Algeria,C#;Java;JavaScript;SQL,C#;JavaScript;SQL,Ubuntu;Windows,Indifferent,Neither trust nor distrust,Individual contributor,0,Financial Services,Not US,Plan to use,512,2023-05-14
43368,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,6,20 to 99 employees,Germany,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,80317,2023-05-13
43474,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,1,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);C#;Python;R;SQL,Bash/Shell (all shells);C#;Lua;Python;Rust;SQL,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,1,NA,US,Using,73000,2023-05-10
43578,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,7,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Python;R;SQL,Bash/Shell (all shells);Lua;Python;R;SQL,Ubuntu,Favorable,Somewhat trust,Individual contributor,16,NA,US,Using,230000,2023-05-01
43692,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, part-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,1,2 to 9 employees,Brazil,Bash/Shell (all shells);GDScript;Python;R;SQL,C#;GDScript;Python;SQL,Other Linux-based;Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,1,Financial Services,Not US,Using,5275,2023-05-27
43824,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,8,500 to 999 employees,United States of America,Bash/Shell (all shells);PowerShell;Python;R;SQL,Clojure;Julia,Windows,Favorable,Neither trust nor distrust,People manager,18,Retail and Consumer Services,US,Using,200000,2023-05-05
43826,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",34,30,100 to 499 employees,Canada,C#;PowerShell;Python;SQL,Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,30,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,70634,2023-05-03
43930,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,14,10,20 to 99 employees,Israel,Python;SQL,Python;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,10,Healthcare,Not US,Using,137916,2023-05-26
43953,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,9,6,I don’t know,Brazil,Bash/Shell (all shells);C#;Python;SQL;VBA,Python;SQL,Windows,Very favorable,Neither trust nor distrust,Individual contributor,9,Financial Services,Not US,Plan to use,23331,2023-05-27
44206,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",16,11,100 to 499 employees,United States of America,Bash/Shell (all shells);C;C++;Lisp;MATLAB;Python,Assembly;Bash/Shell (all shells);C++;Lisp;Python,Red Hat,Favorable,Somewhat trust,Individual contributor,14,"Information Services, IT, Software Development, or other Technology",US,Using,200000,2023-05-10
44237,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,5,"10,000 or more employees",India,Apex;HTML/CSS;JavaScript;SQL,Bash/Shell (all shells);C++;Python;SQL,Windows,Very favorable,Neither trust nor distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,19993,2023-05-27
44471,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,10,"10,000 or more employees",Belgium,Bash/Shell (all shells);HTML/CSS;MATLAB;Python;R;SQL,Bash/Shell (all shells);Julia;Python;SQL,Other Linux-based;Ubuntu;Windows Subsystem for Linux (WSL),Very favorable,Highly distrust,Individual contributor,10,"Manufacturing, Transportation, or Supply Chain",Not US,Using,107090,2023-05-05
44507,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,9,7,"10,000 or more employees",United States of America,JavaScript;Python;R;SQL,Python;R;SQL,Windows,Favorable,Somewhat trust,Individual contributor,18,Healthcare,US,Plan to use,110000,2023-05-17
44532,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,13,2 to 9 employees,Poland,C;C++;Dart;Go;Java;Python;SQL;TypeScript,Zig,NA,Indifferent,Somewhat distrust,People manager,13,NA,Not US,Using,4307,2023-05-07
44580,I am a developer by profession,18-24 years old,"Independent contractor, freelancer, or self-employed",In-person,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,4,20 to 99 employees,Ukraine,Java;Kotlin;PHP;Python;SQL,Go;Haskell;Kotlin;Python;R;Scala;SQL,Android;Ubuntu;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,868,2023-05-24
44614,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,13,13,20 to 99 employees,United States of America,Bash/Shell (all shells);Go;JavaScript;Python;SQL,Bash/Shell (all shells);Go;JavaScript;Python;SQL;TypeScript,MacOS;Ubuntu,Indifferent,Highly distrust,Individual contributor,22,"Information Services, IT, Software Development, or other Technology",US,Using,330000,2023-05-16
44668,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,"Engineer, data",1,0,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R;SQL;TypeScript,MacOS;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,1,Retail and Consumer Services,Not US,Plan to use,39724,2023-05-25
44751,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,3,2,20 to 99 employees,Australia,HTML/CSS;JavaScript;MATLAB;PowerShell;Python;R;SQL;TypeScript;VBA,Flow;Go;HTML/CSS;JavaScript;MATLAB;PHP;PowerShell;Python;R;Ruby;Rust;SQL;TypeScript;VBA,Windows,Very favorable,Somewhat trust,Individual contributor,2,NA,Not US,Using,25041,2023-05-06
44916,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,8,100 to 499 employees,Poland,Bash/Shell (all shells);Java;Python;Scala;SQL,Bash/Shell (all shells);Java;Python;SQL,Ubuntu,Favorable,Somewhat distrust,Individual contributor,8,NA,Not US,Plan to use,83742,2023-05-05
45128,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,4,"1,000 to 4,999 employees",United States of America,HTML/CSS;JavaScript;Python;Rust;SAS;SQL,HTML/CSS;JavaScript;Python;Rust;SQL,MacOS,Very favorable,Somewhat trust,Individual contributor,4,NA,US,Using,115000,2023-05-03
45184,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work;Other (please specify):,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data scientist or machine learning specialist,5,4,"10,000 or more employees",Sweden,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Kotlin;PHP;Python;SQL,NA,NA,Very favorable,Highly trust,Individual contributor,5,Other,Not US,Using,460707,2023-05-08
45225,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,9,8,"10,000 or more employees",Switzerland,Bash/Shell (all shells);PowerShell;Python,Bash/Shell (all shells);Lisp;Python;R;Ruby;Rust;Solidity,Cygwin;Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,8,Healthcare,Not US,Using,132260,2023-05-21
45271,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,12,6,"1,000 to 4,999 employees",United States of America,Python,Groovy;JavaScript;Julia;Python;R,Windows,Very favorable,Neither trust nor distrust,Individual contributor,3,NA,US,Using,105000,2023-05-24
45284,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,4,"5,000 to 9,999 employees",Australia,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R;SQL,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,4,Oil & Gas,Not US,Plan to use,113699,2023-05-18
45403,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,4,"1,000 to 4,999 employees",Australia,Bash/Shell (all shells);C#;C++;PowerShell;Python;Scala;SQL,Bash/Shell (all shells);C#;C++;Go;Python;Rust;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,4,"Manufacturing, Transportation, or Supply Chain",Not US,Using,79325,2023-05-03
45458,"I am not primarily a developer, but I write code sometimes as part of my work/studies",55-64 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,28,28,"10,000 or more employees",United States of America,JavaScript;SQL;VBA,JavaScript;SQL;VBA,Windows,Favorable,Somewhat trust,Individual contributor,30,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,92000,2023-05-16
45687,"I am not primarily a developer, but I write code sometimes as part of my work/studies",65 years or older,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Database administrator,30,25,20 to 99 employees,United States of America,Perl;SQL,NA,Other Linux-based;Red Hat,Indifferent,Neither trust nor distrust,Individual contributor,30,"Information Services, IT, Software Development, or other Technology",US,Plan to use,120000,2023-05-30
45747,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,9,2,100 to 499 employees,United States of America,Crystal;HTML/CSS;Java;JavaScript;SQL;VBA;Visual Basic (.Net),C#;C++;PHP;Python;R;Ruby,iPadOS;Windows,Very favorable,Somewhat trust,Individual contributor,26,NA,US,Using,57928,2023-05-15
45755,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,5,100 to 499 employees,Netherlands,Java;Kotlin;Scala;SQL,Go;Java;Kotlin;Scala;SQL,MacOS;Windows,Very favorable,Somewhat trust,Individual contributor,5,NA,Not US,Using,54616,2023-05-07
45770,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,100 to 499 employees,Taiwan,JavaScript;Python;SQL;VBA,JavaScript;Python,Windows,Favorable,Somewhat trust,Individual contributor,5,Financial Services,Not US,Using,60000,2023-05-05
45857,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",14,10,20 to 99 employees,India,Python,Go;Python;Rust;Scala,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,People manager,11,"Information Services, IT, Software Development, or other Technology",Not US,Using,47256,2023-05-10
45869,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,4,100 to 499 employees,India,Python;R,C++;Python;R;Rust,MacOS;Windows,Favorable,Neither trust nor distrust,Individual contributor,4,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,10905,2023-05-23
45911,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,9,5,500 to 999 employees,Brazil,Python;R;SQL,Java;Julia;Python;SQL,Windows,Very favorable,Highly trust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,24345,2023-05-06
45928,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;Other (please specify):,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,3,2,100 to 499 employees,Indonesia,JavaScript;Python;SQL,Python;SQL,Ubuntu,Favorable,Somewhat trust,People manager,15,Wholesale,Not US,Using,16160,2023-05-27
45956,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,5,"10,000 or more employees",United States of America,C#;JavaScript;Python;Scala,JavaScript;Python;Scala;TypeScript,Windows,Very favorable,Somewhat distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",US,Using,160000,2023-05-16
46012,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,6,"10,000 or more employees",United States of America,Bash/Shell (all shells);HTML/CSS;Python;R;SQL,Bash/Shell (all shells);HTML/CSS;Python;SQL,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,5,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,200000,2023-05-06
46097,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,2,100 to 499 employees,Poland,Python,Python;Rust,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,77521,2023-05-01
46098,I am a developer by profession,45-54 years old,"Independent contractor, freelancer, or self-employed",Remote,Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",23,20,100 to 499 employees,Nigeria,Go;HTML/CSS;Java;JavaScript;Python;SQL;TypeScript,Go;HTML/CSS;Java;JavaScript;Python;SQL;TypeScript,Android;MacOS,Very favorable,Neither trust nor distrust,People manager,20,Advertising Services,Not US,Plan to use,80000,2023-05-07
46105,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,3,100 to 499 employees,Denmark,Python;SQL,Python;Scala;SQL,MacOS,Very favorable,Highly trust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,75918,2023-05-10
46112,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,Some college/university study without earning a degree,Data or business analyst,10,10,100 to 499 employees,South Africa,SQL,NA,NA,Favorable,Neither trust nor distrust,People manager,10,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,40460,2023-05-12
46187,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,3,"1,000 to 4,999 employees",Austria,HTML/CSS;Python;SQL,HTML/CSS;Python;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,8,Healthcare,Not US,Plan to use,55687,2023-05-08
46305,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,3,3,20 to 99 employees,Belgium,Python;SQL,NA,NA,Very favorable,Somewhat trust,Individual contributor,3,NA,Not US,Using,55155,2023-05-25
46328,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,5,2 to 9 employees,Japan,C++;Python,C++;Python,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,5,Financial Services,Not US,Using,64514,2023-05-09
46371,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,5,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,HTML/CSS;JavaScript;Python;R;SQL,Julia,Windows,Indifferent,Neither trust nor distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,51145,2023-05-30
46433,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,1,500 to 999 employees,Viet Nam,C++;Python;R;SQL,C++;Go;Python;R;SQL,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,425,2023-05-25
46447,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,5,"1,000 to 4,999 employees",Austria,HTML/CSS;JavaScript;Python,HTML/CSS;JavaScript;Python,Windows,Favorable,Somewhat distrust,Individual contributor,5,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,58899,2023-05-07
46518,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,2,1,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Dart;Python;SQL;TypeScript,Dart;GDScript;Go;Python;SQL;TypeScript,Windows,Favorable,Neither trust nor distrust,Individual contributor,1,Financial Services,Not US,Plan to use,37241,2023-05-06
46546,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,1,10 to 19 employees,France,Perl;PHP;Python;SQL,PHP;Python,Ubuntu,Very favorable,Somewhat trust,Individual contributor,3,Other,Not US,Using,53545,2023-05-15
46580,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,7,"1,000 to 4,999 employees",Spain,Bash/Shell (all shells);Java;Lua;Python,Bash/Shell (all shells);Clojure;Elixir;Erlang;Haskell;Java;Lua;Rust;Scala,Ubuntu;Windows,Indifferent,Somewhat distrust,Individual contributor,7,NA,Not US,Plan to use,51403,2023-05-14
46680,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Associate degree (A.A., A.S., etc.)",Database administrator,34,10,500 to 999 employees,Sweden,PowerShell;SQL,NA,NA,Favorable,Somewhat trust,Individual contributor,31,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,55285,2023-05-03
46695,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,Something else,"Engineer, data",25,20,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C;C++;Haskell;HTML/CSS;JavaScript;Lua;Python;Rust;SQL,Zig,NA,Indifferent,Somewhat distrust,People manager,20,NA,Not US,Plan to use,116690,2023-05-02
46710,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,0,500 to 999 employees,India,Bash/Shell (all shells);C;C++;HTML/CSS;JavaScript;Python;R;SQL,Bash/Shell (all shells);Python;Solidity,MacOS,Favorable,Neither trust nor distrust,Individual contributor,1,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,20599,2023-05-13
46714,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,3,2,100 to 499 employees,Spain,HTML/CSS;Python;SQL,Go;Python;SQL,Windows,Unsure,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,44978,2023-05-18
46862,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,5,20 to 99 employees,Italy,Bash/Shell (all shells);Python,Bash/Shell (all shells);Erlang;Go;Julia;Python;Rust;Zig,Ubuntu,Favorable,Somewhat trust,Individual contributor,6,Financial Services,Not US,Using,35340,2023-05-10
47045,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",3,3,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Go;Python;Rust,Go;Python,MacOS;Ubuntu;Windows,Very favorable,Neither trust nor distrust,Individual contributor,3,NA,Not US,Using,62069,2023-05-10
47107,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",18,12,20 to 99 employees,Germany,Bash/Shell (all shells);C;C++;HTML/CSS;JavaScript;Python;R;Rust;SQL;TypeScript,Bash/Shell (all shells);C++;JavaScript;Kotlin;Python;Rust;SQL;TypeScript,MacOS;Other Linux-based,Unfavorable,Highly distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,113515,2023-05-01
47348,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,1,"10,000 or more employees",Singapore,C++;Python;R;SQL,Go;HTML/CSS;JavaScript;PHP;Python;SQL,Ubuntu;Windows,Favorable,Somewhat trust,People manager,8,Financial Services,Not US,Plan to use,48914,2023-05-25
47374,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",27,16,10 to 19 employees,Hungary,Clojure;Scala;SQL,Python;Scala;SQL,Windows,Very favorable,Somewhat trust,Individual contributor,16,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,84112,2023-05-27
47667,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,7,10 to 19 employees,Norway,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;R;SQL;TypeScript,APL;Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Julia;Python;R;SQL;TypeScript,Ubuntu,Unsure,Somewhat distrust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,72490,2023-05-29
47780,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,2,"10,000 or more employees",Poland,Bash/Shell (all shells);PHP;Python;SQL,Bash/Shell (all shells);Python;Scala;Solidity;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,35889,2023-05-09
47987,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,0,20 to 99 employees,Sri Lanka,Haskell;Python;R;Scala,Elixir;Haskell;Julia;Python;R;Scala;SQL,Debian,Unsure,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,7228,2023-05-22
48091,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,1,100 to 499 employees,India,C++;HTML/CSS;JavaScript;PHP;PowerShell;Python;Scala;SQL,C++;HTML/CSS;JavaScript;PowerShell;Python;Scala;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat trust,People manager,1,NA,Not US,Using,9694,2023-05-16
48112,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,100 to 499 employees,Germany,Python,Python,Windows,Unfavorable,Somewhat distrust,Individual contributor,7,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,88884,2023-05-28
48321,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,13,6,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Dart;Python,Dart;Python,Windows,Favorable,Somewhat distrust,Individual contributor,9,Legal Services,Not US,Using,86897,2023-05-09
48342,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,32,27,"10,000 or more employees",Brazil,C#;JavaScript;Python,C#;Rust,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,32,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,42604,2023-05-29
48385,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,16,11,"1,000 to 4,999 employees",Armenia,C#;HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,PowerShell;Python;SQL,Windows,Indifferent,Neither trust nor distrust,Individual contributor,11,"Information Services, IT, Software Development, or other Technology",Not US,Using,92420,2023-05-25
48414,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,8,500 to 999 employees,India,Python;R;SQL,Bash/Shell (all shells);Julia;Python;R;Rust;SQL,MacOS;Other Linux-based;Ubuntu,Favorable,Somewhat trust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,29081,2023-05-11
48453,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,9,100 to 499 employees,Germany,JavaScript;Python;Rust;SQL,Python;Rust,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",Not US,Using,88884,2023-05-28
48465,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,2,2 to 9 employees,Italy,JavaScript;Python;Rust;TypeScript,JavaScript;Rust;TypeScript,MacOS;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,32127,2023-05-29
48480,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,1,2 to 9 employees,Romania,C++;Python;SQL,C++;Python;Rust;Scala,NA,Favorable,Highly distrust,Individual contributor,1,Financial Services,Not US,Using,90625,2023-05-15
48518,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,9,5,100 to 499 employees,United States of America,Python;R;SAS;SQL,C++;Java;JavaScript;PowerShell;Python;R;Ruby;SAS;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,6,Healthcare,US,Plan to use,46000,2023-05-03
48522,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",11,7,100 to 499 employees,Greece,Bash/Shell (all shells);Java;Python;Scala;SQL,Bash/Shell (all shells);Java;Kotlin;Python;Scala;SQL,Debian;MacOS,Indifferent,Neither trust nor distrust,Individual contributor,7,NA,Not US,Plan to use,46049,2023-05-01
48630,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",13,9,20 to 99 employees,United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;PHP;Python;Scala;SQL;VBA,Bash/Shell (all shells);HTML/CSS;JavaScript;PHP;Python;Scala;SQL,Debian;MacOS,Favorable,Highly trust,Individual contributor,22,"Information Services, IT, Software Development, or other Technology",US,Using,120000,2023-05-14
48663,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,8,500 to 999 employees,France,C#;Groovy;Java,Kotlin,NA,Favorable,Neither trust nor distrust,Individual contributor,8,Retail and Consumer Services,Not US,Plan to use,96381,2023-05-31
48669,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",25,20,500 to 999 employees,Greece,HTML/CSS;PHP;Python;SQL,HTML/CSS;PHP;Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,21,"Information Services, IT, Software Development, or other Technology",Not US,Using,37481,2023-05-25
48729,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,1,2 to 9 employees,United States of America,Bash/Shell (all shells);Python;Ruby;SQL;Swift,C++;JavaScript;OCaml;Rust,NA,Favorable,Somewhat distrust,Individual contributor,2,Retail and Consumer Services,US,Using,110000,2023-05-07
48747,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",12,10,"10,000 or more employees",Brazil,Python,Python,Windows,Very favorable,Somewhat trust,Individual contributor,15,Oil & Gas,Not US,Using,71007,2023-05-11
48858,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,10,100 to 499 employees,Poland,Bash/Shell (all shells);Dart;Python;SQL,Bash/Shell (all shells);Dart;Python;SQL,Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,10,Retail and Consumer Services,Not US,Using,71779,2023-05-12
48868,I am a developer by profession,45-54 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,37,32,2 to 9 employees,Brazil,Java;PHP;SQL;VBA,Go;HTML/CSS;Java;PHP;PowerShell;SQL;VBA,Ubuntu;Other (Please Specify):,Very favorable,Somewhat trust,Individual contributor,35,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,26780,2023-05-27
48979,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,10,500 to 999 employees,Canada,Python,Go;Python;Rust,MacOS;Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,148703,2023-05-29
48997,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,7,7,"1,000 to 4,999 employees",Kenya,JavaScript;Python;R,NA,NA,Very favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,648,2023-05-25
49161,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",28,21,100 to 499 employees,Portugal,Bash/Shell (all shells);Groovy;HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);Python;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,22,"Manufacturing, Transportation, or Supply Chain",Not US,Using,80317,2023-05-30
49197,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,10,"5,000 to 9,999 employees",United States of America,Bash/Shell (all shells);C;C++;HTML/CSS;JavaScript;Python;Rust;SQL,HTML/CSS;Python;Rust,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,14,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,165000,2023-05-01
49307,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",17,14,"10,000 or more employees",United States of America,Bash/Shell (all shells);Python,Haskell;Java;Scala,MacOS,Favorable,Somewhat distrust,Individual contributor,15,Financial Services,US,Plan to use,250000,2023-05-02
49338,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,11,7,20 to 99 employees,China,C;C++;Elixir;Zig,C;C++;Elixir;Zig,MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,140688,2023-05-20
49370,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,8,20 to 99 employees,Ireland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);JavaScript;Python;Rust;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,People manager,8,Other,Not US,Using,117798,2023-05-05
49467,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,10,2 to 9 employees,Spain,Python,Rust,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-29
49548,I am a developer by profession,45-54 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,39,25,20 to 99 employees,United States of America,Bash/Shell (all shells);C++;Dart;Python,Bash/Shell (all shells);Dart;HTML/CSS;Python;Rust,Ubuntu,Favorable,Somewhat distrust,Individual contributor,31,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,187000,2023-05-08
49588,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Database administrator,25,21,"10,000 or more employees",Finland,Apex;C;Java;JavaScript;Python;SQL,C;Java;JavaScript;Python;Scala;SQL;Swift,AIX;BSD;Cygwin;Fedora;iOS;iPadOS;MacOS;Solaris;Windows,Favorable,Somewhat distrust,Individual contributor,23,NA,Not US,Plan to use,74963,2023-05-27
49597,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,8,500 to 999 employees,United States of America,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Lua;PowerShell;Python;R;SQL,Bash/Shell (all shells);C;C++;Go;HTML/CSS;Java;JavaScript;PowerShell;Python;SQL;Zig,Windows,Favorable,Somewhat trust,Individual contributor,12,NA,US,Plan to use,180000,2023-05-13
49764,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,6,2,20 to 99 employees,United States of America,Python;VBA,Python;SQL,Windows,Indifferent,Somewhat distrust,Individual contributor,15,Healthcare,US,Plan to use,120000,2023-05-02
49854,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,6,500 to 999 employees,Kenya,HTML/CSS;Python;R;SQL,HTML/CSS;JavaScript;Python;R;SQL,MacOS,Indifferent,Neither trust nor distrust,Individual contributor,7,NA,Not US,Plan to use,1009,2023-05-18
49919,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,6,"10,000 or more employees",United States of America,Bash/Shell (all shells);Go;JavaScript;OCaml;PowerShell;Python;Scala;SQL,Bash/Shell (all shells);C;C++;JavaScript;OCaml;PowerShell;Python;SQL;TypeScript,Windows,Indifferent,Somewhat trust,Individual contributor,12,NA,US,Plan to use,140000,2023-05-18
50012,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",6,2,2 to 9 employees,France,Python,Bash/Shell (all shells);Python;Scala;SQL,Debian;Windows,Very favorable,Somewhat trust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",Not US,Using,38552,2023-05-21
50091,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,2,0,100 to 499 employees,United States of America,HTML/CSS;JavaScript;Python;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R;SQL,NA,Very favorable,Highly trust,Individual contributor,6,NA,US,Using,64000,2023-05-31
50140,I am a developer by profession,55-64 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",37,35,100 to 499 employees,Belgium,VBA,Python;VBA,Windows,Favorable,Somewhat trust,Individual contributor,38,NA,Not US,Plan to use,107090,2023-05-17
50282,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,12,12,100 to 499 employees,Germany,Bash/Shell (all shells);R,Bash/Shell (all shells);Python;R;SQL,Ubuntu,Indifferent,Highly distrust,Individual contributor,12,Other,Not US,Plan to use,112444,2023-05-02
50310,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,5,20 to 99 employees,Netherlands,Python;SQL,Go,iOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,5,Wholesale,Not US,Using,80317,2023-05-07
50470,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,24,15,"1,000 to 4,999 employees",Spain,Bash/Shell (all shells);Python,Julia;Rust,MacOS,Very favorable,Somewhat trust,Individual contributor,17,Retail and Consumer Services,Not US,Using,74963,2023-05-02
50539,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,4,20 to 99 employees,Turkey,Python;SQL;VBA,Python;SAS;SQL,MacOS;Windows,Favorable,Somewhat trust,Individual contributor,4,NA,Not US,Using,15042,2023-05-08
50707,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,38,29,20 to 99 employees,United States of America,Bash/Shell (all shells);Python,Python,MacOS;Other Linux-based,Unsure,Neither trust nor distrust,Individual contributor,30,"Information Services, IT, Software Development, or other Technology",US,Plan to use,150000,2023-05-21
50895,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,4,"10,000 or more employees",Chile,Python;SQL;VBA,Python;SQL,Windows,Favorable,Somewhat distrust,Individual contributor,4,NA,Not US,Using,46242,2023-05-12
50944,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",5,3,500 to 999 employees,Japan,Python,Go;Python,MacOS;Red Hat;Ubuntu,Favorable,Neither trust nor distrust,People manager,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,39425,2023-05-20
50951,"I am not primarily a developer, but I write code sometimes as part of my work/studies",55-64 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,41,35,"10,000 or more employees",United States of America,Bash/Shell (all shells);JavaScript;Perl;SQL,Bash/Shell (all shells);Perl;Python;SQL,Arch;Debian;Red Hat;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,42,NA,US,Using,140000,2023-05-16
50998,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,2,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Python;Rust;SQL,C++;Python;Rust;SQL,MacOS;Ubuntu;Windows,Indifferent,Neither trust nor distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,49655,2023-05-30
51032,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,2,0,500 to 999 employees,United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,NA,Windows,Indifferent,Neither trust nor distrust,Individual contributor,1,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,52000,2023-05-29
51118,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,13,5,20 to 99 employees,Canada,Bash/Shell (all shells);C++;Java;Kotlin;Python,Kotlin;Python,Ubuntu,Very favorable,Somewhat trust,Individual contributor,5,Other,Not US,Using,63645,2023-05-16
51142,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,5,"10,000 or more employees",Australia,C#;Python;R,NA,Windows,Very favorable,Somewhat trust,Individual contributor,5,Oil & Gas,Not US,Plan to use,112377,2023-05-04
51150,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,20,8,100 to 499 employees,Singapore,JavaScript;Python;SQL,Go;Rust,NA,Indifferent,Highly distrust,People manager,18,"Manufacturing, Transportation, or Supply Chain",Not US,Using,103756,2023-05-31
51288,I am a developer by profession,18-24 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",In-person,Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,3,2 to 9 employees,Peru,Bash/Shell (all shells);HTML/CSS;JavaScript;SQL;TypeScript,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;SQL;TypeScript,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,People manager,3,Higher Education,Not US,Plan to use,6520,2023-05-04
51321,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,32,10,"5,000 to 9,999 employees",Australia,Java;Python;R;SAS;SQL;VBA,Python;R;SQL,Windows,Very favorable,Highly distrust,Individual contributor,29,NA,Not US,Plan to use,52883,2023-05-20
51417,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,6,1,100 to 499 employees,United States of America,C#;HTML/CSS;Java;JavaScript;Python;SQL,C#;HTML/CSS;Java;JavaScript;Python;R;Ruby;SQL,MacOS,Favorable,Somewhat distrust,People manager,3,NA,US,Using,65000,2023-05-23
51419,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Database administrator,25,20,"10,000 or more employees",Japan,Apex;SQL,Apex;SQL,Other Linux-based,Favorable,Somewhat trust,Individual contributor,20,Financial Services,Not US,Plan to use,64514,2023-05-22
51476,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,10,100 to 499 employees,Canada,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;Scala;SQL;TypeScript,Python;Rust;SQL,Android;MacOS,Very favorable,Somewhat distrust,Individual contributor,14,"Information Services, IT, Software Development, or other Technology",Not US,Using,148703,2023-05-18
51524,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,4,100 to 499 employees,Pakistan,C++;MATLAB;Python;SQL,Python;SQL,Ubuntu;Windows,Indifferent,Neither trust nor distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,5251,2023-05-12
51556,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,9,20 to 99 employees,Finland,Bash/Shell (all shells);Python,Bash/Shell (all shells);Python,MacOS,Very favorable,Neither trust nor distrust,People manager,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,96381,2023-05-23
51594,I am a developer by profession,25-34 years old,"Employed, part-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",18,7,20 to 99 employees,Germany,Java;Objective-C;Python;Rust;SQL,Go;Python;Rust;SQL,Ubuntu,Favorable,Neither trust nor distrust,People manager,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-15
51754,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,5,"10,000 or more employees",Australia,Bash/Shell (all shells);JavaScript;Kotlin;Python;Rust;SQL;TypeScript,Bash/Shell (all shells);JavaScript;Python;Rust;SQL;TypeScript,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,6,Financial Services,Not US,Using,125597,2023-05-18
51829,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,4,"10,000 or more employees",Jordan,C++;Dart;HTML/CSS;Java;JavaScript;Python;Ruby;TypeScript,Dart;HTML/CSS;Java;JavaScript;Python;Ruby;TypeScript,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,4,Retail and Consumer Services,Not US,Using,56285,2023-05-31
51852,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",2,2,500 to 999 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;Scala;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Highly distrust,Individual contributor,13,Oil & Gas,Not US,Using,49655,2023-05-22
51883,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",3,3,100 to 499 employees,Spain,HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,10,"Manufacturing, Transportation, or Supply Chain",Not US,Using,52474,2023-05-01
51936,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,20,14,"10,000 or more employees",Ireland,C;C#;HTML/CSS;Python;R;SAS;Swift,Go;Python;R;SAS;Swift,Windows,Favorable,Somewhat distrust,People manager,15,Healthcare,Not US,Plan to use,117798,2023-05-19
51963,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",11,7,100 to 499 employees,Czech Republic,Python;Scala;SQL,Python;Scala;SQL,MacOS;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,7,Financial Services,Not US,Using,81888,2023-05-09
51987,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,3,20 to 99 employees,Viet Nam,Bash/Shell (all shells);JavaScript;Python;SQL,Bash/Shell (all shells);Python;SQL,MacOS;Windows,Very favorable,Neither trust nor distrust,Individual contributor,3,Financial Services,Not US,Using,16592,2023-05-02
52017,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,13,"1,000 to 4,999 employees",France,Bash/Shell (all shells);Java;Python;Scala;SQL,Python;Scala,Debian;Other Linux-based;Ubuntu,Very favorable,Somewhat trust,People manager,13,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,91026,2023-05-31
52041,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,Some college/university study without earning a degree,"Engineer, data",5,4,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Java;Scala,Go;Python,NA,Favorable,Neither trust nor distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,111724,2023-05-10
52126,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,3,500 to 999 employees,Russian Federation,C++;Python;Rust,Python;Rust,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,24751,2023-05-20
52194,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,15,7,100 to 499 employees,China,Groovy;HTML/CSS;Java;JavaScript;Python;SQL,Groovy;HTML/CSS;Java;JavaScript;Python;Swift,Android;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,8,NA,Not US,Using,14069,2023-05-19
52202,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,5,100 to 499 employees,India,Bash/Shell (all shells);Java;Python;SQL,Bash/Shell (all shells);Go;Java;Kotlin;Python;Rust;Scala;SQL,MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,43621,2023-05-28
52221,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,8,20 to 99 employees,Spain,Bash/Shell (all shells);Java;Scala;SQL,Bash/Shell (all shells);Elixir;Erlang;SQL,MacOS,Very favorable,Somewhat distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,44978,2023-05-23
52246,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",6,4,500 to 999 employees,United Kingdom of Great Britain and Northern Ireland,Groovy;HTML/CSS;Python;SQL;VBA,Groovy;HTML/CSS;Python;SQL;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,4,Retail and Consumer Services,Not US,Using,93104,2023-05-21
52265,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,16,14,"10,000 or more employees",Austria,Bash/Shell (all shells);C;C++;Fortran;MATLAB;Python;R;SQL,Bash/Shell (all shells);Python;R;SQL,NA,Favorable,Somewhat trust,Individual contributor,15,"Manufacturing, Transportation, or Supply Chain",Not US,Using,89955,2023-05-22
52445,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,3,"5,000 to 9,999 employees",France,Elixir;Erlang;Python;Scala,Elixir;Erlang;Haskell;Python;Rust;Scala,Windows;Other (Please Specify):,Favorable,Neither trust nor distrust,Individual contributor,3,Other,Not US,Plan to use,38017,2023-05-30
52597,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,4,"10,000 or more employees",France,Python;VBA,C;C#;C++;HTML/CSS;Java;JavaScript;MATLAB;PHP;Python;R;VBA;Visual Basic (.Net),Debian;Red Hat;Ubuntu;Windows,Very favorable,Neither trust nor distrust,Individual contributor,5,NA,Not US,Using,36410,2023-05-25
52658,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,1,0,100 to 499 employees,Greece,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;PHP;Python;SQL;TypeScript,Windows,Favorable,Neither trust nor distrust,Individual contributor,7,Other,Not US,Plan to use,20347,2023-05-05
52864,I am a developer by profession,45-54 years old,"Employed, part-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,17,10,"10,000 or more employees",Philippines,HTML/CSS;JavaScript;Python;SQL,Python,Windows,Favorable,Somewhat trust,Individual contributor,17,"Information Services, IT, Software Development, or other Technology",Not US,Using,25588,2023-05-20
52883,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,6,100 to 499 employees,United States of America,Bash/Shell (all shells);C;C++;Dart;HTML/CSS;JavaScript;Lua;Python;R;Rust;SQL;TypeScript,C;Dart;HTML/CSS;Lua;OCaml;Python;R;Rust;SQL;TypeScript,Debian;MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,3,Healthcare,US,Using,100000,2023-05-10
52945,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,5,1,20 to 99 employees,Brazil,Python,Python;R;SQL,Windows,Unfavorable,Somewhat distrust,Individual contributor,1,NA,Not US,Using,14607,2023-05-06
53046,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby,Some college/university study without earning a degree,"Engineer, data",30,23,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,HTML/CSS;Java;JavaScript;Python;SQL,Dart;Go;HTML/CSS;Java;JavaScript;Python;SQL,Red Hat,Very favorable,Somewhat trust,People manager,26,NA,Not US,Using,148966,2023-05-17
53052,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,15,10,500 to 999 employees,Netherlands,Bash/Shell (all shells);Go;Python;SQL,Bash/Shell (all shells);Go;Python;SQL,MacOS;Other Linux-based,Indifferent,Neither trust nor distrust,Individual contributor,11,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,117798,2023-05-24
53181,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,Some college/university study without earning a degree,Data or business analyst,6,2,20 to 99 employees,Brazil,SQL;VBA,HTML/CSS;JavaScript;Python;SQL;TypeScript,Windows,Unfavorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,12684,2023-05-02
53243,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",5,4,20 to 99 employees,Germany,Bash/Shell (all shells);HTML/CSS;Python;SQL,HTML/CSS;Python;SQL,MacOS;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,72821,2023-05-14
53270,I am a developer by profession,45-54 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",23,23,500 to 999 employees,United States of America,Bash/Shell (all shells);Go;Python;SQL,Bash/Shell (all shells);Go;Python;Rust;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,20,Higher Education,US,Using,98000,2023-05-05
53450,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,1,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Python;R;SAS;SQL,C++;Julia;Python;R;SQL,Arch;Windows,Favorable,Neither trust nor distrust,Individual contributor,1,Other,Not US,Using,55862,2023-05-17
53487,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,2,100 to 499 employees,France,C;HTML/CSS;Java;JavaScript;PHP;Prolog;Python;R;SQL,Java;Kotlin;Python,NA,Indifferent,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,44978,2023-05-19
53791,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Python;R;SQL,HTML/CSS;Python;R;SQL,Other Linux-based;Red Hat;Windows,Very favorable,Somewhat trust,Individual contributor,17,NA,US,Using,120000,2023-05-10
53794,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,5,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);C;C++;HTML/CSS;Java;JavaScript;Python;SQL,Bash/Shell (all shells);C;C++;Python;SQL,Debian;Ubuntu,Very favorable,Somewhat trust,Individual contributor,5,Financial Services,US,Using,404000,2023-05-29
53831,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,30,10,"10,000 or more employees",United States of America,C#;F#;Java;PowerShell;SQL,F#;PowerShell;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,25,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,135000,2023-05-06
53916,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",25,19,"10,000 or more employees",United States of America,C#;Python;Rust;Scala,C#;F#;Rust,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,18,"Information Services, IT, Software Development, or other Technology",US,Using,280000,2023-05-16
54040,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,3,"5,000 to 9,999 employees",Poland,Bash/Shell (all shells);Dart;HTML/CSS;PowerShell;Python;SAS;SQL,Bash/Shell (all shells);C#;Dart;HTML/CSS;JavaScript;PowerShell;Python;R;SQL,Red Hat;Windows,Very favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,21749,2023-05-19
54310,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,2,"1,000 to 4,999 employees",United States of America,HTML/CSS;PowerShell;Python;R,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Julia;Python;R;SQL,Windows,Very unfavorable,Highly distrust,Individual contributor,4,NA,US,Using,87720,2023-05-05
54361,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,15,10,100 to 499 employees,Mexico,HTML/CSS;PHP;SQL,HTML/CSS;JavaScript;Python,NA,Unfavorable,Somewhat distrust,Individual contributor,15,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,18320,2023-05-16
54370,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,5,"1,000 to 4,999 employees",United States of America,C#;SQL,C#;Dart;JavaScript;SQL;TypeScript,Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,6,Other,US,Plan to use,135000,2023-05-13
54442,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",25,17,100 to 499 employees,Belgium,HTML/CSS;JavaScript;Python;R;SQL,HTML/CSS;JavaScript;Python;R;SQL,MacOS;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,17,NA,Not US,Using,154209,2023-05-02
54537,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,23,12,"10,000 or more employees",United States of America,Julia;Python;R;SQL,Julia;Python;R;Rust;SQL,Debian;MacOS,Favorable,Somewhat trust,Individual contributor,22,Healthcare,US,Using,160000,2023-05-13
54674,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,2,1,20 to 99 employees,Brazil,Python;SQL,Elixir;Go,iOS;Red Hat;Ubuntu,Very favorable,Somewhat trust,Individual contributor,1,Other,Not US,Using,21911,2023-05-19
54732,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,26,26,100 to 499 employees,United States of America,HTML/CSS;JavaScript;Objective-C;Python;SQL;TypeScript,HTML/CSS;JavaScript;Python;SQL;TypeScript,MacOS,Very favorable,Highly distrust,Individual contributor,26,"Information Services, IT, Software Development, or other Technology",US,Using,250000,2023-05-16
54754,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",15,11,100 to 499 employees,United States of America,Bash/Shell (all shells);Dart;Python;R;Solidity;SQL;TypeScript,Bash/Shell (all shells);Dart;Haskell;Julia;Python;Rust;SQL;TypeScript,MacOS,Favorable,Somewhat distrust,Individual contributor,11,Financial Services,US,Using,195000,2023-05-10
54784,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,2,100 to 499 employees,United States of America,Bash/Shell (all shells);Go;JavaScript;Julia;MATLAB;Python,Go;Python;Rust,MacOS;Ubuntu,Unsure,Somewhat distrust,Individual contributor,10,Other,US,Plan to use,205000,2023-05-13
54834,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,1,0,2 to 9 employees,Nigeria,Python;SQL,Bash/Shell (all shells);MATLAB;Python;R;SAS;SQL,Windows,Favorable,Somewhat trust,People manager,2,Financial Services,Not US,Using,130,2023-05-13
54994,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,15,"5,000 to 9,999 employees",Australia,Python;R;SQL,Python;R,MacOS,Favorable,Somewhat trust,Individual contributor,20,"Information Services, IT, Software Development, or other Technology",Not US,Using,198312,2023-05-15
55063,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,7,2,I don’t know,China,Bash/Shell (all shells);Java;JavaScript;PowerShell;Python;Scala;SQL,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;PowerShell;Python;Scala;SQL;TypeScript,Red Hat;Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,2,Retail and Consumer Services,Not US,Using,14069,2023-05-03
55079,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,18,"10,000 or more employees",United States of America,Bash/Shell (all shells);Python;Scala,Bash/Shell (all shells);Python;Scala,MacOS;Red Hat,Very favorable,Somewhat distrust,Individual contributor,18,"Information Services, IT, Software Development, or other Technology",US,Using,450000,2023-05-18
55323,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",4,3,20 to 99 employees,Switzerland,Java;Rust;SQL,Python;Rust;SQL,Windows,Very favorable,Neither trust nor distrust,Individual contributor,3,Financial Services,Not US,Plan to use,110216,2023-05-28
55432,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,2,20 to 99 employees,Nigeria,C#;C++;Dart;HTML/CSS;Python;Solidity,Rust,Arch,Very favorable,Highly trust,Individual contributor,3,NA,Not US,Using,433,2023-05-07
55526,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,9,3,"10,000 or more employees",Netherlands,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);C;Python;SQL,AIX;Red Hat;Ubuntu,Favorable,Somewhat distrust,Individual contributor,3,NA,Not US,Plan to use,55687,2023-05-17
55574,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",3,2,20 to 99 employees,Netherlands,Bash/Shell (all shells);Python;SQL,C#;Go;Rust;TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,2,Financial Services,Not US,Using,53545,2023-05-27
55686,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",School or academic work;Other (please specify):,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",16,14,"10,000 or more employees",Czech Republic,Bash/Shell (all shells);Clojure;Groovy;Java;Python;SQL,Clojure,MacOS,Favorable,Neither trust nor distrust,People manager,14,Other,Not US,Plan to use,81888,2023-05-06
55744,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,2,20 to 99 employees,India,C;C++;Java;Julia;MATLAB;Python;R;SQL,NA,NA,Favorable,Somewhat trust,Individual contributor,1,NA,Not US,Using,2181,2023-05-29
56122,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,I don’t know,United States of America,Bash/Shell (all shells);JavaScript;Python;SQL,JavaScript;Python,Debian;Other Linux-based;Red Hat,Very favorable,Somewhat trust,Individual contributor,6,NA,US,Using,140000,2023-05-25
56180,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Other (please specify):,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,12,9,500 to 999 employees,United States of America,Python;R;SQL,NA,MacOS,Favorable,Somewhat trust,People manager,9,"Information Services, IT, Software Development, or other Technology",US,Using,260000,2023-05-31
56181,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,5,100 to 499 employees,Colombia,Python,Go;JavaScript;Python;Solidity,MacOS;Other Linux-based;Red Hat;Ubuntu,Favorable,Somewhat distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,82889,2023-05-23
56183,I am a developer by profession,55-64 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,40,28,2 to 9 employees,United States of America,C;C#;C++;SQL,C;C#;C++;Rust;SQL,Android;Ubuntu;Windows,Unsure,Neither trust nor distrust,Individual contributor,40,Oil & Gas,US,Plan to use,300000,2023-05-19
56302,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,10,3,2 to 9 employees,Serbia,Bash/Shell (all shells);Java;Julia;Python;Rust;SQL,Ada;Bash/Shell (all shells);Julia;Python;Rust;SQL,Android;MacOS;Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,4,Financial Services,Not US,Using,25657,2023-05-27
56353,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,Some college/university study without earning a degree,Data or business analyst,13,11,"1,000 to 4,999 employees",Brazil,Python;Rust,Python;Rust,MacOS;Windows,Favorable,Neither trust nor distrust,Individual contributor,12,Healthcare,Not US,Using,47067,2023-05-04
56367,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,4,20 to 99 employees,Spain,C;Python,Python;Rust;Solidity;SQL,Debian;Ubuntu,Very favorable,Somewhat trust,People manager,9,"Information Services, IT, Software Development, or other Technology",Not US,Using,85672,2023-05-20
56642,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,5,"1,000 to 4,999 employees",India,HTML/CSS;JavaScript;Python;R;SQL;TypeScript,C++;Go;Java;Ruby;TypeScript,iOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,18902,2023-05-31
56647,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,1,100 to 499 employees,India,Python,Python;SQL,Ubuntu,Very favorable,Somewhat trust,Individual contributor,1,Higher Education,Not US,Using,9694,2023-05-24
56715,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,10,20 to 99 employees,Mexico,Bash/Shell (all shells);Python;SQL;VBA,Python;SQL,MacOS,Very favorable,Somewhat trust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,60000,2023-05-10
56787,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,Something else,"Engineer, data",1,0,2 to 9 employees,Kenya,JavaScript;Python;SQL,JavaScript;Python;SQL,Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,72,2023-05-06
56818,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,3,20 to 99 employees,Algeria,Ada;Python;Rust;Swift,Ada;Python;Rust;Swift,Ubuntu,Unsure,Neither trust nor distrust,Individual contributor,4,Oil & Gas,Not US,Using,732,2023-05-14
56858,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,4,3,500 to 999 employees,United States of America,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;PowerShell;Python;SQL,C++;Rust,Red Hat;Windows,Favorable,Somewhat trust,Individual contributor,8,Financial Services,US,Plan to use,215000,2023-05-03
57008,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,9,100 to 499 employees,Germany,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;SQL,Bash/Shell (all shells);Go;HTML/CSS;Java;JavaScript;Rust;SQL;TypeScript,iOS;MacOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,10,Other,Not US,Using,100664,2023-05-31
57028,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,6,"10,000 or more employees",United States of America,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Julia;Python;Rust;SQL,Android;Debian;Other Linux-based;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,6,Other,US,Using,170000,2023-05-31
57045,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",11,8,"10,000 or more employees",United States of America,Java;Python;SQL,Python;R;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,8,NA,US,Plan to use,168000,2023-05-18
57062,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,2,100 to 499 employees,Canada,Assembly;Bash/Shell (all shells);C;C#;C++;Go;HTML/CSS;Java;JavaScript;Python;SQL,Assembly;C;C++;Python;Rust,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,2,NA,Not US,Plan to use,66916,2023-05-01
57153,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Independent contractor, freelancer, or self-employed",Remote,Bootstrapping a business;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,8,3,500 to 999 employees,United Kingdom of Great Britain and Northern Ireland,Python,Julia;Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,93104,2023-05-21
57201,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,7,"1,000 to 4,999 employees",Mexico,Go;HTML/CSS;Java;JavaScript;Python;Scala;SQL,NA,NA,Favorable,Somewhat trust,Individual contributor,9,Other,Not US,Using,57249,2023-05-29
57321,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,5,"10,000 or more employees",Germany,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Lua;Python;Rust;SQL,Go;HTML/CSS;JavaScript;Lua;Python;Rust;SQL;TypeScript,Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,3,NA,Not US,Plan to use,58899,2023-05-17
57338,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,Some college/university study without earning a degree,"Engineer, data",12,10,100 to 499 employees,Croatia,Assembly;Bash/Shell (all shells);C;C#;C++;Go;HTML/CSS;Java;JavaScript;Lua;PHP;Python;Rust;SQL;Swift;TypeScript,Bash/Shell (all shells);C#;C++;Go;Kotlin;Python;SQL,Fedora;MacOS;Other Linux-based;Ubuntu,Very favorable,Somewhat distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Using,53545,2023-05-09
57407,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,16,5,20 to 99 employees,Netherlands,PowerShell;Python;SQL,Python;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Highly distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-22
57447,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",16,9,"1,000 to 4,999 employees",France,Bash/Shell (all shells);Java;JavaScript;Python;SQL;TypeScript,Rust,iOS;MacOS;Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,7,Retail and Consumer Services,Not US,Plan to use,85672,2023-05-15
57469,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,6,"1,000 to 4,999 employees",Denmark,PowerShell;Python;R;SAS;SQL;VBA,C#;PowerShell;Python;R;SAS;SQL,Windows,Very favorable,Highly distrust,Individual contributor,6,Financial Services,Not US,Using,129406,2023-05-09
57515,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,7,20 to 99 employees,Israel,Python;SQL,Python;SQL,MacOS,Very favorable,Somewhat trust,Individual contributor,7,Financial Services,Not US,Using,153953,2023-05-07
58128,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,4,10 to 19 employees,India,C;C++;Fortran;Groovy;HTML/CSS;JavaScript;Julia;MATLAB;Python;R;SAS;Scala;SQL;Visual Basic (.Net),HTML/CSS;Python;R;SQL,Cygwin;Other Linux-based;Red Hat;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,People manager,21,Other,Not US,Plan to use,53314,2023-05-01
58401,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,15,"10,000 or more employees",Switzerland,Bash/Shell (all shells);Python,Bash/Shell (all shells);Python,MacOS;Other Linux-based,Favorable,Neither trust nor distrust,Individual contributor,20,Financial Services,Not US,Using,165324,2023-05-08
58405,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,12,9,"1,000 to 4,999 employees",United States of America,C#;JavaScript;Lisp;PowerShell;Python;SQL,Lisp;PowerShell;Python;SQL,Windows;Windows Subsystem for Linux (WSL),Unsure,Somewhat trust,Individual contributor,21,Other,US,Using,73000,2023-05-24
58414,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,8,"10,000 or more employees",Ireland,Python;SQL,Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,8,NA,Not US,Plan to use,78175,2023-05-21
58509,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data or business analyst,17,15,100 to 499 employees,Spain,Python;R;SQL,Python;R;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,14,Retail and Consumer Services,Not US,Plan to use,51403,2023-05-06
58536,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,7,"1,000 to 4,999 employees",France,Bash/Shell (all shells);C;HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Debian,Favorable,Somewhat trust,Individual contributor,7,"Manufacturing, Transportation, or Supply Chain",Not US,Using,187407,2023-05-26
58561,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,12,6,"1,000 to 4,999 employees",Poland,Python;SQL,F#;Python;SQL,MacOS,Indifferent,Somewhat distrust,Individual contributor,6,NA,Not US,Using,47852,2023-05-26
58572,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,5,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;R;SQL,Bash/Shell (all shells);Python;R;SQL,MacOS,Favorable,Somewhat trust,Individual contributor,11,Healthcare,US,Using,158000,2023-05-11
58658,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,10,10,20 to 99 employees,Hungary,C++;HTML/CSS;Python;R;SQL,HTML/CSS;Python;Rust;TypeScript,Windows,Favorable,Neither trust nor distrust,Individual contributor,27,NA,Not US,Plan to use,107090,2023-05-01
58726,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,5,100 to 499 employees,United States of America,Bash/Shell (all shells);Python;Rust;SQL,Assembly;Bash/Shell (all shells);C;C++;Fortran;Go;Haskell;PowerShell;Python;R;Rust;SQL,MacOS;Other Linux-based;Windows,Very favorable,Highly distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",US,Using,160000,2023-05-05
58756,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,2,20 to 99 employees,Viet Nam,Bash/Shell (all shells);C#;C++;HTML/CSS;JavaScript;PowerShell;Python;R;Rust;SQL;TypeScript,Bash/Shell (all shells);C++;Go;HTML/CSS;JavaScript;Julia;PowerShell;Python;Rust;SQL;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,2,Advertising Services,Not US,Using,10636,2023-05-21
58784,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,4,20 to 99 employees,United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);Rust;SQL,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,4,Retail and Consumer Services,US,Using,150000,2023-05-18
58796,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,0,"5,000 to 9,999 employees",China,Bash/Shell (all shells);C++;Python,Bash/Shell (all shells);C++;Python,Ubuntu,Very favorable,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,39393,2023-05-07
58820,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,11,2 to 9 employees,Israel,HTML/CSS;JavaScript;Python;SQL,HTML/CSS;JavaScript;Python,Ubuntu,Very favorable,Somewhat trust,People manager,13,"Information Services, IT, Software Development, or other Technology",Not US,Using,130967,2023-05-28
58858,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,16,100 to 499 employees,United States of America,Bash/Shell (all shells);Java;Python;Scala,Bash/Shell (all shells);C#;Go;Python;Rust;SQL,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,10,Other,US,Using,200000,2023-05-22
58893,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,30,25,20 to 99 employees,New Zealand,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Prolog;Rust,Ubuntu,Very favorable,Somewhat trust,Individual contributor,30,"Information Services, IT, Software Development, or other Technology",Not US,Using,89232,2023-05-20
58924,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,8,4,"5,000 to 9,999 employees",India,Bash/Shell (all shells);C;C++;HTML/CSS;JavaScript;MATLAB;PowerShell;Python;R;SQL;VBA,Assembly;Go;Julia;Rust;Scala;TypeScript,NA,Very favorable,Somewhat distrust,Individual contributor,3,Financial Services,Not US,Plan to use,33927,2023-05-09
58956,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",16,12,"10,000 or more employees",Australia,Bash/Shell (all shells);Python;SQL,Bash/Shell (all shells);Python;SQL,Windows,Very favorable,Somewhat distrust,Individual contributor,12,Financial Services,Not US,Using,72714,2023-05-31
58998,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,8,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;R;Rust;Scala;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Julia;Python;R;Rust,MacOS,Favorable,Neither trust nor distrust,Individual contributor,10,NA,US,Using,120000,2023-05-23
59104,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",28,15,"1,000 to 4,999 employees",Hong Kong (S.A.R.),Bash/Shell (all shells);Go;HTML/CSS;JavaScript;PowerShell;Python;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Lisp;PowerShell;Python;Rust;SQL,Windows,Very favorable,Somewhat distrust,Individual contributor,20,"Manufacturing, Transportation, or Supply Chain",Not US,Using,51023,2023-05-18
59124,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,4,100 to 499 employees,France,Python;SQL,Python;SQL,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,3,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,47119,2023-05-07
59175,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,6,100 to 499 employees,India,Python;Rust;SQL,Rust;SQL,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,6,Advertising Services,Not US,Using,35139,2023-05-01
59194,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,3,10 to 19 employees,Indonesia,Go;HTML/CSS;Java;JavaScript;PHP;Python;R;SQL,C;C++;Julia;SQL;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,2,NA,Not US,Using,20,2023-05-08
59232,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,5,100 to 499 employees,Sweden,Bash/Shell (all shells);Python;SQL,NA,Cygwin;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,5,Healthcare,Not US,Using,53626,2023-05-02
59239,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,2,"10,000 or more employees",India,HTML/CSS;JavaScript;Python;SQL,Python;Scala;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,9597,2023-05-14
59271,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,5,"1,000 to 4,999 employees",Israel,Python,Python,MacOS,Very favorable,Somewhat trust,Individual contributor,9,"Information Services, IT, Software Development, or other Technology",Not US,Using,160367,2023-05-13
59297,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,24,18,"1,000 to 4,999 employees",Slovenia,Python;R;SQL,Python;R;SQL,Android;Red Hat;Windows,Favorable,Neither trust nor distrust,Individual contributor,17,NA,Not US,Using,48190,2023-05-14
59336,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,7,10 to 19 employees,Netherlands,Python,Python,MacOS,Favorable,Somewhat trust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Using,56757,2023-05-16
59365,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;School or academic work,Some college/university study without earning a degree,"Engineer, data",10,10,500 to 999 employees,Spain,Bash/Shell (all shells);Go;HTML/CSS;Java;JavaScript;PowerShell;Python;SQL,Bash/Shell (all shells);Go;Python;R;SQL,Debian,Very favorable,Highly distrust,Individual contributor,10,NA,Not US,Plan to use,37481,2023-05-19
59501,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",7,5,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Python,C;C++;Python;Rust,Windows,Indifferent,Neither trust nor distrust,Individual contributor,6,Financial Services,Not US,Using,80752,2023-05-26
59539,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,2,"10,000 or more employees",India,Bash/Shell (all shells);C++;HTML/CSS;Java;JavaScript;Python;R;SQL,Go;Python;Ruby;SQL,Red Hat,Very favorable,Neither trust nor distrust,Individual contributor,3,Financial Services,Not US,Using,36351,2023-05-08
59718,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,0,20 to 99 employees,India,HTML/CSS;PowerShell;Python;SQL,HTML/CSS;PowerShell;Python,Ubuntu,Favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,12117,2023-05-09
59731,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,7,"10,000 or more employees",India,C;C++;Python;SQL,Python;SQL,Android;Other Linux-based;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,7,Other,Not US,Plan to use,2787,2023-05-02
59748,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,7,"1,000 to 4,999 employees",Switzerland,Bash/Shell (all shells);Java;JavaScript;Python,Bash/Shell (all shells);Java;Python,Cygwin;Red Hat;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,7,Insurance,Not US,Using,132260,2023-05-23
59936,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,5,100 to 499 employees,Ukraine,Java;Scala,Crystal;SAS;Scala;Zig,Ubuntu,Unfavorable,Somewhat distrust,Individual contributor,8,NA,Not US,Using,78000,2023-05-20
60064,I am a developer by profession,25-34 years old,"Employed, part-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,13,2,2 to 9 employees,Italy,Bash/Shell (all shells);JavaScript;Python,Bash/Shell (all shells);Go;Kotlin;Python;Rust;TypeScript,Arch;Debian;Other Linux-based;Ubuntu,Very favorable,Somewhat distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,12851,2023-05-16
60090,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Freelance/contract work;Other (please specify):,Some college/university study without earning a degree,Data or business analyst,25,20,"1,000 to 4,999 employees",United States of America,SQL;VBA,Bash/Shell (all shells);C;C#;C++;HTML/CSS;Java;JavaScript;Python;SQL;VBA;Visual Basic (.Net),Windows,Favorable,Somewhat trust,Individual contributor,25,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,66000,2023-05-30
60275,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,4,"5,000 to 9,999 employees",Germany,Python,C#;C++,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,7,Other,Not US,Using,53545,2023-05-20
60276,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,20,16,2 to 9 employees,India,HTML/CSS;Java;JavaScript;SQL,Python;SQL,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,16,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,12117,2023-05-01
60307,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,2,1,2 to 9 employees,France,HTML/CSS;Python;SQL,HTML/CSS;Python;SQL;TypeScript,Ubuntu;Windows,Favorable,Somewhat distrust,Individual contributor,7,NA,Not US,Using,58899,2023-05-10
60401,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,18,7,20 to 99 employees,Uruguay,Bash/Shell (all shells);C;C++;Python,Bash/Shell (all shells);C;C++;Python,Debian;MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Using,48000,2023-05-29
60414,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,16,10,"10,000 or more employees",South Africa,HTML/CSS;R;SQL,HTML/CSS;JavaScript;Python;R;SQL,Windows,Favorable,Somewhat trust,Individual contributor,10,Financial Services,Not US,Plan to use,41186,2023-05-31
60526,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",22,12,100 to 499 employees,United States of America,Bash/Shell (all shells);Elixir;Erlang;HTML/CSS;JavaScript;Python;Ruby;Rust;Scala;SQL;TypeScript,Bash/Shell (all shells);Elixir;Rust;SQL;TypeScript,MacOS,Favorable,Somewhat trust,People manager,12,Other,US,Using,250000,2023-05-10
60541,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,10,"10,000 or more employees",United States of America,HTML/CSS;JavaScript;Python;SQL;Visual Basic (.Net),HTML/CSS;JavaScript;Python;SQL;Visual Basic (.Net),Debian;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,People manager,12,"Information Services, IT, Software Development, or other Technology",US,Using,230000,2023-05-06
60617,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,5,0,"10,000 or more employees",Canada,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;SQL,Bash/Shell (all shells);Java;JavaScript;PowerShell;Python,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,0,NA,Not US,Using,55020,2023-05-26
60727,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,16,9,500 to 999 employees,Angola,SQL;VBA,Java;JavaScript;PowerShell;Python;SQL;VBA;Visual Basic (.Net),MacOS;Windows,Very favorable,Somewhat trust,People manager,9,Insurance,Not US,Plan to use,7942,2023-05-23
60776,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Associate degree (A.A., A.S., etc.)","Engineer, data",4,4,100 to 499 employees,Belgium,HTML/CSS;Java;Python;Scala;SQL,C;C#;C++;Haskell;HTML/CSS;Java;JavaScript;Python;R;Scala;SQL,Ubuntu,Favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,60934,2023-05-06
60790,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",13,6,"10,000 or more employees",United States of America,GDScript;HTML/CSS;JavaScript;PowerShell;Python;SQL;TypeScript,GDScript;HTML/CSS;Kotlin;Python;Rust;SQL;Swift;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",US,Using,128000,2023-05-25
60825,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,4,500 to 999 employees,United States of America,Bash/Shell (all shells);C#;Go;Python;SQL,Bash/Shell (all shells);Go;Python;SQL,Arch,Favorable,Neither trust nor distrust,Individual contributor,4,Advertising Services,US,Plan to use,135000,2023-05-05
60863,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,3,2 to 9 employees,United Kingdom of Great Britain and Northern Ireland,Python,C++,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,3,Retail and Consumer Services,Not US,Using,53379,2023-05-10
60918,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,5,"10,000 or more employees",United States of America,Bash/Shell (all shells);Lua;PowerShell;Python;Rust;SQL,Clojure;Lua;Rust,Android;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,People manager,5,NA,US,Using,128000,2023-05-07
60953,I am a developer by profession,Prefer not to say,"Employed, full-time",In-person,Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,7,100 to 499 employees,United States of America,C;C++;MATLAB;Python;SQL,C++;Python;SQL,Debian;Fedora;Ubuntu;Windows,Very favorable,Neither trust nor distrust,Individual contributor,7,"Manufacturing, Transportation, or Supply Chain",US,Plan to use,123260,2023-05-14
60955,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,6,100 to 499 employees,United States of America,Bash/Shell (all shells);HTML/CSS;Python;SQL,Elixir;Go;Python;Rust,Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",US,Using,200000,2023-05-11
60993,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,2,"1,000 to 4,999 employees",Greece,HTML/CSS;Java;JavaScript;Python;SQL,Go;Python,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,2,NA,Not US,Using,27843,2023-05-22
61003,I am a developer by profession,18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,2,500 to 999 employees,United States of America,Bash/Shell (all shells);C#;HTML/CSS;Java;PowerShell;Python;R;SQL,Bash/Shell (all shells);C#;Java;Python;SQL,MacOS;Ubuntu,Unfavorable,Somewhat distrust,Individual contributor,2,Advertising Services,US,Using,80000,2023-05-12
61191,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,3,"10,000 or more employees",United States of America,Bash/Shell (all shells);C++;Python,Bash/Shell (all shells);C++;Python,Debian;Ubuntu,Very favorable,Somewhat trust,Individual contributor,2,"Manufacturing, Transportation, or Supply Chain",US,Using,132000,2023-05-08
61198,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,8,"5,000 to 9,999 employees",United States of America,Java;JavaScript;PowerShell;Python;SQL,Java;JavaScript;PowerShell;Python;SQL,Windows,Indifferent,Somewhat distrust,Individual contributor,8,"Manufacturing, Transportation, or Supply Chain",US,Using,95000,2023-05-10
61200,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,7,100 to 499 employees,United States of America,Go;HTML/CSS;JavaScript;Python;SQL;Swift,Go;JavaScript;Python;Rust;SQL;Swift;TypeScript,MacOS,Favorable,Somewhat trust,Individual contributor,9,Retail and Consumer Services,US,Using,175000,2023-05-02
61208,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",18,12,"10,000 or more employees",Germany,Java;Python;SQL,Go;Java;JavaScript;Python;SQL,MacOS;Other Linux-based,Favorable,Neither trust nor distrust,Individual contributor,13,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,171343,2023-05-31
61296,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,8,"10,000 or more employees",India,Bash/Shell (all shells);C;C++;HTML/CSS;Java;JavaScript;Python;R;SQL,Rust,Windows,Favorable,Somewhat trust,Individual contributor,7,NA,Not US,Using,37562,2023-05-21
61430,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",6,4,"10,000 or more employees",Brazil,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;SQL,C;C++;Elixir;Haskell,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat distrust,Individual contributor,4,Financial Services,Not US,Using,42604,2023-05-15
61445,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,9,9,100 to 499 employees,United States of America,Bash/Shell (all shells);C++;HTML/CSS;JavaScript;Python;Rust;SQL;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;R;Rust;SQL;TypeScript,MacOS,Favorable,Somewhat distrust,People manager,9,Advertising Services,US,Using,155000,2023-05-14
61620,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,35,15,500 to 999 employees,Brazil,Assembly;C;C#;C++;HTML/CSS;Java;JavaScript;PHP;Python;R;SAS;Scala;SQL;VBA;Visual Basic (.Net),Assembly;C;C#;C++;HTML/CSS;Java;JavaScript;PHP;Python;R;SAS;Scala;SQL;VBA;Visual Basic (.Net),Solaris;Windows,Very favorable,Somewhat trust,Individual contributor,35,NA,Not US,Plan to use,30431,2023-05-06
61726,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed;Employed, part-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,18,8,20 to 99 employees,Netherlands,C++;JavaScript;Lua;Python;Rust;TypeScript,Python;Rust;TypeScript,Arch,Very favorable,Neither trust nor distrust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-17
61772,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,2,"10,000 or more employees",Austria,Bash/Shell (all shells);C;HTML/CSS;PowerShell;Python;R;SQL,Bash/Shell (all shells);C;C++;HTML/CSS;Julia;Lua;Python;R;SQL,Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,2,Healthcare,Not US,Using,64254,2023-05-30
61852,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,15,10,"10,000 or more employees",United States of America,Bash/Shell (all shells);PowerShell;Python;Scala;SQL,Bash/Shell (all shells);Python;Scala,Red Hat,Very favorable,Somewhat distrust,Individual contributor,10,NA,US,Using,350000,2023-05-04
61957,I am a developer by profession,18-24 years old,"Employed, part-time",Remote,Bootstrapping a business;School or academic work,"Associate degree (A.A., A.S., etc.)",Data scientist or machine learning specialist,3,1,20 to 99 employees,Brazil,C;C++;HTML/CSS;JavaScript;MATLAB;PHP;Python;SQL,JavaScript;Kotlin;Rust;TypeScript,NA,Favorable,Neither trust nor distrust,Individual contributor,2,NA,Not US,Using,4463,2023-05-06
62019,I am a developer by profession,35-44 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",In-person,Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,12,7,20 to 99 employees,Australia,Python,Lisp,Ubuntu;Windows,Very favorable,Neither trust nor distrust,Individual contributor,12,"Information Services, IT, Software Development, or other Technology",Not US,Using,99156,2023-05-07
62056,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,3,3,100 to 499 employees,Brazil,Python;SQL,Python;Scala;SQL;VBA,Windows,Favorable,Neither trust nor distrust,Individual contributor,3,Financial Services,Not US,Plan to use,20288,2023-05-22
62131,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,7,"5,000 to 9,999 employees",United Kingdom of Great Britain and Northern Ireland,C;Crystal;HTML/CSS;JavaScript;Objective-C;PowerShell;Ruby;Rust;SQL;Swift;TypeScript;VBA,HTML/CSS;JavaScript;PowerShell;Ruby;Rust;SQL;TypeScript;VBA,MacOS;Windows,Favorable,Somewhat distrust,Individual contributor,7,Other,Not US,Using,33517,2023-05-09
62189,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,6,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);Python,Rust,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,155173,2023-05-14
62216,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,6,"10,000 or more employees",Australia,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;Rust;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;Rust;TypeScript,Android;Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,6,NA,Not US,Using,59494,2023-05-11
62460,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,2,20 to 99 employees,Hong Kong (S.A.R.),Bash/Shell (all shells);Java;Python;SQL,C;C++;Python;Rust,Ubuntu;Windows,Unfavorable,Highly distrust,Individual contributor,8,Other,Not US,Using,84188,2023-05-21
62523,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",4,2,500 to 999 employees,Viet Nam,Python;R;SQL,HTML/CSS;JavaScript;Python;R;SQL;TypeScript;VBA,Windows,Very favorable,Somewhat distrust,Individual contributor,1,NA,Not US,Plan to use,468,2023-05-20
62549,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Bootstrapping a business,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,4,4,100 to 499 employees,United States of America,C;C#;C++;HTML/CSS;JavaScript;Lua;Python;SQL,Go,MacOS,Indifferent,Somewhat trust,People manager,7,Financial Services,US,Using,140000,2023-05-09
62630,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,3,100 to 499 employees,Indonesia,C#;Java;Python,JavaScript;Python,Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Neither trust nor distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,4713,2023-05-11
63000,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,6,4,"1,000 to 4,999 employees",India,Bash/Shell (all shells);Python,Rust,NA,Favorable,Somewhat trust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,30292,2023-05-20
63039,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",6,3,"5,000 to 9,999 employees",Spain,Bash/Shell (all shells);Go;Lua;Python;R;SQL,Bash/Shell (all shells);Go;Lua;Python;SQL,MacOS,Favorable,Somewhat distrust,Individual contributor,3,"Manufacturing, Transportation, or Supply Chain",Not US,Using,58899,2023-05-29
63048,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,15,100 to 499 employees,Philippines,Python;R,NA,NA,Very favorable,Somewhat trust,Individual contributor,15,Other,Not US,Using,49755,2023-05-21
63279,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,10,3,"10,000 or more employees",Sweden,C;C++;R,C;C++;R,MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,10,Healthcare,Not US,Using,82927,2023-05-23
63387,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",12,6,100 to 499 employees,Germany,Bash/Shell (all shells);C;Fortran;Python;SQL,Go;Kotlin;Rust,Red Hat;Ubuntu;Windows,Unsure,Neither trust nor distrust,Individual contributor,6,Other,Not US,Plan to use,81388,2023-05-22
63425,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,10,10 to 19 employees,United Kingdom of Great Britain and Northern Ireland,Dart;Go;HTML/CSS;JavaScript;Python;SQL;TypeScript,Python;TypeScript,Windows,Indifferent,Highly distrust,Individual contributor,13,Financial Services,Not US,Plan to use,148966,2023-05-02
63507,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,3,20 to 99 employees,South Africa,Go;Python;SQL,NA,NA,Very favorable,Somewhat trust,Individual contributor,3,NA,Not US,Using,31123,2023-05-06
63931,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,3,100 to 499 employees,Spain,Bash/Shell (all shells);JavaScript;MATLAB;Prolog;Python;R,Go;Julia,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,32127,2023-05-21
63944,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,2,1,"5,000 to 9,999 employees",Romania,Groovy;HTML/CSS;Java;JavaScript;Python,Groovy;HTML/CSS;Java;JavaScript;Python;Rust;TypeScript,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,1,NA,Not US,Using,21418,2023-05-20
63947,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,4,100 to 499 employees,Germany,HTML/CSS;JavaScript;Python;SQL,HTML/CSS;JavaScript;Python;SQL,MacOS,Indifferent,Neither trust nor distrust,Individual contributor,10,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,44978,2023-05-15
64047,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",4,4,"1,000 to 4,999 employees",India,Python,Python,iOS;Windows,Very favorable,Somewhat trust,Individual contributor,10,Healthcare,Not US,Plan to use,38774,2023-05-05
64362,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",11,5,"10,000 or more employees",Germany,C++;Python,C++;Python,Windows,Favorable,Somewhat distrust,Individual contributor,6,"Manufacturing, Transportation, or Supply Chain",Not US,Using,117798,2023-05-28
64459,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,4,20 to 99 employees,Germany,JavaScript;Python,Go;JavaScript;Python;Rust;TypeScript,Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,15,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-28
64647,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",9,5,20 to 99 employees,Ukraine,Bash/Shell (all shells);Go;Groovy;JavaScript;Lua;PowerShell;Python;SQL;TypeScript,Bash/Shell (all shells);C;C++;Go;Haskell;Lua;PowerShell;Python;Rust;SQL;TypeScript,Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat distrust,Individual contributor,5,Retail and Consumer Services,Not US,Plan to use,64642,2023-05-11
64790,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Bootstrapping a business,Some college/university study without earning a degree,Data scientist or machine learning specialist,4,3,20 to 99 employees,Spain,Python;SQL,Python;SQL,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,4,Other,Not US,Using,31056,2023-05-08
64817,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, part-time",Remote,Hobby;Professional development or self-paced learning from online courses,Something else,"Engineer, data",10,7,20 to 99 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;PHP;SQL,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;PHP;Python;SQL,Windows,Favorable,Somewhat trust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,18621,2023-05-07
64882,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,3,20 to 99 employees,Czech Republic,Bash/Shell (all shells);C;C++;Elixir;HTML/CSS;JavaScript;Perl;PowerShell;Python;R;SQL,Bash/Shell (all shells);C;C#;C++;HTML/CSS;Java;Julia;Python;R,BSD;MacOS;Other Linux-based;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Highly trust,Individual contributor,11,Higher Education,Not US,Using,5869,2023-05-03
64901,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,6,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Python,Bash/Shell (all shells);C#;HTML/CSS;JavaScript;Python;Rust,Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,6,NA,Not US,Using,161380,2023-05-20
65069,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,16,13,"5,000 to 9,999 employees",Netherlands,Python;R,Python;R,MacOS;Other (Please Specify):,Favorable,Somewhat trust,Individual contributor,13,Other,Not US,Plan to use,139216,2023-05-18
65121,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",17,10,20 to 99 employees,Italy,Python,Python,Ubuntu,Favorable,Somewhat trust,Individual contributor,7,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,44978,2023-05-27
65128,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",5,3,"5,000 to 9,999 employees",Poland,Python;SQL,Go;Rust,iOS,Very favorable,Highly trust,Individual contributor,4,Healthcare,Not US,Using,40196,2023-05-16
65143,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,18,16,"10,000 or more employees",France,C++;Python,Python,Debian;Ubuntu;Windows,Very favorable,Highly trust,Individual contributor,16,Oil & Gas,Not US,Using,64254,2023-05-30
65261,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,21,9,100 to 499 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C++;Python;SQL,Bash/Shell (all shells);C++;Go;Lua;Python;Rust;SQL,Debian;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,9,Retail and Consumer Services,Not US,Using,62069,2023-05-05
65340,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Hobby;School or academic work,Some college/university study without earning a degree,"Engineer, data",24,14,100 to 499 employees,Germany,Bash/Shell (all shells);C#;Java;Python;Scala,Java;Kotlin;Python;Scala,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,14,NA,Not US,Plan to use,91026,2023-05-04
65563,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,4,3,"10,000 or more employees",Italy,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell;Python;SQL,Go;Julia;Rust,Red Hat;Windows,Favorable,Neither trust nor distrust,Individual contributor,3,Oil & Gas,Not US,Using,42836,2023-05-18
65786,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,8,6,"5,000 to 9,999 employees",India,Python;SAS;SQL,Go;Python;R;SAS;Scala,Windows,Unfavorable,Somewhat distrust,Individual contributor,6,NA,Not US,Plan to use,30292,2023-05-02
65796,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,12,8,"5,000 to 9,999 employees",Oman,C++;HTML/CSS;JavaScript;MATLAB;Python;R;Ruby;Visual Basic (.Net),Python,Windows,Very favorable,Somewhat trust,Individual contributor,8,Other,Not US,Using,81552,2023-05-01
65949,I am a developer by profession,35-44 years old,"Independent contractor, freelancer, or self-employed",Remote,Hobby;Freelance/contract work,Something else,Data scientist or machine learning specialist,14,10,2 to 9 employees,Georgia,Bash/Shell (all shells);C#;Kotlin;PHP;Python,NA,NA,Very favorable,Neither trust nor distrust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,100000,2023-05-29
66001,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,20,13,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);HTML/CSS;Java;JavaScript;Python;Scala;SQL;TypeScript,Bash/Shell (all shells);C#;F#;PowerShell;Ruby;Scala;TypeScript,MacOS;Ubuntu,Indifferent,Somewhat distrust,Individual contributor,13,Retail and Consumer Services,Not US,Using,155173,2023-05-11
66011,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,26,11,20 to 99 employees,Sweden,C++;Lua;Python,C++;Lua;Python,Ubuntu;Windows;Windows Subsystem for Linux (WSL);Other (Please Specify):,Favorable,Somewhat distrust,People manager,25,NA,Not US,Using,59892,2023-05-13
66075,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,6,100 to 499 employees,Belgium,Python;R;SQL,Python;R;SQL,MacOS;Ubuntu,Favorable,Somewhat distrust,Individual contributor,6,"Information Services, IT, Software Development, or other Technology",Not US,Using,64254,2023-05-26
66079,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,30,23,100 to 499 employees,Austria,Python;R;SQL,Python;Rust;SQL,Arch,Favorable,Somewhat distrust,People manager,23,Retail and Consumer Services,Not US,Using,107090,2023-05-24
66151,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",17,17,"10,000 or more employees",Russian Federation,Bash/Shell (all shells);Go;Lua;Python;Rust;SQL,Bash/Shell (all shells);Dart;Go;Haskell;Julia;Lua;Python;Rust;Scala;SQL;TypeScript,Red Hat;Windows,Indifferent,Somewhat trust,People manager,17,Financial Services,Not US,Using,6188,2023-05-29
66392,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",7,4,"1,000 to 4,999 employees","Iran, Islamic Republic of...",C#;HTML/CSS;Java;JavaScript;PowerShell;Python;SQL,C#;HTML/CSS;Java;JavaScript;Python;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,5,Retail and Consumer Services,Not US,Using,7500,2023-05-31
66499,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,7,"10,000 or more employees",Nigeria,Bash/Shell (all shells);C#;PowerShell;Python;SQL,Bash/Shell (all shells);C#;PowerShell;Python;SQL,MacOS;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,8,"Information Services, IT, Software Development, or other Technology",Not US,Using,75818,2023-05-15
66557,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,4,"1,000 to 4,999 employees",United States of America,Python;R;SQL,Python;R;SQL,MacOS,Indifferent,Somewhat distrust,Individual contributor,9,Financial Services,US,Plan to use,132000,2023-05-05
66612,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,8,8,"1,000 to 4,999 employees",Canada,R;SAS;SQL,Python;R;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,8,Insurance,Not US,Plan to use,78813,2023-05-12
66664,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,9,4,"1,000 to 4,999 employees",Italy,C++;SQL,Python,Windows,Favorable,Neither trust nor distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,37481,2023-05-23
66910,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Other (please specify):,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,4,500 to 999 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C++;Python;R;SQL,C++;Haskell;Julia;Python;R,MacOS;Other Linux-based,Indifferent,Somewhat distrust,Individual contributor,8,NA,Not US,Plan to use,62069,2023-05-08
66914,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,13,4,100 to 499 employees,Germany,Lisp;Python;Rust,Lisp;Python;Rust,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,4,Financial Services,Not US,Using,160634,2023-05-12
67216,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,10,20 to 99 employees,Portugal,Python;SQL,Python;SQL,MacOS,Favorable,Neither trust nor distrust,People manager,10,"Information Services, IT, Software Development, or other Technology",Not US,Using,80317,2023-05-02
67257,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,8,5,100 to 499 employees,United States of America,R;SQL;VBA,R;Scala;SQL,Other Linux-based,Favorable,Somewhat trust,Individual contributor,15,Other,US,Plan to use,120000,2023-05-19
67327,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,12,20 to 99 employees,United States of America,Bash/Shell (all shells);Elixir;Go;HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Python;SQL;TypeScript,MacOS,Very favorable,Somewhat trust,People manager,13,Healthcare,US,Using,200000,2023-05-12
67485,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,3,0,100 to 499 employees,India,C;MATLAB;Python,SQL,MacOS;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Neither trust nor distrust,Individual contributor,0,"Manufacturing, Transportation, or Supply Chain",Not US,Using,10905,2023-05-19
67616,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,15,15,"1,000 to 4,999 employees",Canada,C++;Java;JavaScript;Python;R;Rust;Scala;SQL,JavaScript;Python;R;Rust;SQL,Other Linux-based;Ubuntu;Windows;Other (Please Specify):,Very favorable,Neither trust nor distrust,People manager,15,"Information Services, IT, Software Development, or other Technology",Not US,Using,148703,2023-05-29
67627,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",3,0,2 to 9 employees,United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C;HTML/CSS;JavaScript;Python;Scala,Bash/Shell (all shells);Python;Scala,Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,1,NA,Not US,Plan to use,37241,2023-05-14
67677,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",14,9,100 to 499 employees,Sweden,Python;SQL,NA,NA,Favorable,Somewhat distrust,Individual contributor,10,NA,Not US,Plan to use,62656,2023-05-24
67743,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,4,"1,000 to 4,999 employees",Slovenia,Java;JavaScript;Python;SQL,C;C++;Lisp;Rust,NA,Favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,47119,2023-05-15
67780,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Associate degree (A.A., A.S., etc.)",Data or business analyst,17,10,2 to 9 employees,United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);HTML/CSS;JavaScript;Kotlin;Rust;SQL;TypeScript,iPadOS;MacOS,Favorable,Neither trust nor distrust,Individual contributor,11,NA,US,Using,70000,2023-05-19
67793,I am a developer by profession,45-54 years old,"Independent contractor, freelancer, or self-employed;Employed, part-time","Hybrid (some remote, some in-person)",Bootstrapping a business;Freelance/contract work;Other (please specify):,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",13,11,2 to 9 employees,Germany,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Kotlin;Python;Rust;TypeScript,Debian;Ubuntu,Favorable,Somewhat distrust,Individual contributor,16,NA,Not US,Plan to use,85672,2023-05-28
67956,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,11,10 to 19 employees,United States of America,Bash/Shell (all shells);Python;SQL,Python,MacOS;Other Linux-based,Favorable,Somewhat trust,Individual contributor,10,Financial Services,US,Using,130000,2023-05-26
67998,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,9,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Go;Python;SQL,Python;Rust;SQL,MacOS,Indifferent,Neither trust nor distrust,Individual contributor,8,Financial Services,US,Plan to use,180000,2023-05-15
68051,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,2,2,20 to 99 employees,Guatemala,Python;R;SQL,Python;R;SQL;Visual Basic (.Net),Windows,Favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,13815,2023-05-09
68052,I am a developer by profession,25-34 years old,"Employed, part-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,0,"10,000 or more employees",Brazil,Bash/Shell (all shells);C;HTML/CSS;JavaScript;Kotlin;Python;SQL,Bash/Shell (all shells);C;HTML/CSS;JavaScript;Lisp;Python;Rust;SQL,Windows,Favorable,Highly distrust,Individual contributor,1,Financial Services,Not US,Using,8115,2023-05-23
68127,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,3,3,"10,000 or more employees",United States of America,Bash/Shell (all shells);PowerShell;Python,NA,Windows,Very favorable,Somewhat trust,Individual contributor,12,Financial Services,US,Using,225000,2023-05-04
68138,I am a developer by profession,45-54 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",4,2,"1,000 to 4,999 employees",United States of America,Ada;C;C++;HTML/CSS;Java;JavaScript;MATLAB;Python;SQL,R;SQL,Other Linux-based,Favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",US,Plan to use,125000,2023-05-27
68211,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business;Freelance/contract work;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,25,13,"10,000 or more employees",United States of America,HTML/CSS;JavaScript;Python;SQL,HTML/CSS;JavaScript;Python;SQL,Other Linux-based;Windows;Other (Please Specify):,Very favorable,Highly trust,Individual contributor,15,NA,US,Using,145000,2023-05-11
68336,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data or business analyst,4,1,100 to 499 employees,Canada,Bash/Shell (all shells);Dart;JavaScript;Python;Rust;SQL;TypeScript,Dart;Python;Rust;SQL;TypeScript,Debian;MacOS,Very favorable,Somewhat trust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,59481,2023-05-25
68625,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,7,"1,000 to 4,999 employees",Mexico,JavaScript;SQL;Swift,JavaScript;Kotlin;Python;SQL;Swift,Windows,Favorable,Somewhat trust,Individual contributor,9,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,54959,2023-05-09
68637,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,3,"1,000 to 4,999 employees",Mexico,HTML/CSS;JavaScript;Python;SQL;Visual Basic (.Net),HTML/CSS;JavaScript;Python;SQL;Visual Basic (.Net),Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,10,NA,Not US,Using,24045,2023-05-20
68681,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,16,9,"10,000 or more employees",United States of America,JavaScript;Python;SQL;TypeScript,Python;Rust;SQL,Arch,Favorable,Neither trust nor distrust,Individual contributor,9,Insurance,US,Using,139000,2023-05-12
68698,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,14,6,20 to 99 employees,Italy,C++;Python,C++;Python,MacOS;Other Linux-based,Very favorable,Somewhat trust,Individual contributor,6,Healthcare,Not US,Plan to use,61041,2023-05-18
68719,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",25,11,20 to 99 employees,United States of America,JavaScript;Python;Ruby;SQL,TypeScript,MacOS,Favorable,Neither trust nor distrust,Individual contributor,14,NA,US,Using,160000,2023-05-19
68722,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,5,500 to 999 employees,Peru,Python;R,Python;R,Windows,Very favorable,Somewhat trust,Individual contributor,5,NA,Not US,Using,16300,2023-05-10
68776,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,4,"10,000 or more employees",United States of America,Python,Python,Windows,Very favorable,Highly trust,Individual contributor,20,Insurance,US,Using,325000,2023-05-01
68893,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,17,10,20 to 99 employees,United States of America,C#;C++;Python,Python,NA,Very favorable,Somewhat trust,People manager,9,"Manufacturing, Transportation, or Supply Chain",US,Using,155000,2023-05-23
68943,I am a developer by profession,45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",30,25,100 to 499 employees,United States of America,C#;Ruby;SQL,Go,NA,Very favorable,Neither trust nor distrust,Individual contributor,30,"Information Services, IT, Software Development, or other Technology",US,Using,150000,2023-05-11
68946,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,6,4,100 to 499 employees,United States of America,HTML/CSS;JavaScript;PHP;SQL,HTML/CSS;JavaScript;Python;R;SQL,MacOS;Ubuntu;Windows,Unfavorable,Somewhat distrust,Individual contributor,16,Healthcare,US,Plan to use,59000,2023-05-11
69066,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time",In-person,Hobby;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",14,10,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,C;C#;C++;Dart;Fortran;HTML/CSS;Java;JavaScript;MATLAB;PHP;Python;SQL;VBA;Visual Basic (.Net),C;C#;C++;Python,Windows,Favorable,Somewhat trust,Individual contributor,12,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,58345,2023-05-23
69092,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,3,2 to 9 employees,United States of America,Python;TypeScript,Python;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",US,Using,120000,2023-05-31
69155,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",13,5,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL,MacOS,Very favorable,Somewhat trust,Individual contributor,5,Retail and Consumer Services,US,Using,131000,2023-05-31
69158,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,2,"10,000 or more employees",United States of America,C#;C++;HTML/CSS;JavaScript;PowerShell;Python;R;SQL;TypeScript;VBA,C;C#;C++;HTML/CSS;JavaScript;Python;R;Rust;SQL;TypeScript;Visual Basic (.Net),Windows,Favorable,Somewhat distrust,Individual contributor,2,Oil & Gas,US,Using,93000,2023-05-03
69229,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,1,"1,000 to 4,999 employees",France,C++;JavaScript;Python;Rust,C++;Python;Rust,MacOS,Very favorable,Somewhat trust,Individual contributor,1,NA,Not US,Using,53545,2023-05-21
69247,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,3,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Python,Bash/Shell (all shells);Julia;Python,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,10,"Information Services, IT, Software Development, or other Technology",US,Using,220000,2023-05-02
69249,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,8,4,"10,000 or more employees",France,Bash/Shell (all shells);Python;R;Scala;SQL,Bash/Shell (all shells);Lua;Python;Rust;Scala;SQL,Windows;Windows Subsystem for Linux (WSL),Unfavorable,Neither trust nor distrust,Individual contributor,5,Financial Services,Not US,Using,44978,2023-05-06
69315,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,2,100 to 499 employees,United States of America,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;TypeScript,Assembly;C;Go;HTML/CSS;JavaScript;Rust;SQL;TypeScript;Zig,iOS;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,1,Other,US,Using,80000,2023-05-11
69380,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Contribute to open-source projects;Professional development or self-paced learning from online courses;Freelance/contract work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",10,15,100 to 499 employees,Bulgaria,Ada;C;C#;C++;Fortran;Java;JavaScript;Python;Visual Basic (.Net),Objective-C;Solidity,Windows,Very favorable,Highly trust,People manager,23,NA,Not US,Using,54742,2023-05-08
69415,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;Other (please specify):,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",3,2,20 to 99 employees,Philippines,Bash/Shell (all shells);HTML/CSS;JavaScript;TypeScript,Bash/Shell (all shells);C++;Cobol;Fortran;Ruby;TypeScript,Arch,Very favorable,Somewhat distrust,Individual contributor,2,NA,Not US,Using,3643,2023-05-15
69591,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",4,2,100 to 499 employees,Germany,Bash/Shell (all shells);Python;SQL,Python;R;Rust;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,53545,2023-05-02
69630,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,4,500 to 999 employees,Georgia,MATLAB;Python;R;SQL,Python;SQL,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,4,NA,Not US,Using,47250,2023-05-25
69640,I am a developer by profession,55-64 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",35,33,20 to 99 employees,United States of America,JavaScript;Python;SAS;SQL,PowerShell;Python;R;SQL,Other Linux-based;Red Hat;Solaris;Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,34,NA,US,Using,185000,2023-05-14
69703,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",16,14,100 to 499 employees,Bolivia,Bash/Shell (all shells);Java;Python;Scala;SQL,Bash/Shell (all shells);Go;Java;JavaScript;Python;Scala;SQL;Swift,MacOS,Indifferent,Neither trust nor distrust,Individual contributor,14,Advertising Services,Not US,Plan to use,60000,2023-05-13
69794,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,I don’t code outside of work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,2,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);PowerShell;Python;SQL;VBA,JavaScript,Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,4,NA,US,Using,50000,2023-05-28
69900,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,4,3,500 to 999 employees,Peru,HTML/CSS;JavaScript;Python;R;SQL;TypeScript,C++;Haskell;HTML/CSS;JavaScript;Julia;Lua;Python;R;Rust;SQL;TypeScript,Ubuntu;Windows;Other (Please Specify):,Very favorable,Highly distrust,Individual contributor,5,NA,Not US,Using,19560,2023-05-18
69904,I am a developer by profession,25-34 years old,"Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,11,6,"10,000 or more employees",Sweden,HTML/CSS;JavaScript;Python;Scala;SQL;TypeScript,Elixir;Erlang;HTML/CSS;JavaScript;Python;Rust;SQL;Swift;TypeScript,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,6,Retail and Consumer Services,Not US,Using,77399,2023-05-22
69982,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,14,20 to 99 employees,Brazil,C#;JavaScript;Python;SQL;VBA;Visual Basic (.Net),C#;JavaScript;Julia;Python;SQL,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,14,"Manufacturing, Transportation, or Supply Chain",Not US,Using,36518,2023-05-21
70106,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,3,20 to 99 employees,Israel,Bash/Shell (all shells);Python,Bash/Shell (all shells);HTML/CSS;JavaScript;Python,Ubuntu,Indifferent,Highly distrust,Individual contributor,3,Healthcare,Not US,Using,112257,2023-05-25
70125,I am a developer by profession,Prefer not to say,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,5,I don’t know,United States of America,Python,C#;C++;Python;Scala,Windows,Favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",US,Using,125000,2023-05-27
70137,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,15,9,"10,000 or more employees",Italy,Python;SQL,Python;SQL,Windows,Very favorable,Highly trust,People manager,9,Retail and Consumer Services,Not US,Using,74963,2023-05-09
70364,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,5,3,20 to 99 employees,Canada,Bash/Shell (all shells);C;C++;HTML/CSS;Java;JavaScript;Lisp;Lua;PHP;Ruby;SQL,Bash/Shell (all shells);C;C++;Dart;Go;HTML/CSS;JavaScript;Lisp;Lua;Ruby;Rust;TypeScript;Zig,Ubuntu;Windows,Indifferent,Highly distrust,Individual contributor,4,NA,Not US,Plan to use,37176,2023-05-28
70417,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,3,10 to 19 employees,United States of America,Python;SQL,Go;Python;SQL;TypeScript,MacOS;Other Linux-based;Ubuntu,Very favorable,Somewhat distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",US,Using,100000,2023-05-04
70429,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,16,9,10 to 19 employees,United States of America,Python,Python,Ubuntu,Very favorable,Somewhat trust,Individual contributor,9,Other,US,Using,165000,2023-05-30
70457,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",8,4,"5,000 to 9,999 employees",United States of America,Bash/Shell (all shells);Go;Java;Python;Ruby;SQL,Bash/Shell (all shells);Go;Java;Python;Ruby;SQL,Debian;MacOS;Other Linux-based,Favorable,Neither trust nor distrust,Individual contributor,6,Financial Services,US,Using,315000,2023-05-10
70473,"I am not primarily a developer, but I write code sometimes as part of my work/studies",35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",20,10,"1,000 to 4,999 employees",United States of America,C++;MATLAB;PowerShell;Python;Rust,Lisp;Python;Rust,Windows,Favorable,Somewhat trust,Individual contributor,12,Other,US,Using,150000,2023-05-11
70498,"I am not primarily a developer, but I write code sometimes as part of my work/studies",45-54 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,19,17,500 to 999 employees,Netherlands,Bash/Shell (all shells);C++;Fortran;HTML/CSS;JavaScript;Julia;Lisp;MATLAB;PowerShell;Python;R;Rust;SQL;TypeScript,Bash/Shell (all shells);C++;Fortran;HTML/CSS;JavaScript;Lisp;Python;R;Rust,Android;iOS;MacOS;Ubuntu;Other (Please Specify):,Unfavorable,Highly distrust,People manager,19,NA,Not US,Using,102806,2023-05-16
70538,I am a developer by profession,35-44 years old,"Employed, part-time",Remote,Hobby;Contribute to open-source projects;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,10,20 to 99 employees,Guatemala,Bash/Shell (all shells);C;C#;C++;Java;Python;SQL,Kotlin;PowerShell;R;SAS;Scala;Visual Basic (.Net),Fedora,Favorable,Neither trust nor distrust,Individual contributor,9,NA,Not US,Using,3645,2023-05-13
70681,I am a developer by profession,35-44 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",19,12,"1,000 to 4,999 employees",United Kingdom of Great Britain and Northern Ireland,Bash/Shell (all shells);C#;Go;Java;JavaScript;PowerShell;Python;SQL,Bash/Shell (all shells);PowerShell;Python;SQL,Windows Subsystem for Linux (WSL),Unfavorable,Somewhat distrust,People manager,19,Other,Not US,Using,88138,2023-05-03
70945,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",12,7,"10,000 or more employees",United States of America,Go;Java;Scala;SQL,Go;Rust;Scala,Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,Individual contributor,12,"Manufacturing, Transportation, or Supply Chain",US,Using,145000,2023-05-20
70952,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby,"Associate degree (A.A., A.S., etc.)",Database administrator,10,3,20 to 99 employees,United States of America,C#;Lua;PHP;PowerShell;Python;SQL,C#;Lua;PHP;PowerShell;Python;SQL,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,3,Financial Services,US,Using,45000,2023-05-31
71056,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,7,1,"10,000 or more employees",Taiwan,Python;SQL;VBA,Bash/Shell (all shells);HTML/CSS;JavaScript;PowerShell,iOS;Ubuntu,Very favorable,Somewhat trust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,32593,2023-05-20
71170,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,6,"1,000 to 4,999 employees",United States of America,Bash/Shell (all shells);Go;HTML/CSS;JavaScript;Python;Ruby;SQL,Python;Rust;Scala;SQL;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,10,NA,US,Using,230000,2023-05-23
71192,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,19,4,"1,000 to 4,999 employees",Canada,R,Julia;R,Windows,Favorable,Somewhat distrust,Individual contributor,4,Insurance,Not US,Plan to use,52790,2023-05-11
71277,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,I don’t code outside of work,"Secondary school (e.g. American high school, German Realschule or Gymnasium, etc.)",Data or business analyst,10,4,20 to 99 employees,United States of America,HTML/CSS;Java;JavaScript;Python;SQL;TypeScript,HTML/CSS;Java;JavaScript;Python;SQL;TypeScript,MacOS,Favorable,Somewhat distrust,Individual contributor,4,Financial Services,US,Plan to use,200000,2023-05-25
71412,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,16,5,"1,000 to 4,999 employees",Japan,Bash/Shell (all shells);HTML/CSS;PowerShell;Python;Rust,Bash/Shell (all shells);Go;Python;Rust,Fedora;Windows;Windows Subsystem for Linux (WSL),Indifferent,Highly distrust,Individual contributor,5,NA,Not US,Plan to use,43010,2023-05-26
71442,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,10,4,100 to 499 employees,United States of America,Bash/Shell (all shells);Julia;MATLAB;Python,Bash/Shell (all shells);Julia;Python;SQL,MacOS;Ubuntu,Favorable,Somewhat trust,Individual contributor,5,Other,US,Using,230000,2023-05-04
71451,I am a developer by profession,55-64 years old,"Employed, full-time",Remote,Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,40,35,"1,000 to 4,999 employees",Canada,Assembly;Bash/Shell (all shells);C;C++;Erlang;Go;Haskell;HTML/CSS;Java;JavaScript;Kotlin;Lisp;MATLAB;Python;R;Rust;SQL,Assembly;Bash/Shell (all shells);C;C++;Erlang;Go;Haskell;HTML/CSS;JavaScript;Julia;Kotlin;Lisp;MATLAB;Python;R;Rust;SQL;Swift,Android;BSD;iOS;iPadOS;MacOS;Red Hat;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Neither trust nor distrust,People manager,35,NA,Not US,Using,1200000,2023-05-29
71522,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",10,4,100 to 499 employees,Nicaragua,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,Bash/Shell (all shells);JavaScript;PowerShell;Python;Rust;Scala;SQL;TypeScript,MacOS;Windows,Indifferent,Somewhat trust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,90480,2023-05-30
71528,I am a developer by profession,18-24 years old,"Employed, full-time",In-person,Hobby;Bootstrapping a business;Freelance/contract work,"Associate degree (A.A., A.S., etc.)",Data or business analyst,1,0,100 to 499 employees,Pakistan,HTML/CSS;JavaScript;Kotlin;MATLAB;Python;R;SQL;TypeScript,HTML/CSS;JavaScript;Kotlin;MATLAB;Python;R;SQL;TypeScript,Android;ChromeOS;iOS;iPadOS;MacOS;Windows;Windows Subsystem for Linux (WSL),Very favorable,Highly trust,Individual contributor,1,NA,Not US,Using,1225,2023-05-13
71570,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed",Remote,Hobby;Professional development or self-paced learning from online courses;Freelance/contract work;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,12,6,"1,000 to 4,999 employees",Colombia,Assembly;Bash/Shell (all shells);C;C#;C++;HTML/CSS;JavaScript;PowerShell;Python,Assembly;C;C++;Python;TypeScript,Ubuntu;Windows;Windows Subsystem for Linux (WSL),Indifferent,Somewhat distrust,Individual contributor,8,"Manufacturing, Transportation, or Supply Chain",Not US,Using,46049,2023-05-30
71699,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Professional development or self-paced learning from online courses,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)","Engineer, data",6,6,"1,000 to 4,999 employees",Ecuador,JavaScript;Python;SQL,Go;Haskell;JavaScript;Python;Rust;SQL,Cygwin;Debian;MacOS;Ubuntu;Windows,Very favorable,Somewhat trust,Individual contributor,6,NA,Not US,Using,32000,2023-05-01
71817,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby,"Associate degree (A.A., A.S., etc.)",Data scientist or machine learning specialist,4,3,20 to 99 employees,Poland,C++;Groovy;Java;Kotlin;Python,Python;Rust,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,3,Retail and Consumer Services,Not US,Plan to use,40196,2023-05-26
71950,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Professional degree (JD, MD, Ph.D, Ed.D, etc.)",Data scientist or machine learning specialist,20,13,20 to 99 employees,France,Bash/Shell (all shells);Python;Scala,Bash/Shell (all shells);Python;Rust;Scala,Ubuntu;Windows,Very favorable,Somewhat distrust,Individual contributor,13,Other,Not US,Using,85672,2023-05-10
72050,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,4,"1,000 to 4,999 employees",Switzerland,Bash/Shell (all shells);Python;SQL,Python;Rust;Scala,Red Hat;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,5,Financial Services,Not US,Using,132260,2023-05-14
72086,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,8,100 to 499 employees,Latvia,Python;R;SQL,Python;R;SQL,Windows,Favorable,Neither trust nor distrust,Individual contributor,8,Financial Services,Not US,Plan to use,44978,2023-05-27
72183,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",10,4,20 to 99 employees,Denmark,Bash/Shell (all shells);C#;C++;Go;JavaScript;PowerShell;Python;SQL;TypeScript,C#;Python;Rust;SQL;TypeScript,Android;MacOS,Favorable,Neither trust nor distrust,Individual contributor,3,"Information Services, IT, Software Development, or other Technology",Not US,Using,69017,2023-05-30
72274,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time",In-person,Hobby;School or academic work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Database administrator,5,5,"10,000 or more employees",Indonesia,HTML/CSS;Python;R;SQL,Go;Java;Python;R;SQL,Red Hat;Solaris;Ubuntu;Windows;Windows Subsystem for Linux (WSL),Very favorable,Somewhat trust,Individual contributor,7,NA,Not US,Using,1010,2023-05-18
72277,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Hobby;Contribute to open-source projects;Bootstrapping a business;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,12,3,"10,000 or more employees",Slovakia,Go;Lua;MATLAB;PHP;Python;SQL;TypeScript;Visual Basic (.Net),Go;Python;SQL;Swift,Debian;iOS;iPadOS;MacOS;Other Linux-based;Red Hat;Ubuntu,Very favorable,Somewhat trust,Individual contributor,25,"Information Services, IT, Software Development, or other Technology",Not US,Using,53545,2023-05-31
72288,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,2,10 to 19 employees,Denmark,Bash/Shell (all shells);HTML/CSS;JavaScript;Python;SQL;TypeScript,NA,MacOS,Favorable,Somewhat distrust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,94898,2023-05-31
72320,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Professional development or self-paced learning from online courses;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",5,4,"10,000 or more employees",India,Cobol;Java;JavaScript;PowerShell;Python;Scala;SQL,Julia;MATLAB;Python;R;Rust;Scala,Red Hat;Windows,Very favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,13329,2023-05-09
72383,I am a developer by profession,18-24 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,5,0,100 to 499 employees,Malaysia,Python,Bash/Shell (all shells);PowerShell;Python;SQL,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,1,"Information Services, IT, Software Development, or other Technology",Not US,Using,10090,2023-05-28
72416,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",6,4,"10,000 or more employees",Ireland,Python;R;SQL,Bash/Shell (all shells);PowerShell,NA,Favorable,Somewhat trust,Individual contributor,4,Other,Not US,Plan to use,80317,2023-05-18
72442,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,4,20 to 99 employees,Viet Nam,Python,Python;SQL,MacOS;Windows,Favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Using,3403,2023-05-14
72540,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,10,6,"5,000 to 9,999 employees",India,Python;SQL,Go;Python,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,5,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,38774,2023-05-12
72558,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",5,4,"10,000 or more employees",United Kingdom of Great Britain and Northern Ireland,Python,C++;Python,Other Linux-based;Windows,Favorable,Somewhat trust,Individual contributor,14,Financial Services,Not US,Plan to use,136552,2023-05-16
72593,I am a developer by profession,35-44 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",17,13,100 to 499 employees,Germany,Bash/Shell (all shells);Java;Kotlin;Scala;SQL;TypeScript,Java;Scala;SQL,Ubuntu;Windows,Favorable,Neither trust nor distrust,Individual contributor,20,NA,Not US,Using,80317,2023-05-08
72615,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",15,7,I don’t know,Poland,Python;SQL,Go;Python;Scala;SQL,MacOS;Windows;Windows Subsystem for Linux (WSL),Favorable,Somewhat trust,Individual contributor,10,Financial Services,Not US,Using,95705,2023-05-25
72687,I am a developer by profession,25-34 years old,"Employed, full-time",In-person,Hobby;Professional development or self-paced learning from online courses,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,5,3,20 to 99 employees,Hong Kong (S.A.R.),Python;SQL,Python;SQL,MacOS,Indifferent,Neither trust nor distrust,Individual contributor,3,Financial Services,Not US,Using,58166,2023-05-17
72688,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data scientist or machine learning specialist,7,5,"1,000 to 4,999 employees",India,C;HTML/CSS;Python;R;SQL,Go;PowerShell;Python;R;SQL;Swift,Windows,Very favorable,Neither trust nor distrust,Individual contributor,5,"Manufacturing, Transportation, or Supply Chain",Not US,Using,24234,2023-05-19
72816,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Bootstrapping a business;Professional development or self-paced learning from online courses;Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",17,11,500 to 999 employees,India,Java;Python;Scala,Java;Python;Scala,Windows,Very favorable,Somewhat trust,People manager,11,"Information Services, IT, Software Development, or other Technology",Not US,Plan to use,60584,2023-05-09
72918,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Contribute to open-source projects;Professional development or self-paced learning from online courses;School or academic work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",9,1,500 to 999 employees,"Iran, Islamic Republic of...",Python;SQL,Python;R,Ubuntu;Windows,Favorable,Somewhat trust,Individual contributor,2,"Information Services, IT, Software Development, or other Technology",Not US,Using,23622,2023-05-13
73050,I am a developer by profession,18-24 years old,"Employed, part-time",In-person,Hobby;School or academic work,Some college/university study without earning a degree,Data scientist or machine learning specialist,5,1,"1,000 to 4,999 employees",Peru,Bash/Shell (all shells);HTML/CSS;Java;Python;SQL;VBA,Bash/Shell (all shells);C;C++;Lua;PHP;Python;Ruby;Rust;SQL;TypeScript,Cygwin;Windows;Other (Please Specify):,Very favorable,Somewhat trust,Individual contributor,1,Other,Not US,Using,3898,2023-05-01
73118,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby;Freelance/contract work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,6,2,"5,000 to 9,999 employees",Sweden,Bash/Shell (all shells);Python,Go;Python;Rust,Ubuntu,Unsure,Neither trust nor distrust,Individual contributor,2,"Manufacturing, Transportation, or Supply Chain",Not US,Using,46071,2023-05-23
73178,I am a developer by profession,35-44 years old,"Employed, full-time",In-person,Bootstrapping a business,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,20,12,"1,000 to 4,999 employees",Russian Federation,C++;Python;SQL,Python;SQL,Windows,Very favorable,Somewhat distrust,Individual contributor,12,"Manufacturing, Transportation, or Supply Chain",Not US,Using,767,2023-05-04
73246,I am a developer by profession,25-34 years old,"Employed, full-time",Remote,Hobby;Professional development or self-paced learning from online courses,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)","Engineer, data",4,2,20 to 99 employees,Bulgaria,Python;SQL,Python;SQL,MacOS,Favorable,Highly distrust,Individual contributor,4,"Information Services, IT, Software Development, or other Technology",Not US,Using,52552,2023-05-20
73344,I am a developer by profession,25-34 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)","Engineer, data",8,8,"1,000 to 4,999 employees",Czech Republic,HTML/CSS;JavaScript;Julia;Python;Ruby;Scala;SQL;TypeScript,NA,NA,Indifferent,Highly distrust,Individual contributor,8,Healthcare,Not US,Using,54592,2023-05-01
73448,"I am not primarily a developer, but I write code sometimes as part of my work/studies",18-24 years old,"Employed, full-time;Independent contractor, freelancer, or self-employed","Hybrid (some remote, some in-person)",Freelance/contract work,"Bachelor’s degree (B.A., B.S., B.Eng., etc.)",Data or business analyst,10,2,"10,000 or more employees",United States of America,HTML/CSS;Python;Ruby;SQL;TypeScript,HTML/CSS;Python;Ruby;SQL;TypeScript,MacOS,Very favorable,Somewhat trust,Individual contributor,3,Financial Services,US,Using,150000,2023-05-11
73644,"I am not primarily a developer, but I write code sometimes as part of my work/studies",25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",I don’t code outside of work,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,10,8,"1,000 to 4,999 employees",Finland,JavaScript;Python;SQL;TypeScript,JavaScript;Python;SQL;TypeScript,Windows,Indifferent,Somewhat distrust,Individual contributor,8,"Manufacturing, Transportation, or Supply Chain",Not US,Plan to use,91026,2023-05-01
73655,I am a developer by profession,25-34 years old,"Employed, full-time","Hybrid (some remote, some in-person)",Hobby,"Master’s degree (M.A., M.S., M.Eng., MBA, etc.)",Data scientist or machine learning specialist,7,4,"10,000 or more employees",Sweden,Python,C;C++;Python;Rust,MacOS,Very favorable,Neither trust nor distrust,Individual contributor,5,Other,Not US,Using,921414,2023-05-08