#learnprogramming

C1C2
23 vistas · 4 meses hace

Enumerations(enums) in C | C Programming for Beginners

In this video, we will learn about enums in C Programming. We will learn to create variables of enum types and use them in the programs. We will also learn about enum constants that are internally represented as fixed integer values known as integral constants. We will try out many examples so watch this video to have a clear understanding of enums.

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): C enum (Enumeration) (programiz.com)

Timestamps:
00:16 - Enumeration in C
01:36 - Integral Constant
03:44 - Change value of Integral Constants
07:08 - Programming Task
07:47 - 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 #enumerations #enum #integralconstant #learnprogramming

Donbright
21 vistas · 4 meses hace

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

Donbright
21 vistas · 4 meses hace

In Python , the pass statement is a null statement that is used as a placeholder for future implementation of functions, loops, etc.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn about the pass statement in Python. The difference between a comment and a pass statement in Python is that while the interpreter ignores a comment entirely, pass is not ignored. However, nothing happens when the pass is executed. It results in no operation (NOP).
~

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 pass Statement (text-based tutorial): https://www.programiz.com/pyth....on-programming/pass-
Python break and continue: https://youtu.be/Mho_1WO-ht4?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:17 Python pass Statement
2:02 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
-------------------------------------------------

Pass Statement in Python (When to use it?) #11

#python #learnprogramming #programiz #passstatement

C1C2
21 vistas · 4 meses hace

🚀 Loved the tutorial? Take it further with Programiz PRO!
Refine your skills, conquer coding fears, and build confidence with interactive lessons, quizzes, and challenges. Strengthen your programming foundation and master C today!
👉Start Here: https://bit.ly/c-master

This C Programming course for beginners will teach you all the concepts of C Programming, step-by-step. And by the end, you will become a C programmer ready to create amazing projects.

Online C Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Programming Tasks Solution: https://github.com/programiz/c-youtube

📖 Content
---------------------------------------------------
0:25 - Introduction to C Programming
5:05 - C Variables and Constants
14:19 - Data types in C
23:39 - Take Input and Print Output in C Programming
30:35 - Comments in C Programming
37:18 - Operators in C
48:16 - Type conversion
57:34 - C Booleans and Comparison Operators
1:11:10 - if else Statements
1:23:20 - Ternary operator
1:29:02 - Switch Statement
1:39:45 - while Loop
1:51:29 - for Loop
2:01:31 - break and continue Statement
2:11:03 - Functions in C
2:27:54 - Variable Scope and Storage Class
2:31:44 - C Standard Library Functions
2:41:01 - Recursion
2:46:08 - Arrays
2:58:37 - Multidimensional Arrays
3:08:52 - String
3:18:02 - String Functions
3:27:01 - Pointers
3:37:03 - Pointers and Arrays
3:45:52 - Pointers and function
3:55:17 - Struct
4:08:14 - enum
4:15:15 - Dynamic memory allocation
4:26:37 - File handling
4:37:34 - Preprocessor and Macros

Find Programiz elsewhere:
Programiz PRO: https://programiz.pro/
Website: https://www.programiz.com

Connect with us 👋
---------------------------------------------------
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
Discord: https://discord.gg/d4gAS458ZZ

▬▬▬▬▬▬ S P E C I A L O F F E R 🎉 ▬▬▬▬▬▬
Want to get hands-on experience with C Programming?

Learn to code in C by writing code yourself. Here's how it works:

► Learn a programming concept
► Solve quizzes and challenges related to it
► Create projects (guessing game, rock paper scissors, etc.) at the end of the course
► Try 100+ challenges for further practice

Course link: https://bit.ly/learncprogramming
Discount Code: YOUTUBE50 (50% OFF)

---------------------------------------------------

C Programming Full Course for Beginners - Learn C in 2022

#programiz #ctutorial #fullcprogramming #cprogramming #learnprogramming #ctutorials #coding

Donbright
19 vistas · 4 meses hace

In Python, you can define a function that takes variable number of arguments.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In the previous video, we learned about Python functions and how we can pass arguments to them. In this video, we will discuss the different ways in which we can pass arguments to a function in Python. We will also cover how to assign default values to function arguments.

~
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 Function Arguments (text-based tutorial): https://www.programiz.com/pyth....on-programming/funct
Python Functions: https://youtu.be/-Bkupx9gX0o?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:28 Positional Arguments
1:42 Default Arguments
3:37 Keyword Arguments
4:46 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 Arguments in Functions (Positional, Keywords & Default Arguments) #13

#python #learnprogramming #programiz #pythonarguments

Donbright
17 vistas · 4 meses hace

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

C1C2
16 vistas · 4 meses hace

