CS50W Completed!

Today, I officially completed CS50w – Web Programming with Python and JavaScript. This course is offered by CS50 at Harvard University. If you or someone you know is interested in learning more about this course, I suggest you visit the CS50W on edX.

Here’s a post with all of the videos I made for each of the 6 projects in the course.

Here’s the certificate I received:

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.