Back to Browse

Functions - Python | Lesson 6 (Free Coding Bootcamp)

9.3K views
Dec 8, 2021
5:18

Free Coding Bootcamp - Go from Zero to Software Engineer This Bootcamp will follow the roadmap covered in this video https://www.youtube.com/watch?v=puLSsuG1YE4 In this lesson, we learn how to use functions to group logic together! Through the use of functions we are able to remove redundant code and also take a first stab at writing clean and reusable code! Function skeleton: def functionName(): # logic goes here For spacing, I like to use 4 spaces / 1 tab πŸ”₯ Drop a comment to help the algorithm :) πŸ‘ Subscribe to get notifications for the next video πŸ‘‰ Full Series Playlist: https://www.youtube.com/playlist?list=PLEcHbCIBlyJryQxxElze2C_xMHLAJW94C ----------------- 😎 Resources ----------------- πŸ‘― TikTok πŸ“Έ Instagram πŸ’¬. Join the Discord πŸ“œ. FREE Resume Template πŸ“•. FREE Note taking template https://beacons.ai/codewithvincent We will be using https://replit.com as our editor, but feel free to use something else if you wish. ----------------- πŸ‘Ύ Important Videos ----------------- My Computer Science experience: https://www.youtube.com/watch?v=vRcGQLKXlMc The side project that got me interviews: https://www.youtube.com/watch?v=S5dbMCIVGsI My Resume walkthrough: https://www.youtube.com/watch?v=jhR9VINZB40 Ace your technical interviews: https://www.youtube.com/watch?v=baOyvH_H1NY ----------------- πŸ§‘πŸ»β€πŸ’» About Me ----------------- I am a full time iOS engineer, with over 7 years of programming experience. My goal is teach you the bare minimum necessary to break into tech ASAP. Learn more about my programming journey 7 years of coding in 12 minutes: https://www.youtube.com/watch?v=mBecK9SsRq4 I offer 1 on 1 mentorship as well, feel free to DM me on discord #coding #bootcamp #learntocode #codewithvincent ----------------- Chapters ----------------- 0:00 Introduction 1:04 Functions 1:39 Give function a meaningful name 1:59 Indent the function body 3:00 Call the function 3:38 Reusable code

Download

0 formats

No download links available.

Functions - Python | Lesson 6 (Free Coding Bootcamp) | NatokHD