DevOps Classroom notes 09/Oct/2025

Strings

dunder members or methods

  • in python whenever you see any thing with double underscores around it, it has a special purpose
__name__
__init__
__new__
  • A python module can be executed or imported. A python module when execute directly will have a variable __name__ with value __main__ in it, but when importe by other module variable __name__ with value module name

Exerices

  • solution for is_prime, factors and prime factors Refer Here
  • Try atleast 10 problems in hacker rank.
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%