- 61
- 14 007
CompScience101
Приєднався 8 вер 2011
Welcome to CompScience101, your go-to destination for all things related to computer science.
Whether you're a novice just starting out or an engineering graduate looking to expand your knowledge, my channel is the perfect resource for you.
My videos will cover a wide range of topics, from cybersecurity, programming languages like Python and Java to web development, data science, and more.
My mission is to help you learn and grow in the exciting and ever-evolving field of computer science. So sit back, grab a cup of coffee, and join me on this journey of exploration and discovery. Don't forget to subscribe and hit the notification bell to stay up-to-date with my latest videos!"
Whether you're a novice just starting out or an engineering graduate looking to expand your knowledge, my channel is the perfect resource for you.
My videos will cover a wide range of topics, from cybersecurity, programming languages like Python and Java to web development, data science, and more.
My mission is to help you learn and grow in the exciting and ever-evolving field of computer science. So sit back, grab a cup of coffee, and join me on this journey of exploration and discovery. Don't forget to subscribe and hit the notification bell to stay up-to-date with my latest videos!"
Python for Beginners - Data Types in Python
Ever made a shopping list? You write item names, prices, and whether they’re in stock-all different types of information! That’s exactly how Python stores data using data types like numbers, text, and True/False values.
In this video, I’ll break down Python Data Types in the simplest way possible, using a shopping list as a real-life example and a fun coding demo. By the end, you’ll know how to work with integers, floats, strings, and booleans like a pro!
📌 What You’ll Learn:
✅ What are data types, and why do they matter?
✅ How Python handles numbers (integers & floats)
✅ How text (strings) and True/False values (booleans) work
✅ Real-life example: How a shopping list uses different data types
✅ Coding example: Taking user input (item name, price, availability)
💡 Mini Challenge: Write a Python program that takes a product name, its price, and whether it’s in stock (Yes/No) and prints the data type of each. Drop your answers in the comments!
🔔 Next Video: We’ll explore Python Operators-how Python performs calculations and makes decisions. Stay tuned, and don’t forget to subscribe for the next lesson!
#Python #CodingForBeginners #LearnPython #PythonTutorial #Programming #PythonBasics #DataScience #TechEducation #PythonProgramming #CodeNewbie #ComputerScience
In this video, I’ll break down Python Data Types in the simplest way possible, using a shopping list as a real-life example and a fun coding demo. By the end, you’ll know how to work with integers, floats, strings, and booleans like a pro!
📌 What You’ll Learn:
✅ What are data types, and why do they matter?
✅ How Python handles numbers (integers & floats)
✅ How text (strings) and True/False values (booleans) work
✅ Real-life example: How a shopping list uses different data types
✅ Coding example: Taking user input (item name, price, availability)
💡 Mini Challenge: Write a Python program that takes a product name, its price, and whether it’s in stock (Yes/No) and prints the data type of each. Drop your answers in the comments!
🔔 Next Video: We’ll explore Python Operators-how Python performs calculations and makes decisions. Stay tuned, and don’t forget to subscribe for the next lesson!
#Python #CodingForBeginners #LearnPython #PythonTutorial #Programming #PythonBasics #DataScience #TechEducation #PythonProgramming #CodeNewbie #ComputerScience
Переглядів: 11
Відео
Python for Beginners - Variables in Python
Переглядів 1612 годин тому
💡 Python Variables: Store & Swap Data Like a Pro! In this episode of Python for Beginners, we’re diving into Python variables-the foundation of any program! You’ll learn how variables help store and update information, just like a cricket scoreboard keeps track of runs during a match! By the end of this video, you’ll know how to create variables, assign values, and even perform a cool coding tr...
Exploratory Data Analysis (EDA) - IMDB Dataset Indian Offbeat Movies using Python (Pandas)
Переглядів 39День тому
Link to the code - github.com/Ankitath1510/EDA-Projects/blob/main/Imdb Indian Cinema (1).ipynb 🎥 𝗘𝘅𝗽𝗹𝗼𝗿𝗮𝘁𝗼𝗿𝘆 𝗮𝘁𝗮 𝗔𝗻𝗮𝗹𝘆𝘀𝗶𝘀 (𝗘 𝗔) 𝗼𝗻 𝗜𝗻𝗱𝗶𝗮𝗻 𝗢𝗳𝗳𝗯𝗲𝗮𝘁 𝗖𝗶𝗻𝗲𝗺𝗮 (𝗜𝗠 𝗕 𝗮𝘁𝗮𝘀𝗲𝘁) 📊 I recently explored the IMDB dataset on Indian Offbeat Cinema, sourced from Kaggle, and uncovered some fascinating insights using Python and pandas! Here's what I found: 🔍 1. 𝗶𝘀𝘁𝗿𝗶𝗯𝘂𝘁𝗶𝗼𝗻 𝗼𝗳 𝗥𝗮𝘁𝗶𝗻𝗴𝘀 Most movies have ...
Exploratory Data Analysis (EDA) on Zomato Dataset using Pandas
Переглядів 4714 днів тому
Github link - github.com/Ankitath1510/EDA-Projects/blob/main/Zomato Analysis.ipynb I recently did Exploratory Data Analysis (EDA) using python libraries on the Zomato dataset, and the insights were fascinating! Here’s a quick look at what I discovered: 1️⃣ 𝐓𝐨𝐩 𝐂𝐨𝐮𝐧𝐭𝐫𝐢𝐞𝐬 𝐔𝐬𝐢𝐧𝐠 𝐙𝐨𝐦𝐚𝐭𝐨 Unsurprisingly, India takes the crown with a massive 94.39% of users. The US and UK follow but are far behi...
Netflix Data - Simple EDA in Python
Переглядів 1721 день тому
Githib - github.com/Ankitath1510/EDA-Projects/blob/main/Netflix DataAnalysis.ipynb I recently explored Netflix data using PowerBI. I took the dataset from kaggle. Here's what I observed: 1. Distribution of Content: Movies dominate netflix with over ~70% of total content, while TV shows make up to remaining ~30% 2. Top Contributing Countries: The US leads by significant margin, followed by India...
Netflix Data Analysis - PowerBI Dashboard Creation
Переглядів 6921 день тому
Netflix Data Analysis - PowerBI Dashboard Creation
Achievathon 2024
Переглядів 3403 місяці тому
🎓✨ Today, we celebrate not just achievements, but the journey that led us here. Congrats to all the shining stars of 2024! 🌟 #Achiveathon2024 #HRClassesFelicitation #HRmatlabHigherRank
Python for Beginners: Start Coding in Just 10 Minutes (No Experience Needed)
Переглядів 644 місяці тому
Are you ready to start your coding journey? In this video, I’ll teach you Python from scratch in just 10 minutes-perfect for beginners with no prior coding experience! We’ll start by learning what Python is, why it’s so powerful, and how you can use it in real-life scenarios. By the end of the video, you’ll write your first Python program using the print() function and understand how coding rea...
Ever Wonder Why We Dream? Here’s the Shocking Truth About What’s Really Happening!
Переглядів 314 місяці тому
#DreamsExplained #WeirdFacts #SleepScience #WhyWeDream #BrainPower #MindBlown #DreamMysteries #FunFacts #60SecScience #ScienceSurprise
How Does Bitcoin Work? Blockchain Explained! #Cryptocurrency #BitcoinExplained #HowBitcoinWorks
Переглядів 344 місяці тому
How Does Bitcoin Work? Blockchain Explained! #Cryptocurrency #BitcoinExplained #HowBitcoinWorks #CryptoForBeginners #Blockchain #BitcoinBasics #DigitalMoney #TechExplained #CryptoSimplified #Investing101
How Does Your Phone Keep Your Money Safe?
Переглядів 294 місяці тому
How Does Your Phone Keep Your Money Safe?
How Does Your Phone Know Its Going to Rain Tomorrow? Machine Learning Explained!
Переглядів 325 місяців тому
How Does Your Phone Know Its Going to Rain Tomorrow? Machine Learning Explained!
How Does Your Phone Know Its You? Face Recognition Explained!
Переглядів 245 місяців тому
How Does Your Phone Know Its You? Face Recognition Explained!
Mam go with calculas from basics
Proud of you Harshita Nahata
very good thanks
😮😍
One question, how would the key be selected (is it random according to our choice like the message) ?
Key can be selected randomly. This is also called symmetric key cryptography..so one has to make sure that the same key is used at both the sender and the receiver's end.
Nice
Answer:-STEIOOTDLIGI
seems like you got the last cipher word wrong..
Ya correct
Hello ma'am How are you? I hope u r fine Ur teaching ur ideas are so special and new for our generation thank for making up this Channel . This channel will really help to us . Aur ma'am feedback agar du toh ma'am kya padhate ho . Nice example 😅 example ke mamle mei aapko koi beat nahi karsakta . Really it is interesting and new topic. To all viewers stay tuned really gonna help us from cyber crime.
I'm good Adarsh. It's good to know that you liked the video. Will come up with more such content with great examples hopefully 😄 stay tuned 😊😊
Great ankita how r u?
Thanks Piyush. I'm good, how about you?
@@ComputerScience101 bas going on routine nice to see ur video information
Music is too loud can't hear anything properly in beginning.
Yes I agree in the precap it is. However there's no music when actual video starts.
'Promo SM'
Very easy way of explaining. Thanks Ankita for for this amazing video
Thank you so much Raj😊
Nice mam
Thank you Priya ❤️
Mam I k it's never too late to learn things But thoda jaldi yt pe ye chize share kar lete i would have aced in my master's 😅. And and nostalgia vibe aarhi h aapke lecs sunke ❤
Wannacry ransomware attack of 2017 can be an example of zero day attack ? I read it in the newspaper maybe.
Yes exactly, thanks for citing it.
It was really informative🙌🙌
Thank you 😊
Jaldi 10 million हो जायेंगे ♥️🫰
Tere muh me ghee shakkar❤️
Hello ma'am I want to get into this field but the amount of coding skills I posses are not that great compared to a developer So i want to know what level of coding skills would be required in field of Cybersecurity
Hello, Rohit. Initially, no coding skills are required for entry-level jobs in cybersecurity. However, coding will undoubtedly be required for mid-level and senior-level jobs in the future. But, since you'd have gained significant experience in the field by then, I don't think coding would be a problem.
Thank you Ma'am for your guiding response 😄
Very informative as always !!!!!
Miss Hindi m jyada explain Karo na please To be very honest Hindi audience jyada h rather than English Muje English aati h 😅 M dusron ki baat kr rh tha 😊
😀 Thanks for the feedback.. agli baar pakka hindi mein. Meri hindi toh tu jaanta hai tapori wali hai. Isliye I avoid😀🤣
@@ComputerScience101 chalega miss Aap karo toh Utna hi enjoyable hoga
Well Explained Ma'am
Thanks Harsh :)
💯💯💯💯
Nice explanation Ankita
Thanks a lot 😊
Well Explained Mam 😊🙏
Thanks a lot 😊
Well Explained Ma'am 🙌
Thanks a lot 😊
Great video ma’am
Thank you!
👌👌👏
Thank you Shubh 😊