Computer Vision and Perception for Self-Driving Cars (Deep Learning Course)
By freeCodeCamp.org
Published: Jan 26, 2022“
Learn about Computer Vision and Perception for Self Driving Cars. This series focuses on the different tasks that a Self Driving Car Perception unit would be required to do.
Course by Robotics with Sakshay. https://www.youtube.com/channel/…
”
Tag: scripting
[#Script #Coding] Visual Basic (VB.NET) – Full Course for Beginners
Visual Basic (VB.NET) – Full Course for Beginners
By freeCodeCamp.org
Published: Jun 13, 2022“
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: https://visualstudio.microsoft.com/
Kevin Drumm developed this course. Check out his YouTube channel: https://www.youtube.com/c/ComputerSci…
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
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…”
[#Script #Coding] R Shiny for Data Science Tutorial – Build Interactive Data-Driven Web Apps
R Shiny for Data Science Tutorial – Build Interactive Data-Driven Web Apps
By freeCodeCamp.org
Published: Sep 22, 2021“
Learn how to build interactive data-driven web apps in R using the Shiny package.
Course developed by Chanin Nantasenamat (aka Data Professor). Check out his YouTube channel for more bioinformatics and data science tutorials: https://www.youtube.com/dataprofessor
Code
- Apps 1-5: https://github.com/dataprofessor/rshiny_freecodecamp
- Deploy Shiny App: https://github.com/dataprofessor/iris…
- Medium blog posts for more data science tutorials https://data-professor.medium.com/
- For updates connect via Newsletter: http://newsletter.dataprofessor.org/
- Twitter: https://twitter.com/thedataprof/
Course Contents
- (0:00:00) Introduction
- (0:01:13) Introduction to Shiny
- (0:08:24) App 1 – Print User Input
- (0:21:12) App 2 – Display Histogram
- (0:32:07) App 3 – Machine Learning (Weather Dataset)
- (0:47:51) App 4 – Machine Learning (Iris Dataset)
- (1:05:03) App 5 – BMI Calculator
- (1:19:18) Deploy Shiny Apps to Heroku
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Subscribe for new videos on technology every day: https://youtube.com/subscription_cent…”
[#Script #Coding] Deploy 12 apps to AWS, Azure, & Google Cloud
Deploy 12 apps to AWS, Azure, & Google Cloud
By freeCodeCamp.org
Published: Jul 29, 2021“
Learn how to deploy 12 different apps to 3 different cloud services.
This course was created by Scalable Scripts. Check out their channel: https://www.youtube.com/c/ScalableScripts
- (0:00:00) Intro
- (0:00:37) Dockerize a React app
- (0:08:57) Dockerize a NodeJS app
- (0:13:40) Dockerize a VueJS app
- (0:20:00) Dockerize a NestJS app
- (0:26:26) Dockerize an Angular app
- (0:35:00) Dockerize a Golang app
- (0:41:23) Dockerize a Svelte app
- (0:47:27) Dockerize a Django app
- (0:52:12) Dockerize a Laravel app
- (0:56:32) Dockerize a .NET Core app
- (1:03:41) Dockerize a Spring Boot app with Kotlin
- (1:11:20) Dockerize a Deno app
- (1:16:33) Deploy a Container to AWS
- (1:25:22) Deploy a Container to Azure
- Deploy a Container to Google Cloud
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent...”
[#Script #Coding] Flutter Course for Beginners – 37-hour Android App Development Tutorial
Flutter Course for Beginners – 37-hour Android App Development Tutorial
By freeCodeCamp.org
Published: Feb 24, 2022“
Learn how to use Flutter in this complete course for beginners. Flutter is an open-source UI software development kit used to create cross-platform applications for iOS, Android, Windows, Mac, and more.
GitHub repo: https://github.com/vandadnp/mynotes-course
Course developed by Vandad Nahavandipoor. Check out his channel: https://www.youtube.com/channel/UC8Np…Discord study group (for questions and answers about this course): https://discord.gg/C8UpxJyU4n
Setting up Firebase CLI and FlutterFire CLI on Windows: https://www.youtube.com/watch?v=nQ3Ah…Course Contents
- (00:00:00) Introduction
- (00:02:57) Developer Accounts
- (00:39:12) Setup
- (01:14:42) Introduction to Dart
- (02:01:26) Dart Control Statements and Collections
- (02:46:44) Sound Null safety in Dart
- (03:27:12) Dart Enumerations, Classes and Objects
- (04:18:36) Advanced Dart
- (05:00:41) Project Setup
- (05:48:30) iOS App Setup
- (06:59:32) Android App Setup
- (07:31:31) Firebase Backend Setup
- (08:01:20) Basic Registration Screen
- (09:04:54) Login View
- (09:53:10) Separating App Initialization from Login and Register Screens
- (10:19:47) Setting up Git and GitHub
- (11:10:34) Email Verification View
- (11:44:45) Link Between Login and Register Views
- (12:18:01) Logout View
- (13:13:46) Go From Login to Notes View
- (13:36:43) Cleaning Up our Routes
- (13:51:17) Error Handling in Login View
- (14:16:21) Error Handling in Register View, Next Screen After Registration
- (14:44:45) Confirming Identity Before Going to Main UI…
”
[#Script #Coding] Revit Tutorial for Beginners – Building Information Modeling (3D Design)
Revit Tutorial for Beginners – Building Information Modeling (3D Design)
By freeCodeCamp.org
Published: Feb 08, 2022“
Autodesk Revit is a building information modeling software for architects, engineers, and designers. In this university course you will learn how to use Revit for 3d design and modeling.
Gediminas Kirdeikis developed this course. He originally created the course for Lund University and is now sharing it with freeCodeCamp. Check out his YouTube channel: https://www.youtube.com/channel/UCiRs…
Files
- Layout sheet template in Revit family format: https://drive.google.com/file/d/1eJ7u…
- Site 3D model in SAT format: https://drive.google.com/file/d/1UxeO…
- Site 3D model in Rhino5 format: https://drive.google.com/file/d/13bMD…
”
[#Script #Coding] Do You Need To Know Web Dev To Become A Web3 Developer? With Hashlips
Do You Need To Know Web Dev To Become A Web3 Developer? With Hashlips
By codeSTACKr
Published: Mar 25, 2022“
Go check out Daniel aka Hashlips YouTube channel for more NFT/Web3 content: https://www.youtube.com/c/HashLipsNFT
Become A VS Code SuperHero Today: https://vsCodeHero.com
Join my Discord developer community: https://youtu.be/XiQ9rjaa2OwToday I have a special guest on the channel, Daniel aka Hashlips. We discuss whether we think you need to be a web developer before becoming a web3 developer. Knowing web development technologies like HTML, CSS, JavaScript, and React will give you a big advantage when learning web3 technologies like Solidity. Jumping right into learning web3 without knowing the basics could be very frustrating.
Here are some videos that could be helpful:
- HTML: https://youtu.be/XiQ9rjaa2Ow
- HTML: https://youtu.be/ZZRTUpRzETo
- CSS: https://youtu.be/Tfjd5yzCaxk
- CSS: https://youtu.be/9JnRBvcKWbw
- JavaScript: https://youtu.be/d5ob3WAGeZE
”
[#Script #Coding] Arduino Course for Beginners – Open-Source Electronics Platform
Arduino Course for Beginners – Open-Source Electronics Platform
By freeCodeCamp.org
Published: Jun 08, 2021“
Learn how to use Arduino hardware and software in this full course for beginners. Arduino is an easy-to-use, open-source electronics platform Arduino boards are able to read inputs – light on a sensor, a finger on a button, or a Twitter message – and turn it into an output – activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board.
No hardware is required to follow along with this course!
Course developed by Ashish Bansal.
- Ashish on Instagram: https://www.instagram.com/ashish_things/
Tinker with the circuits used in the course:
- custom blink function: https://www.tinkercad.com/things/ib4c…
- digitalRead & digitalWrite : https://www.tinkercad.com/things/bvTd…
- analogRead : https://www.tinkercad.com/things/6kEE…
- analogWrite : https://www.tinkercad.com/things/hDwW…
”
[#Webdesign #Coding] What is JSX? The 10 Days of React JS (Day 3)
What is JSX? The 10 Days of React JS (Day 3)
By LearnWebCode
Published: Apr 27, 2020“
Join the full course: https://www.udemy.com/course/react…
Copy & Paste Starter: https://codepen.io/learnwebcode/pen/oNgRjpo?editors=0010
CodePen Finished Code: https://codepen.io/learnwebcode/pen/gObJwwV?editors=1010
Follow me for cat pics:- Instagram: https://www.instagram.com/schiff.brad/
- Twitter: https://twitter.com/learnwebcode
- Facebook: https://www.facebook.com/Brad-Schiff-…
”
[#Script #Coding] Machine Learning Course for Beginners
Machine Learning Course for Beginners
By freeCodeCamp.org
Published: Aug 30, 2021“
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
- Course website with learning resources: https://antern.co/pages/ml001.html
- Code: https://github.com/ayush714/ML001-Project-Sources-Code-and-Learning-Materials
Course developed by Ayush Singh. Check out his channel: https://www.youtube.com/c/neweraa
”









