CS50 Harvard Course

print(“Hello Everyone!”) I am right now taking an online Harvard course: The course is CS50 and I am taking it through EDX! Although my python knowledge is limited due to my AP CSA course last year where it was exclusively java and no python, this course is very information heavy and is a great tool for anyone interested in STEM.

https://learning.edx.org/course/course-v1:HarvardX+CS50AI+1T2020/home

So far from this course the most interesting things I’ve learned are Propositional Knowledge (which I find the notation especially interesting but somewhat hard to follow at times due to it’s complexity), Bayesian Networks (which are quite easy to follow but somewhat hard to code), and using various search methods such as DFS and BFS.

I took python classes in both semesters of my Freshman year. I additionally took some intermediate python classes in my pre-teen years. However, I am still struggling to do all of the projects on this course because the projects require a high level of python knowledge to adequately do them. Does anyone know any good supplementary courses that can help boost my Python knowledge?

Leave a comment