# Conference Organizing

There are quite a number of Python conferences happening all year around and in many parts of the world. Many of them are taking place yearly or even more frequent:

* [Python Conferences List on the Python Wiki](https://wiki.python.org/moin/PythonConferences) -- this is the main and most complete list of conferences around the world

Subsets of this list are also available on other sites:

* [pycon.org](https://www.pycon.org/) - lists a subset of mostly national Python conferences
* [PyData](https://pydata.org/) - listings of Python conferences specializing in AI & Data Science

Several of these conferences record the talk sessions on video. [pyvideo.org](https://pyvideo.org/) provides an index to a large set of these videos.

If you are organizing a Python conference or thinking of organizing one, please subscribe to the [Python conferences mailing list](https://mail.python.org/mailman/listinfo/conferences).

### Want to Organize a PyCon?

...\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://python-software-foundation.gitbook.io/psf/conference-organizing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
