Visual Basic (Programming Language) смотреть последние обновления за сегодня на .
Lean the fundamentals of programming with Visual Basic (sometimes called Visual Basic .NET or VB.NET). In this tutorial, you will learn about the basic constructs of high level programming languages, including sequence, selection and iteration. You will learn how to build an event-driven, form-based, user interface to capture input, and you will learn how to write code to validate and process the data collected. 🔗 Get Visual Studio for free: 🤍 ✏️ Kevin Drumm developed this course. Check out his YouTube channel: 🤍 ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:00:46) Hello Visual Studio ⌨️ (0:13:44) Customise The Visual Studio IDE ⌨️ (0:19:13) Output and Variables ⌨️ (0:34:26) Variable Data Types ⌨️ (0:41:56) Input with Windows Forms ⌨️ (0:54:18) Debugging Code ⌨️ (1:02:47) Arithmetic Operators ⌨️ (1:14:24) Complex Arithmetic Expressions ⌨️ (1:22:50) Selection with If Statements ⌨️ (1:32:58) Logical and Relational Operators 1 ⌨️ (1:47:32) Logical and Relational Operators 2 ⌨️ (1:56:37) Select Case ⌨️ (2:02:57) For Next ⌨️ (2:08:17) Practice For Next Loops & If Blocks ⌨️ (2:12:39) Do While ⌨️ (2:21:24) Condition Controlled Loops ⌨️ (2:29:39) Array Variables ⌨️ (2:39:48) Practice Arrays & Loops ⌨️ (2:49:46) Linear Search ⌨️ (2:56:24) Two Dimensional Arrays ⌨️ (3:07:00) 2D Arrays & Nested Loops 🎉 Thanks to our Champion and Sponsor supporters: 👾 Raymond Odero 👾 Agustín Kussrow 👾 aldo ferretti 👾 Otis Morgan 👾 DeezMaster Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍
Product Links Shure SM7B Cardioid Vocal Dynamic Microphone - 🤍 Headphones - Shure AONIC 50 - 🤍 Desk-Mounted Microphone Stand - 🤍 iMac - 🤍 this series of lessons about the Visual Basic programming language. Bob Tabor from LearnVisualStudio.NET introduces the topic, sets expectations and tips on how to get the most out of this series, instructs you on where you can download the software you'll need to get started and offers some encouragement as you begin your journey. Full course outline: Mod 01: Series Introduction Mod 02: Installing Visual Studio Express 2013 for Windows Desktop Mod 03: Creating Your First Visual Basic Program Mod 04: Dissecting the First Visual Basic Program You Created Mod 05: Quick Overview of the Visual Basic Express Edition IDE Mod 06: Declaring Variables and Assigning Values Mod 07: Branching with the If..Then..Else Decision Statement Mod 08: Operators, Expressions and Statements Mod 09: For..Next Iterations Mod 10: Creating Arrays of Values Mod 11: Creating and Calling Simple Overloaded Helper Methods Mod 12: While Iterations and Reading Data from a Text File Mod 13: Working with Strings Mod 14: Working with Dates Mod 15: Understanding and Creating Classes Mod 16: More about Classes and Methods Mod 17: Working with Classes and Inheritances in the .NET Framework Class Library Mod 18: Understanding Namespaces and Adding References to Assemblies Mod 19: Understanding Modules, Scope and Utilizing Accessibility Modifiers Mod 20: Enumerations and the switch Decision Statement Mod 21: Gracefully Handling Exceptions Mod 22: Working with Collections Mod 23: Filtering and Managing Data in Collections using LINQ Mod 24: Understanding Event Driven Programming Mod 25: Getting Familiar with the My Namespace Mod 26: Where To Go From Here please subscribe my channel 🤍 For more videos # OneNote - An Introduction to the Best Product you are not useing 🤍 Visual Studio Code for JavaScript developers 🤍 How to use SQL Server Data Tools in Visual Studio 2017 🤍 What is Azure Data Lake Store 🤍 Python Tools for visual studio 2017 🤍 How to use OneNote for Education # A Framework for Teaching and Learning 🤍 How to use OneNote for Education # A Framework for Teaching and Learning# 🤍 SQL Server 2019 # 🤍 Learn HTML5 and CSS3 From Scratch - Full Course 🤍 top 20 C# programming interview questions 🤍 Tips to Make Your HTML/JavaScript Faster 🤍 The Beginner's Guide to Excel - Excel Basics Tutorial 🤍 Developing in HTML5 with JavaScript and CSS3 🤍 A Better time to learn C#. 🤍 JavaScript Fundamentals for Absolute Beginners Full Tutorial 🤍 Programming with Python Full Tutorial 🤍 ASP.NET Core Full Tutorial For Beginner 🤍 DevOps for the Bot Framework Full Tutorial 🤍 #VisualStudio#.netcore#microsoftExam#
This is the first in a series of computer science video tutorials for beginners, about programming with Visual Basic.NET (VB.NET) in Visual Studio. In this lesson, you are introduced to the Visual Studio integrated development environment (IDE), and you will learn how to create a new Windows Forms App and launch a simple program by means of a button on a form. You are also introduced to the first of three programming constructs, namely, sequence, and you will learn how to output messages on the screen with the MsgBox command.
Excel VBA Beginner Tutorial Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. For ad free training and certificates please join Learnit Anytime: 🤍 Enroll in our live, instructor-led Excel VBA class: 🤍 For Private Group Trainings please visit: 🤍 Join our online community! - 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 Introduction 0:03 What is VBA? 1:44 Object Oriented Programming Languages 5:59 Turning on the Developer Tab 10:17 The Macro Recorder 13:40 Using Relative References 20:39 Recording Simple Macros 27:51 Multi-Step Macro Recording 39:25 Sort and Filter Macro Recording 45:26 Protecting and Formatting Sheets with the Macro Recorder 51:35 VBA Interface Setup 55:09 Recorder Code vs. Manual Code 1:01:11 Introduction to Editing Macros 1:12:28 Debugging Macros 1:16:53 Grammar in VBA 1:28:00 Macro Scripting Basics 1:33:04 Range 1:40:41 Selection & Color 1:47:14 Value and Clear 1:52:16 ActiveSheet, Sheets, and Name 1:54:01 CurrentRegion 1:56:40 Practice 1:58:08 #ExcelVBA (C) 2021 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
This video is about introduction to visual basic programming language.it is one of the grapical use interface language. this is the first unit in visual basic BCA syllabus. learn basics of visual basic you can refer the practical introduction here 🤍 keep supporting for more contents subscribe here: 🤍 #basicsofvisualbasic #visualbasictheory #visualbasicfirstunitexplanation #learnvisualbasicintroduction #learncoding #vb60 #visualbasiclanguage #guicoding #youtuber #youtubevideos #youtubeviews
Please watch: "Filter Auto-Refresh Macro | Macro in Excel | Excel real Job use Macro" 🤍 ~ What is visual basic in excel? visual basic introduction and use in excel. to know more about visual basics and learn advanced things about VBA stay tuned on this channel. Learn Satish Sir courses with Certificate Download Course App : 🤍 Courses Website :🤍 Course Features : ✅ सभी Videos सरल हिंदी भाषा में ⬇️ Download Video in APP ✅ Basic to Advance Courses ✅ Practice Files (Yes) ✅ PDF Shortcuts ✅ Course Completion Certificate ✅ Instant Access ✅ Watch on Desktop : 🤍 Telegram channel: 🤍 Check our latest blogs: 🤍 Social media Pages: Facebook Page Link: 🤍 Instagram Page Link: 🤍 My Other Channels: Real Tutorial: ✅ 🤍 Complete Technology:✅ 🤍 Learn more shorts:✅ 🤍 Satish Tech (Marathi):✅ 🤍 Tally Tutorial:✅ 🤍 Excel Tutorial:✅ 🤍 Learn More:✅ 🤍 Curiosity: ✅ 🤍 My YouTube Gears : Best Mic for Recording (Condensor Mic): 🤍 Best Mic for Recording (Dynamic Mic ): 🤍 My DSLR Camera Canon 200D: 🤍 My Laptop (Video Editing): 🤍 Laptop (Office Use/ Home use / Budget Laptop) : 🤍 Antivirus: 🤍 Screen Recording Software: 🤍 Video Editing Software: 🤍 Green screen with Stand: 🤍
Hello! Welcome sa ITS Information Technology Skills. Ang video na ito ay may pamagat na: VISUAL BASIC TUTORIAL FOR BEGINNERS | VISUAL BASIC Tag-lish po ang ginamit ko dito sa video na ito para mas madaling maintindihan. Ito din ang a una unahang video na mgpakita ako sa video ko so sana manuod parin kayo.. Salamat Kapag nagustohan at nakatulong po ang video na ito huwag pong kalimutan na iLike at iShare ang video. Salamat Learn more : 🤍 Must watch - PYTHON TUTORIAL FOR ABSOLUTE BEGINNERS | DATA TYPES | VARIABLES | INPUT AND OUTPUT: 🤍 WHAT ARE THE DIFFERENCES BETWEEN BSCS, BSIT and BSIS? | Ano ang Pinagkaiba Ng Mga Courses Na Ito: 🤍 Introduction to computer programming Tutorials: 🤍 Python Tutorials: 🤍 PowerPoint tutorials:🤍 Computer Prank: 🤍 Introduction to Visual Studio | What is Visual Studio TAGALOG: 🤍 Learn the Basic of C# Programming in 10 Minutes | Write Your First C# Program TAGALOG:🤍 Introduction To Algorithm | Algorithm vs Program TAGALOG: 🤍 Introduction to Algorithm | Algorithm vs Program TAGALOG: 🤍 Logic Formulation | Flowchart Tutorial for Beginners: TAGALOG:🤍 first part of Flowchart and Algorithm Sample Problems TAGALOG | Beginners Guide: 🤍 DON'T CLICK: 🤍 #VB.NETtutorial #visualbasic.net #visualbasicprogramming
Visual Basic Full Course for Beginners | Visual Basic Tutorial Visual Basic is an object-oriented programming language developed by Microsoft. Using Visual Basic makes it fast and easy to create type-safe .NET apps Source files: 🤍 🤍 🤍 Thanks. 🔥🔥Join this channel to get access to perks: 🔥🔥 🤍 🚀🚀🚀 FULL COURSES LIST 🚀🚀🚀 🤍 AWS CERTIFIED CLOUD PRACTITIONER FULL COURSE 🤍 AWS CERTIFIED SOLUTIONS ARCHITECT FULL COURSE 🤍 DEVOPS ENGINEERING FOR BEGINNERS FULL COURSE 🤍 REACT JS FULL COURSE 🤍 IP ADDRESSING AND SUBNETTING FROM SCRATCH FULL COURSE 🤍 PROJECT MANAGEMENT FULL COURSE 🤍 PYTHON PROGRAMMING FUNDAMENTALS FULL COURSE 🤍 PHP CRASH COURSE FOR BEGINNERS 🤍 AWS REKOGNITION MACHINE LEARNING FULL COURSE 🤍 MICROSOFT WORD 2019 COMPLETE COURSE FOR BEGINNERS 🤍 DATA SCIENCE FULL COURSE 2022 🤍 HOW I PASSED 3 AWS EXAMS IN 3 MONTHS 🔥 Time Stamps 00:00 Introduction 01:11 Visual Basic full course for beginners 03:03 Visual Basic tutorial 2022 Enroll in complete course 🤍 📒 Show Description and Resources 📒 1. (FREE Course List) Get a FREE Course. ➡️ Register FREE: 🤍 2. For FREE WEB HOSTING by ClayDesk. ➡️ Register FREE: 🤍 FACEBOOK PAGE — I do weekly Facebook Live Streams on this page. 🤍 ⚡ ~ LIKE, COMMENT, SUBSCRIBE & SHARE ~ ⚡ Hope you guys Subscribe to my channel for more videos, tutorials and stay tuned for amazing videos QUESTION — Have a question about How to create online courses, Online Video, Video Production, Tech, Marketing, or Anything Else? Post in comments section of this video! Subscribe to ClayDesk E-Learning Here: 💖 🤍 Syed Raza on Social Media & E-Learning Platforms: 🤍 🤍 🤍 🤍 🤍 🤍 -Cameras and Gear Used To Shoot This Video - Canon DSLR 70D About This Video: Syed Raza with Team ClayDesk including Qasim Shah, Syed Ali, Myra Gul, and other members made it possible. Check out their profiles: 🤍 🤍 🤍 🤍 Credits: Robert Taylor course on Visual Basic Creative Commons (Reuse allowed) #visualbasicfullcourseforbeginners #visualbasictutorial2022 #visualbasicfullcourse #visualbasicforbeginners #visualbasic
Pak Virtual Academy presents an easy course on Visual Basic 6: Excellent for new programmers and students who want to learn Visual Programming in special and Programming in general. Download Visual Basic 6 Setup from here: 🤍
A new Computer Clan member, Blue Cyclone Gaming, has started a tutorial series on Visual Basic in Windows. This is the pilot episode. We'll see how things go! 🤍 Visual Basic is a developer environment that is used to create programs for the Windows platform. In this introduction video, users will learn where to download Visual Basic from. They will also learn the basics of the interface, and how to create a very simple program to get started. LIKE US ON FACEBOOK 🤍 FOLLOW US ON TWITTER 🤍hildron101010 🤍iWindowsTech 🤍Rainulous 🤍TBaloneyboy 🤍AT88TV 🤍byranisboss 🤍thecomputerclan WEBSITE 🤍 TECH BLOG 🤍 Background music by: [name_Here]
Introduction to Visual Basic Video Lecture from Visual Basic Chapter of Computer Science Class 11 for HSC, IIT JEE, CBSE & NEET. Android Application - 🤍 Access the Complete Playlist of Chapter Visual Basic - 🤍 Access the Complete Playlist of Subject Computer Science Class 11 - 🤍 #IntroductiontoVisualBasic #VisualBasic #ComputerScienceClass11 #ComputerScienceClass11JEE #ComputerScienceClass11lectures #OnlineFYJCVideoLectures #OnlineVideoLectures #EkeedaOnlineLectures #EkeedaVideoLectures #EkeedaVideoTutorial Visual Basic Computer Science Class 11 Computer Science Class 11 Lectures Thanks For Watching. You can follow and Like us on following social media. Website - 🤍 Parent Channel - 🤍 Facebook - 🤍 Twitter - 🤍 LinkedIn- 🤍 Instgram - 🤍 Pinterest - 🤍 You can reach us at care🤍ekeeda.com Happy Learning : )
Kips Video Tutorial to learn VB programming in just 30 minutes, using Microsoft Visual Studio Community 2015 package ( Freeware).
in this tutorial you will see how easy it is to create and run c program in vs "Visual Studio".
In this video, we're going to be talking about the top 4 dying programming languages so you can avoid them in the future and have a better career as a software developer in 2019. We'll be talking about Perl, Javascript, Python, Java, Objective c, Ruby, and few other languages. (Only a few of them are on the decline). 🚀 Learn React JS for FREE: 🤍 ⭐ Join the BEST Discord Community for Developers on the planet 👉 🤍 Connect With Me! Website ► 🤍?utm_source=youtube&utm_medium=yt-description Facebook ► 🤍 Twitter ► 🤍 Instagram ► 🤍 Snapchat ► Rafeh1 iTunes Podcast ► 🤍 Google Podcast ► 🤍 Support (Patreon) ► 🤍 Youtube ► 🤍 Github (Code) ► 🤍 #cleverprogrammer #programminglanguages #worst4
Here we are discussing MS Word Practicals in ADS BSC Third Year Punjab University Lahore. How to solve ADS Computer Science Practicals in URDU How to do format in MS Word. How to Download Past Papers: Lecture: 01: 🤍 Lecture: 02: 🤍 MS Excel: How To Work With MS Excel in ADS BSC Third-year practicals. what is a formula in MS Excel? How to make Formulas in MS Excel What is a function in MS Excel? How to write a function in MS Excel. Lecture: 03: 🤍 Lecture: 04: 🤍 Lecture: 05: 🤍 Visual Basic 6.0: How to write a program in Microsoft Visual Basic 6.0 IDE Urdu Lecture: 06: 🤍 Lecture: 07: 🤍 What is Asked in VIVA in ADS-III Punjab University Practicals Lecture: 08: 🤍 WhatsApp Link: 🤍 Past Papers Link: 🤍
Source Code: 🤍 Core Deployment Guide (AWS): 🤍
What is Visual Basic Language? Introduction Of Visual Basic Language. What is Visual Programming? What is Event Driven Programming? #Focus_Group #Visual_Programming
Visual Basic 6.0 the easiest programming language.
What is Visual Basic 6.0 ? ll What are advantage & disadvantage of Visual Basic 6.0 ? ll By : Alok Sir(G P Saharsa) What is VB.NET ? Difference between VB & VB.NET. Video link: 🤍 What is an IDE? video link: 🤍
Source Code: 🤍 Core Deployment Guide (AWS): 🤍
This is the ninth in a series of computer science video tutorials for beginners, about programming with Visual Basic.NET (VB.NET) in Visual Studio. In this lesson, you will learn how to execute one block of code or another, depending on the outcome of a test. This illustrates the second of the three fundamental programming constructs, sequence, selection and iteration. You will learn how to write an IF statement, either as a single line command, or as a block of code within IF and END IF. You will also learn how to use multiple ELSEIF clauses within an IF block, and the optional ELSE clause at the end. The video discusses the issue of case sensitivity when comparing one string with another, and explains how this case sensitivity can be removed by converting a string to upper case.
#VisualBasic #ComputerScience #HSSC #DSSSB #KVS #ToppersPrimeChannel (For pdf notes join prime membership with this link) 🤍 Lecture-123 of TGT/PGT computer science teacher series Topic:- Visual Basic introduction This lecture series will help you to crack #DSSSB/HSSC/KVS/NET/HTET exams and it cover complete syllabus for #TGT/PGT computer science teacher Thank you for watching! Please like and share the video. Best of luck! ┄┅════❁❁════┅┄ Our Channel Features:- #NewJobopenings #CurrentAffairs #QuestionPaperDiscussion #StudyMaterial 🤍ToppersPrimeChannel "We are here to help you" Gmail id:- mmakdahiya🤍gmail.com Telegram:-🤍 Facebook:- 🤍
Stop trying to learn every programming language. In this video I'm going to tell you which languages you should avoid (if you're new to programming). 📄 * DOWNLOAD MY FREE STUDY MANUAL * To download my FREE Self-Taught Programmer Study Manual PDF go to: 🤍
Learn the basics of visual basic (VBA) programming for Excel spreadsheets with this series of 4 videos. Watch all of Tiger's Excel VBA tutorials in this playlist: 🤍 Also check out our Excel VBA for Post-Beginners series, where we apply code to an everyday task: 🤍 🎁YOUR EXCEL CHEATSHEET 🎁1 Page Summary Of What You Need To Know 🤍 Get in touch with us online, we would love to hear from you. 🤍 🤍 🤍
Excel 2019 VBA Full Course Tutorial (7+ Hours) Exercise Files: 🤍 Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel. What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel. What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions. Join Learnit Anytime for ad-free training, exams, certificates, and exclusive content: 🤍 For Private Group Trainings please visit: 🤍 Join Offsite for our online community of teachers and peers: 🤍 Manuals: 🤍 Username: manuals Password: password Start 0:00 VBA Overview/Getting Started 2:06 Procedures and Functions 1:06:26 Expressions, Variables, and Intrinsic Functions 2:12:27 Controlling Program Execution 3:28:45 Forms and Controls 4:40:59 Pivot Tables in VBA 5:27:53 Code Debugging 6:22:25 #excel #exceltutorial #exceltips #vba #excelvba (C) 2022 Learnit, Inc. Any illegal reproduction of this content will result in immediate legal action.
Here is the first tutorial of the visual basic programming series! In this video, I'll show you how to create and code your first visual basic program. If you have any questions, be sure to comment them down below and I'll get back to you ASAP! Thanks for watching my video! Here is a tutorial on how to download visual studio for the first time: 🤍 Let me know what kind of tutorials you would like to see next!
In this beginner Visual Basic .NET programming tutorial, I'll be showing you how to create and implement class objects. Tutorial Features: VB.NET Classes GDI+ Drawing OpenFileDialog TIP JAR: 🤍
C# tutorial for beginners: Get up & running with C# and code in just 1 hour! No prior knowledge needed. - Get my full C# course: 🤍 - Subscribe for more C# tutorials like this: 🤍 ⭐️Want to learn more from me? Check out these links: Courses: 🤍 Twitter: 🤍 Facebook: 🤍 Blog: 🤍 Watch this C# tutorial for beginners to learn the fundamentals of C# (pronounced C sharp) and .NET framework. If you're looking for a C# tutorial that teaches you C# programming from scratch, this tutorial is for you. C# is a popular programming language and everyday people use to build games, desktop, mobile, and web applications. 00:00 Introduction 02:16 Difference between C# and .NET 03:07 CLR 05:21 Architecture of .NET Applications 07:52 Your First C# Program 18:45 Variables and Constants 27:24 Overflowing 29:34 Scope 30:33 Demo of Variables and Constants 42:40 Type Conversion 47:30 Demo of Type Conversion 57:43 Operators Other C# tutorials on my channel: Debugging C# Code in Visual Studio: 🤍 C# Generics: 🤍
This is the fifth in a series of computer science video tutorials for beginners, about programming with Visual Basic.NET (VB.NET) in Visual Studio. In this lesson, you will learn how to capture input from the user of your application by means of a Windows form. You will learn how to use the Textbox control to capture string data and assign it to variables. You will also learn how to use the ListBox control to capture data, and how to populate it programmatically when the form loads.
an even simpler guide than microsoft's to make the maze game in Visual basic, inbox any suggestions you would like me do do for VB.
There's something good you can say about every programming language. But that's no fun. Instead, let's take the worst features of all the languages we know, and put them together to create an abomination with the worst syntax, the worst semantics, the worst foot-guns and the worst runtime behaviour in recorded history. Let's make a language so bad it would make people run screaming to Visual Basic for Applications. Check out more of our featured speakers and talks at 🤍 🤍
Learn C: 🤍 Discord Server: 🤍 Github: 🤍 Twitter: 🤍 Music Credit: Faster Does It by Kevin MacLeod is licensed under a Creative Commons Attribution licence (🤍 Source: 🤍 Artist: 🤍
Are you looking for a free, cross-platform and highly customizable code editor? Learn VS Code! Use VS Code with React.js, full course available here: 🤍 Full article: 🤍 Join our Academind Community on Discord for free: 🤍 Check out all our other courses: 🤍 • Go to 🤍 and subscribe to our newsletter to stay updated and to get exclusive content & discounts • Follow 🤍maxedapps and 🤍academind_real on Twitter • Join our Facebook community on 🤍 See you in the videos! Academind is your source for online education in the areas of web development, frontend web development, backend web development, programming, coding and data science! No matter if you are looking for a tutorial, a course, a crash course, an introduction, an online tutorial or any related video, we try our best to offer you the content you are looking for. Our topics include Angular, React, Vue, Html, CSS, JavaScript, TypeScript, Redux, Nuxt.js, RxJs, Bootstrap, Laravel, Node.js, Progressive Web Apps (PWA), Ionic, React Native, Regular Expressions (RegEx), Stencil, Power BI, Amazon Web Services (AWS), Firebase or other topics, make sure to have a look at this channel or at academind.com to find the learning resource of your choice!
In this step-by-step Python for beginners tutorial, learn how you can get started programming in Python. In this video, I assume that you are completely new to programming. We'll walk through how to get Python, how to run your first code, and how to get an IDE (Integrated Development Environment) to help you code faster. You'll also learn about variables and how to set them. We'll look at functions, if statements, while and for loops, and we'll import libraries. At the end, we'll also look at how you can troubleshoot your code, for instance, when you run into syntax, semantic, or runtime errors. By the end, you'll know how to run code and you'll also understand the basic concepts of programming. My name is Kevin Stratvert and I'll be your guide to Python. I previously worked at Microsoft for 14 years. 📚 RESOURCES - Get Python: 🤍 - Get Microsoft Visual Studio Code: 🤍 ⌚ TIMESTAMPS 0:00:00 Introduction 0:01:25 Why program? 0:02:18 Why Python? 0:04:33 Get Python 0:06:43 Run code in Python terminal 0:09:13 Write code in a text editor like Notepad 0:11:59 Get an IDE like Visual Studio Code for free 0:14:20 Set up VS Code 0:16:34 Run code in VS Code 0:18:12 Work with numbers & operators 0:22:24 Work with text / strings 0:24:03 Comments 0:25:37 Variables 0:32:01 Conditional logic 0:34:55 If, elif, & else statements 0:41:14 Functions 0:54:39 While & for loops 0:59:00 Import libraries 1:00:02 Troubleshooting code. 1:02:28 Wrap up 📺 RELATED VIDEOS - Playlist with all my videos on Python: 🤍 🙌 SUPPORT THE CHANNEL - Hit the THANKS button in any video! - Amazon affiliate link: 🤍 (Purchasing through this link gives me a small commission to support videos on this channel the price to you is the same) 🔽 CONNECT WITH ME - Official web site: 🤍 - LinkedIn: 🤍 - Discord: 🤍 - Twitter: 🤍 - Facebook: 🤍 - TikTok: 🤍 - Instagram: 🤍 🎒 MY COURSES - Excel for Beginners in under 2 hours: 🤍 🙏 REQUEST VIDEOS 🤍 🔔 SUBSCRIBE ON YOUTUBE 🤍 #stratvert
If I could go back in time and learn to code, I would do a lot of things differently. If I could start over, I'd spend more time doing practical projects rather than focusing on theory. I would also prioritize learning how to use an editor and the terminal. And above all, I'd adopt a coding mindset. Today, I walk you through an entire study plan to become a coder/software engineer. I hope this guide inspires you to keep coding and continue your software engineering career. I'm a 23 year old, recent graduate working at a high growth startup! Follow along for insights into the tech industry, all things startup, and what to expect as a recent-grad remote software engineer. Timestamps: 0:00 - Intro 0:30 - Part 1: Your mindset 0:40 - Adopt a coding mindset 1:58 - Learn how to problem solve 3:58 - Part 2: Learning how to code 4:07 - Learn one programming language deeply 5:15 - Learn scripting 6:12 - Create a personal project 8:32 - Practice for interviews 9:38 - Part 3: Your developer environment 9:58 - Learn the terminal 11:23 - Learn your way around an editor 12:09 - Learn git and become familiar with version control 13:04 - Congrats! 13:25 - Outro ▶️ Subscribe: 🤍 🗽 Day in the life in New York City: 🤍 ❌ Rejecting internship offers from Microsoft and Facebook: 🤍 😎 I'm not the best programmer: 🤍 💻 Day in the life in San Francisco: 🤍 ⏰ 10 years of coding: everything I've ever learned: 🤍 💻 Day in the life at a startup: 🤍 📹 Remote software engineers be like (pt. 1): 🤍 📹 Remote software engineers be like (pt. 2): 🤍 ⚡4 day work week: 🤍 💰 My most recent investing video: 🤍 🚀 My most recent tech video: 🤍 🎉 Personal website: 🤍 Resources: 100 Days of Coding: 🤍 Web Dev Bootcamp: 🤍 Data Structures & Algos: 🤍 Cracking The Coding Interview: 🤍 Elements of Programming Interviews in Python: 🤍 CS50: 🤍 Compiler is always right: 🤍 Minimum network flow: 🤍 Knapsack problem: 🤍 Greedy scheduling: 🤍 Interview preparation: 🤍 Mock interviews: 🤍 Investing: ► Webull ($34+ in Free Stock!) ➭ 🤍 ► Robinhood (Get a Free Stock!) ➭ 🤍 ► Coinbase ($10 Free BTC when trading at least $100) ➭ 🤍 ► Gemini ($10 Free BTC when trading at least $100) ➭ 🤍 My Equipment: M1 Macbook Pro: 🤍 iPhone 13 Pro: 🤍 Phopik 55'' Tripod: 🤍 Deity V-Mic D4 Duo: 🤍 Boom Mic Stand: 🤍 Audio Cable Extension: 🤍 TRS to TRRS Patch Cable: 🤍 3.5 mm Headphone Jack Adapter: 🤍 Music: Biscuit (Prod. by Lukrembo): 🤍 Onion (Prod. by Lukrembo): 🤍 Astra - Running Late: 🤍 Music from Uppbeat (free for Creators!): 🤍 License code: FHCPTAHLOSRBXSF9 🤍 License code: GTRF6M7YNURQ7DHQ 🤍 License code: U9A0JRPDIQKJJEPP 🤍 License code: VVN9JWJEYPUBI3KL Disclosure: Some of the above links are affiliate links. Using these links is one of the best ways to support me at no cost to you! Sub count: 20,726 #LearnToCode #Programming #SoftwareEngineer #Coding #Python