- Видео 16
- Просмотров 248
MegaSol Technologies..
Индия
Добавлен 16 май 2021
🚀 Welcome to Megasol Technologies- Your Ultimate Destination for Data Analytics Mastery! 📊💡
Are you passionate about unlocking the power of data to drive insights and innovation? Look no further! This channel is dedicated to empowering aspiring data analysts with the knowledge, skills, and tools needed to succeed in this dynamic field.
📈 Master Data Analysis Tools: Whether you're a newbie or a seasoned pro, our tutorials will help you master popular data analysis tools and software, including Excel, Python, R, SQL, Tableau, Power BI, and more.
💡 Unlock Insights: Learn how to extract actionable insights from complex datasets and transform raw data into compelling visualizations and reports.
🔔 Don't Miss Out! Hit the subscribe button and turn on notifications to stay updated on our latest videos. Get ready to embark on an exhilarating journey of discovery and transformation with [Channel Name]!
Ready to embark on your data analytics journey? Let's dive in together!
Are you passionate about unlocking the power of data to drive insights and innovation? Look no further! This channel is dedicated to empowering aspiring data analysts with the knowledge, skills, and tools needed to succeed in this dynamic field.
📈 Master Data Analysis Tools: Whether you're a newbie or a seasoned pro, our tutorials will help you master popular data analysis tools and software, including Excel, Python, R, SQL, Tableau, Power BI, and more.
💡 Unlock Insights: Learn how to extract actionable insights from complex datasets and transform raw data into compelling visualizations and reports.
🔔 Don't Miss Out! Hit the subscribe button and turn on notifications to stay updated on our latest videos. Get ready to embark on an exhilarating journey of discovery and transformation with [Channel Name]!
Ready to embark on your data analytics journey? Let's dive in together!
Conditional Statements in Python. (पायथन मधील कंडिशनल स्टेटमेंट्स म्हणजे काय ?)
प्रोग्रामिंगमध्ये अनेक वेळा एखादी अट (#Condition) तपासून त्यानुसार विशिष्ट कोड चालवावा लागतो. अशा परिस्थितीत Conditional Statements म्हणजेच अटींवर आधारित स्टेटमेंट्स वापरली जातात.
पायथनमधील Conditional Statements म्हणजे काय?
पायथनमधील #Conditional Statements म्हणजे अशा निर्देशांची (Instructions) मालिका, जी एखाद्या परिस्थितीच्या (Condition) खरं (True) किंवा खोटं (False) असण्यावर अवलंबून असते.
Conditional Statements चे प्रकार:
1️⃣ if स्टेटमेंट - फक्त अट True असल्यास कोड चालतो.
2️⃣ if-else स्टेटमेंट - जर अट True असेल तर एक कोड चालेल, अन्यथा दुसरा.
3️⃣ if-elif-else स्टेटमेंट - एकापेक्षा जास्त अटी तपासण्याची संधी देते.
4️⃣ Nested if स्टेटमेंट - एका if स्टेटमेंटच्या आत दुसरे if स्टेटमेंट.
5️⃣ Logical O...
पायथनमधील Conditional Statements म्हणजे काय?
पायथनमधील #Conditional Statements म्हणजे अशा निर्देशांची (Instructions) मालिका, जी एखाद्या परिस्थितीच्या (Condition) खरं (True) किंवा खोटं (False) असण्यावर अवलंबून असते.
Conditional Statements चे प्रकार:
1️⃣ if स्टेटमेंट - फक्त अट True असल्यास कोड चालतो.
2️⃣ if-else स्टेटमेंट - जर अट True असेल तर एक कोड चालेल, अन्यथा दुसरा.
3️⃣ if-elif-else स्टेटमेंट - एकापेक्षा जास्त अटी तपासण्याची संधी देते.
4️⃣ Nested if स्टेटमेंट - एका if स्टेटमेंटच्या आत दुसरे if स्टेटमेंट.
5️⃣ Logical O...
Просмотров: 4
Видео
List Vs Tuple Vs Set Vs Dictionary in Python (पायथन मधील लिस्ट, टपल,सेट आणि डिक्शनरी मधील फरक?)
Просмотров 512 часов назад
1. List (लिस्ट):#list वर्णन: Mutable (बदलता येण्याजोगी) आणि ऑर्डर्ड डेटास्ट्रक्चर आहे. फॉरमॅट: [square brackets] वापरून तयार केली जाते. कॅरेक्टरिस्टिक्स: एकाच लिस्टमध्ये वेगवेगळ्या प्रकारचे डेटा प्रकार ठेवता येतात. Index वापरून values ऍक्सेस करता येतात. Duplicate values परवानगी आहे. उदाहरण: my_list = [1, 2, 3, 4, 5] 2. Tuple (टपल): #tuplesinpython वर्णन: Immutable (बदलता न येण्याजोगी) आणि ऑर्डर...
Dictionary in Python (Part-II) पायथन मधील डिक्शनरी म्हणजे काय ? भाग - २
Просмотров 11День назад
पायथॉनमधील डिक्शनरी (#Dictionary) ही एक डेटा स्ट्रक्चर आहे, जी की-वॅल्यू जोड्यांमध्ये (#Key-Value Pairs) डेटा साठवण्यासाठी वापरली जाते. ही unordered, mutable (बदलता येणारी) आणि indexed डेटा स्ट्रक्चर आहे. डिक्शनरीची वैशिष्ट्ये: Key-Value Pairs: प्रत्येक आयटम "की" आणि "मूल्य" (Key आणि Value) या स्वरूपात असतो. उदाहरण: {"नाव": "आकाश", "वय": २५} Keys युनिक असतात: डिक्शनरीमध्ये प्रत्येक की वेगळी असत...
Dictionary in Python. (पायथॉन मधील डिक्शनरी म्हणजे काय ?)
Просмотров 15День назад
पायथॉनमधील डिक्शनरी (#dictionary ) ही एक डेटा स्ट्रक्चर आहे, जी की-वॅल्यू जोड्यांमध्ये (Key-Value Pairs) डेटा साठवण्यासाठी वापरली जाते. ही unordered, mutable (बदलता येणारी) आणि indexed डेटा स्ट्रक्चर आहे. डिक्शनरीची वैशिष्ट्ये: Key-Value Pairs: प्रत्येक आयटम "की" आणि "मूल्य" (Key आणि Value) या स्वरूपात असतो. उदाहरण: {"नाव": "आकाश", "वय": २५} Keys युनिक असतात: डिक्शनरीमध्ये प्रत्येक की वेगळी असत...
Set in Python.
Просмотров 1114 дней назад
#codinginmarathi #pythonprogramminginmarathi #SPPUfirstyearsyllabus #pythonprogramming #class11setsinpython
Operations on List and Inbuilt function of List
Просмотров 1714 дней назад
#listsinpython #methodsoflistinpython #listfullconcept #lists #advanceddatatypes #sppu #pythoninmarathi #codinginmarathi #sppuunit2 लिस्ट म्हणजे काय? लिस्ट ही पायथनमधील सर्वात महत्त्वाची डेटा स्ट्रक्चर आहे. लिस्ट म्हणजे संग्रहित डेटा घटकांची क्रमबद्ध मालिका (ordered collection) आहे. लिस्टमध्ये वेगवेगळ्या प्रकारचे डेटा (integer, string, float, इ.) एकत्र साठवता येतात. लिस्टची वैशिष्ट्ये: क्रमबद्ध...
Advanced Data Types-Lists
Просмотров 2321 день назад
#listsinpython #pythoninmarathi #advanceddatatypesinpython #pythonforbeginners #pythonprogramminginmarathi #learnpythoninmarathi #codinginmarathi #pythonprogramming #SPPUfirstyear #class11listinpython
Introduction to Tuples (part-II)
Просмотров 1521 день назад
#tuplesinpython #pythoninmarathi #advanceddatatypesinpython #pythonforbeginners #pythonprogramminginmarathi #learnpythoninmarathi #codinginmarathi #pythonprogramming
Introduction to Tuples in Python
Просмотров 16Месяц назад
#introductiontotuplesinpython #pythonforbegineers #pythonprogramming #sppufirstyear #pythoninmarathi #ProblemSolvingProgrammingandPythonProgramming #sppuppl #sppupythonprogramming #Advanceddatatypes #advanceddatatypespython
Data Types in Python
Просмотров 17Месяц назад
#datatypesinpython #pythoninmarathi #codinginmarathi #learnpythoninmarathi #sppufpl #fundamentalsprogramming
What Is a Variable? How to Create and use it in Python.
Просмотров 16Месяц назад
#variablesinpython #pythonbasics #learnpython #pythonforbeginners #pythonprogramming #pythonprogramminginmarathi #programminginmarathi #pythoninmarathi
Counting White spaces and special characters in given string
Просмотров 16Месяц назад
#countingwhitespaces #pythonprogramminginmarathi #countingspecialchracters #pythonprogrammingforbeginers #education #codinginmarathi #learnpython #pythonbasics
Checking palindrome string using python in Marathi
Просмотров 6Месяц назад
#pythonprogramming #palindromestring #pythonprogramminginmarathi #codingpython #stringpalindrome
Counting VOWELS in a word
Просмотров 92 месяца назад
#pythontutorialsforbeginners #pythonprogramming #countingvowelsusingpython #codingpython #Counting vowels using python #pythoncodingtutorials
Introduction to Data types in Python
Просмотров 132 месяца назад
To store a data into the memory we need to declare what kind of data it is? So here in this series you will learn about the different datatypes in Python.
Appling Normalization on Netflix data
Просмотров 548 месяцев назад
Appling Normalization on Netflix data