- 63
- 443 515
SKM Tutorials Hub
India
Приєднався 19 кві 2020
Watch detailed tutorials on various topics, from coding setups to theoretical concepts and more.
Here’s what you’ll find:
1. Step-by-Step Setup Guides: Learn how to install and configure essential tools and languages like VS Code, Java, C, Python, and more.
2. Hands-On Coding Tutorials: Get practical examples with clear demonstrations on HTML, SQL, PL/SQL, and more.
3. Interview Question Answers: Prepare for your next interview with detailed explanations and solutions to common programming questions and technical problems.
4. Theory Topics: Key theoretical concepts like DBMS, algorithms, and other fundamental Computer Science topics.
Whether you’re a student, a professional, or just eager to learn something new, hit that subscribe button and join us on this educational journey. Your support helps us keep creating!
Thanks for stopping by and being a part of SKM Tutorials Hub. 🙏
Here’s what you’ll find:
1. Step-by-Step Setup Guides: Learn how to install and configure essential tools and languages like VS Code, Java, C, Python, and more.
2. Hands-On Coding Tutorials: Get practical examples with clear demonstrations on HTML, SQL, PL/SQL, and more.
3. Interview Question Answers: Prepare for your next interview with detailed explanations and solutions to common programming questions and technical problems.
4. Theory Topics: Key theoretical concepts like DBMS, algorithms, and other fundamental Computer Science topics.
Whether you’re a student, a professional, or just eager to learn something new, hit that subscribe button and join us on this educational journey. Your support helps us keep creating!
Thanks for stopping by and being a part of SKM Tutorials Hub. 🙏
Top 15 Most Asked Python Interview Questions You Should Know | Python Interview Questions & Answers
Preparing for a Python interview? In this video, I’ll discuss some essential Python interview questions with clear explanations and examples, perfect for anyone gearing up for a coding interview or viva exam. Whether you're a beginner or looking to brush up on your Python knowledge, this guide covers important topics that frequently come up in interviews.
Watch next:
👉 Java Interview Questions Part 1: ua-cam.com/video/SIA8BFrcdQk/v-deo.html
👉 Java Interview Questions Part 2: ua-cam.com/video/QgQ_Jve4Brc/v-deo.html
Playlists:
C programming: ua-cam.com/play/PLWjJ7LmT20W9ciDNb7Oqp00dihi_CETKg.html
HTML: ua-cam.com/play/PLWjJ7LmT20W-r3BDnUiYb8qe2tKVy-L0C.html
DBMS: ua-cam.com/play/PLWjJ7LmT20W8B2LDfPQ1LrKfcpAxy-b9d.html
SQL: ua-cam.com/play/PLWjJ7LmT20W_hkiMd3T1jZZbgCr0rGCSg.html
PL-SQL: ua-cam.com/play/PLWjJ7LmT20W-msGc4SOnT8k6isOfjjQfg.html
If you find this video helpful, don’t forget to
LIKE, SHARE, and SUBSCRIBE to SKM Tutorials Hub - ua-cam.com/users/skmtutorialshub
Facebook Page - skm.tutorials
Topics covered:
What is Python
What are the benefits of Python
Why Python called an interpreted language
Why is Python platform independent
Comments in Python
Mutable vs Immutable datatype
Set vs Dictionary
Regular vs Floor division
Higher order functions
Indentation in Python
Dynamically typed language
Python built-in data types
List vs Tuple
Slicing in Python
What is PIP
Related tags - Python interview questions and answers, common Python interview questions, Python coding interview questions, most asked Python questions in technical rounds, Python interview questions for freshers, Python viva questions with answers, technical interview preparation for freshers, Python job interview tips, beginner Python interview prep, key Python interview topics, Python programming interview questions, Important Python interview questions for freshers, Python technical round questions, Python interview guide, Python for coding interviews
#python #interview #questions #skm_tutorials_hub #PythonInterviewPrep #PythonCodingInterview #TechInterviewPrep #PythonForBeginners #PythonQuestions #PythonAnswers #JavaInterviewPrep
Watch next:
👉 Java Interview Questions Part 1: ua-cam.com/video/SIA8BFrcdQk/v-deo.html
👉 Java Interview Questions Part 2: ua-cam.com/video/QgQ_Jve4Brc/v-deo.html
Playlists:
C programming: ua-cam.com/play/PLWjJ7LmT20W9ciDNb7Oqp00dihi_CETKg.html
HTML: ua-cam.com/play/PLWjJ7LmT20W-r3BDnUiYb8qe2tKVy-L0C.html
DBMS: ua-cam.com/play/PLWjJ7LmT20W8B2LDfPQ1LrKfcpAxy-b9d.html
SQL: ua-cam.com/play/PLWjJ7LmT20W_hkiMd3T1jZZbgCr0rGCSg.html
PL-SQL: ua-cam.com/play/PLWjJ7LmT20W-msGc4SOnT8k6isOfjjQfg.html
If you find this video helpful, don’t forget to
LIKE, SHARE, and SUBSCRIBE to SKM Tutorials Hub - ua-cam.com/users/skmtutorialshub
Facebook Page - skm.tutorials
Topics covered:
What is Python
What are the benefits of Python
Why Python called an interpreted language
Why is Python platform independent
Comments in Python
Mutable vs Immutable datatype
Set vs Dictionary
Regular vs Floor division
Higher order functions
Indentation in Python
Dynamically typed language
Python built-in data types
List vs Tuple
Slicing in Python
What is PIP
Related tags - Python interview questions and answers, common Python interview questions, Python coding interview questions, most asked Python questions in technical rounds, Python interview questions for freshers, Python viva questions with answers, technical interview preparation for freshers, Python job interview tips, beginner Python interview prep, key Python interview topics, Python programming interview questions, Important Python interview questions for freshers, Python technical round questions, Python interview guide, Python for coding interviews
#python #interview #questions #skm_tutorials_hub #PythonInterviewPrep #PythonCodingInterview #TechInterviewPrep #PythonForBeginners #PythonQuestions #PythonAnswers #JavaInterviewPrep
Переглядів: 160
Відео
How to install Oracle Database Express Edition | How to execute SQL queries in Windows
Переглядів 337Місяць тому
Want to get started with Oracle Database but don't know how? In this video, I’ll guide you step-by-step on how to download and install Oracle Database Express Edition (XE). After that, we'll jump straight into SQL Plus and execute some basic SQL queries. I’ll also share a pro tip on how to manage Oracle services to save resources on Windows! In this video, you'll learn: How to install Oracle Da...
How to run OpenMP programs in VS Code | Setting up VS Code for OpenMP programs based on C
Переглядів 1,2 тис.2 місяці тому
In this video, I have shown how to compile and execute OpenMP programs based on C in VS code using an example program. Subscribe to my channel - ua-cam.com/users/skmtutorialshub Facebook Page - skm.tutorials Watch more: MS-MPI setup in Windows - ua-cam.com/video/bkfCrj-rBjU/v-deo.html VS Code setup for C programming - ua-cam.com/video/Smh9tzol7QI/v-deo.html Installing MinGW compile...
How does Bubble Sort work - Explained with example | Visualizing Bubble Sort Algorithm step by step
Переглядів 1212 місяці тому
In this video, I have discussed what is bubble sort algorithm and how it works with step by step explanation using an example. And I have also explained how we can optimize bubble sort algorithm. Topics discussed in the video : What is bubble sort How does bubble sort algorithm works Explain bubble sort with an example How can we optimize bubble sort algorithm Watch next: VS Code setup for C pr...
How to install C/C++ compiler using MSYS2 | Installing MinGW compiler using MSYS2
Переглядів 6 тис.Рік тому
In this video, I have shown how to install C/C compiler using MSYS2 and run C and C programs in VS code. Subscribe to my channel - ua-cam.com/users/skmtutorialshub Facebook Page - skm.tutorials Watch more : Java interview questions (Part - 1) - ua-cam.com/video/SIA8BFrcdQk/v-deo.html Java interview questions (Part - 2) - ua-cam.com/video/QgQ_Jve4Brc/v-deo.html Playlists : HTML : ua...
How to setup VS Code for MPI based on C | Parallel Programming in VS Code | MS-MPI setup in Windows
Переглядів 35 тис.2 роки тому
In this video, I have shown how to setup VS Code so that we can compile and execute MPI programs based on C. I have also shown the issues which you may face during the installation process and how to avoid it. Program used - github.com/sandy2802/MPI_C/blob/main/first.c Watch more : OpenMP setup - ua-cam.com/video/v83uhzUyplU/v-deo.html VS Code setup for C programming - ua-cam.com/video/Smh9tzol...
How to convert from any base to Decimal | Conversion of any number system to Decimal number system
Переглядів 2,3 тис.2 роки тому
How to convert from any base to Decimal | Conversion of any number system to Decimal number system
Different Number Systems | Introduction to number system - Decimal, Binary, Octal and Hexadecimal
Переглядів 5652 роки тому
Different Number Systems | Introduction to number system - Decimal, Binary, Octal and Hexadecimal
How to insert links in HTML webpage | Links in HTML | HTML tutorials for beginners
Переглядів 1,6 тис.2 роки тому
How to insert links in HTML webpage | Links in HTML | HTML tutorials for beginners
How to print any string 100 times without using loops in Java | Java tricky question for interviews
Переглядів 1,2 тис.3 роки тому
How to print any string 100 times without using loops in Java | Java tricky question for interviews
Top Java questions in technical interviews for freshers | Important Java questions for viva | Part 2
Переглядів 16 тис.3 роки тому
Top Java questions in technical interviews for freshers | Important Java questions for viva | Part 2
What is Canonical Cover in DBMS | How to find Canonical Cover in DBMS | Irreducible Sets in DBMS
Переглядів 3,4 тис.3 роки тому
What is Canonical Cover in DBMS | How to find Canonical Cover in DBMS | Irreducible Sets in DBMS
How to find closure of attribute sets in DBMS | How to check equivalence of functional dependencies
Переглядів 1,8 тис.3 роки тому
How to find closure of attribute sets in DBMS | How to check equivalence of functional dependencies
What is Functional Dependency in DBMS | Armstrong's Axioms in DBMS | Database Management System
Переглядів 1,3 тис.3 роки тому
What is Functional Dependency in DBMS | Armstrong's Axioms in DBMS | Database Management System
Top Java questions in technical interview for freshers | Important Java questions for viva | Part 1
Переглядів 75 тис.3 роки тому
Top Java questions in technical interview for freshers | Important Java questions for viva | Part 1
How to setup VS Code for C/C++ programming in Windows | How to execute C/C++ programs in VS Code
Переглядів 4 тис.3 роки тому
How to setup VS Code for C/C programming in Windows | How to execute C/C programs in VS Code
Basic Structure of C program | Programming in C | C programming for beginners
Переглядів 4423 роки тому
Basic Structure of C program | Programming in C | C programming for beginners
Introduction to C Language | Programming in C | C programming for beginners
Переглядів 4623 роки тому
Introduction to C Language | Programming in C | C programming for beginners
How to create lists in HTML | Different types of lists in HTML | HTML tutorials for beginners
Переглядів 6 тис.3 роки тому
How to create lists in HTML | Different types of lists in HTML | HTML tutorials for beginners
How to use colors and other style properties in HTML | HTML course for beginners
Переглядів 4,8 тис.3 роки тому
How to use colors and other style properties in HTML | HTML course for beginners
How to add headings, paragraphs, line breaks, spacing, etc. in HTML || HTML course for beginners
Переглядів 3,8 тис.3 роки тому
How to add headings, paragraphs, line breaks, spacing, etc. in HTML || HTML course for beginners
How to create your first HTML Webpage || HTML course for beginners
Переглядів 9473 роки тому
How to create your first HTML Webpage || HTML course for beginners
What is HTML | Introduction to HTML | HTML course for beginners | HTML Webpage
Переглядів 1,1 тис.3 роки тому
What is HTML | Introduction to HTML | HTML course for beginners | HTML Webpage
What is DUAL table in Oracle || Oracle SQL fundamentals
Переглядів 1,7 тис.3 роки тому
What is DUAL table in Oracle || Oracle SQL fundamentals
What are Aggregate Functions in SQL || Explained with Syntax and Example || Oracle Database
Переглядів 7393 роки тому
What are Aggregate Functions in SQL || Explained with Syntax and Example || Oracle Database
What are Cursor Parameters in PL SQL || Parameterized Cursors|| Explained with Syntax and Example
Переглядів 7 тис.4 роки тому
What are Cursor Parameters in PL SQL || Parameterized Cursors|| Explained with Syntax and Example
How to write User-defined Functions in PL SQL || Explained with syntax and examples
Переглядів 3,1 тис.4 роки тому
How to write User-defined Functions in PL SQL || Explained with syntax and examples
What is Participation constraint in ER diagram in DBMS || Total and partial participation
Переглядів 4,8 тис.4 роки тому
What is Participation constraint in ER diagram in DBMS || Total and partial participation
What is Mapping Cardinality in ER diagram || Types of mapping cardinalities in DBMS
Переглядів 8 тис.4 роки тому
What is Mapping Cardinality in ER diagram || Types of mapping cardinalities in DBMS
What is Degree of Relationship in ER diagram in DBMS || Types of relationship sets based on degree
Переглядів 8 тис.4 роки тому
What is Degree of Relationship in ER diagram in DBMS || Types of relationship sets based on degree
I had no idea what VScode has changed after these configurations, but it worked and I found your video very helpful. I have stuck with this issue for many days. More importantly, I also had another issue with another project that looked similarly to the problem in the video, your video may be the key for me to solve it! Lastly, the music is very good. Thank you.
You're most welcome ✌️
❤️
Thank you 😊
I followed everything properly but it still gives this : mpi. h: no such file or directory
Try restarting the pc
@@SKMTutorialsHub still doesn't. We are good man it's not ur responsibility to fix this. I'm just sick of this it's been 3 days trying to make it work I'm so so done with this
Hope you get it solved soon.
this is realy helpful
You're most welcome 😇
yes constructor return current class instance , but it has no return type , please check it👍
I think a constructor doesn't return any value instead it returns a reference to the newly created object.
You are teaching point to point,which student wants and we want more videos like this video. You taught very well and with all concepts...
Thank you so much 😊
Nicely explained all the steps 👍
Thank you 👍
Good video. Keep it up 👍
Thank you 🙏🏻
Well explained 👍
Thank you 🙏🏻
Wanted such a video for so long...very nice
Thank you 😊
Is there any how I connect with u online? I’m having issues while changing paths during download. And the overall setup 😢
Either instagram or Facebook.
Can you please make a video on how to set up Mpi on vs code? I am really struggling with compiling mpicc code.
Already made. See in my channel or end screen of this video.
didnt work prolly bc i use win 11
Worked for me in win 11. See the task manager if something is running.
Good piece of information 👍
Thanks 👍
👌👌👌👌
😊🙏🏻
Keep it up 💯
Thank you 😊
Nice video ❤
Thanks 🙏🏻
Thank you brother
You're most welcome. Keep supporting ✌️
How to setup VS Code for C programming - ua-cam.com/video/Smh9tzol7QI/v-deo.html
Mam ki jai ho ❤ love you mam ❤
Thank you 😊
Registration link - goaps.iitr.ac.in/register
Very useful & informative video
Thank you 👍
Thanks for making this so easy to understand!
Thank you 😊🙏🏻
Well explained
Thank you 😊
If when you execute set msmpi the variables don't appear, you can restart your computer. It worked for me. In case it's useful for someone.
Thanks for the information 👍
Thank you for the video.
You're most welcome ✌️
Thanks dude
Like can you tell example
01-01-96 for DOB 1st Jan 1996
How to put password for this
I followed another guide and was having trouble figuring out the error at the end. Thank you for explaining that thing with directory names. After a few hours I am finally up and running!
You're most welcome ✌️
TE AMO GRACIAS
😄✌️
@SKMTutorialsHub thank you a lot! This is very useful, and I also like the background music. Btw I have a question. I see that we are able to use mpiexec to execute the programs because mpiexec.exe is in bin. But I dont want to execute, but only compile the programs with mpicc, however I do not see any mpicc.exe. So how do we just compile the files using mpicc? Looking forward to your answer.
Oh i think i got it. Is mpiexec for execute mpi c.files for non-root users and mpicc for root users?
mpiexec is for execution and compilation is done when we are clicking run build task.
For those who are facing " bash command not found " error just remove $ sign from command like pacman -S mingw-w64-ucrt-x86_64-gcc INSTEAD OF $ pacman -S mingw-w64-ucrt-x86_64-gcc
Thank you verey much brother
Unable to start debugging. Launch options string provided by the project system is invalid. Unable to determinate path to debugger. Please specify the "MIDebuggerPath" option
Hii actually i didn't find python folder in the local folder ( 3:20 )...but it was in the roaming folder ....will it create a problem...
Are the contents of the folder the same?
Why using sad music :) ur doing great job right here!
recently maine web development sikhna start kiya hai like HTML, CSS, JS Vscode par. tho kya HTML, CSS, JS ke liye bhi MSYS2 or MINGW ko install karna important Hota Hai?
No, mingw is needed for c / c++ coding
@@SKMTutorialsHub Or MSYS2?
or MSYS2
No
this is very helpful , thank you so much. It would be even better if it was without the background music though. Thank you
Cannot Find : /${MSMPI_INC} in C Configuration
Is it giving any error for this?
i am using wsl and i get this error whe puuting MSMPI_INC on vscode: Cannot find: //wsl.localhost/Ubuntu/home/marvin/${MSMPI_INC}
It's doesn't work to me. (Win 11 if that's matters)
What is the error?
Sir but c++ code nhi chal raha h
Where is the error showing?
@@SKMTutorialsHub sir c++ jab mai simple sa code run kr raha hu toh likha h raha h ki cout identifier is not defined
@@SKMTutorialsHub sir jab mai c++ code run kr wa raha hu toh likha aa raha h ki cout identifier is undefined
@@SKMTutorialsHubsir ab kya karu
C++ aur C dono run nhi ho Raha?
i have downloaded but not able to open sqlplus can you tell me what is the default username and password?
During setup process you have to set the username and password
It doesn't work with me nor you description. You don't have any explanation!!!. I didn't have any of your exercise!
Where are you getting the error?
not worked, also deleted and can not install because of "again error code 50. a version of mpi that is the same or newer is already installed."
You can use an uninstaller software like revo uninstaller to uninstall or remove the leftover files of mpi
thank you i tried a few but didn't worked,yours was good
it is giving me error of bash command not found when i try to run command at 1:51
What is the exact error it's showing ?
@@SKMTutorialsHub $ $ pacman -S mingw-w64-ucrt-x86_64-gcc -bash: $: command not found
oke got it, just remove $ sign
@@SKMTutorialsHub sir, i have follow this video for installing MPI, but still im having the same error: #include <sal.h>
First check if the usual c or c++ programs are running without error or not. Then uninstall the mpi and do a fresh installation.
When I run the program like that: mpiexec -n 4 hello, it shows Rank: 0/4 Rank: 1/4 Rank: 2/4 Rank: 3/4 And in any variation of code. What is wrong?
Check the line of printing
It may be because of the printing line? But it's your code. You used it in the video
Okay so you have used the code of the video. Still go through the printing lines
@@SKMTutorialsHub even if i'm not printing anything, it shows me Rank: then random num of the number i typed. For example: $ mpiexec -n 3 hello Rank: 0/3 Rank: 1/3 Rank: 2/3 $ mpiexec -n 4 hello Rank: 0/4 Rank: 3/4 Rank: 1/4 Rank: 2/4
Try a different program and see if the problem exists.
❤