Skip to main content

4 posts tagged with "DataScience"

View All Tags

Day 8 of 100 Days of Code

· One min read
Paulo Hernane
Software Engineer

Today I had a Data Science class and I learned about correlation.You can see my notes here, they are incomplete but at the end of this week I will complete them whem reviewing the content to work on a dataset that I had to finish until thursday.

After that I had some mentorship about distributed systems and some projects to build to improve my skills, you can see the notes here.

Want to know about the 100 Days of Code Challenge? Check it out here. PT-BR

Day 1 of 100 Days of Code

· One min read
Paulo Hernane
Software Engineer

Today I started studying Go by doing the exercises in the repository of @wagslane fcc-learn-golang-assets.

In the afternoon I had a data science class in the college and I did an evaluation on histogram interpretation, besides that I started to do an exploratory analysis of the following dataset Students Performace in Exams that will validate a laboratory grade in this discipline.

At night I studied the concept of Conditional Variable that in concurrent programming causes a thread to wait for another to execute, the famous join()!