User:Eoraptor: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{mylangbegin}}
{{mylangbegin}}
{{mylang|C|Beginner}}
{{mylang|Fortran|Intermediate}}
{{mylang|Java|Rusty}}
{{mylang|MATLAB|Rusty}}
{{mylang|Python|Advanced}}
{{mylang|Python|Advanced}}
{{mylang|R|Advanced}}
{{mylang|R|Advanced}}
{{mylang|SAS|Intermediate}}
{{mylang|SAS|Intermediate}}
{{mylang|Scilab|Rusty}}
{{mylang|Stata|Intermediate}}
{{mylang|Stata|Beginner}}
{{mylang|VBA|Intermediate}}
{{mylang|VBA|Intermediate}}
{{mylangend}}
{{mylangend}}
Line 14: Line 9:
I am a statistician, currently working in the public health sector, in France.
I am a statistician, currently working in the public health sector, in France.


While I have learned and used several other languages in the past, today I used mainly the five mentioned here.
A few words about the languages I currently use:

* I have used C for years, but I never had the motivation to do more than short programs with it, so I still consider myself a beginner. Today I only use it for functions I need to speed up in other (interpreted) languages.
* I have started with Fortran, rather lately, in 2009. However, I have learned it quite deeply, from Fortran 77 to the latest revisions. I currently use Intel Fortran, Absoft Fortran and MinGW.
* I used Java a lot during my academic studies for CS projects, but I gave up afterwards, so my knowledge is mostly limited to versions 1.3 to 5. I may try to catch up one day, as it is a good compromise between simplicity and efficiency, and can be integrated with Stata, R and SAS that I currently use much.
* I started with Python around 2002 on a Mac laptop with OS9, and it has been my favorite language since then, for all kind of task, from discrete and numerical math to utilities. It's also very useful for data cleaning and basic statistics. For more advanced statistics I prefer Stata and R though.
* I initially learned R in University around 2003, but really got to work with it since 2015.
* I also learned SAS in University around 2003, and use it for work since 2008. Not that I really like it, but it is mandatory for some tasks, and to be fair it's still the best for very large datasets.
* I am learning Stata since august 2017. I have still much to learn about the statistical procedures, but I have now a working knowledge of the language, including Mata. I find it much cleaner than R in some very important areas: overall language consistency, data import/export (especially from/to Excel), Unicode support, data editor and access to statistical procedures through menus in addition to the command language. It also seems to have stronger modelling capabilities. However, it has much more limited graphics capabilities than R.
* I really started with VBA in 2014, almost exclusively within Excel.

Among the other languages I have used to some extent, the most notable are MATLAB and Scilab (my main languages in University), and x86 assembly, for which I still have a reading knowledge (to check compiler output). My first programming language on a computer was QBasic, in 1996.

Revision as of 13:22, 15 December 2017

My Favorite Languages
Language Proficiency
Python Advanced
R Advanced
SAS Intermediate
Stata Intermediate
VBA Intermediate

I am a statistician, currently working in the public health sector, in France.

While I have learned and used several other languages in the past, today I used mainly the five mentioned here.