Python: ‘#’ Comments after backslash
Question or problem about Python programming: This doesn’t work:
Continue ReadingQuestion or problem about Python programming: This doesn’t work:
Continue ReadingQuestion or problem about Python programming: To empty a database table, I use this SQL Query:
Continue ReadingQuestion or problem about Python programming: I have 3 tables: User, Community, community_members (for relationship many2many of users and community).
Continue ReadingQuestion or problem about Python programming: Python has this beautiful function to turn this:
Continue ReadingQuestion or problem about Python programming: I’m sure this is covered in plenty of places, but I don’t know the exact name of the action I’m trying to do so I can’t really look it up. I’ve been reading an official Python book for 30 minutes trying to find out how to do this.
Continue ReadingQuestion or problem about Python programming: How do I format 1000000 to 1.000.000 in Python? where the ‘.’ is the decimal-mark thousands separator.
Continue ReadingQuestion or problem in the Swift programming language: As we’ve created our own Swift based framework, build it and deploy it into the master project, the following error occurs:
Continue ReadingQuestion or problem about Python programming: I need to store some data in a Django model. These data are not equal to all instances of the model.
Continue ReadingQuestion or problem about Python programming: I know this might be really a simple question but I don’t know the solution. What is happening here when I try to connect to postgresql? I am self learner in this field of database and programming so please be gentle with me. When I try following code:
Continue ReadingQuestion or problem in the Swift programming language: I have a structure of inheritance similar to the one below. I’m adopting the Printable protocol and diligently override description property. I have encountered a bizarre error that seems to be unknown to Google at this point in time, that is prompted for the Third class, and […]
Continue Reading