Category: Uncategorized

  • Rate My Professor

    The one thing I learned in college is to choose classes based on intel gathered from Ratemyprofessor.com. But I mostly focus on the negatives because they give you better insight into the person writing the review, not necessarily the professor. Bottomline, some of these negative reviews actually indicate a good professor, because an easy A…

  • SQL Tips and Tricks

    USING SELECT friend_id, e.name AS entree, d.name AS dessertFROM entrees eINNER JOIN desserts d USING (friend_id); USING is helpful for simplifying your join when you are joining two tables on columns with the same name. In the above example, you have two tables which are lists of entrees and desserts and the ID of the…

  • GitHub

    https://github.com/ISDA4JA/schoolwork

  • My Python Experiments

    Data Visualizations