Pamphile ROY
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- tags: SciPy, sprint --- # SciPy PyCon sprint ## Organization [//]: # (Note that intro to the sprint will be done by the PyCon organizers and is common between SciPy and other projects) ## Post-sprint For continued support and following up on your pull requests: * Reach out to SciPy on their [mailing-list](https://scipy.org/scipylib/mailing-lists.html) or [GitHub](https://github.com/scipy/scipy). * Open an issue or comment on an [issue](https://github.com/scipy/scipy/issues). ## The Team ### SciPy Mentors (all Core Contributors) SciPy is a library that is used around the world. Open source sprints are typically limited to where contributors live or where major conferences are held. We are fortunate to have support from several SciPy contributors: * Ralf Gommers (https://github.com/rgommers) - EU time slot, Sat * Pamphile Roy (https://github.com/tupui) - EU time slot, Sat * Matt Haberland (https://github.com/mdhaber) - US time slot, Sun * Warren Weckesser (https://github.com/WarrenWeckesser) - US time slot, Sun ### Mentored Sprints [Mentored Sprints](https://mentored-sprints.netlify.app/) was created in an open effort to tackle some diversity and inclusion issues in the open-source community. They have been very supportive of us and this sprint, hosting us on their discord server. * Tania Allard (https://www.mentored-sprints.dev/team/) ## Purpose of Sprint - Help newcomers contribute to the SciPy library - Involve more women, gender minorities and other people from underrepresented group in SciPy and the Python open source community - Build momentum for continued contribution ## Goals for the Day - The plan is to work in pairs/small groups. - The goal is that each participant will be able to resolve one issue and submit a pull request (PR). --- ## Preparation ### 1. GitHub Account - Open an account on [GitHub](https://github.com/) - [Git should be installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - Some familiarity with Git / GitHub - Prior to event, review some [Git resources](https://github.com/reshamas/git-intro-workshop/blob/master/extra_resources/resource_git_tutorials.md) - We will go over pull requests at beginning of event ### 2. Join [Discord](https://discord.com/) Discord is a voice, text and video communication platform that allows us to set both text and voice channels. We are using the [Mentored Sprints](https://www.mentored-sprints.dev/) Server on Discord for the sprint to help mentors support participants and enable us to pair program. Participants will be invited to join and connect via the Discord Server during the pre-sprint setup. A beginners guide to discord can be found [here](https://support.discord.com/hc/en-us/articles/360045138571-Beginner-s-Guide-to-Discord). ### 3. Read through the [SciPy Contributing documentation](https://scipy.github.io/devdocs/dev/contributor/contributor_toc.html) * The following documentation will help you setup and build a local development environment: - [Fork and configuration of SciPy repository](https://scipy.github.io/devdocs/dev/gitwash/development_setup.html) - [Build SciPy](https://scipy.github.io/devdocs/dev/contributor/contributor_toc.html#development-environment) - There is an alternative option to use the SciPy Gitpod setup _(this works without having to install anything, you can get coding straight away!)_. More information can be found [in the SciPy Gitpod docs](https://scipy.github.io/devdocs/dev/contributor/quickstart_gitpod.html#quickstart-gitpod). Use `pytest scipy/io` or (e.g., within IPython) `>>> from scipy import io; io.test()` to run tests here (works for any submodule, or scipy as a whole). * General guidelines for contributing: - Read through the recommended [development workflow](https://scipy.github.io/devdocs/dev/contributor/development_workflow.html#development-workflow) - Read through how-to [guide to contributing to SciPy documentation](https://numpy.org/devdocs/dev/howto-docs.html) (same as NumPy) ### 4. Choosing an issue to work on * [Use the list of issues labelled with `sprint-pycon`](https://github.com/scipy/scipy/issues?q=is%3Aissue+is%3Aopen+label%3Asprint-pycon) to find a good starter issue. * Please comment on the issue that you are working on it. This avoids multiple people taking on the same issue. * Other approachable issues are labelled with [`good first issue`](https://github.com/scipy/scipy/labels/good%20first%20issue) * There are over 2000 issues :sweat:. If you search for an issue not labelled `pycon-sprint`, it is recommended to pick issues that is relatively new and doesn't have too many comments on it. - old issues are often difficult to solve or unresolvable which is why they still remain * The selections in `sprint-pycon` are focused on beginner-to-intermediate-friendly issues that are actionable and should be doable today. If you want to take on something a little more challenging, there are a lot of issues on the main repo to choose from. Try to choose issues that (from the title or labels) seem to be bugs, and don't have more than 5 comments - those are most likely to be actionable. --- ## Get Sprinting! (aka fixing Issues and submitting a PR!) Here are a few more useful links and guides to follow: ### Documentation Issues If you are working on documentation, remember to check against https://scipy.github.io/devdocs/index.html - this is the version of the documentation corresponding to the latest development version (aka what is merged on the main branch on github). The https://docs.scipy.org/doc/scipy/reference/ version might be outdated (corresponds to the latest release). ### How to Co-author commits If you worked in a pair/group and want to know how to acknowledge multiple authors on the PR. Find some helpful documentation [here](https://gist.github.com/lisawolderiksen/f9747a3ae1e58e9daa7d176ab98f1bad) ### Labelling commit messages Commit messages should be clear and follow a few basic rules. Please try to label your commits with an indicative label. A guide to best practice can be found [here](https://scipy.github.io/devdocs/dev/contributor/development_workflow.html#writing-the-commit-message) ### More useful links/resources: - Melissa Weber's Talk: Sphinx for Python Documentation: https://youtu.be/tXWscUSYdBs - Reshama Shaikh's intro to git: https://github.com/reshamas/git-intro-workshop - A guide to making open source contributions, for first-timers and for veterans: https://opensource.guide/how-to-contribute/ - A guide to pair-programming: https://medium.com/@weblab_tech/pair-programming-guide-a76ca43ff389 - Mentored Sprints Community Handbook: https://mentored-sprints.netlify.app/

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully