René's URL Explorer Experiment


Title: Intermediate Research Software Development: Summary and Schedule

Mail addresses
info@software.ac.uk

direct link

Domain: anenadic.github.io


Hey, it has json ld scripts:
    {
  "@context": "https://schema.org",
  "@type": "LearningResource",
  "@id": "https://carpentries-incubator.github.io/python-intermediate-development-earth-sciences/instructor/index.html",
  "inLanguage": "en",
  "dct:conformsTo": "https://bioschemas.org/profiles/LearningResource/1.0-RELEASE",
  "description": "A Carpentries Lesson teaching foundational data and coding skills to researchers worldwide",
  "keywords": "software, data, lesson, The Carpentries",
  "name": "Intermediate Research Software Development",
  "creativeWorkStatus": "active",
  "url": "https://carpentries-incubator.github.io/python-intermediate-development-earth-sciences/instructor/index.html",
  "identifier": "https://carpentries-incubator.github.io/python-intermediate-development-earth-sciences/instructor/index.html",
  "dateCreated": "2020-04-23",
  "dateModified": "2026-07-07",
  "datePublished": "2026-07-07"
}

  

Nonetext/html; charset=UTF-8
msapplication-TileColor#da532c
theme-colorblack

Links:

Skip to main contenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#main-content
Beta https://docs.carpentries.org/resources/curriculum/lesson-life-cycle.html
Key Pointshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/key-points.html
Instructor Noteshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/instructor-notes.html
Extract All Imageshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/images.html
Common Issues, Fixes & Tipshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/common-issues.html
Additional Material: Databaseshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/databases.html
Additional Material: Geopandashttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/geopandas.html
Additional Material: Persistencehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/persistence.html
Additional Material: Protecting the Main Branch on a Shared GitHub Repositoryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/protect-main-branch.html
Quizhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/quiz.html
Refactor 1: Software Designhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-1-software-design.html
Refactor 2: Code Refactoringhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-2-code-refactoring.html
Refactor 3: Code Abstractionshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-3-code-abstractions.html
Refactor 4: Architecture Revisited: Extending Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-4-architecture-revisited.html
Additional Material: Using Microsoft Visual Studio Codehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/vscode.html
https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/installation-instructions.html
Glossaryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/reference.html
Search the All In One pagehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/aio.html
Learner Viewhttps://anenadic.github.io/python-intermediate-development-earth-sciences/index.html
Target Audiencehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#target-audience
Setting the Scenehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/00-setting-the-scene.html
Section 1: Setting Up Environment For Collaborative Code Developmenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/10-section1-intro.html
1.1 Introduction to Our Software Projecthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/11-software-project.html
1.2 Virtual Environments For Software Developmenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/12-virtual-environments.html
1.3 Integrated Software Development Environmentshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/13-ides.html
1.4 Collaborative Software Development Using Git and GitHubhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/14-collaboration-using-git.html
1.5 Python Code Style Conventionshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/15-coding-conventions.html
1.6 Verifying Code Style Using Lintershttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/16-verifying-code-style-linters.html
Section 2: Ensuring Correctness of Software at Scalehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/20-section2-intro.html
2.1 Automatically Testing Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/21-automatically-testing-software.html
2.2 Scaling Up Unit Testinghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/22-scaling-up-unit-testing.html
2.3 Continuous Integration for Automated Testinghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/23-continuous-integration-automated-testing.html
2.4 Diagnosing Issues and Improving Robustnesshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/24-diagnosing-issues-improving-robustness.html
Section 3: Software Development as a Processhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/30-section3-intro.html
3.1 Software Requirementshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/31-software-requirements.html
3.2 Software Architecture and Designhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/32-software-design.html
3.3 Programming Paradigmshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/33-programming-paradigms.html
3.4 Functional Programminghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/34-functional-programming.html
3.5 Object Oriented Programminghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/35-object-oriented-programming.html
3.6 Architecture Revisited: Extending Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/36-architecture-revisited.html
Section 4: Collaborative Software Development for Reusehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/40-section4-intro.html
4.1 Developing Software In a Team: Code Reviewhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/41-code-review.html
4.2 Preparing Software for Reuse and Releasehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/42-software-reuse.html
4.3 Packaging Code for Release and Distributionhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/43-software-release.html
Section 5: Managing and Improving Software Over Its Lifetimehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/50-section5-intro.html
5.1 Managing a Collaborative Software Projecthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/51-managing-software.html
5.2 Assessing Software for Suitability and Improvementhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/52-assessing-software-suitability-improvement.html
5.3 Software Improvement Through Feedbackhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/53-improvement-through-feedback.html
Wrap-uphttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/60-wrap-up.html
Key Pointshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/key-points.html
Instructor Noteshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/instructor-notes.html
Extract All Imageshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/images.html
Common Issues, Fixes & Tipshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/common-issues.html
Additional Material: Databaseshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/databases.html
Additional Material: Geopandashttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/geopandas.html
Additional Material: Persistencehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/persistence.html
Additional Material: Protecting the Main Branch on a Shared GitHub Repositoryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/protect-main-branch.html
Quizhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/quiz.html
Refactor 1: Software Designhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-1-software-design.html
Refactor 2: Code Refactoringhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-2-code-refactoring.html
Refactor 3: Code Abstractionshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-3-code-abstractions.html
Refactor 4: Architecture Revisited: Extending Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/refactor-4-architecture-revisited.html
Additional Material: Using Microsoft Visual Studio Codehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/vscode.html
https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/installation-instructions.html
Glossaryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/reference.html
See all in one pagehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/aio.html
Nexthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/00-setting-the-scene.html
Next: Setting the Scene... https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/00-setting-the-scene.html
learning objectiveshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#learning-objectives-for-the-workshop
Software Carpentry Python coursehttps://software-carpentry.org/lessons
‘Technical debt’https://en.wikipedia.org/wiki/Technical_debt
https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#target-audience
Software Carpentry coursehttps://software-carpentry.org/lessons
learning objectives of the coursehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#learning-objectives-for-the-workshop
this short quizhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/quiz.html
https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#git
https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#python
https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#shell
Setup Instructionshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#setup
Setting the Scenehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/00-setting-the-scene.html
Section 1: Setting Up Environment For Collaborative Code Developmenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/10-section1-intro.html
1.1 Introduction to Our Software Projecthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/11-software-project.html
1.2 Virtual Environments For Software Developmenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/12-virtual-environments.html
1.3 Integrated Software Development Environmentshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/13-ides.html
1.4 Collaborative Software Development Using Git and GitHubhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/14-collaboration-using-git.html
1.5 Python Code Style Conventionshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/15-coding-conventions.html
1.6 Verifying Code Style Using Lintershttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/16-verifying-code-style-linters.html
Section 2: Ensuring Correctness of Software at Scalehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/20-section2-intro.html
2.1 Automatically Testing Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/21-automatically-testing-software.html
2.2 Scaling Up Unit Testinghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/22-scaling-up-unit-testing.html
2.3 Continuous Integration for Automated Testinghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/23-continuous-integration-automated-testing.html
2.4 Diagnosing Issues and Improving Robustnesshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/24-diagnosing-issues-improving-robustness.html
Section 3: Software Development as a Processhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/30-section3-intro.html
3.1 Software Requirementshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/31-software-requirements.html
3.2 Software Architecture and Designhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/32-software-design.html
3.3 Programming Paradigmshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/33-programming-paradigms.html
3.4 Functional Programminghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/34-functional-programming.html
3.5 Object Oriented Programminghttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/35-object-oriented-programming.html
3.6 Architecture Revisited: Extending Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/36-architecture-revisited.html
Section 4: Collaborative Software Development for Reusehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/40-section4-intro.html
4.1 Developing Software In a Team: Code Reviewhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/41-code-review.html
4.2 Preparing Software for Reuse and Releasehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/42-software-reuse.html
4.3 Packaging Code for Release and Distributionhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/43-software-release.html
Section 5: Managing and Improving Software Over Its Lifetimehttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/50-section5-intro.html
5.1 Managing a Collaborative Software Projecthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/51-managing-software.html
5.2 Assessing Software for Suitability and Improvementhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/52-assessing-software-suitability-improvement.html
5.3 Software Improvement Through Feedbackhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/53-improvement-through-feedback.html
Wrap-uphttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/60-wrap-up.html
https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#setup
installation instructionshttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/installation-instructions.html
Nexthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/00-setting-the-scene.html
Next: Setting the Scene... https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/00-setting-the-scene.html
Code of Conducthttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/CODE_OF_CONDUCT.html
Edit on GitHubhttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/edit/main/index.md
Contributinghttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/blob/main/CONTRIBUTING.md
Sourcehttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/
Citehttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/blob/main/
Abouthttps://carpentries.org/about/
CC-BY 4.0https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/LICENSE.html
CC-BY 4.0https://creativecommons.org/licenses/by-sa/4.0/
The Carpentrieshttps://carpentries.org/
sandpaper (0.20.2)https://github.com/carpentries/sandpaper/tree/0.20.2
pegboard (0.7.9)https://github.com/carpentries/pegboard/tree/0.7.9
varnish (1.1.1)https://github.com/carpentries/varnish/tree/1.1.1
Back To Top https://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/index.html#top

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.