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…Dec 26, 2024Dec 26, 2024
Cursor VS PyCharmToday my colleague intorduces me the new A.I. powered IDE name Cursor https://www.cursor.com/Nov 11, 2024Nov 11, 2024
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 9, 2024Oct 9, 2024
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 8, 2024Oct 8, 2024
py.test save file to Django FileFieldI have django model which has FileField in it. And I need to try py.testOct 1, 2024Oct 1, 2024
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 24, 2024Aug 24, 2024
LSTM extrapolate the sine curveFrom this https://stats.stackexchange.com/a/522747/220152Aug 23, 2024Aug 23, 2024
LSTM predict the stock diff in next dayI plan to make an A.I. prediction to predict the next day stock market price.Aug 23, 2024Aug 23, 2024
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 17, 2024Aug 17, 2024