- 27
- 22 904
Programming Made Easy
Приєднався 24 лип 2021
Helps to learn programming languages and also prepare for interviews.
SQL WHERE
In this video, you will learn about SQL WHERE clause a very important and mostly used clause in SQL. Learn the various operators of WHERE such as =,!=,IN,LIKE, BETWEEN etc clause with examples.
Переглядів: 89
Відео
Python List Part 02
Переглядів 862 роки тому
Welcome to part 2 of list in Python. in this video, we will be seeing on how to delete the items in a list, looping the list, sorting the list items, copying and joining the lists. Watch the first part of the video at ua-cam.com/video/itQnC_0jk_Q/v-deo.html Refer to the code at drive.google.com/file/d/1PWS9wLOBsJfkEnplMy_AnHMYjYnhEJ6L/view?usp=sharing
Python List Part 01
Переглядів 1222 роки тому
This is the part 01 of Python lists. In this short video learn what list is, how to create list, access the list items, change the list items, insert item, append item and extend the list.
Differences VC++ MFC Concepts
Переглядів 1,6 тис.2 роки тому
Find the differences between various concepts of VC /MFC. In this short video you will come to know the differences between Modal Vs Modeless Dialog, Debug Build vs Release Build, UI Thread vs Worker Thread, SendMessage vs PostMessage and Regular DLL vs Extension DLL
SQL SELECT PART 01
Переглядів 1082 роки тому
This is the first part of the SQL SELECT command. Starts with the simple commands and in the upcoming videos will see other parts of SELECT command. In this video, I have covered selecting all records, selecting all records with required columns, brief introduction to WHERE, COUNT, DISTINCT, ORDER BY and TOP. Hope you enjoy and wait for the next video on WHERE part of SELECT
Introduction to SQL
Переглядів 1442 роки тому
Brand new series on SQL (Structured Query Language). A must skill for developers, testers, architects, leads and all those involved in application development that include databases. You will be learning how to select the data using SELECT query, insert the data using INSERT query, update the data using UPDATE query and delete the records using DELETE query. This series will definitely enhance ...
Dictionary
Переглядів 2052 роки тому
Learn about the Python dictionary. Learn how to use dictionary, methods supported, how to access, how to loop as well as how to delete the items in a dictionary
Working with xlsxwriter
Переглядів 1593 роки тому
Learn how to create xls/xlsx files using xlsxwriter library. In this video, you will learn how to create simple Excel file, formatting cell and inserting chart to Excel. Excel being the popular output format, this will definitely helps to generate Excel files easily.
Working with AWS in Python
Переглядів 1093 роки тому
Learn how to work with AWS services using Python. The video starts with the introduction to AWS, pre-requisites for working with AWS and a sample program on how to upload a file to S3. We need to have boto3 package installed to work with AWS. Also need to install AWS CLI in the system. Below is the link to download AWS CLI. aws.amazon.com/cli/ In the program, in the object name give file name a...
Classes,Objects and Inheritance in Python
Переглядів 4373 роки тому
Learn about object oriented programming concepts class, object and inheritance in Python. Class is a blueprint for creating the object. Class contains properties and methods. Object is an instance of the class. inheritance is deriving a class from another class which contains the properties and methods of the parent class. In the child class additional properties and methods can be added. The o...
Functions in Python
Переглядів 1173 роки тому
Learn how to define functions, call functions, how to pass arguments, pass arguments by key value pair, define default values, processing unknown number of arguments, returning values, returning multiple values. Functions help to modularize the programs.
Database Programming PyODBC
Переглядів 2 тис.3 роки тому
Learn how to do database programming using pyodbc module of Python. Pyodbc module helps to connect to any database having ODBC driver. In this program, MSSQL Server database is used. Learn what is database, pyodbc module, connection string, how to form connection string. how to connect to database, insert a record and select the records from a table. A very important topic for any programmer. D...
6 in 1 File Processing Using Python
Переглядів 1543 роки тому
Learn how to read and process text, CSV, XLS/XLSX, XML, PDF and JSON files using Python. File processing is the key in any application development. By knowing how to process these 6 types, you will be covering majority of the file types that shall be used in the application development. A must video for anyone who wants to learn Python. By knowing how to read and process files, numerous applica...
Modal Vs Modeless Dialogs in VC++/MFC
Переглядів 2,5 тис.3 роки тому
Learn what are modal and modeless dialog boxes, differences between them, how to create,how to access the member variables and related interview questions. Refer to the link below for the source code. drive.google.com/file/d/1X1PRSZq2v6vgpFBGq8THiVq1tgXCo2u1/view?usp=sharing Refer to the play list below ua-cam.com/play/PLbNcW4a8trrDS9upDxiwLWaDOCr966gnK.html
Operators,conditions and loops - Python Programming
Переглядів 2183 роки тому
In this video learn about operators, conditions and loops in Python. Talks about different types of operators such as arithmetic operators, comparison operators, logical operators, assignment operators, identity operators, membership operators and bit operators. In conditions, learn about if, elif an else. Learn while loop and for loop along with continue statement and break statement. These ar...
REST API Using Python Flask Part 2 POST Method with DB interaction
Переглядів 2953 роки тому
REST API Using Python Flask Part 2 POST Method with DB interaction
Doc View Architecture- All you need to know
Переглядів 1,9 тис.3 роки тому
Doc View Architecture- All you need to know
Debugging Techniques - A must for a programmer
Переглядів 8383 роки тому
Debugging Techniques - A must for a programmer
very well-explained Thank you very much for making this video
Sir make one on COm
I need some help on mdi
30;20 onclose function will get called only if the X mark is clicked by the user?
how did the combo box populated with first second & third
sir please eplain concepts pratically it is very useful to understand quickly
"Great video! I've been learning a lot from your C++ tutorials. Could you consider making videos on more advanced topics, . Keep up the excellent work!"
Hi sir, can u pls suggest any training centre to learn this vc++ and mfc programming. Bcoz I'm very much struggling to learn these. I've some basic level knowledge in c++, but here for me it's look like c++ and vc++ is totally different. I tried a lot but I couldn't able to understand these sir. Pls give any suggestion Thanks
why do u need to study ? its only used in legacy projects
@@thrishulh9834 Currently I'm in a legacy project.. which using Vc++ mfc. Is really C++ having scope? After C++ what do i study for my career sir. Like Com , Dcom or Shall I try in Embedded or Gaming.. I really don't know what next... As of now I know C++ , SQL Server basics that's.. Can U guide me in C++ career path sir
@@azarmohamed6300 COM DCOM is extrmemely challenging but can be equaly rewarding just try leet code, design patterns
You videos are really helpful. Thank you sir. My one question: I have 2yrs of experience with vc++(mfc) developer. I am confused should I stick with vc++ for future scope or should jump to web development?
super and clear explanation sir. Thank you so much.
Its really very clear explanation about Message maps👍
Great videos sir it really helped a lot
thankyou for the tutorial sir.Please make more videos like this
Hi Sir, Expecting videos regularly up on vc++ /MFC,COM concepts .Please do if its possible . it helps a lot for us
how does complier to know you created modeless dialog box
Very well on basics , Great Sir!!
Thanks and welcome
Very informative 😊
Glad it was helpful!
Well Explained!!
Thanks
What is meant by m_valDescription and m_ctlDescription,or the difference between them
Tq it was very useful
Keep watching
Hello SIR, Please continue the MFC lectures, these are really good. Could you please slowly start digging into some of the complex areas of MFC as well. Thanks a lot
Thank you SIR. Your videos are really helpful in understanding the VC++ concepts very clear. Please continue posting more videos on VC++ and COM programming concepts. Thanks you again.
I will try my best
Nice one
Thanks for watching
Tq sir.. please make videos on COM please..no much content available for COM programming
Will try
Right. We request you to make videos on COM for beginners. It will be more helpful for us.
Sir is it same as model view controller architecture?? Can I explain my project as MVC architecture when giving interviews
Thank you for this video ....
Welcome 😊
Really excellent initiation sir. Its very challenging to find MFC concepts in general. It will be really helpful if we we get more frequent videos. Once again thanks a lot.
great content sir , this is really useful for beginners wanting to learn SQL from scratch.
Glad to hear that
Sir Please we need more videos on DLL and COM
soms1e vum.ong
Good one!
Thank you! Cheers!
Nice
Thanks
Hi Sir, Could you please explain how the communication done between documents and views.
Sir please upload videos on COM
conceptual narration.
Sir iam requesting u to upload all the topic wise videos related to MFC
when you mention extension code in visual studio code editor, it refers to the version of python we have installed right??
Thanks for these series of great MFC tutorial for the beginner like me.
You're very welcome!
Clear explanation and understanding easily... Make more videos on AWS sir.. it will very helpful
Ok. Thanks
conceptual explanation. upload more related with MFC
Sure
Very nice information
Very good
Very nice , keep going
Very nice
Great Initiative sir, it will help lot more people to learn additional skills.
Thank you. Keep watching and share with others who can get benefit from these videos
Well explained...
Thank you. Keep watching the other videos as well
Super sir ...very usefull
Thanks and welcome
Very informative sir
Thanks and welcome
Content is good...helpful for beginners like me...whn is the next episode in this series to be released...
Will upload soon
Volume is low and little garbled
Thanks for the feedback. I will take care of this in the upcoming videos