Giter Club home page Giter Club logo

generateurfibonacci's Introduction

FR - Générateur des nombres de la suite de Fibonacci

Description

La série mathématique connue sous le nom de suite de Fibonacci a été l’une des questions informatique les plus populaires. Essentiellement, vous commencez avec deux nombres, de préférence 0 et 1, et vous les ajoutez pour créer votre troisième nombre de Fibonacci. Ensuite, il suffit d’additionner la somme et l’avant-dernier terme de Fibonacci pour générer le suivant.

Ce qui donne :

0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987...

Dans ce projet, vous demandez la position du nombre de Fibonacci requise par l’utilisateur et vous le générez simplement. Une fois généré, vous pouvez afficher le nombre correspondant à l’utilisateur. Vous pouvez aller plus loin et montrer à l’utilisateur la série entière jusqu’à ce point avec le fonctionnement mathématique. C’est l’un des meilleurs projets Python pour s’initier au concept de la fonction récursive.

Comment l'utiliser

Le projet a été développé avec Python 3.8.5 et ne nécessite aucune librairie particulière.

Remerciements

Merci au site Comment Coder (https://www.commentcoder.com/) pour ses idées de projets pour débutants dont ce projet est tiré.

ENG - Generator of the Fibonacci sequence

Description

The mathematical series known as the Fibonacci sequence has been one of the most popular computer questions. Essentially, you start with two numbers, preferably 0 and 1, and add them together to create your third Fibonacci number. Then you simply add the sum and the second to last Fibonacci term to generate the next one.

This gives :

0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987...

In this project, you request the position of the Fibonacci number required by the user and generate it required by the user and simply generate it. Once generated, you can display the number to the user. You can go one step further and show the user the entire series up to that point with the mathematical operation. This is one of the best Python projects for to learn about the concept of recursive functions.

How to use it

The project has been developed with Python 3.8.5 and does not require any particular library.

Acknowledgements

Thanks to the Comment Coder site (https://www.commentcoder.com/) for its ideas for projects for beginners from which this project is taken.

generateurfibonacci's People

Contributors

vhivi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.