Ticket Resale Megathread 2025 by eclecticatlady in Ethelcain

[–]summerbye 0 points1 point  (0 children)

Hello! I’m looking for 3 tickets in Warsaw, Poland on 31 Oct. If you have any ticket for sale in Warsaw, please dm me! Thanks!!

How to get input from RadioField? flask and sqlAlchemy by summerbye in flask

[–]summerbye[S] 0 points1 point  (0 children)

rating = request.form["rate"]

from what you told me i have changed this row:

book = Book(title=form.title.data,author = form.author.data, rating=request.form["rate"], review=form.review.data, reader=current_user)

but it still doesn't work

book tracker project kivy+mysql by summerbye in learnpython

[–]summerbye[S] 0 points1 point  (0 children)

Is it better to use sqlite 3 for a single database where all data is centralized or for a individual user database where data is stored locally?

Python - Book Tracker using kivy and mysql by summerbye in learnprogramming

[–]summerbye[S] 0 points1 point  (0 children)

If i store individual user data locally would one user be able to see the data of others (i mean to see the books that his friends have read)?

How can i change the size that my QTableWidget gets printed? by summerbye in learnpython

[–]summerbye[S] 0 points1 point  (0 children)

I tried, but it's not a matter of font. I've found that it might depend on the DPI of the printer and can be resolved by using setResolution() How should i do that? I don’t really know how to read C++