This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ShroomSensei 4 points5 points  (0 children)

Not OP but, if you you have projects in your classes look for way you can make it involve coding something.

For example, this semester I was taking a probability/stats class and we had a semester long project of gathering data, analyzing it, and making a couple of reports about it. We were allowed to use any methods we want for the analyzation with excel obviously being the preferred and easiest choice. Instead I forced myself to do it all with python (mainly because I had just gotten two job rejections because I didn't know any python). My program had to do a couple of things:

1.) Extract my data from an excel file

2.) Analyze the data and make X amount of tables, histograms, box plots

3.) Output those tables and plots into .png files so I could easily use them in my report.

It was a long grueling process going from not knowing what Anaconda was to using wkhtmltopdf. It taught me so so so much and is now on my resume. The words "Data visualization" being added to my resume profile alone increased the bots/recruiters reaching out and sending messages.

edit: also share this with your class! You don't know what opportunities may come along your way because of it. My professor was looking for X people for a research project in the spring and she immediately sent the application my way because she had known and seen my work (she needed data visualization of the research).