Programming Made Easy
Programming Made Easy
  • 27
  • 22 904
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...
Basics and Data Types
Переглядів 2043 роки тому
Basics and Data Types
Introduction to Python
Переглядів 7183 роки тому
Introduction to Python
Database Programming Using ODBC
Переглядів 1,7 тис.3 роки тому
Database Programming Using ODBC
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
What is DDX and DDV?
Переглядів 1,3 тис.3 роки тому
What is DDX and DDV?
REST API Using Flask Part 1
Переглядів 2243 роки тому
REST API Using Flask Part 1
Message Maps
Переглядів 1,7 тис.3 роки тому
Message Maps
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
MFC Projects
Переглядів 2,8 тис.3 роки тому
MFC Projects
Class Hierarchy
Переглядів 1,2 тис.3 роки тому
Class Hierarchy
Introduction to MFC
Переглядів 1,9 тис.3 роки тому
Introduction to MFC

КОМЕНТАРІ

  • @metakiat-arpadej5536
    @metakiat-arpadej5536 2 місяці тому

    very well-explained Thank you very much for making this video

  • @thrishulh9834
    @thrishulh9834 2 місяці тому

    Sir make one on COm

  • @DesiAtDallas99
    @DesiAtDallas99 3 місяці тому

    I need some help on mdi

  • @thrishulh9834
    @thrishulh9834 5 місяців тому

    30;20 onclose function will get called only if the X mark is clicked by the user?

  • @thrishulh9834
    @thrishulh9834 5 місяців тому

    how did the combo box populated with first second & third

  • @prasadsolleti3870
    @prasadsolleti3870 Рік тому

    sir please eplain concepts pratically it is very useful to understand quickly

  • @NaveenKumar-jg1vo
    @NaveenKumar-jg1vo Рік тому

    "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!"

  • @azarmohamed6300
    @azarmohamed6300 Рік тому

    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

    • @thrishulh9834
      @thrishulh9834 6 місяців тому

      why do u need to study ? its only used in legacy projects

    • @azarmohamed6300
      @azarmohamed6300 5 місяців тому

      @@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

    • @thrishulh9834
      @thrishulh9834 5 місяців тому

      @@azarmohamed6300 COM DCOM is extrmemely challenging but can be equaly rewarding just try leet code, design patterns

  • @ajaydid
    @ajaydid Рік тому

    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?

  • @vuppalasrujana7746
    @vuppalasrujana7746 2 роки тому

    super and clear explanation sir. Thank you so much.

  • @palivelasureshbabu6738
    @palivelasureshbabu6738 2 роки тому

    Its really very clear explanation about Message maps👍

  • @MsSrk12345
    @MsSrk12345 2 роки тому

    Great videos sir it really helped a lot

  • @bittu0836
    @bittu0836 2 роки тому

    thankyou for the tutorial sir.Please make more videos like this

  • @testaccount3353
    @testaccount3353 2 роки тому

    Hi Sir, Expecting videos regularly up on vc++ /MFC,COM concepts .Please do if its possible . it helps a lot for us

  • @dsirisha4126
    @dsirisha4126 2 роки тому

    how does complier to know you created modeless dialog box

  • @marutisankannanavar5019
    @marutisankannanavar5019 2 роки тому

    Very well on basics , Great Sir!!

  • @jagadeeshct7083
    @jagadeeshct7083 2 роки тому

    Very informative 😊

  • @marutisankannanavar5019
    @marutisankannanavar5019 2 роки тому

    Well Explained!!

  • @chinmayechinni1377
    @chinmayechinni1377 2 роки тому

    What is meant by m_valDescription and m_ctlDescription,or the difference between them

  • @chinmayechinni1377
    @chinmayechinni1377 2 роки тому

    Tq it was very useful

  • @santhoshkumar9072
    @santhoshkumar9072 2 роки тому

    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

  • @santhoshkumar9072
    @santhoshkumar9072 2 роки тому

    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.

  • @ravigs7319
    @ravigs7319 2 роки тому

    Nice one

  • @basawarajshivashetty
    @basawarajshivashetty 2 роки тому

    Tq sir.. please make videos on COM please..no much content available for COM programming

  • @basawarajshivashetty
    @basawarajshivashetty 2 роки тому

    Sir is it same as model view controller architecture?? Can I explain my project as MVC architecture when giving interviews

  • @manishpatil331
    @manishpatil331 2 роки тому

    Thank you for this video ....

  • @santhoshkumar9072
    @santhoshkumar9072 2 роки тому

    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.

  • @karthiksalian5715
    @karthiksalian5715 2 роки тому

    great content sir , this is really useful for beginners wanting to learn SQL from scratch.

  • @vedikvichar2813
    @vedikvichar2813 3 роки тому

    Sir Please we need more videos on DLL and COM

  • @АлисаКарпова-м8д
    @АлисаКарпова-м8д 3 роки тому

    soms1e vum.ong

  • @dkagathyar9347
    @dkagathyar9347 3 роки тому

    Good one!

  • @SuperNarsimharao
    @SuperNarsimharao 3 роки тому

    Nice

  • @vedikvichar2813
    @vedikvichar2813 3 роки тому

    Hi Sir, Could you please explain how the communication done between documents and views.

  • @vedikvichar2813
    @vedikvichar2813 3 роки тому

    Sir please upload videos on COM

  • @yogeshjadhav8887
    @yogeshjadhav8887 3 роки тому

    conceptual narration.

  • @MOTU_YADAV
    @MOTU_YADAV 3 роки тому

    Sir iam requesting u to upload all the topic wise videos related to MFC

  • @mmanieee
    @mmanieee 3 роки тому

    when you mention extension code in visual studio code editor, it refers to the version of python we have installed right??

  • @FRED82627
    @FRED82627 3 роки тому

    Thanks for these series of great MFC tutorial for the beginner like me.

  • @Csravankumarraju
    @Csravankumarraju 3 роки тому

    Clear explanation and understanding easily... Make more videos on AWS sir.. it will very helpful

  • @yogeshjadhav8887
    @yogeshjadhav8887 3 роки тому

    conceptual explanation. upload more related with MFC

  • @sonudr2899
    @sonudr2899 3 роки тому

    Very nice information

  • @maxxgaming8442
    @maxxgaming8442 3 роки тому

    Very good

  • @sonudr2899
    @sonudr2899 3 роки тому

    Very nice , keep going

  • @sonudr2899
    @sonudr2899 3 роки тому

    Very nice

  • @vinoth5859
    @vinoth5859 3 роки тому

    Great Initiative sir, it will help lot more people to learn additional skills.

    • @programmingmadeeasy4534
      @programmingmadeeasy4534 3 роки тому

      Thank you. Keep watching and share with others who can get benefit from these videos

  • @nitheshcn2452
    @nitheshcn2452 3 роки тому

    Well explained...

  • @lokeshgorte1121
    @lokeshgorte1121 3 роки тому

    Super sir ...very usefull

  • @DrMahanteshMNandeppanavar
    @DrMahanteshMNandeppanavar 3 роки тому

    Very informative sir

  • @mmanieee
    @mmanieee 3 роки тому

    Content is good...helpful for beginners like me...whn is the next episode in this series to be released...

  • @amalahealthcarecenter2578
    @amalahealthcarecenter2578 3 роки тому

    Volume is low and little garbled