Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

Python

  • Home
  • Programming
  • Python

Returning the ‘this’ Pointer from a Member Function

Posted by By Srikanta June 14, 2023Posted inProgramming, PythonNo Comments
In C++, member functions get executed in the context of an object. And a special pointer, this, holds the address of that object. We can return the address (pointer), reference…
Read More

Python | Capture Ctr+C (SIGINT)

Posted by By Srikanta August 28, 2021Posted inProgramming, PythonNo Comments
Some programs are meant to run for indefinite amount of time. They don't stop by themselves. Operators generally stop then for maintenance. Most common way to stop these types of…
Read More

Python | Periodic Task

Posted by By Srikanta August 15, 2021Posted inProgramming, PythonNo Comments
Doing a periodic task is a basic programming requirement. We need it in time of implementing watchdogs, checking health of some system, sending status periodically, updating database, doing periodic backup…
Read More

Python | Check Whether a String is Palindrome

Posted by By Srikanta May 17, 2021Posted inProgramming, PythonNo Comments
Palindrome string is a string that reads same from both directions - forward and backward. For example, the string, 'ROTOR', is a palindrome because it reads same from both forward…
Read More

Python | Find a Substring

Posted by By Madhusudan Chowdhury May 16, 2021Posted inProgramming, PythonNo Comments
We can check whether a substring is present in a string using the Python find() function. If the find() function returns 0 or a positive number, the substring is present.…
Read More

Posts pagination

1 2 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • Implement Bubble Sort in C 93 views
    • How to install Ping or Ping6 using YUM 81 views
    • C Program to Sleep in Milliseconds 60 views
    • How to Implement Periodic and Single Shot Timers in Linux? 57 views
    • Change a Variable from inside a C Function 39 views
    • How to do Asynchronous Operations using boost::asio? 37 views
    • How to Re-Indent C Code Using Notepad++ 35 views
    • C Program to Check Whether Two String are Equal 35 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 35 views
    • C Program to Print the Current File Name and Line Number 34 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    0
    0
    0
    0
    2
    0