Nugroho's blog.
This blog contains my work about anything.
Pages
(Move to ...)
Home
My Youtube
My Instagram
PayPal
Python
Programming
▼
Showing posts with label
nugnux
.
Show all posts
Showing posts with label
nugnux
.
Show all posts
Wednesday, April 12, 2017
Newton Polynomial in Python
›
I wrote code for this in Delphi . This time I want to rewrite it in Python based on this wiki . I use this set of data point (0,0) (1,1) (2...
Tuesday, April 11, 2017
Disorientasi
›
Kadang bingung sedang membaca buku @PitoyoAmrih yang mana, saking konsistennya. Banyak cerita yang ada di buku satu, menyisip di buku lainn...
Newton Polinomial.
›
Here's code for Newton's divided differences interpolation polynomial (quite mouthful huh, :) ). The purpose of this method is to cr...
Monday, April 10, 2017
Short Function.
›
Here's my implementation of function according to The Power of 10 ; "Restrict functions to a single printed page." As bonus, ...
Another Turtle in Circle
›
There's always another way to solve something. So, I have another code for "Turtle in Circle" code, :) In the script below, I...
Sunday, April 9, 2017
Turtle in Circle
›
I use previous code and improve it so the turtle could only move at certain circle area. import turtle from random import uniform import nu...
›
Home
View web version