0% found this document useful (0 votes)
19 views

Asdfe

Uploaded by

Rahul Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Asdfe

Uploaded by

Rahul Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Asdfe

Skip to content
 Python
 PSF
 Docs
 PyPI
 Jobs
 Community

Donate
窗体顶端

Search This Site GO

窗体底端
 Socialize
 About

 Downloads

 Documentation

 Community

 Success Stories

 News

 Events
 >_ Launch Interactive Shell

# Python 3: Fibonacci series up to n
>>> def fib(n):
>>> a, b = 0, 1
>>> while a < n:
>>> print(a, end=' ')
>>> a, b = b, a+b
>>> print()
>>> fib(1000)0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610
987

Functions Defined

The core of extensible programming is defining functions. Python allows mandatory and
optional arguments, keyword arguments, and even arbitrary argument lists. More about
defining functions in Python 3

1. 1
2. 2
3. 3
4. 4
5. 5

Python is a programming language that lets you work quicklyand


integrate systems more effectively. Learn More
Get Started
Whether you're new to programming or an experienced developer, it's easy to learn and use
Python.

Start with our Beginner’s Guide

Download
Python source code and installers are available for download for all versions!

Latest: Python 3.12.4

Docs
Documentation for Python's standard library, along with tutorials and guides, are available
online.

docs.python.org

Jobs
Looking for work or have a Python related position that you're trying to hire for? Our relaunched
community-run job board is the place to go.

jobs.python.org

Latest News
More

 2024-06-10It’s time to make nominations for the PSF Board Election!


 2024-06-07Python 3.12.4 released
 2024-06-07Python 3.13.0 beta 2 released
 2024-06-06Affirm your PSF Membership Voting Status
 2024-05-28Thinking about running for the Python Software Foundation Board of Directors?
Let’s talk!
Upcoming Events
More

 2024-06-14PyData London 2024


 2024-06-15PyCamp Leipzig 2024
 2024-06-17World Conference on Data Science & Statistics
 2024-06-19NZPUG-Auckland: Data Science: Pandas and PyArrow
 2024-06-20Wagtail Space US
Success Stories
More

Since its founding in 2007, Lincoln Loop has been building sites
for their clients with Python and Django. They credit Python's
philosophy of practicality and explicitness, along with the rich
ecosystem of open-source libraries available on PyPI, as keys to
their success. Additionally, the inclusivity, openness, and strong
culture of collaboration in the Python community have enabled
the agency to find and hire great people who are lifelong
learners.

Lincoln Loop: Building a sustainable business inspired by Python’s


ethos by Peter Baumgartner

Use Python for…


More

 Web Development: Django, Pyramid, Bottle, Tornado, Flask, web2py


 GUI Development: tkInter, PyGObject, PyQt, PySide, Kivy, wxPython, DearPyGui
 Scientific and Numeric: SciPy, Pandas, IPython
 Software Development: Buildbot, Trac, Roundup
 System Administration: Ansible, Salt, OpenStack, xonsh

>>> Python Enhancement Proposals: The future of Python RSS

>>> Python Software Foundation


The mission of the Python Software Foundation is to
promote, protect, and advance the Python
programming language, and to support and facilitate
the growth of a diverse and international community of
Python programmers. Learn more
Become a Member Donate to the PSF
 About

o Applications
o Quotes
o Getting Started
o Help
o Python Brochure
 Downloads

o All releases
o Source code
o Windows
o macOS
o Other Platforms
o License
o Alternative Implementations
 Documentation

o Docs
o Audio/Visual Talks
o Beginner's Guide
o Developer's Guide
o FAQ
o Non-English Docs
o PEP Index
o Python Books
o Python Essays
 Community

o Diversity
o Mailing Lists
o IRC
o Forums
o PSF Annual Impact Report
o Python Conferences
o Special Interest Groups
o Python Logo
o Python Wiki
o Code of Conduct
o Community Awards
o Get Involved
o Shared Stories
 Success Stories

o Arts
o Business
o Education
o Engineering
o Government
o Scientific
o Software Development
 News

o Python News
o PSF Newsletter
o PSF News
o PyCon US News
o News from the Community
 Events

o Python Events
o User Group Events
o Python Events Archive
o User Group Events Archive
o Submit an Event
 Contributing

o Developer's Guide
o Issue Tracker
o python-dev list
o Core Mentorship
o Report a Security Issue
 Help & General Contact

 Diversity Initiatives
 Submit Website Bug
 Status
Copyright ©2001-2024. Python Software Foundation Legal Statements Privacy Policy

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy