René's URL Explorer Experiment


Title: Write and Test a Python Function: Interview Practice (Overview) (Video) – Real Python

Open Graph Title: Write and Test a Python Function: Interview Practice (Overview) – Real Python

Description: Welcome to Real Python Code Conversations. I’m Philipp, and today I will challenge my teammate Martin with a coding challenge. I want him to create a function that accepts a string, and the function should return a string with each character in the…

Open Graph Description: Welcome to Real Python Code Conversations. I’m Philipp, and today I will challenge my teammate Martin with a coding challenge. I want him to create a function that accepts a string, and the function should return a string with each character in the…

Opengraph URL: https://realpython.com/videos/character-doubling-function-challenge-overview/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "VideoObject",
    "name": "Write and Test a Python Function: Interview Practice (Overview)",
    "description": "Welcome to Real Python Code Conversations. I’m Philipp, and today I will challenge my teammate Martin with a coding challenge. I want him to create a function that accepts a string, and the function should return a string with each character in the…",
    "thumbnailUrl": ["https://files.realpython.com/media/Double_Watermarked.d352a956db7a.jpg"],
    "uploadDate": "2022-06-07T14:00:00+00:00",
    "duration": "PT1M20S",
    "embedUrl": "https://player.vimeo.com/video/709019202",
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/videos/character-doubling-function-challenge-overview/#t={seek_to_second_number}",
      "startOffset-input": "required name=seek_to_second_number"
    }
  }
  

