En iyi videolar
Learn how to install and configure Git and GitHub on Windows 11/ Windows 10 with this comprehensive tutorial. #git #github #windows11 #windows10 #gittutorial
Set Up Git:
git config --global user.name "Your Name"
git config --global user.email "youremail@domain.com"
other commands
git clone (url)
git add (file names)
git commit -m "(committed message)
git push -u origin main
git remote add origin main (url)( https://tokenhere@github.com/u....ser_name/repo_name.g
FIX: "Support for password authentication was removed. Please use a personal access token instead."
git clone https://tokenhere@github.com/u....ser_name/repo_name.g
Git is a popular version control system used by developers to track changes in their code repositories. GitHub, on the other hand, is a web-based platform that provides hosting for Git repositories and offers additional collaboration features.
In this tutorial, you will discover the step-by-step process of installing and configuring Git and GitHub on Windows 11. Whether you are a beginner or an experienced developer, this tutorial will provide you with the knowledge and skills to effectively use Git and GitHub in your projects.
The tutorial covers topics such as:
1. Installing Git: You will learn how to install Git using the package manager on Windows 11. We will guide you through the installation process, ensuring that you have Git up and running on your system.
2. Configuring Git: After installation, you will understand how to configure Git with your username and email address. This configuration is essential for properly attributing your commits.
3. Setting up GitHub: You will explore the process of creating a GitHub account and configuring Git to work with GitHub. This includes generating SSH keys, adding them to your GitHub account, and establishing the connection between your local Git repository and GitHub.
By the end of this tutorial, you will have a solid understanding of how to install and configure Git and GitHub on Windows 11. You will be ready to start using Git for version control and collaborate with others using the powerful features of GitHub.
Join us in this tutorial and take your development workflow to the next level with Git and GitHub! #versioncontrol #collaboration #devops #softwaredevelopment
git is a distributed version control system. This video shows How to Get Started with Git and Github and teaches The Basics of Git and GitHub.
Version Control ? - Version control systems are a category of software tools that help a software team manage changes to source code over time.
What is GIT? - By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005
Why GIT? - Relying on software for mission-critical applications, altering your development workflow impacts your entire business. Git isn’t just for agile software development—it’s for agile business.
Learn how to master Wireshark with this complete tutorial! Discover everything you need to know about using Wireshark for network analysis and troubleshooting.
++++++++++++++++++++++++++++++++++++++++++++++++++
Links
Kali Linux Full Guide https://youtu.be/dJjQoxwyNCc
Networking For Hacker https://youtu.be/p3vaaD9pn9I
NMAP Full Guide https://youtu.be/JHAMj2vN2oU
Wireshark Cheat Sheet https://www.stationx.net/how-t....o-use-wireshark-to-c
Wireshark website https://www.wireshark.org/download.html
==================================================
00:00 Intro
00:33 About Wireshark
01:08 Use of Wireshark
02:21 Installing Wireshark
02:58 Opening Wireshark
04:24 Interface of Wireshark
08:20 Our first capture in Wireshark
10:38 Filtering options
16:31 Coloring Rules
18:10 Profile
19:40 Wireshark's statistics
41:03 TCP & UDP(DHCP, DNS)
53:38 Thanks for watching
+++++++++++++++++++++++++++++++++++++++++++++
Hello Hackers,
Welcome To Hacker Joe Channel. Joe is here, I'm all about helping you to know the best and most amazing things about hacking.
it's not just about video creation... Sure, I am posting the best and most amazing Hacking skill for you.
Where else you can find me:
Twitter(X):- http://twitter.com/hackerjoee
Telegram:- https://t.me/Hackerjoee
#23 C Pointers | C Programming For Beginners
In this video, we will learn about Pointers in C Programming. We will learn to work directly with computer memory addresses with the help of pointers. We will find the differences between regular variable and a pointer. Then we will learn to access and change value using pointer.
Finally, we will make sure you won't make the common mistakes while working with pointers by guiding you the correct ways so watch this video to have clear concept on pointers.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
GitHub File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-pointers
Timestamps:
00:17 - C Pointers
02:10 - Pointer Variables
04:20 - Access Value using Pointers
05:31 - Change Value using Pointers
07:11 - Common Mistakes in Pointers
09:58 - Programming Task
10:43 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://www.discord.gg/programiz
~
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #pointers #programiz #pointerexample #cprogramming #learnc #programming #cpointers #learncprogramming
In this video tutorial on the C programming language, you will learn what is C language, its history features and why you have to study it when there are so many other languages are available in this modern world.
Click Here to watch the video on
Introduction to Computer Programming and Programming languages
https://youtu.be/ifo76VyrBYo
A computer is a general purpose machine that can perform many computational and task but these computer's there really can't do anything on their own. so for this computer to do something one has to give the instructions to it.
These instructions which are given to this computer are called as program and the person who is going to write this programs / instructions is called as the programmer.
And the language in which these instructions are written is called as a programming language.
The C language is one of the programming language which we can use to write the instructions for the computer or C is one of the language which can be used to write the computer programs.
C was created in 1972 at Bell Laboratories of USA by a team lead by Dennis Ritchie and he called his new language as the C because it was the successor of the existing language at that time called as the B language.
this B language was influenced by BCPL
Originally this C language was created to write the operating systems and compilers but later because of its simplicity and its features it became one of the popular programming language and even to this day it is one of the popular programming language used.
why One has to study the C programming language when there are so many other languages are available.
As a programmer, the programming language that you choose should offer a lot of benefits to you.
It should be the most efficient, a reliable language. It should be a simple language and it should be easy to learn and it should be platform independent. And this c language has all these features.
Beginning the programming courier with c will give the profound understanding of the programming basics. Having knowledge in c will make learning of object oriented programming languages like c++ java c# a lot more easier.
One Question every one has is where c is used.
Since this language is a general purpose programming language, it can be used to write the major parts of the Operating System, games, embed devices etc.
C Language was used to write the programs for the Curiosity Rover sent to Mars by NASA.
in short we can say that c is used in all applications where performance is the critical factor and when less resources are available
.
LearningLad in social media
facebook http://www.facebook.com/LearningLad
twitter http://www.twitter.com/LearningLadEdu
Google+ http://www.google.com/+LearningLad
Is gold prospecting still worth it in 2025? I discuss what has changed and the truth of what you need to know about finding gold. This video offers insights and facts to help you decide if you should try gold prospecting yourself, exploring the realities of gold in nature and how it relates to the gold rush history. For anyone interested in mining gold, this is an honest discussion about the current landscape.
Fists full of Gold Book: https://highplainsprospectors.com/products/fists-full-of-gold-book?_fid=ed89c217c&_pos=11&_ss=c&ref=CHRISRALPH
Gold bug tracker: https://highplainsprospectors.....com/products/fisher-
High Plains Prospectors – Prospecting Equipment and Supplies: https://highplainsprospectors.com/?ref=CHRISRALPH
Classic Simple Gold Pan: https://highplainsprospectors.com/products/minelab-pan-pro-gold-15?_pos=1&_sid=43c5ecafa&_ss=r&ref=CHRISRALPH
Portable Folding Aluminum Sluice Box: https://highplainsprospectors.com/products/se-50-folding-aluminum-sluice-box?_pos=16&_sid=2fc2ce462&_ss=r&ref=CHRISRALPH
Minelab Gold Monster 1000: https://highplainsprospectors.com/products/minelab-gold-monster-1000-metal-detector?_pos=1&_sid=19bae613b&_ss=r&ref=CHRISRALPH
Minelab SDC 2300: https://highplainsprospectors.com/products/minelab-sdc-2300-metal-detector-bundle-with-free-gear?_pos=3&_sid=cf431332e&_ss=c&ref=CHRISRALPH
Minelab GPZ 7000: https://highplainsprospectors.....com/products/gpz-700
Step by step video tutorials to learn C Programming for absolute beginners!
In this video, we will learn about the ternary operator in C with their syntax and examples. We will also learn some of the cases, where we can replace the if...else statement with a ternary operator and see how the ternary operator will make our code cleaner and shorter.
~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c-youtube
C Tutorial (text-based tutorial): https://www.programiz.com/c-programming
Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Timestamps:
00:00 Start
00:53 Example: Ternary Operator
04:33 Ternary Operator Vs if...else Statement
05:37 Programming Task
06:18 Quiz
------------------------------
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #learncprogramming #learnc #coding #ctutorial #ternary #operator #conditionaloperator #ifelse #coperator #programming
A #computer network is a group of computers that use a set of common communication protocols over digital interconnections for the purpose of sharing resources located on or provided by the #network nodes. The interconnections between nodes are formed from a broad spectrum of telecommunication network technologies, based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network topologies.
The nodes of a #computer_network may be classified by many means as personal computers, servers, networking hardware, or general purpose hosts. They are identified by hostnames and network addresses. Hostnames serve as memorable labels for the nodes, rarely changed after initial assignment. Network addresses serve for locating and identifying the nodes by communication protocols such as the Internet Protocol.
In this comprehensive computer networking course you will learn ins and out of computer networking. You will learn from the very basic of computer networking to the very advance concept of networking. The following topic has been discussed in great details in this course:
Introduction to Networking
*** Topics ***
Intro to Network Devices (part 1) (0:00)
Intro to Network Devices (part 2) (7:14)
Networking Services and Applications (part 1) (15:10)
Networking Services and Applications (part 2) (22:55)
DHCP in the Network (26:00)
Introduction to the DNS Service (35:59)
Introducing Network Address Translation (44:13)
WAN Technologies (part 1) (51:16)
WAN Technologies (part 2) (1:01:00)
WAN Technologies (part 3) (1:8:10)
WAN Technologies (part 4) (1:16:00)
Network Cabling (part 1) (1:21:00)
Network Cabling (part 2) (1:30:35)
Network Cabling (part 3) (1:37:00)
Network Topologies (1:42:00)
Network Infrastructure Implementations (1:49:00)
Introduction to IPv4 (part 1) (1:55:00)
Introduction to IPv4 (part 2) (2:01:47)
Introduction to IPv6 (2:15:00)
Special IP Networking Concepts (2:25:36)
Introduction to Routing Concepts (part 1) (2:33:39)
Introduction to Routing Concepts (part 2) (2:39:00)
Introduction to Routing Protocols (2:49:26)
Basic Elements of Unified Communications (2:54:37)
Virtualization Technologies (3:14:00)
Storage Area Networks (3:05:34)
Basic Cloud Concepts(3:11:10)
Implementing a Basic Network (3:17:57)
Analyzing Monitoring Reports (3:27:28)
Network Monitoring (part 1) (3:33:10)
Network Monitoring (part 2) (3:41:00)
Supporting Configuration Management (part 1) (3:48:00)
Supporting Configuration Management (part 2) (3:55:00)
The Importance of Network Segmentation (4:01:12)
Applying Patches and Updates (4:08:21)
Configuring Switches (part 1) ( :14:10)
Configuring Switches (part 2) (4:21:30)
Wireless LAN Infrastructure (part 1) (4:30:00)
Wireless LAN Infrastucture (part 2)
Risk and Security Related Concepts
Common Network Vulnerabilities
Common Network Threats (part 1)
Common Network Threats (part 2)
Network Hardening Techniques (part 1)
Network Hardening Techniques (part 2)
Network Hardening Techniques (part 3)
Physical Network Security Control
Firewall Basics
Network Access Control
Basic Forensic Concepts
Network Troubleshooting Methodology
Troubleshooting Connectivity with Utilities
Troubleshooting Connectivity with Hardware
Troubleshooting Wireless Networks (part 1)
Troubleshooting Wireless Networks (part 2)
Troubleshooting Copper Wire Networks (part 1)
Troubleshooting Copper Wire Networks (part 2)
Troubleshooting Fiber Cable Networks
Network Troubleshooting Common Network Issues
Common Network Security Issues
Common WAN Components and Issues
The OSI Networking Reference Model
The Transport Layer Plus ICMP
Basic Network Concepts (part 1)
Basic Network Concepts (part 2)
Basic Network Concepts (part 3)
Introduction to Wireless Network Standards
Introduction to Wired Network Standards
Security Policies and other Documents
Introduction to Safety Practices (part 1)
Introduction to Safety Practices (part 2)
Rack and Power Management
Cable Management
Basics of Change Management
Common Networking Protocols (part 1)
Common Networking Protocols (part 2)
*** Attribution ***
Course Created by: PaceIT Online
YouTube: https://www.youtube.com/channel/UCyTe...
License: Creative Commons Attribution license (reuse allowed)
*** Join our community ****
Join our FB Group: https://www.facebook.com/groups/cslesson
Like our FB Page: https://www.facebook.com/cslesson/
Website: https://cslesson.org
#termux Full Tutorial In English
Learn what is Termux? How to use termux , it's interface, basic commands and many more thorough this video. Full Termux Tutorial 2025
00:00 - Intro
00:21 - What Is Termux?
00:55 - How To install Termux?
03:00 - Termux's Interface
04:18 - Basic Commands
21:30 - Termux API
32:12 - Termux Styling
33:30 - Zipping And Unzipping Files In Termux
Termux Tutorial Playlist : https://youtube.com/playlist?l....ist=PLXIDHr1YZnmFgj-
Web Development In Termux :- https://youtu.be/vpTAJBDXmL4
Metasploit In Termux :- https://youtu.be/HCn01wpaaII
Gameplay :- https://youtube.com/c/NoCopyrightGameplays
Music :-
"Danlsan - Darling" is under a Free To Use on YouTube license Music promoted by BreakingCopyright: https://bit.ly/b-darling
Step by step video tutorials to learn Python for absolute beginners!
Object-oriented Programming is a programming paradigm based on the concept of creating classes and objects to solve a problem. In this video, we will learn about the fundamental concept of Object-Oriented Programming and how we can implement it in Python with the help of examples.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Object Oriented Programming (text-based tutorial): https://www.programiz.com/pyth....on-programming/objec
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Intro
0:21 Object-Oriented Programming
2:24 Python Classes and Objects
8:38 The __init__() Method
13:20 Example: Add Two Complex Numbers
16:55 Why Object-Oriented Programming?
17:36 Programming Task
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
#python #learnprogramming #programiz #pythonoop #objectoriented
A package is a directory containing multiple modules and other sub-packages. 🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
In this video, we will learn about Python packages with the help of examples. Then, we will learn about pip, the standard package manager of Python.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Packages (text-based tutorial): https://www.programiz.com/pyth....on-programming/packa
Python pip (text-based tutorial): https://www.programiz.com/python-programming/pip
Python Object-Oriented Programming: https://youtu.be/pnWINBJ3-yA?l....ist=PL98qAXLA6afscIX
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Intro
0:21 Python packages
1:46 Example of Python package
7:24 Python Package Manager (pip)
9:12 Installing a specific version of the package
9:38 List installed packages with pip
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------
Python Packages & pip (Add External Libraries to Your Code Easily) #24
#programiz #python #pythonpackages #learnprogramming
Step by step video tutorials to learn C Programming for absolute beginners!
In this video, we will introduce you to the exciting world of C programming. We will see why C is a good choice for beginners to start their programming journey. Then, we will create our first C program.
~
Run C Online: https://www.programiz.com/c-pr....ogramming/online-com
Programs in this video: https://github.com/programiz/c....-youtube/blob/master
C Tutorials (text-based): https://www.programiz.com/c-programming
Watch our videos and revise them with our C App!
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Timestamps:
0:00 Start
0:24 What is C programming?
1:50 Should you learn C?
2:43 How to run a C Program?
3:34 Writing our first C program
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/prog...
Website: https://www.programiz.com
#c #learnc #cprogramming #learnprogramming #programiz #helloworld
#29: C File Handling | C Programming for Beginners
In this video, we will learn to work with files in C programming. More specifically, we will learn to perform file operations like read content from the file, write content to file.
In C programming, there are usually 3 steps involved while working with files:
1. Open a file
2. Perform File Operation
3. Close the file
We will learn all about the file handling with examples in the video.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-file-inp
Timestamps:
00:30 - Open a File
04:38 - Read File Content
07:00 - Closing File
08:02 - Write Content to File
11:30 - Programming Task
11:57 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #cprogramming #c #filehandling #readfile #closefile #write
100,392,751 views🌟 About UsWelcome to RockTV — your go-to spot for addictive, bite-sized dramas! We curate the best short-form dramas packed with sweet romance, epic comebacks, billionaire love stories, and mind-blowing twists. No long commitments, just pure entertainment that fits your busy schedule.🍬 What We Love to ShareSweet Romance\Epic Comebacks\Fun Twists📅 What You Get✅ New full drama series EVERY DAY (no cliffhangers left hanging!)✅ 1080P HD quality, no watermarks — enjoy crystal-clear viewing.✅ Easy-to-follow English subtitles (100% accurate, no confusing translations!)🔔 Don’t Miss OutHit that SUBSCRIBE button and turn on notifications!Never miss a sweet, thrilling episode — whether you’re unwinding after work, chilling on weekends, or need a quick pick-me-up.Let’s dive into the world of short dramas together — where every minute is worth watching! 💖
Nucleus, Breeder, Foundation, Registered and Certified Seed
Physical , Genetic and Physiological Purity
#17 C Standard Library Functions | C Programming For Beginners
In this video, we will learn about standard library functions in C Programming. More specifically, we will learn what are they, the different library functions in C, and how to use them in our program.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/library-fu
Timestamps:
00:00 Start
00:27 C Standard Library Functions
01:48 math Header File
02:19 sqrt function
03:34 cbrt function
06:11 ctype Header File
08:31 Benefits of Standard Library Functions
09:19 Programming Task
10:00 Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #learncprogramming #learnc #libraryfunctions #functions #standardfunction #cprogramming #cprogrammingforbeginners
A function is a group of related statements that performs a specific task. Functions make our program more organized and manageable by dividing it into smaller and modular chunks.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
In this video, we will learn about Python functions. We will also learn about function arguments and the return statement. At the end of the video, we will learn to write a custom function to find the average marks and the corresponding grade for a university student.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python Functions (text-based tutorial): https://www.programiz.com/pyth....on-programming/funct
Python built-in Functions: https://www.programiz.com/pyth....on-programming/metho
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Intro
0:28 Python Functions
4:16 Function Arguments
6:00 Passing Multiple Arguments
7:31 return Statement
9:31 Types of Python Functions
11:36 Example: Compute Grade of a Student
15:31 Programming Task
16:01 Recap
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------
Python Functions (The Only Guide You'll Need) #12
#python #learnprogramming #programiz
Data regression is an empirical method to develop correlations. This tutorial demonstrates how to use MATLAB to fit a line and polynomial functions along with plotting the results and performing a basic statistical analysis.
#19 C Arrays | C Programming For Beginners
In this video, you will learn about array in C Programming. You will learn to declare, initialize and access elements of an array with the help of examples. In addition to that you will have clear concept on using array with loops and index out of bound errors that you may face while using an array.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-arrays
Timestamps:
00:00 Start
00:18 C Arrays
00:51 Syntax for array declaration
01:46 Assign Value to Array
03:23 Array index
05:33 Assign Values using index number
07:58 Change Array Elements
09:09 Loop and Array
11:32 Index Out of bound Error
12:28 Programming Task
13:07 Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #carray #cprogramming #learnc #array #loop
A full course on C programming for beginners. See the individual topic timestamps below as well as C programming environment setup videos for Mac and Windows.
How To Setup A C Programming Environment On A Mac: https://www.youtube.com/watch?v=RCsfDcvREzU
How To Setup A C Programming Environment On Windows: https://www.youtube.com/watch?v=gq_ZXCuRhU4
💙 Topic Timestamps 💙
⇨ (0:00) Course introduction
⇨ (0:50) Why and how do we program in C?
⇨ (2:40) Using a development environment
⇨ (6:25) Hello, World first C Program
⇨ (16:15) Comments to document our code
⇨ (17:44) Input-Processing-Output (IPO) Model example
⇨ (28:16) Variable types and using printf() & scanf()
⇨ (38:31) Arithmetic operators
⇨ (42:39) If statements
⇨ (53:35) Relational operators
⇨ (1:00:41) Logical operators (aka boolean operators)
⇨ (1:08:58) While loops
⇨ (1:32:31) Do while loops
⇨ (1:37:06) For loops
⇨ (1:53:40) printf() placeholder fields
⇨ (1:58:45) Switch statements
⇨ (2:04:08) Arrays
⇨ (2:17:50) Strings
⇨ (2:48:40) Functions
⇨ (3:10:25) Passing arrays to functions
⇨ (3:16:52) Pointers
⇨ (3:28:08) Pass-by-reference (aka pass-by-pointer)
⇨ (3:35:22) Pointer notation vs array notation
⇨ (3:51:07) Dynamically allocated memory (malloc, calloc, realloc, free)
⇨ (4:15:43) Typedef and struct
⇨ (4:48:10) 2D arrays
⇨ (5:01:52) Main function return values
⇨ (5:04:31) Command-line arguments
⇨ (5:15:42) Type casting (aka type conversion)
⇨ (5:20:05) File I/O
⇨ (5:35:52) Constants with define vs constant variables
⇨ (5:40:42) Global scope variables
⇨ (5:44:35) Accepting user input strings with spaces
Check out our courses at https://www.portfoliocourses.com that will help you build a developer portfolio that will impress employers!
Lists and Tuples store one or more objects or values in a specific order. The objects stored in a list or tuple can be of any type including the nothing type.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python
In this video, we will learn about two compound data types in Python: lists and tuples. These compound data types allow us to work with multiple ordered items at once. We will also cover numerous built-in methods that make working with these data types much easier. Finally, we will also learn about the core difference between lists and tuples.
~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://github.com/programiz/p....ython-course/blob/ma
Python List (text-based tutorial): https://www.programiz.com/python-programming/list
Python List Methods: https://www.programiz.com/pyth....on-programming/metho
Python Tuple (text-based tutorial): https://www.programiz.com/python-programming/tuple
Python Tuple Methods: https://www.programiz.com/pyth....on-programming/metho
Python List vs Tuple (text-based tutorial): https://www.programiz.com/python-programming/list-vs-tuples
Python for loop: https://youtu.be/yaqMSBr_NCU?l....ist=PL98qAXLA6afuh50
Watch our videos and revise them with our Python App!
Download here for Android: https://bit.ly/learn-python-android
Download here for iOS: https://apple.co/3iPm6Sx
Timestamps:
0:00 Intro
0:35 Create a List
2:35 Access List Elements
4:51 Negative Indexing
6:05 Slicing of a List
8:36 Change Items of a List
10:22 Iterating through a List
12:20 List Methods
14:34 Python Tuples
16:24 Python Tuple vs List
17:44 Programming Task
18:01 Recap
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
-------------------------------------------------
Lists & Tuples in Python (How to Use Them Effectively?) #15
#python #learnprogramming #programiz #pythonlist #pythontuples