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 187
    • C 105
    • C++ 71
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • How to Implement Periodic and Single Shot Timers in Linux? 61 views
    • Change a Variable from inside a C Function 36 views
    • C Program to Sleep in Milliseconds 33 views
    • How to Store SVN Password in Encrypted Form in Linux 30 views
    • How to install Ping or Ping6 using YUM 30 views
    • Implement Bubble Sort in C 30 views
    • C Program to Get a Digit at Any Position of a Number 28 views
    • Linux Commnad to Search String in Files 24 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 24 views
    • Static Members in C++ Template Class 22 views

    [chatbot_plugin]

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