SSStan Sidelindev.stan.sidel.family·Feb 19, 2024 · 3 min readUS Universities with Late Application DeadlinesBased on https://blog.prepscholar.com/colleges-with-late-application-deadlines-complete-list. Code to fetch information about the universities from the list above: # %% #!pip3 install requests # !pip3 install ipywidgets import requests import csv fr...00
SSStan Sidelindev.stan.sidel.family·May 20, 2023 · 3 min readSwiftUI View Preview Selecting IssueIf you have ever tried to select an element in the preview (Canvas) of your SwiftUI view, you may have noticed that sometimes it doesn't get selected. Instead, the whole simulator window gets selected, and the Attributes Inspector reads “Multiple Sel...00