#26 C Struct | C Programming for Beginners

In this video, we will learn about struct in C programming. More specifically, we will learn to store related data together under a single name using struct. And we will also learn the use of an alias. Watch out for this video to have a clear understanding of struct in C programming.

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-structur

Timestamps:
0:16 - C Struct
07:35 - typedef in Struct
08:50 - Sum of Complex Numbers
12:38 - Programming Task
13:17 - 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 #struct #cprogramming #learnprogramming #typedef #alias

Donbright
15 vistas · 4 meses hace

A module is a file containing Python code that we can use in our program. 🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will understand why modules are used and learn how to import them into our program. We will then learn to create custom modules 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 Modules (text-based tutorial): https://www.programiz.com/pyth....on-programming/modul

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:19 Python modules
2:07 Renaming modules
3:00 Python from...import statement
4:54 The dir() function
6:24 Custom modules

Download VS Code: https://code.visualstudio.com/download

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
-------------------------------------------------

Use Python Modules (to Write Clean Code) #23

#python #learnprogramming #programiz #pythonmodules

Donbright
15 vistas · 4 meses hace

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

Donbright
13 vistas · 4 meses hace

Files are named locations on our storage device for recording data. Python provides numerous built-in functions to work with these files.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will see how we can perform various file operations such as reading and writing into files 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 File Handling (text-based tutorial): https://www.programiz.com/pyth....on-programming/file-

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 File Operations
0:36 Opening a File
2:23 Reading files in Python
4:29 Exception Handling with Files
6:00 Writing to files in Python
8:11 Appending to files in Python
9:22 Python readlines() and writelines()

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
-------------------------------------------------

How to Work with Files in Python? (Add Contents to File + Read Text from Files ) #26

#programiz #python #learnprogramming #filehandling

Donbright
13 vistas · 4 meses hace

Scope refers to the availability of variables and functions in certain parts of the code.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python.

In this video, we will learn about the concept of global and local variables in Python. Local variables are variables declared inside the function body and they cannot be accessed from outside the function. Global variables are the variables declared outside of a function or in the global scope.

