as-shahriar /
bug-binder
A Bug tracking and ticketing system using Django. This is the final project for CS50's Web Programming with Python and JavaScript.
Loading repository data…
cs50 / repository
This is CS50's library for Python.
pip3 install cs50
import cs50
...
f = cs50.get_float();
i = cs50.get_int();
s = cs50.get_string();
In one terminal, execute:
cd python-cs50
docker compose build
docker compose up
In another terminal, execute:
docker exec -it python-cs50 bash -l
And then execute, e.g.:
python tests/sql.py
Selected from shared topics, language and repository description—not editorial ratings.
as-shahriar /
A Bug tracking and ticketing system using Django. This is the final project for CS50's Web Programming with Python and JavaScript.
vncsmnl /
🤖 This is CS50’s Introduction to Artificial Intelligence with Python Solutions
vncsmnl /
🐍 This is CS50's Introduction to Programming with Python Solutions
krishrathi1 /
This repository contains solutions and example programs developed as part of the CS50’s Introduction to Programming with Python course by Harvard University. The code is designed to help students learn Python programming concepts and understand how to approach problem-solving in a structured and efficient manner.
TrellixVulnTeam /
Hello, world! This is CS50's Web Programming with Python and JavaScript.
Ulnika /
This is my final project for CS50’s Introduction to Computer Science, 2022