Phi

Aus AkiWiki

Version vom 3. April 2022, 11:11 Uhr von Wiki (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Goldener Schnitt

Heutzutage wird in der Regel das griechische Symbol Phi Φ verwendet, wenn es um den Wert des Goldenen Schnittes geht. Goldene Zahl Phi φ = 1,61803399 ... #BOOKmooc

...


>>> import turtle

>>> help (turtle) Help on module turtle:

NAME

   turtle

MODULE REFERENCE

   https://docs.python.org/3.9/library/turtle
   
   The following documentation is automatically generated from the Python
   source files.  It may be incomplete, incorrect or include features that
   are considered implementation detail and may vary between Python
   implementations.  When in doubt, consult the module reference at the
   location listed above.

DESCRIPTION

   Turtle graphics is a popular way for introducing programming to
   kids. It was part of the original Logo programming language developed
   by Wally Feurzig and Seymour Papert in 1966.
   
   Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it
   the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
   the direction it is facing, drawing a line as it moves. Give it the
   command turtle.right(25), and it rotates in-place 25 degrees clockwise.
   
   By combining together these and similar commands, intricate shapes and
   pictures can easily be drawn.


...


9PUNKT - DIE DEBATTENRUNDSCHAU Bezugsschein für Sympathie 8.02.2021.

Australien erlässt eine Art Linksteuer für die großen Internetplattformen - Facebook teilt darum mit, in diesem Land keine Links auf Medieninhalte mehr zuzulassen. Google hat dagegen mit Rupert Murdoch einen Deal geschlossen, um weiter zu verlinken - eine Katastrophe, meint Jeff Jarvis bei cjr.org. Erleichterung bei der Stiftung Preußischer Kulturbesitz: Man darf sich zurücklehnen und die Tage bis zur Pension runterzählen, berichtet die SZ. In der Zeit rät Bill Gates den Deutschen zu Atomkraft. Mehr...

180221 via mail perlentaucher

Meine Werkzeuge