~
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 Global, Local and Nonlocal Variables (text-based tutorial): https://www.programiz.com/pyth....on-programming/globa
Python Functions: https://youtu.be/-Bkupx9gX0o?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:23 Local Variables
2:28 Global Variables
5:16 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 Global Variables (☠ Don't Use them!) #14

#python #learnprogramming #programiz #localvariables #globalvariables

Donbright
12 vistas · 4 meses hace

Python has a module named datetime to work with dates and times.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

Even though date and time may seem simple and straightforward in our daily use cases, they can be challenging to implement in our code because we have to keep a record of things such as different date and time formats, different time zones and so on. Fortunately, Python provides a built in datetime module to simplify this task.

In this video, we will use the datetime module to manipulate date and time 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 datetime module (text-based tutorial): https://www.programiz.com/pyth....on-programming/datet
Python strftime() method (text-based tutorial): https://www.programiz.com/pyth....on-programming/datet/strftime
Python strptime() method (text-based tutorial): https://www.programiz.com/pyth....on-programming/datet/strptime
Python time module (text-based tutorial): https://www.programiz.com/python-programming/time

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:24 Get Current Date
1:35 The datetime.date Class
3:36 The datetime.time Class
6:00 The datetime.datetime Class
8:18 Getting Current Date and Time
9:26 The datetime.timedelta Class
11:12 Python strftime() method
14:25 Python strptime() method

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
-------------------------------------------------

datetime Module (How to Work with Date & Time in Python) #30

#programiz #python #learnprogramming #pythonforbeginners #dateandtimeinpython

Donbright
12 vistas · 4 meses hace

A Generator is an elegant way to create custom iterators in Python that makes it really easy to work with iterators. 🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, you will learn how to create iterators in Python using generator functions and find out their differences compared to normal functions. You will also learn why you should use generators in your Python code.

~
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 Generators (text-based tutorial): https://www.programiz.com/pyth....on-programming/gener

Python Iterators: https://www.youtube.com/watch?v=C_rhipZonok

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:20 Why use Generators?
1:10 Python Generators
5:30 Infinite Stream of Data with Generators

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 Generators (Work with Large Amount of Data) #29

#python #learnprogramming #programiz #pythongenerators

Donbright
11 vistas · 4 meses hace

The print() function prints the given object to the standard output device (screen) or to the text stream file.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

This video also covers a concept called variables that allows us to store data so that we can use them later in our program. Here, we will learn to print variables and give good variable names so that our code is easier to understand.

~
Run Python Online: https://www.programiz.com/pyth....on-programming/onlin
Programs in this video: https://bit.ly/python-variables-programs
Python Variables (text-based tutorial): https://www.programiz.com/pyth....on-programming/varia

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://bit.ly/learn-python-ios

Timestamps:
0:00 Start
0:30 How to print strings?
1:34 How to print numbers (integers and floating-point numbers)?
2:55 Variables in Python
4:29 Change variable values
6:01 Assigning numeric data to variables
7:07 Print more than one data in a single print() function
9:04 How to give good variable names?
10:27 Recap on what we learned

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 Print Values & Variables in Python #2

#python #learnprogramming #programiz

Donbright
10 vistas · 4 meses hace

In Python, errors that occur during the runtime of a program—even if the code is syntactically correct—are called exceptions.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn about exceptions in detail and then we will see how we can handle them in Python using the try...except statement. In Python, errors that occur during the runtime of a program—even if the code is syntactically correct—are called exceptions. For example, we get a ZeroDivisionError if we try to divide a number by zero in 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 Exceptions (text-based tutorial): https://www.programiz.com/pyth....on-programming/excep
Python Exception Handling (text-based tutorial): https://www.programiz.com/pyth....on-programming/excep
Python Custom Exceptions (text-based tutorial): https://www.programiz.com/pyth....on-programming/user-

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:39 Understanding Exceptions
1:52 Handling Exceptions with try...except
2:35 Example of Exception Handling
5:02 Handling Specific Exceptions
8:01 Python try...finally

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 Exception Handling (Use Try..Except to Catch Errors!) #25

#python #learnprogramming #programiz

Donbright
10 vistas · 4 meses hace

In Python, the range() function returns a sequence of numbers. It is commonly used for loops to iterate over the loop a certain number of times.
🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn to use the range() function. We will also discuss how different parameters of the range() function can be used to generate different sequences.

~
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 range() (text-based tutorial): 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:23 Using range()
2:11 range() in for Loop
2:56 range() with only stop Parameter
4:16 range() with step Parameter
6:11 Programming Task
6:30 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 Range Function (Generate Numbers from 1 to 1,000,000,000 Easily) #19

#python #learnprogramming #programiz #pythonrange #rangefunction

Donbright
10 vistas · 4 meses hace

Similar to a set in mathematics, a Python set is a collection of non-duplicate and immutable items in no particular order. 🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python

In this video, we will learn to create, manipulate, perform various operations, and iterate over sets in Python. We will also cover numerous built-in methods that make working with sets much easier.

~
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 Set (text-based tutorial): https://www.programiz.com/python-programming/set
Python Set Methods: https://www.programiz.com/pyth....on-programming/metho

Python List and Tuple: https://youtu.be/hANUgg72TDc?l....ist=PL98qAXLA6afuh50
Python Dictionary: https://youtu.be/_4wOvc-vt4k?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:26 Creating Sets
3:56 Add Items to a Set
6:22 Remove Items from a Set
8:18 Check if an Item is in a Set
9:00 Iterating Through a Set
9:30 Python Set Operations
12:56 Programming Task
13:12 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 Sets (When to use it?) #18

#python #learnprogramming #programiz #pythonsets

Donbright
10 vistas · 4 meses hace

A string is a sequence of characters or textual data. We have already used strings many times in our programs before.
🔥 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 strings in depth. We will learn to manipulate, perform various operations, and iterate over strings in Python. We will also cover numerous built-in methods that make working with strings much easier.

~
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 String (text-based tutorial): https://www.programiz.com/pyth....on-programming/strin
Python String Methods: https://www.programiz.com/pyth....on-programming/metho

Python List and Tuple: https://youtu.be/hANUgg72TDc?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:34 Create a String
2:44 Access String Characters
4:08 Negative Indexing
4:43 Slicing of a String
6:02 Change and Delete String Characters
6:47 Python String Operations
8:47 Iterating through a String
10:44 Python String Methods
12:57 Programming Task
13:12 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
-------------------------------------------------

How to Work with 'Text'? (Python Strings)? #16

#python #learnprogramming #programiz #pythonstrings

Donbright
10 vistas · 4 meses hace

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

C1C2
10 vistas · 4 meses hace

Step by step video tutorials to learn C Programming for absolute beginners!

In this video, we will learn about variables. More specifically, we will learn how to create variables and store data in them so that we can use them later in our program. Finally, we will learn to give good variable names so that our code is easier to understand.

~
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 Variables (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-variable

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
2:00 Printf() function
3:54 Change value of variables
5:27 Assign variable to another variable
6:55 Declaring Multiple variables at Once
7:54 Variable Naming Conventions

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 #cprogramming #learnprogramming #programiz #variables #learnc




Showing 1 out of 2