Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDC Tools sprints 3 and 4 #1276

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

SDC Tools sprints 3 and 4 #1276

wants to merge 19 commits into from

Conversation

illicitonion
Copy link
Member

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-programming ready!

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-programming/deploys/679106ea9f92db00070f96dd
😎 Deploy Preview https://deploy-preview-1276--cyf-programming.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 99 (🔴 down 1 from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 90 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-tracks failed. Why did it fail? →

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-tracks/deploys/679106eab514e4000864c3a0

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-itd ready!

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-itd/deploys/679106eafd0896000815da55
😎 Deploy Preview https://deploy-preview-1276--cyf-itd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 75 (🔴 down 24 from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-sdc ready!

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-sdc/deploys/679106eafc4a1e00078bcb3a
😎 Deploy Preview https://deploy-preview-1276--cyf-sdc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-piscine failed. Why did it fail? →

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-piscine/deploys/679106ea1a787e000851c6cc

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-curriculum canceled.

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-curriculum/deploys/679106ea4d7a8e0008fea4d8

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-common failed. Why did it fail? →

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-common/deploys/679106eafc4a1e00078bcb3c

Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for cyf-launch failed. Why did it fail? →

Name Link
🔨 Latest commit edee0a9
🔍 Latest deploy log https://app.netlify.com/sites/cyf-launch/deploys/679106ea88171b000828a5be

@SallyMcGrath SallyMcGrath added this to the SDC-MAR-25 Launch milestone Jan 7, 2025
Copy link
Member

@SallyMcGrath SallyMcGrath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few tiny notes. Loving it. So happy to see cowsay hee.

import cowsay
```

If we try to run `python3 cow.py`, we'll get an error:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If we try to run `python3 cow.py`, we'll get an error:
Run `python3 cow.py` and trigger this error:

]
+++

We often need to use libraries in Python.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
We often need to use libraries in Python.
We often use libraries in Python.


### Virtual environments

To install the dependencies, we need to make something called a virtual environment, where they will get installed to.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Define virtual environment. Use a simple concrete analogy and pop it in a blockquote.


To install the dependencies, we need to make something called a virtual environment, where they will get installed to.

First we need to _create_ the virtual environment. We do this by running `python3 -m venv .venv`. This will create a virtual environment in a directory named `.venv`. We could actually create it anywhere, e.g. we could run `python3 -m venv /tmp/python_modules` to create it in a directory named `/tmp/python_modules`. We tend to just use a directory called `.venv` at the root of our project.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Identify this as a convention.

illicitonion and others added 14 commits January 22, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔖 Ready
Development

Successfully merging this pull request may close these issues.

2 participants