These course materials have been adapted from previous offerings:
- Programming in Python & Fundamentals of Software Development (Summer 2018 @ NYU)
- Programming in Python & Fundamentals of Software Development (Summer 2017 @ NYU)
Thanks to all the students who have contributed their feedback over the years! 🙏
- Python Illustration
- Importing and Exporting VS Code Extensions from the Command Line
- Monthly Retail Sales Data (CSV Files)
- Executive Dashboard Project (Original VBA Version 😺)
- Robo Advisor Illustration
- IBM Design Thinking Field Guide
- "Salad System Requirements"
- Converting QuickTime screen recordings to GIF format):
ffmpeg -i ~/Dropbox/Screenshares/YOUR_SCREENCAST.mov -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=5 > admin/YOUR_SCREENCAST.gif
- Hiding all Folders on the Desktop:
defaults write com.apple.finder CreateDesktop false && killall Finder
- Default Youtube Video Tags: "python, prof-rossetti, command-line-computing, software-development, screencast"