Blender CGI Blender: Bacterial Particle script Author Nobuyuki Hirakata Date 2017/09/30 Gist: Python snippet with Japanese comment. I made bacterial particle by python script. The...
Blender CGI, Programming Blender: How to control motion of particles by python script Author Nobuyuki Hirakata Date 2017/09/15 There are some pitfalls to control motion of particles by python script. I put...
Programming Python: State-Space model test with numpy Author Nobuyuki Hirakata Date 2016/07/06 This is state space model test with numpy. Sorry if it includes mistakes. The...
Freeconomics Python: Search model in the labor market test Author Nobuyuki Hirakata Date 2016/06/01 It is a test for simulation of search model in the labor market. Sorry...
Programming Python: Differentiation matrix by numpy Author Nobuyuki Hirakata Date 2016/03/30 I made snippets for numerical differentiation by matrix. I think one of the pros...
Programming Python: Projectile motion of classical physics Author Nobuyuki Hirakata Date 2016/03/28 This is a python snippet to calculate max projectile angle and distance. It is...
Blender CGI, Data Visualization Blender: Python snippet to duplicate object on curves for data visualization Author Nobuyuki Hirakata Date 2016/03/03 I made the snippet that duplicates an object on curves. Also, the scale of...
Blender CGI, Programming Blender python: Add-on template with input on the tool shelf left Author Nobuyuki Hirakata Date 2016/03/02 I made a python code template for Blender add-on. The primary purpose of the...
Data Visualization, Misc-Ideas Idea: The Little Prince mentioned kernel density estimation? Author Nobuyuki Hirakata Date 2015/07/11 When I tested functions of Scipy, a chart resulted by kernel density estimation caughtmy...
Data Science, Programming Python: Snippet to convert csv into nodes-links json for D3.js network data Author Nobuyuki Hirakata Date 2015/06/25 Network data format of D3.js is commonly nodes-links json. The nodes contain id, ,name,...
Programming Python: Cobb–Douglas production function with Sympy Author Nobuyuki Hirakata Date 2015/06/25 I made equation and charts of Cobb-Douglas production function to test Sympy. var() registers...
Data Science Python: Word counting and TF-IDF analysis on Google plus Author Nobuyuki Hirakata Date 2015/05/22 I made the test snippets to get and analyze sentences on google plus post....