Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Sqlite3 help with descending order
Post: RE: Sqlite3 help with descending order

Thanks for all your help buran. This made it work. :)
I_Am_Groot General Coding Help 4 2,374 May-18-2019, 12:45 AM
    Thread: Sqlite3 help with descending order
Post: RE: Sqlite3 help with descending order

(May-17-2019, 06:45 AM)buran Wrote: Your "numbers" are stored as TEXT. So it is sorted as text. You either need to change the field type. Or if you HAVE TO store value as text (why?), cast it to INT...
I_Am_Groot General Coding Help 4 2,374 May-17-2019, 07:01 AM
    Thread: pip install pandas ERROR
Post: RE: pip install pandas ERROR

Hey, I am not sure why that is happening, although there are alternative ways of downloading modules. You could try using easy_install which is run in cmd just like pip. You could also try manually do...
I_Am_Groot Data Science 7 33,445 May-17-2019, 06:18 AM
    Thread: Sqlite3 help with descending order
Post: Sqlite3 help with descending order

Hi, I am tring to use sqlite3 in python. So far I have got it working and can display values. However, when I try displaying it in descending order, it works with 1 digit numbers, but when a value has...
I_Am_Groot General Coding Help 4 2,374 May-17-2019, 06:09 AM
    Thread: Python Pillow
Post: Python Pillow

Hi, For one of the tasks in my assignment, I have to highlighting a single colour in a black and white image. It says: In your program, any pixels which are not red should be made black and white by t...
I_Am_Groot General Coding Help 1 2,646 Oct-13-2018, 02:46 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020