authorReal Python
twitter:cardsummary_large_image
twitter:imagehttps://files.realpython.com/media/Double_Watermarked.d352a956db7a.jpg
og:imagehttps://files.realpython.com/media/Double_Watermarked.d352a956db7a.jpg
twitter:creator@realpython
og:typevideo.episode

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/courses/interview-practice-python-function/discussion/
Python Tutorials →In-depth articles and video courseshttps://realpython.com/search?kind=article&kind=course&order=newest
Learning Paths →Guided study plans for accelerated learninghttps://realpython.com/learning-paths/
Quizzes & Exercises →Check your learning progresshttps://realpython.com/quizzes/
Browse Topics →Focus on a specific area or skill levelhttps://realpython.com/tutorials/all/
Community Chat →Learn with other Pythonistashttps://realpython.com/community/
Office Hours →Live Q&A calls with Python expertshttps://realpython.com/office-hours/
Podcast →Hear what’s new in the world of Pythonhttps://realpython.com/podcasts/rpp/
Books →Round out your knowledge and learn offlinehttps://realpython.com/products/books/
Reference →Concise definitions for common Python termshttps://realpython.com/ref/
Code Mentor →BetaPersonalized code assistance & learning toolshttps://realpython.com/mentor/
Unlock All Content →https://realpython.com/account/join/
More https://realpython.com/courses/interview-practice-python-function/discussion/
Learner Storieshttps://realpython.com/learner-stories/
Python Newsletterhttps://realpython.com/newsletter/
Python Job Boardhttps://www.pythonjobshq.com
Meet the Teamhttps://realpython.com/team/
Become a Tutorial Writerhttps://realpython.com/write-for-us/
Become a Video Instructorhttps://realpython.com/become-an-instructor/
Searchhttps://realpython.com/search
https://realpython.com/search
Joinhttps://realpython.com/account/join/
Sign‑Inhttps://realpython.com/account/login/?next=%2Fvideos%2Fcharacter-doubling-function-challenge-overview%2F
https://realpython.com/courses/interview-practice-python-function/#team
Write and Test a Python Function: Interview Practicehttps://realpython.com/courses/interview-practice-python-function/
Philipp Acsanyhttps://realpython.com/courses/interview-practice-python-function/#team
Course Slides (.pdf)https://realpython.com/courses/interview-practice-python-function/downloads/write-and-test-a-python-function-interview-practice-slides/
Sample Code (.zip)https://realpython.com/courses/interview-practice-python-function/downloads/write-and-test-a-python-function-interview-practice-sample-code/
Ask a Questionhttps://realpython.com/courses/interview-practice-python-function/discussion/#discussion
https://realpython.com/feedback/survey/course/interview-practice-python-function/liked/?from=lesson-title
https://realpython.com/feedback/survey/course/interview-practice-python-function/disliked/?from=lesson-title
Contentshttps://realpython.com/courses/interview-practice-python-function/discussion/#description
Transcripthttps://realpython.com/courses/interview-practice-python-function/discussion/#transcript
Discussionhttps://realpython.com/courses/interview-practice-python-function/discussion/#discussion
Sample Code (.zip)https://realpython.com/courses/interview-practice-python-function/downloads/write-and-test-a-python-function-interview-practice-sample-code/
Course Slides (.pdf)https://realpython.com/courses/interview-practice-python-function/downloads/write-and-test-a-python-function-interview-practice-slides/
00:01https://realpython.com/courses/interview-practice-python-function/discussion/#t=1.04
Welcome to Real Python Code Conversations. I’m Philipp,https://realpython.com/courses/interview-practice-python-function/discussion/#t=1.04
and today I will challenge my teammate Martin with a coding challenge.https://realpython.com/courses/interview-practice-python-function/discussion/#t=4.14
00:09https://realpython.com/courses/interview-practice-python-function/discussion/#t=9.48
I want him to create a function that accepts a string, and the function shouldhttps://realpython.com/courses/interview-practice-python-function/discussion/#t=9.48
return a string with each character in the original string doubled.https://realpython.com/courses/interview-practice-python-function/discussion/#t=13.32
So if the function takes the word Martin, I want the function to returnhttps://realpython.com/courses/interview-practice-python-function/discussion/#t=17.94
MMaarrttiinn.https://realpython.com/courses/interview-practice-python-function/discussion/#t=22.87
00:28https://realpython.com/courses/interview-practice-python-function/discussion/#t=28.04
While Martin tries to solve this coding challenge,https://realpython.com/courses/interview-practice-python-function/discussion/#t=28.04
you will learn a few things along the way.https://realpython.com/courses/interview-practice-python-function/discussion/#t=30.87
You’ll learn how to tackle a coding challenge, why functions are a good idea,https://realpython.com/courses/interview-practice-python-function/discussion/#t=33.27
how to communicate your thoughts in a coding interview,https://realpython.com/courses/interview-practice-python-function/discussion/#t=38.59
what happens when you import a module, and when you should usehttps://realpython.com/courses/interview-practice-python-function/discussion/#t=42.07
if __name__ == "__main__".https://realpython.com/courses/interview-practice-python-function/discussion/#t=46.22
00:49https://realpython.com/courses/interview-practice-python-function/discussion/#t=49.9
In addition to solving the coding challenge,https://realpython.com/courses/interview-practice-python-function/discussion/#t=49.9
Martin will even go a few steps further and create some tests.https://realpython.com/courses/interview-practice-python-function/discussion/#t=51.88
He will also show which conventions about tests exist and whathttps://realpython.com/courses/interview-practice-python-function/discussion/#t=56.25
test-driven development is.https://realpython.com/courses/interview-practice-python-function/discussion/#t=61.21
01:04https://realpython.com/courses/interview-practice-python-function/discussion/#t=64.71
Real Python Code Conversations is an unfiltered video course format. Martinhttps://realpython.com/courses/interview-practice-python-function/discussion/#t=64.71
and I will have a conversation about the codehttps://realpython.com/courses/interview-practice-python-function/discussion/#t=69.22
he writes. The session was recorded in one go,https://realpython.com/courses/interview-practice-python-function/discussion/#t=71.4
but I will jump in now and then to explain some things. All right,https://realpython.com/courses/interview-practice-python-function/discussion/#t=74.9
let’s get started.https://realpython.com/courses/interview-practice-python-function/discussion/#t=78.64
Become a Memberhttps://realpython.com/account/join/
Overviewhttps://realpython.com/courses/interview-practice-python-function/
https://realpython.com/videos/how-to-tackle-a-coding-challenge/
Write and Test a Python Function: Interview Practice (Overview) 01:20 https://realpython.com/videos/character-doubling-function-challenge-overview/
How to Tackle a Coding Challenge 07:18 https://realpython.com/videos/how-to-tackle-a-coding-challenge/
Why Functions Are a Good Idea 06:41 https://realpython.com/lessons/why-functions-are-good-idea/
What Happens When You Import a Module 04:37 https://realpython.com/lessons/what-happens-when-import-module/
How to Create Tests 15:42 https://realpython.com/lessons/how-to-create-tests/
What Test-Driven Development Is 09:46 https://realpython.com/lessons/what-test-driven-development-is/
How You Did: Feedback Round 02:34 https://realpython.com/lessons/how-you-did-feedback-round/
Write and Test a Python Function: Interview Practice (Summary) 06:16 https://realpython.com/lessons/character-doubling-function-challenge-summary/
Privacy Policyhttps://realpython.com/privacy-policy/

Viewport: width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover

Robots: max-image-preview:large


URLs of crawlers that visited me.