Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: My First App
Post: RE: My First App

This is the newest app. I think this one will hopefully work a little better. main.py: import datetime import questionary from db import HabitDB from habit import Habit def main(): while True: ...
BCopeland64 Code Review 7 3,627 Feb-16-2023, 08:20 PM
    Thread: My First App
Post: RE: My First App

(Feb-16-2023, 11:20 AM)buran Wrote: https://github.com/Bcopeland64/IU-Habit-.../db.py#L26 DELETE CASCADE //added ON DELETE CASCADE to delete the related entries in completions when a row in habits ...
BCopeland64 Code Review 7 3,627 Feb-16-2023, 11:52 AM
    Thread: My First App
Post: RE: My First App

(Feb-15-2023, 07:21 PM)buran Wrote: (Feb-15-2023, 05:46 PM)BCopeland64 Wrote: Also, can you suggest a better way to iterate over the copy of the list rather than changing it as you mentioned? Comp...
BCopeland64 Code Review 7 3,627 Feb-16-2023, 09:20 AM
    Thread: My First App
Post: RE: My First App

With the main(), I thought that I needed this to run my interface, however it seems that it is completely unneeded. Also, can you suggest a better way to iterate over the copy of the list rather than ...
BCopeland64 Code Review 7 3,627 Feb-15-2023, 05:46 PM
    Thread: My First App
Post: My First App

Hello Everyone, I have created a habit tracking app that I would love to get some feedback on. This is my first real OOP project in Python. If anyone would be willing to review my app and give me som...
BCopeland64 Code Review 7 3,627 Feb-13-2023, 09:18 AM

User Panel Messages

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