From 43fad5d1b3c5b7b2e4d9c7bf9ab658f556a16c40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:43:12 +0200 Subject: [PATCH] chore: sync content to repo (#10223) Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com> --- .../content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md | 4 ++-- .../content/logical@_0K6o-R0F2a9bpEDfRcTi.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md b/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md index 2517c1908..9b2f0a3e5 100644 --- a/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md +++ b/roadmaps/python-data-analysis/content/built-in-functions@KtV5Jl-hOcUS5L-15BUDD.md @@ -5,5 +5,5 @@ Python's built-in functions are available without any imports and cover common o Visit the following resources to learn more: - [@official@Built-in Functions](https://docs.python.org/3/library/functions.html) -- [@video@All 71 built-in Python functions](https://www.youtube.com/watch?v=7Qu_KXc7xSI) -- [@article@Master Python Filter: Syntax, Examples, and Best Practices](https://roadmap.sh/python/filter) \ No newline at end of file +- [@article@Master Python Filter: Syntax, Examples, and Best Practices](https://roadmap.sh/python/filter) +- [@video@All 71 built-in Python functions](https://www.youtube.com/watch?v=7Qu_KXc7xSI) \ No newline at end of file diff --git a/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md b/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md index bfd2012ec..9db1d717d 100644 --- a/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md +++ b/roadmaps/python-data-analysis/content/logical@_0K6o-R0F2a9bpEDfRcTi.md @@ -4,6 +4,7 @@ Logical operators combine boolean expressions. Python uses `and`, `or`, and `not Visit the following resources to learn more: -- [@article@Python Logical Operators](https://www.w3schools.com/python/python_if_logical.asp) - [@article@Python not Operator: The Complete Guide to Logical Negation](https://roadmap.sh/python/not-operator) +- [@article@The or Operator in Python: Complete Guide with Examples](https://roadmap.sh/python/or) +- [@article@Python Logical Operators](https://www.w3schools.com/python/python_if_logical.asp) - [@video@Logical operators in Python are easy 🔣](https://www.youtube.com/watch?v=W7luvtXeQTA) \ No newline at end of file