News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
If you write code in Python, then I'm willing to bet that you've made at least one of the mistakes that I'm going to show you in this video. So stick around and I'm going to show you what the mistakes ...
Describe the bug To work with PostgreSQL under Linux, my project uses ODBC. It was found that non-ASCII character strings longer than 256 bytes break the API. Switching the entire library to UNICODE ...