Video: How not to go about coding your CS50P Python problems

In this video, I will show you how I recommend that you go about solving the problems in Harvard’s CS50P Intro to Programming with Python course. Also, for my CTEC 121 Python course that I teach at Clark College. I encourage you to leave a comment, smash the Like button and subscribe to my channel.

Video: This technique might help you with your CS50P Conditionals Problem Set

In this video, you will learn how to make a simple program that simulates deposits and withdrawals from a bank account. The user will enter commands like “deposit 100” or “withdraw 59.99”. The program demonstrates how to use the Python .split() string method, while loops, conditionals, and more.

Video: My CS50P Final Project Presentation

This video demonstrates the output created by a Python program I developed for the Harvard CS50P course that I recently completed. It takes closed caption files and can generate HTML, Markdown or Text. You can also use this application to create clickable transcripts which can be embedded in WordPress or a learning management system such as Canvas.

I’ve Officially Completed CS50P at Harvard University

I’m happy to announce that I’ve completed CS50 at Harvard University CS50P – Introduction to Programming with Python course. Even though I know the Python language, I learned a lot of new things. The Problem Sets were challenging; writing your own unit tests for some was an excellent course feature.

Onto my next CS50 course.