issues Search Results · repo:cs50/python-cs50 language:Python
Filter by
64 results
(83 ms)64 results
incs50/python-cs50 (press backspace or delete to remove)tankharshadkumar
- Opened on Apr 2, 2022
- #165
I installed python3.10 on my system. I am trying to install cs50 module using pip3.10 but it is returning this error.
Other packages are installing fine
pip3.10 install cs50
or
python3.10 -m pip install ...
tripathics
- 3
- Opened on Feb 16, 2022
- #164
Hi, i was coding along with the Flask Lecture and therefore tried to install this lib instead of using python s own
sqlite3 module, to make my life a bit easier^^
But when i did pip3 install cs50 (inside ...
enhancement
Blackwidow-sudo
- 3
- Opened on Dec 13, 2021
- #162
below is the example of SQL query which produces KeyError: db.execute( SELECT col1,col2 FROM table WHERE col3=:email AND
col4=:email AND col5=:dob , email=email, dob=dob)
Here, the same keyword argument ...
Raghav1999
- 1
- Opened on Jul 28, 2021
- #159
And can t edit the URI on Heroku.
In the docs, step 16 is now:
In CS50 IDE, open application.py in finance/ and replace
db = SQL( sqlite:///finance.db )
with
db = SQL(os.getenv( DATABASE_URL ))
Instead, ...
alfredoguillem
- 2
- Opened on Jul 8, 2021
- #156
I m working on a project where sometimes I have to insert a None value into the database. This would be done in a way
like this:
something = None
otherthing = 2
... # doing some stuff
db.execute( INSERT ...
bug
jdabtieu
- 4
- Opened on Jun 14, 2021
- #154
AttributeError while using SQL class in CS50 s Python library in my LInux System. (System information provided in bottom)
@dmalan sir I was doing favorites.py which you demonstrated in week7 SQL lecture ...
tripathics
- 3
- Opened on Jun 1, 2021
- #153
get_string() and get_int() are not accepting large input (i.e. 2048 bits)
bug
MuhammadHassanRazaa
- 9
- Opened on Mar 9, 2021
- #145

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.