Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Find Longest streak for habits
Post: RE: Find Longest streak for habits

(Sep-11-2022, 10:10 PM)deanhystad Wrote: What is your thinking here? What is this function supposed to do? def longest_streak(db, name): cur = db.cursor() cur.execute('SELECT streak FROM co...
johnconar Homework 3 1,914 Sep-12-2022, 08:52 AM
  Sad Thread: Find Longest streak for habits
Post: Find Longest streak for habits

HI I am creating a habit tracking application and have to find the longest Streak for a given habit. for ex:- if a user swim for 5 straight days than he create a streak of 5 days. But i want if the ...
johnconar Homework 3 1,914 Sep-10-2022, 05:30 PM
  Sad Thread: how to validate user input from database
Post: how to validate user input from database

hi i am creating a application i want to verify the user input name from my database. These are my Two table def create_tables(db): cur = db.cursor() cur.execute("""CREATE TABLE IF NOT EXI...
johnconar General Coding Help 3 1,985 Sep-10-2022, 05:21 PM

User Panel Messages

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