Skip to content
QnA Plus

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

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

Python

  • Home
  • Python

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

Python | Reverse a String

Posted by By Srikanta May 14, 2021Posted inProgramming, PythonNo Comments
In Python we can use various methods to reverse a string. Simplest way to reverse a string is to use the slice operation. str = "QnAPlus" print ("Original string: "…
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 113 views
    • How to install Ping or Ping6 using YUM 93 views
    • C Program to Sleep in Milliseconds 86 views
    • How to Implement Periodic and Single Shot Timers in Linux? 78 views
    • Change a Variable from inside a C Function 52 views
    • C Program to Check Whether Two String are Equal 48 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 46 views
    • How to Store SVN Password in Encrypted Form in Linux 40 views
    • How to do Asynchronous Operations using boost::asio? 39 views
    • C++ | Binding a Member Function 39 views

    💬
    Chat with Us!

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