[Numpy-discussion] 16ᵗʰ Advanced Scientific Programming in Python in Heraklion, Crete, Greece, 25 August – 1 September, 2024

2024-02-22 Thread Tiziano Zito
ASPP2024: 16ᵗʰ Advanced Scientific Programming in Python Summer School 
==

https://aspp.school

Scientists spend more and more time writing, maintaining, and debugging 
software. While techniques for doing this efficiently have evolved, only few 
scientists have been trained to use them. As a result, instead of doing their 
research, they spend far too much time writing deficient code and reinventing 
the wheel. In this course we will present a selection of advanced programming 
techniques and best practices which are standard in the industry, but 
especially tailored to the needs of a programming scientist. Lectures are 
interactive and allow students to acquire direct hands-on experience with the 
topics. Students will work in pairs throughout the school and will team up to 
practice the newly learned skills in a real programming project — an 
entertaining computer game.

We use the Python programming language for the entire course. Python works as a 
simple programming language for beginners, but more importantly, it also works 
great in scientific simulations and data analysis. Python is the standard tool 
for the programming scientist due to clean language design, ease of 
extensibility, and the great wealth of open source libraries for scientific 
computing and data visualization.

This school is targeted at PhD students, postdocs and more senior researchers 
from all areas of science. Competence in Python or in another language such as 
Java, JavaScript, C/C++, MATLAB, or R is absolutely required. Basic knowledge 
of Python and git or another version control system is assumed. Participants 
without any prior experience with Python or git should work through the 
proposed introductory material before the course.

We care for diversity and inclusion, and strive for a welcoming atmosphere to 
programming scientists of all levels. In particular, we have focused on 
recruiting an international and gender-balanced pool of students.

Date & Location
===
25 August – 1 September, 2024. Heraklion, Crete, Greece

Application
===
You can apply online: https://aspp.school

Application deadline: 23:59 UTC, Wednesday 1 May, 2024.
There will be no deadline extension, so be sure to apply on time. Invitations 
and notification of rejection will be sent by Sunday 26 May, 2024.

Participation is for free, i.e. no fee is charged! Participants however should 
take care of travel, living, and accommodation expenses by themselves. 

Program
===
• Large-scale collaborative scientific code development with git and GitHub
• Best practices in data visualization
• Testing and debugging scientific code
• Advanced NumPy
• Organizing, documenting, and distributing scientific code
• Scientific programming patterns in Python
• Writing parallel applications in Python
• Profiling and speeding up scientific code
• Programming in teams

Faculty
===
• Aitor Morales-Gregorio, Institute for Advanced Simulation (IAS-6), 
Forschungszentrum Jülich Germany
• Jenni Rinker, Department of Wind and Energy Systems, Technical University of 
Denmark, Lyngby Denmark
• Lisa Schwetlick, Laboratory of Psychophysics, EPFL, Lausanne Switzerland
• Pamela Hathway, YPOG, Berlin/Nürnberg Germany
• Pietro Berkes, NAGRA Kudelski, Lausanne Switzerland
• Rike-Benjamin Schuppner, Institute for Theoretical Biology, 
Humboldt-Universität zu Berlin Germany
• Tiziano Zito, innoCampus, Technische Universität Berlin Germany
• Verjinia Metodieva, NeuroCure, Charité – Universitätsmedizin Berlin Germany
• Zbigniew Jędrzejewski-Szmek, Red Hat Inc., Warsaw Poland

 
Organizers
==
Head of the organization for ASPP and responsible for the scientific program:

• Tiziano Zito, innoCampus, Technische Universität Berlin Germany

Organization team in Heraklion:

• Sara Moberg, Department of Biology, Humboldt-Universität zu Berlin Germany
• Athanasia Papoutsi, Institute of Molecular Biology and Biotechnology of the 
Foundation for Research and Technology – Hellas, Heraklion Greece
• Maria Diamantaki, Institute of Molecular Biology and Biotechnology of the 
Foundation for Research and Technology – Hellas, Heraklion Greece
• Zampeta Kalogeropoulou, Digital Science & Research Solutions Ltd., Heraklion 
Greece

Sponsors

We are able to hold this year's ASPP school thanks to the financial support of 
the Tübingen AI Center. The Institute of Molecular Biology & Biotechnology of 
the Foundation for Research and Technology – Hellas is hosting us in Heraklion 
and is taking care of the local organization.

Website: https://aspp.school
Contact: info@aspp.school
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Numpy wheels: who maintains the builds and who pays for it?

2024-02-22 Thread sean . gillies
Hi folks,

My name is Sean and I'm the author of several GIS packages using Numpy: Fiona, 
Rasterio, and Shapely. I've followed Numpy's trail when it comes to wheel 
building for many years and now I'm seeking advice on how to prioritize 
platforms to support and how to pay for the labor and computing that it takes 
to build wheels and maintain the infrastructure over time. Fiona and Rasterio 
have an order of magnitude more C library dependencies than Numpy, via GDAL 
(https://gdal.org/), which is almost more of an OS than a library.

I found a thread in the archive about adding musllinux wheels, but it wasn't 
clear to me how the work gets done, who does, and how it gets paid for. Does 
NumFOCUS support pay a maintainer to do it? Are Numpy maintainers adding new 
platform builds as part of their day jobs? Are they donating their own time to 
the effort?

Does the Numpy project aspire to provide wheels for all of the top N platforms? 
Is it more than an aspiration? Is support for one or more platforms part of any 
sponsorship agreement? Maybe users and sponsorship cover the cost of building 
wheels and maintenance entirely for Numpy, but it's not so in my case.

I've got so many questions in this vein, and I'm grateful for any answers or 
insights or more discussion. Thanks!
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com