Learn Python Programming – Beginner to Intermediate Level
Learn Python Programming – Beginner to Intermediate Level, available at Free, has an average rating of 4.19, with 28 lectures, 4 quizzes, based on 13 reviews, and has 592 subscribers.
You will learn about Introduction:- What is Python, Why Python, What Can Python Do, Installation Basic Syntax:- Print Function, Interactive vs Script-Based Execution, Comments, Indentation Variables & Constants:- Variable Assignment, Naming Rules, Types, Dynamic Typing, Scope, Constants, NameError, Keywords Data Types:- Numeric, Sequence, Mapping, Set, Boolean, Binary, None Type Type Conversion & Type Casting:- Implicit and Explicit, Inbuilt-Casting Functions, ValueError, TypeError Operators:- Arithmetic, Comparison (Relational), Assignment, Logical, Bitwise, Membership, Identity Strings:- Creation, Indexing & Slicing, Concatenation & Repetition, Methods, Formatting, Raw, Immutability, Iteration, Length, Membership, Substring, Case Control Statements:- Basic if, if…else, if…elif…else, Nested if, Ternary Conditional Operator, if with Logical Operators, if with Membership While Loop:- Basic while, Infinite while, Using break to Exit a Loop, Using continue to Skip an Iteration, Using else with while, Nested while, Common Usecases For Loop:- Basic for, Using range() with for, Iterating Over a String, Iterating Over a List/Tuple/Dictionary, Using break/continue/else with for, Nested for Lists:- Creating, Accessing Items, Modifying, Operations, Comprehensions, Methods, Nested Lists, Iterating over Lists, Length, Copying, Functions Tuples:- Sets:- Dictionaries:- This course is ideal for individuals who are Beginners who want to learn Python programming from the ground up. or Anyone interested in transitioning to a tech career. or Students and professionals looking to add Python skills to their toolkit. or Hobbyists and enthusiasts eager to learn coding and software development. It is particularly useful for Beginners who want to learn Python programming from the ground up. or Anyone interested in transitioning to a tech career. or Students and professionals looking to add Python skills to their toolkit. or Hobbyists and enthusiasts eager to learn coding and software development.
Enroll now: Learn Python Programming – Beginner to Intermediate Level
Summary
Title: Learn Python Programming – Beginner to Intermediate Level
Price: Free
Average Rating: 4.19
Number of Lectures: 28
Number of Quizzes: 4
Number of Published Lectures: 28
Number of Published Quizzes: 4
Number of Curriculum Items: 32
Number of Published Curriculum Objects: 32
Original Price: Free
Quality Status: approved
Status: Live
What You Will Learn
- Introduction:- What is Python, Why Python, What Can Python Do, Installation
- Basic Syntax:- Print Function, Interactive vs Script-Based Execution, Comments, Indentation
- Variables & Constants:- Variable Assignment, Naming Rules, Types, Dynamic Typing, Scope, Constants, NameError, Keywords
- Data Types:- Numeric, Sequence, Mapping, Set, Boolean, Binary, None Type
- Type Conversion & Type Casting:- Implicit and Explicit, Inbuilt-Casting Functions, ValueError, TypeError
- Operators:- Arithmetic, Comparison (Relational), Assignment, Logical, Bitwise, Membership, Identity
- Strings:- Creation, Indexing & Slicing, Concatenation & Repetition, Methods, Formatting, Raw, Immutability, Iteration, Length, Membership, Substring, Case
- Control Statements:- Basic if, if…else, if…elif…else, Nested if, Ternary Conditional Operator, if with Logical Operators, if with Membership
- While Loop:- Basic while, Infinite while, Using break to Exit a Loop, Using continue to Skip an Iteration, Using else with while, Nested while, Common Usecases
- For Loop:- Basic for, Using range() with for, Iterating Over a String, Iterating Over a List/Tuple/Dictionary, Using break/continue/else with for, Nested for
- Lists:- Creating, Accessing Items, Modifying, Operations, Comprehensions, Methods, Nested Lists, Iterating over Lists, Length, Copying, Functions
- Tuples:-
- Sets:-
- Dictionaries:-
Who Should Attend
- Beginners who want to learn Python programming from the ground up.
- Anyone interested in transitioning to a tech career.
- Students and professionals looking to add Python skills to their toolkit.
- Hobbyists and enthusiasts eager to learn coding and software development.
Target Audiences
- Beginners who want to learn Python programming from the ground up.
- Anyone interested in transitioning to a tech career.
- Students and professionals looking to add Python skills to their toolkit.
- Hobbyists and enthusiasts eager to learn coding and software development.
Welcome to Learn Python Programming – Basics to Intermediate Level! This comprehensive course is designed to take you from a complete beginner to a confident Python programmer. Whether you have never coded before or are looking to brush up on your skills, this course is for you.
Taught by an experienced university lecturer and professor with a doctorate in computer science, as well as a seasoned machine learning engineer, you will receive top-notch instruction and insights. The course covers all the essential Python topics, ensuring you gain a solid foundation in programming.
What You Will Learn:
-
Introduction-What is Python, Why Python, What Can Python Do, Installation
-
Basic Syntax- Print Function, Interactive vs Script-Based Execution, Comments, Indentation
-
Variables & Constants-Variable Assignment, Naming Rules, Types, Dynamic Typing, Scope, Constants, NameError, Keywords
-
Data Types-Numeric, Sequence, Mapping, Set, Boolean, Binary, None Type
-
To be covered
-
Type Conversion & Type Casting- Implicit and Explicit, Inbuilt-Casting Functions, ValueError, TypeError
-
Operators- Arithmetic, Comparison or Relational, Assignment, Logical, Bitwise, Membership, Identity
-
Strings- Creation, Indexing & Slicing, Concatenation & Repetition, Methods, Formatting, Raw, Immutability, Iteration, Length, Membership, Substring, Case
-
Control Statements- Basic if, if-else, if-elif-else, Nested if, Ternary Conditional Operator, if with Logical Operators, if with Membership
-
While Loop- Basic while, Infinite while, Using break to Exit a Loop, Using continue to Skip an Iteration, Using else with while, Nested while, Common Usecases
-
For Loop- Basic for, Using range with for, Iterating Over a String, Iterating Over a List or Tuple or Dictionary, Using break or continue or else with for, Nested for
-
Lists- Creating, Accessing Items, Modifying, Operations, Comprehensions, Methods, Nested Lists, Iterating over Lists, Length, Copying, Functions
-
Tuples-
-
Sets-
-
Dictionaries-
Enroll today and start your journey to becoming a proficient Python programmer!
Course Curriculum
Chapter 1: Introduction
Lecture 1: What is Python?
Lecture 2: Why Python?
Lecture 3: What Can Python Do?
Lecture 4: Installation Steps and Verification
Lecture 5: Python Version Used – 3.12.4
Lecture 6: Resources for Introduction Section
Chapter 2: Basic Syntax
Lecture 1: Print Function
Lecture 2: Execution – Interactive, Shell-based
Lecture 3: Comments
Lecture 4: Indentation
Lecture 5: Resources for Basic Syntax Section
Chapter 3: Variables and Constants
Lecture 1: Variable Assignment
Lecture 2: Variable Naming Rules
Lecture 3: Variable Scope
Lecture 4: Constants, Reserved Words
Lecture 5: Resources for Variables and Constants Section
Chapter 4: Data Types
Lecture 1: Numeric Types
Lecture 2: Sequence Types
Lecture 3: Mapping Types
Lecture 4: Set Types
Lecture 5: Boolean Types
Lecture 6: Binary Types
Lecture 7: None Type
Lecture 8: Resources for Data Types Section
Chapter 5: Type Conversion and Type Casting (Will be updated soon)
Lecture 1: Course Updations
Lecture 2: Message
Chapter 6: Tips and Tricks
Lecture 1: Course Updations
Lecture 2: Tuple Unpacking
Instructors
-
Dr. Gurinderjeet Kaur
Experienced Lecturer and Doctorate in Computer Science
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 2 votes
- 4 stars: 5 votes
- 5 stars: 5 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024