#python

C1C2
113 Visualizzazioni · 4 mesi fa

In this step-by-step Python for beginner's 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: https://www.python.org
- Get Microsoft Visual Studio Code: https://code.visualstudio.com

⌚ 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: https://youtube.com/playlist?l....ist=PLlKpQrBME6xKNfc

🙌 SUPPORT THE CHANNEL
- Hit the THANKS button in any video!
- Amazon affiliate link: https://amzn.to/3kCP2yz (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: http://www.kevinstratvert.com
- LinkedIn: https://www.linkedin.com/in/kevinstratvert/
- Discord: https://discord.gg/kHuujY2pZf
- Twitter: https://twitter.com/kevstrat
- Facebook: https://www.facebook.com/Kevin....-Stratvert-101912218
- TikTok: https://www.tiktok.com/@kevinstratvert
- Instagram: https://www.instagram.com/kevinstratvert/

🎁 TOOLS AND DISCOUNTS
✅ 🎙️ Voicemod AI Voice Changer | 5% off | https://link.xsolla.com/KZBi89AY
✅ 🌐 Squarespace Websites | https://squarespace.syuh.net/XYaqYM
✅ 🔍 Grammarly | https://grammarly.go2cloud.org/SH3nL
✅ 🛍️ Shopify | https://shopify.pxf.io/XY9rPa
✅ 📋 Notion | https://affiliate.notion.so/rffva4tr71ax
✅ 🖼️ Figma | https://psxid.figma.com/lqjg97licpry
✅ 🤖 ElevenLabs Text-to-Speech | https://try.elevenlabs.io/taqepq60mptr

🎒 MY COURSES
- Excel for Beginners in under 2 hours: https://kevinstratvert.thinkific.com/

🙏 REQUEST VIDEOS
https://forms.gle/BDrTNUoxheEoMLGt5

🔔 SUBSCRIBE ON YOUTUBE
https://www.youtube.com/user/k....evlers?sub_confirmat

⚖ DISCLOSURE
Some links are affiliate links. Purchasing through these links gives me a small commission to support videos on this channel. The price to you is the same.

#stratvert #python #pythonprogramming

C1C2
67 Visualizzazioni · 3 mesi fa

This video is first in a series on using Github for team collaboration.

Github will allow us to create a repository that will house our code and allow us to add teammates as contributors so that work on projects as a team.

🔴 Subscribe to our channel to get video updates. Hit the subscribe button above: https://bit.ly/3boSYkX

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

Website: https://www.missionbit.org/
Facebook: https://www.facebook.com/MissionBit/
Instagram: https://www.instagram.com/missionbit/
Twitter: https://twitter.com/missionbit

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

#github #programming #html #css #python #javascript #coding #developer #code #programmer

C1C2
36 Visualizzazioni · 3 mesi fa

In this video today we are going to walk through how we branch off from the main branch and actually make a change to a remote project.

🔴 Subscribe to our channel to get video updates. Hit the subscribe button above: https://bit.ly/3boSYkX

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

Website: https://www.missionbit.org/
Facebook: https://www.facebook.com/MissionBit/
Instagram: https://www.instagram.com/missionbit/
Twitter: https://twitter.com/missionbit

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

#github #programming #html #css #python #javascript #coding #developer #code #programmer

Donbright
21 Visualizzazioni · 4 mesi fa

A folder or a directory is a location on a computer to store and organize multiple files and sub-directories. Python has a module named os that makes it really easy to work with directory and file management tasks.
🔥 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 os module to perform various directory operations like creating, renaming, and removing directories 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 Directory and Files Management (text-based tutorial): https://www.programiz.com/pyth....on-programming/direc

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:24 Getting Current Directory
1:10 Changing Directory
3:22 Listing all Directories and Files
4:30 Making a New Directory
5:18 Renaming a Directory or a File
6:11 Removing Directory or File

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 os Module (Work with Directories) #27

#programiz #python #programming #pythonmodules

Donbright
21 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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

Donbright
19 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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

Donbright
15 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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 Visualizzazioni · 4 mesi fa

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




Showing 1 out of 2