Chapter 1: SciPy Home
SciPy Home the way a patient teacher would explain it to someone who’s just starting or is a bit confused about the names and locations.
Short answer first (so you don’t have to wait): SciPy Home = https://scipy.org/ This is the official main landing page / homepage of the SciPy project in 2026.
But let’s go deeper — why people say “SciPy Home”, what you actually see there, how it connects to everything else, and how to use it effectively.
1. The three most important SciPy-related web addresses (2026 situation)
| What people call it | Actual URL | Purpose — what lives here | Who mainly uses this page? |
|---|---|---|---|
| SciPy Home / main site | https://scipy.org/ | Project overview, news, install button, community info, links to docs & GitHub | New users, people wanting to know “what is SciPy?” |
| SciPy documentation home | https://docs.scipy.org/doc/scipy/ | The actual reference manual, tutorial, API docs — the biggest & most important part | People who already installed it |
| Old / ecosystem portal | https://projects.scipy.org/ | Slightly older-style portal (still active), talks about “SciPy stack / ecosystem” | People searching for “SciPy lectures” etc. |
Most people in 2025–2026 just mean https://scipy.org/ when they say “SciPy home” or “SciPy homepage”.
2. What do you see when you open https://scipy.org/ ? (Walkthrough like I’m sharing my screen)
When you arrive at https://scipy.org/ you typically see something like this layout:
Big hero section (top of the page):
- Title: SciPy
- Tagline: Fundamental algorithms for scientific computing in Python
- Short description: “SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems.”
- Four highlighted properties:
- Foundational — extends NumPy with sparse matrices, kd-trees, etc.
- Technical — covers signal/image processing, stats, special functions…
- Open source — BSD license, developed on GitHub
- Community — vibrant, diverse contributors
Big blue button: Install SciPy → takes you to https://scipy.org/install
Sections you scroll down to see:
- News / Releases Example (early 2026 style):
- “January 10, 2026 – SciPy 1.17.0 has been released!”
- Sometimes NumPy Fellowship news, etc.
- Why SciPy? (or similar) Explains relation to NumPy: NumPy = arrays & basic math SciPy = everything else scientists/engineers usually need
- Quick links / cards:
- Read the documentation → https://docs.scipy.org/doc/scipy/
- Get help / ask questions → Stack Overflow, Discord #scipy, mailing list
- Report a bug → GitHub issues
- See source code → https://github.com/scipy/scipy
- Community & conferences
- SciPy conference (US), EuroSciPy, SciPy Latin America…
- Discord, GitHub discussions, etc.
- Footer / small print
- Sponsors (NumFOCUS usually prominent)
- Code of Conduct link
- “SciPy is a fiscally sponsored project of NumFOCUS”
3. Real-life examples — how people actually use the SciPy home page
Example 1 — New student / beginner (most common case)
You google “SciPy Python” → click first link → land on scipy.org You see → “Install SciPy” button → click → read the install page Then you follow → “See the tutorial” link → arrive at https://docs.scipy.org/doc/scipy/tutorial/
Example 2 — Researcher checking version / new features
You remember there was a new sparse solver or better FFT in recent versions → Go to scipy.org → look at News section → see “SciPy 1.17.0 released” → click release notes link → read what’s new
Example 3 — Conference organizer or community person
→ Go to scipy.org/community → find links to Discord, upcoming SciPy conference site, code of conduct
Example 4 — Someone wants to contribute
→ scipy.org → scroll to bottom/GitHub link → https://github.com/scipy/scipy → read CONTRIBUTING.md
4. Quick comparison: SciPy Home vs Documentation Home
| Feature | https://scipy.org/ | https://docs.scipy.org/doc/scipy/ |
|---|---|---|
| First impression | Marketing / overview / welcome | Technical book-like structure |
| Has big “Install” button | Yes | No |
| Has news & release announcements | Yes | Sometimes (release notes) |
| Has searchable API reference | No (links to it) | Yes — main purpose |
| Has beginner tutorial | Links to it | Yes — /tutorial/ section |
| Best for … | Discovering SciPy, installing | Actually using it every day |
5. Teacher’s practical tip — bookmark these three and you’re set for years
|
0 1 2 3 4 5 6 7 8 |
1. Main home / overview: https://scipy.org/ 2. Documentation (tutorial + reference): https://docs.scipy.org/doc/scipy/ 3. GitHub (source, issues, latest bleeding-edge): https://github.com/scipy/scipy |
Many experienced users actually spend 95% of their SciPy time inside the documentation site, but they usually discover or re-confirm things via the main home page.
So — when someone says “go check SciPy Home” or “visit SciPy homepage”, they almost always mean: https://scipy.org/
Got it? 😄
If you want — I can show you:
- what the install page looks like right now
- how the tutorial index is organized
- or even compare it with NumPy home page
Just tell me which direction you want to go next!
