Skip to content

Conversation

@lpozo
Copy link
Contributor

@lpozo lpozo commented Nov 1, 2024

Where to put new files:

  • New files should go into a top-level subfolder, named after the article slug. For example: my-awesome-article

How to merge your changes:

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉

Copy link
Contributor

@gahjelle gahjelle left a comment

Choose a reason for hiding this comment

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

Hi @lpozo

I have a few minor comments which I think are all due to changes we did during TR :)

@@ -0,0 +1,4 @@
colors = {"blue", "red", "green", "orange"}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we add the duplicate green for consistency?

@@ -0,0 +1,11 @@
emails = [
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we start with a set here, like we now do in the tutorial?

Comment on lines 7 to 8
print("Numpy".lower() in tools_set)
print("Numpy".lower() in tools_set)
Copy link
Contributor

Choose a reason for hiding this comment

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

There is a duplicate line here

Copy link
Contributor

@gahjelle gahjelle left a comment

Choose a reason for hiding this comment

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

Looks great! @lpozo

@brendaweles brendaweles merged commit 4a1c7ba into master Nov 21, 2024
1 check passed
@brendaweles brendaweles deleted the python-set-comprehension branch November 21, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants