fbpx

Bent.Computer

CS50 Harvard University – Programming in Python

Kursus bevis Harvard University

Introduction Welcome to my blog post! Here I will share my experience with Harvard University’s CS50P course, a comprehensive introduction to computer science and programming. This isn’t merely an introduction to a programming language but an introduction to the intellectual enterprise of computer science and the art of programming. This course, taught by David J. […]

Flask Python Framework

What is Flask? Flask is a micro web development framework for Python. It was developed to make it easy to get started with web development in Python. Although Flask is known as a “micro” framework, this should not be understood as if it lacks functionality. Flask is capable of building everything from small to large […]