Fernando Pérez | |
---|---|
![]() Pérez in 2012 | |
Born | |
Nationality | Colombian |
Education | Physics |
Alma mater | University of Antioquia (BSc) University of Colorado Boulder (PhD) |
Occupation | Associate Professor |
Employer | University of California, Berkeley |
Known for | IPython and Project Jupyter programming environments |
Awards | Free Software Award, ACM Software System Award |
Fernando Pérez is a Colombian physicist, software developer, and free software advocate. He is best known as the creator of the IPython programming environment, [1] [2] [3] [4] [5] [6] for which he received the 2012 Free Software Award from the Free Software Foundation and for his work on Project Jupyter for which he received the 2017 ACM Software System Award . [7] [8] [9] He is a fellow of the Python Software Foundation, [10] and a founding member of the NumFOCUS organization. [11] [12]
Fernando Pérez was born in Medellín, Colombia, and has BSc in Physics from University of Antioquia and a PhD in particle physics from University of Colorado Boulder, where he worked on numerical simulations in Lattice QCD. [13] He moved to California in 2008, where he currently works as an associate professor in the UC Berkeley Department of Statistics. [14] Previously, he was a staff scientist at Lawrence Berkeley National Laboratory [13] and associate researcher at the Berkeley Institute for Data Science (BIDS). [11] [15] Pérez was named Faculty Director at BIDS stating July 2024. [16] [17]
Pérez began working on IPython as a side project in 2001, and is a co-founder of Project Jupyter, which evolved from IPython in 2014. [1] [8] [18] He received a 2023 NASA Exceptional Public Service Medal for his leadership of Project Jupyter. [19]
The University of California, Berkeley is a public land-grant research university in Berkeley, California, United States. Founded in 1868 and named after the Anglo-Irish philosopher George Berkeley, it is the state's first land-grant university and is the founding campus of the University of California system.
SciPy is a free and open-source Python library used for scientific computing and technical computing.
California Polytechnic State University is a public university in San Luis Obispo, California, United States. Founded in 1901, it is the oldest of three polytechnic universities within the California State University system. Cal Poly emphasizes a “learn by doing” philosophy, integrating hands-on, practical experiences into its curriculum. As of fall 2022, Cal Poly had approximately 21,000 undergraduate and 800 graduate students. Cal Poly is well-regarded for its undergraduate programs, having been ranked first among regional universities in the Western United States in the 2025 U.S. News & World Report rankings. The university is home to several nationally recognized programs, particularly in engineering, architecture, and business, with the College of Engineering and the Orfalea College of Business standing out for their academic excellence and industry connections. Most of the university's athletic teams participate in the Big West Conference.
In computer science, interactive computing refers to software which accepts input from the user as it runs.
The Space Sciences Laboratory (SSL) is an Organized Research Unit (ORU) of the University of California, Berkeley. Founded in 1959, the laboratory is located in the Berkeley Hills above the university campus. It has developed and continues to develop many projects in the space sciences, including the search for extraterrestrial life (SETI@home). The laboratory have built instruments to fly on more than 100 satellites and flown more than 150 balloons to "measure electric fields, auroral x-rays, hard x-rays and gamma rays, cosmic rays and the cosmic microwave background." The lab has also built and flown two dozen rockets to measure "auroral particles, UV emissions, and solar flare nuclei." It currently has projects categorized into planetary projects, geospace projects, solar and heliophysics projects, astrophysics and exoplanets projects, which are accompanied by a missions operations system, an engineering division and an information lab.
Kenneth Yigael Goldberg is an American artist, writer, inventor, and researcher in the field of robotics and automation. He is professor and chair of the industrial engineering and operations research department at the University of California, Berkeley, and holds the William S. Floyd Jr. Distinguished Chair in Engineering at Berkeley, with joint appointments in Electrical Engineering and Computer Sciences (EECS), Art Practice, and the School of Information. Goldberg also holds an appointment in the Department of Radiation Oncology at the University of California, San Francisco.
The Gordon and Betty Moore Foundation is an American foundation established by Intel co-founder Gordon E. Moore and his wife Betty I. Moore in September 2000 to support scientific discovery, environmental conservation, patient care improvements and preservation of the character of the San Francisco Bay Area.
IPython is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich media, shell syntax, tab completion, and history. IPython provides the following features:
Enthought, Inc. is a software company based in Austin, Texas, United States that develops scientific and analytic computing solutions using primarily the Python programming language. It is best known for the early development and maintenance of the SciPy library of mathematics, science, and engineering algorithms and for its Python for scientific computing distribution Enthought Canopy.
ChronoZoom is a free open source project that visualizes time on the broadest possible scale from the Big Bang to the present day. Conceived by Walter Alvarez and Roland Saekow and developed by the department of Earth and Planetary Science at the University of California, Berkeley in collaboration with Microsoft Research and Moscow State University, Alvarez unveiled the first ChronoZoom prototype at UC Berkeley's 2010 Faculty Research Lecture. Although that demo is no longer available to the public online, a second version rewritten in HTML5 is now available and open source. ChronoZoom was inspired by the study of Big History, and it approaches the documentation and visualization of time and history in the same way that Google Earth deals with geography. ChronoZoom allows users to see the true scale of time over cosmic, geologic, biological and social periods.
Spyder is an open-source cross-platform integrated development environment (IDE) for scientific programming in the Python language. Spyder integrates with a number of prominent packages in the scientific Python stack, as well as other open-source software. Created by Pierre Raybaut and released in 2009 under the MIT license, since 2012 Spyder has been maintained and continuously improved by Python developers and the community.
James Richard Arnold was the Harold C. Urey Professor of Chemistry (emeritus), and a noted pioneer in the field of planetary and space chemistry at the University of California at San Diego (UCSD), where an endowed lectureship has been established in his name.
Pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software released under the three-clause BSD license. The name is derived from the term "panel data", an econometrics term for data sets that include observations over multiple time periods for the same individuals, as well as a play on the phrase "Python data analysis". Wes McKinney started building what would become Pandas at AQR Capital while he was a researcher there from 2007 to 2010.
Plotly is a technical computing company headquartered in Montreal, Quebec, that develops online data analytics and visualization tools. Plotly provides online graphing, analytics, and statistics tools for individuals and collaboration, as well as scientific graphing libraries for Python, R, MATLAB, Perl, Julia, Arduino, JavaScript and REST.
John D. Hunter was an American neurobiologist and the original author of Matplotlib.
The Berkeley Institute for Data Science (BIDS) is a central hub of research and education within University of California, Berkeley designed to facilitate data-intensive science and earn grants to be disseminated within the sciences. BIDS was initially funded by grants from the Gordon and Betty Moore Foundation and the Sloan Foundation as part of a three-year grant with data science institutes at New York University and the University of Washington. The objective of the three-university initiative is to bring together domain experts from the natural and social sciences, along with methodological experts from computer science, statistics, and applied mathematics. Saul Perlmutter established BIDS in 2013 and stepped down as the Faculty Director in December 2023. The initiative was announced at a White House Office of Science and Technology Policy event to highlight and promote advances in data-driven scientific discovery, and is a core component of the National Science Foundation's strategic plan for building national capacity in data science.
A notebook interface or computational notebook is a virtual notebook environment used for literate programming, a method of writing computer programs. Some notebooks are WYSIWYG environments including executable calculations embedded in formatted documents; others separate calculations and text into separate sections. Notebooks share some goals and features with spreadsheets and word processors but go beyond their limited data models.
Project Jupyter is a project to develop open-source software, open standards, and services for interactive computing across multiple programming languages.
Computing in Science & Engineering (CiSE) is a bimonthly technical magazine published by the IEEE Computer Society. It was founded in 1999 from the merger of two publications: Computational Science & Engineering (CS&E) and Computers in Physics (CIP), the first published by IEEE and the second by the American Institute of Physics (AIP). The founding editor-in-chief was George Cybenko, known for proving one of the first versions of the universal approximation theorem of neural networks.
Media related to Fernando Pérez (software developer) at Wikimedia Commons