0% found this document useful (0 votes)
23 views3 pages

Welcome To

Python.org is the official website for the Python programming language, offering resources for beginners and experienced developers alike. It provides access to documentation, downloads, job listings, and news about upcoming events and updates in the Python community. The site also highlights the mission of the Python Software Foundation to promote and support the growth of Python and its community.

Uploaded by

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

Welcome To

Python.org is the official website for the Python programming language, offering resources for beginners and experienced developers alike. It provides access to documentation, downloads, job listings, and news about upcoming events and updates in the Python community. The site also highlights the mission of the Python Software Foundation to promote and support the growth of Python and its community.

Uploaded by

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

Welcome to Python.org https://www.python.

org/

>_ 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

Python is a programming language that lets you work quickly and 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 (/about/gettingstarted/)

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

Latest: Python 3.13.7 (/downloads/release/python-3137/)

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

docs.python.org (https://docs.python.org)

1 of 3 9/13/25, 16:59
Welcome to Python.org https://www.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 (//jobs.python.org)

 Latest News
2025-09-10 Sprints are the best part of a conference (https://pyfound.blogspot.com/2025/09/sprints-are-best-part-of-conference.html)

2025-09-02 The 2025 PSF Board Election is Open! (https://pyfound.blogspot.com/2025/09/the-2025-psf-board-election-is-open.html)

pypistats.org is now operated by the Python Software Foundation (https://pyfound.blogspot.com/2025/08/pypistats-org-is-now-


2025-08-26
operated-by-the-psf.html)

2025-08-18 The 2024 Python Developer Survey Results are here! (https://pyfound.blogspot.com/2025/08/the-2024-python-developer-survey.html)

2025-08-14 Python 3.14.0rc2 and 3.13.7 are go! (https://pythoninsider.blogspot.com/2025/08/python-3140rc2-and-3137-are-go.html)

 Upcoming Events
2025-09-19 PyCon UK 2025 (/events/python-events/1894/)

2025-09-25 PyCon Ghana 2025 (/events/python-events/2096/)

2025-09-26 PyCon JP 2025 (/events/python-events/1888/)

2025-09-27 PyBeach 2025 (/events/python-events/2034/)

2025-09-27 Building Python Community in Northern Nigeria (/events/python-events/2083/)

 Success Stories

"Some of the things [SonarCloud] spots are impressive (probably driven by some introspection and/
or type inference), not just the simple pattern matching that I am used to in most of the flake8
ecosystem." - Peter J. A. Cock - maintainer of BioPython (/success-stories/deliver-clean-and-safe-code-for-your-
python-applications/)

Deliver Clean and Safe Code for Your Python Applications (/success-stories/deliver-clean-and-safe-code-for-your-python-applications/) by Kirti Joshi, Nicolas
Bontoux

 Use Python for…


Web Development:
Django (http://www.djangoproject.com/) , Pyramid (http://www.pylonsproject.org/) , Bottle (http://bottlepy.org) , Tornado (http://tornadoweb.org) ,
Flask (http://flask.pocoo.org/) , web2py (http://www.web2py.com/)

GUI Development:
tkInter (http://wiki.python.org/moin/TkInter) , PyGObject (https://wiki.gnome.org/Projects/PyGObject) , PyQt (http://www.riverbankcomputing.co.uk/software/pyqt/intro) ,

2 of 3 9/13/25, 16:59
Welcome to Python.org https://www.python.org/
PySide (https://wiki.qt.io/PySide) , Kivy (https://kivy.org/) , wxPython (http://www.wxpython.org/) , DearPyGui (https://dearpygui.readthedocs.io/en/latest/)

Scientific and Numeric:


SciPy (http://www.scipy.org) , Pandas (http://pandas.pydata.org/) , IPython (http://ipython.org)

Software Development:
Buildbot (http://buildbot.net/) , Trac (http://trac.edgewall.org/) , Roundup (http://roundup.sourceforge.net/)

System Administration:
Ansible (http://www.ansible.com) , Salt (https://saltproject.io) , OpenStack (https://www.openstack.org) , xonsh (https://xon.sh)

Python Software Foundation (/psf/)


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 (/psf/)

Become a Member (/psf/membership/)

Donate to the PSF (/psf/donations/)

▲ Back to Top

▲ Back to Top

Copyright ©2001-2025. Python Software Foundation Legal Statements Privacy Notice

3 of 3 9/13/25, 16:59

You might also like