Python from the beginning in Sinhala – Python මුල සිට සරලව
Python from the beginning in Sinhala – Python මුල සිට සරලව, available at $79.99, has an average rating of 4.65, with 67 lectures, 14 quizzes, based on 760 reviews, and has 7245 subscribers.
You will learn about Programming with Python from the beginning – Python මුල සිට සරලව Create a small project with Python – පයිතන් මගින් කුඩා project එකක් නිර්මාණය කිරීම This course is ideal for individuals who are Anyone who want to learn Python programming – Python ඉගෙන ගැනීමට කැමති සැම It is particularly useful for Anyone who want to learn Python programming – Python ඉගෙන ගැනීමට කැමති සැම.
Enroll now: Python from the beginning in Sinhala – Python මුල සිට සරලව
Summary
Title: Python from the beginning in Sinhala – Python මුල සිට සරලව
Price: $79.99
Average Rating: 4.65
Number of Lectures: 67
Number of Quizzes: 14
Number of Published Lectures: 67
Number of Published Quizzes: 14
Number of Curriculum Items: 81
Number of Published Curriculum Objects: 81
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Programming with Python from the beginning – Python මුල සිට සරලව
- Create a small project with Python – පයිතන් මගින් කුඩා project එකක් නිර්මාණය කිරීම
Who Should Attend
- Anyone who want to learn Python programming – Python ඉගෙන ගැනීමට කැමති සැම
Target Audiences
- Anyone who want to learn Python programming – Python ඉගෙන ගැනීමට කැමති සැම
ඔබත් පරිගණක ක්රමලේඛනය (computer programming) ආරම්භ කිරීමට කැමැත්තෙන් සිටී නම් මෙම පාඨමාලාව ඉතා හොඳ ආරම්භයකි.
මෙම පාඨමාලාවේදී Python නම් පරිගණක භාෂාව මුල සිටම ඉගැන්වේ. ඔබට අවශ්ය වන්නේ පරිගණක ගැන මූලික දැනුමක් සහ විශේෂයෙන්ම ඉගෙන ගැනීමට ඇති ආසාව සහ උනන්දුවයි.
පයිතන් යනු වර්ථමානයේ ඉතා බහුලව භාවිතා වන පරිගණක භාෂාවකි. එමෙන්ම යම් කාර්යයක් සඳහා ඉතා පහසුවෙන් ක්රමලේඛයක් ලියා ගැනීමට හැකි වීම එහි ඇති ප්රධානම වාසියකි. එනිසා බොහෝ ආයතන වලින් පයිතන් ඉංජිනේරුවන් බඳවා ගැනීම සුලභය.
මෙම පාඨමාලාව අවසානයේදී Python පරිගණක භාෂාව ගැන මනා දැනුමක් ඔබ සතු වනු ඇති අතර වැඩි දුර ඉගෙනුම සඳහා අවශ්ය වන වැඩිදුර කියවීම අදාල වීඩියෝ එකෙහි විස්තරය තුල අඩංගු වී ඇත. නමුත් ශිෂ්යයෙක් වශයෙන් ඕනෑම පර්ගණක භාෂාවක් ඉගෙන ගැනීමට ඔබ අමතර කාලයක් වැය කිරීමට සිදු වනු ඇත. නැතිනම් මෙහි පැහැදිලි කරන සංකල්ප කටපාඩම් කිරීමට සිදු වනු ඇත. එමෙන්ම යම් error එකක් ආ විට එය අන්තර්ජාලයේ සොයි පිළියමක් සොයා ගැනීමට හැකි විය යුතුයි. එය ද මෘදුකාංග ඉංජිනේරුවෙක් හට තිබිය යුතු හැකියාවකි!
මෙහි පාඨමාලා ගාස්තුව කෙරෙහි මා සතුව ඇති බලපෑම අවමය. යම් හෙයකින් ආර්ථික අපහසුතා නිසා මෙම පාඨමාලාව මිලදී ගත නොහැකි නම්, කරුණාකර පණිවිඩයක් මගින් දැනුම් දෙන්න. එවිට හැකි තරම් උපකාරයක් කිරීමට උත්සහ කරන්නෙමි.
Note:
This course is taught in Sinhala language, NOT in English. If you want to go to my English course, please visit my profile.
Course Curriculum
Chapter 1: Welcome
Lecture 1: Welcome
Chapter 2: Introduction to Programming
Lecture 1: Introduction to Programming
Chapter 3: Setting up the environment
Lecture 1: Setting up
Lecture 2: Install Python
Lecture 3: Setup an IDE
Lecture 4: Hello World
Chapter 4: Data Types and Variables
Lecture 1: Data Types
Lecture 2: Variables and Operators
Lecture 3: Type Conversion
Chapter 5: Data Structures
Lecture 1: Introduction
Lecture 2: Lists
Lecture 3: Dictionaries
Lecture 4: Sets
Lecture 5: Tuples
Lecture 6: Slicing
Lecture 7: Summary
Chapter 6: Conditions
Lecture 1: Conditions
Chapter 7: Loops
Lecture 1: Introduction
Lecture 2: For Loop
Lecture 3: While Loop
Lecture 4: Break and Continue
Lecture 5: Mini Project – Get Min, Max
Lecture 6: Iterating Data Structures
Chapter 8: Functions/Methods
Lecture 1: Defining a method
Lecture 2: Default Parameter Values
Lecture 3: Named Arguments
Lecture 4: Packed and Keyword Args
Lecture 5: Return
Chapter 9: Comprehension
Lecture 1: List Comprehension
Lecture 2: Conditional Comprehension
Lecture 3: Comprehension on other data structures
Chapter 10: Generators
Lecture 1: Generators
Chapter 11: String Formatting
Lecture 1: String Formatting
Chapter 12: Comments
Lecture 1: Comments
Chapter 13: File I/O
Lecture 1: Introduction
Lecture 2: Read/Write a file
Lecture 3: Context Managers
Lecture 4: Mini Project – Top Student
Chapter 14: Object Oriented Programming
Lecture 1: Introduction
Lecture 2: What is a class?
Lecture 3: self attribute
Lecture 4: Constructor method
Lecture 5: Inheritance
Lecture 6: Overriding methods
Lecture 7: Multiple Inheritance
Lecture 8: Access Modifiers
Lecture 9: Method Types
Chapter 15: Error Handling
Lecture 1: Introduction
Lecture 2: Exceptions
Lecture 3: Custom Exceptions
Chapter 16: Python Modules
Lecture 1: Introduction
Lecture 2: Modules
Lecture 3: Packages
Chapter 17: Dependencies
Lecture 1: Introduction
Lecture 2: pip
Lecture 3: Virtual Environments
Chapter 18: Multi-Threading and Multi-Processing
Lecture 1: Introduction
Lecture 2: Sequencial Image Downloader
Lecture 3: Multi-Threaded Image Downloader
Lecture 4: Passing values between threads
Lecture 5: Multi-Processed Image Downloader
Chapter 19: Mini Project
Lecture 1: Introduction
Lecture 2: Get Weather Information
Lecture 3: Download Images
Lecture 4: Send Images to Main Process
Lecture 5: Weather Wallpaper in action!
Chapter 20: Summary
Instructors
-
Praneeth Peiris
Software Engineering Manager
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 5 votes
- 3 stars: 29 votes
- 4 stars: 139 votes
- 5 stars: 585 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 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
- Top 10 Gardening Courses to Learn in November 2024