Eat and itch in BangkokAfter I experience many itching from eating them no matter cheap or expensive. I found that they give me the same it symptom. I am very…4d ago4d ago
Cursor VS PyCharmToday my colleague intorduces me the new A.I. powered IDE name Cursor https://www.cursor.com/Nov 11Nov 11
Sending cls as an input argumentI have heard that everything in Python is an object then today I need to DRY my project. Here is the code I need to dry.Oct 9Oct 9
Don’t use python relative importThis is evil. Since your high level code is the same, but the body is not. Then this will show you duplicated codes.Oct 8Oct 8
py.test save file to Django FileFieldI have django model which has FileField in it. And I need to try py.testOct 1Oct 1
Note on criterion and optimizerI am experimenting the LSTM to learn my stock market sequence and this NN and pair of criterion and optimizer does not learn.Aug 24Aug 24
LSTM predict the stock diff in next dayI plan to make an A.I. prediction to predict the next day stock market price.Aug 23Aug 23
Django memory of individual requestIn django request/response. Use case I create a singleton instance and using in that request. After that when in django middleware about to…Aug 17Aug 17