pullrequests Search Results · repo:cs50/python-cs50 language:Python is:unmerged
Filter by
21 results
(109 ms)21 results
incs50/python-cs50 (press backspace or delete to remove)New functions for cs50
Based on my experience with python during cs50x week 6, I didnt understand much of how .csv files worked and how to read
them but eventually I did understand how to read those files. ...
OmarSSpy
- 3
- Opened on Feb 12
- #188
Leckso0
- Opened on Apr 23, 2024
- #182
Damz1
- Opened on Jun 19, 2023
- #173
Executing a SQL statement in SQL s constructor creates a db session that may not be cleanly removed in some Flask
threads (e.g., when the Flask reloader is enabled). This causes a ProgrammingError exception ...
kzidane
- 26
- Opened on Apr 10, 2021
- #151
I have implemented two overloads of get_int() and get_float(). Minimum and Maximum value can be passed and then
get_int() and get_float() will give input within a range specified.
By using this user can ...
MuhammadHassanRazaa
- 2
- Opened on Mar 10, 2021
- #148
When debug mode is off, sometimes a
AttributeError: _AppCtxGlobals object has no attribute _connection
is thrown during operation. This is solved by checking that _connection exists in the flask ...
bug
io614
- 1
- Opened on Nov 29, 2020
- #137
kzidane
- 3
- Opened on Nov 2, 2020
- #132
Two main things here:
1. Adds a check to execute to find out whether the user is using placeholders (?, %s, etc.) where there probably should
be a table or column name. This is a response to #117. ...
jsarchibald
- 2
- Opened on Jul 24, 2020
- #127
Granted permission for root to insert, delete, update on all tables
lukasc03
- 6
- Opened on Jun 6, 2020
- #123
SQL update: only register the shutdown_session function once to the Flask teardown_appcontext_funcs. Checks existing
teardown functions before registering it.
jsarchibald
- 2
- Opened on Jun 1, 2020
- #120