Prof Rossetti
Pinned repositories
Repositories
-
intro-to-python
An Introduction to Programming in Python (for Business Students)
-
codebase-cleanup-2021
Some starter code to facilitate lessons on code maintenance and quality control, including refactoring and automated testing.
-
example-open-source-repo-2021
An example open source repo to help students practice a pull request workflow.
-
my-first-python-app
An example Python application for students to run to test their local development environment setups.
-
internet-technologies
An Intro to Web Development and Internet Technologies (for Business Students)
-
repo-evaluator-py
Downloads student project repositories for further evaluation. Also analyzes repo contents and version histories.
-
my-first-nodejs-app
An example Node.js application for students to run to test their local development environment setups.
-
react-firebase-auth-template-2021
An example server-side React.js app with Firbease Auth and Firestore Database.
-
student-site
an example student website, hosted by github pages
-
codebase-cleanup-template-2021
Some starter code to facilitate lessons on code maintenance and quality control, including refactoring and automated testing.
-
our-shared-repo-2021
An example shared repo to help students practice a pull request workflow with code reviews.
-
voice-interface-demo-py
Demonstrates voice interface capabilities. Uses the "SpeechRecognition" Python package to convert speech to text.
-
data-analytics-in-python
Data Analytics in Python (Lab)
-
prof-rossetti-web-react
a personal website made with react.js
-
rock-paper-scissors-py
a basic game written in Python
-
rock-paper-scissors-flask
A basic game written in Python and implemented as a web application using the Flask package.
-
notification-service-py
Contains Python scripts to send notifications through a variety of media, like email and SMS.
-
code-simplification-exercise-py
An exercise in code simplification and refactoring
-
web-app-starter-flask
An example web application, built in Python with the Flask package, and deployed to a Heroku server.
-
intro-to-sql
WORK IN PROGRESS: An introduction to Relational Databases and the Structured Query Language (SQL)
-
web-app-starter-flask-sheets
An example web application, built in Python with the Flask package and a Google Sheets datastore, for educational purposes.
-
georgetown-opim-243-202001
Business Application Development in Python - Spring 2020
-
nyu-info-2335-201905
Programming in Python & Fundamentals of Software Development - Summer 2019
-
omniparser-starter-py
contains starter code and data for the "Omniparser" exercise
-
lambda-lecture-pytest
Exercises in automated testing in Python, for students at the Lambda School!
-
southernct-csc-540-201909
Database Systems (Fall 2019)
-
robo-advisor-demo-2019
A demo version of the "Robo Advisor" project, for student reference