Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

Asocia

5,935
reputation
2
21
46
  • İstanbul, Turkey
  • Member since April 06 2018
  • 697 profile views
  • Last seen Sep 03 '23 at 10:13

Some posts of mine that you may find interesting:

  • Flip a boolean value without referencing it twice
  • zip iterators asserting for equal length in python
  • How can I add spaces around a sub-string using Python formatted strings `(f'...')` without first creating a new variable?
  • How do I determine if all the characters in a string is alphanumeric without using isalnum()?
  • How to reorder the keys of a dictionary?
  • What is the name of the internal function that "executes" an f-string?
  • How to get date format of a list of unknown format strings?
  • How to find the average length of consecutive positive and negative numbers in a list?
  • How to combine values of int's with the same group in list of tuples?
  • Understanding how this Python Decorator works