"I needed a way to compensate for my low self-worth. So I decided that I'd be perfect.
I became a perfect daughter, perfect student, perfect in my work. And got into perfect positions.
It is a good thing to work hard for what you want. But if you're fuelled by insecurity and self-hate, you end up growing a black hole in your chest.
No matter how hard you try, it's never enough. Slowly, the black hole starts to swallow you - the way a python digests its prey - until one day, you wake up wondering why there's none of you left."
---
If you see yourself in my story, you are not alone. Read this heartfelt article to start learning self-love.
「python if none」的推薦目錄:
- 關於python if none 在 Milena Nguyen Facebook 的精選貼文
- 關於python if none 在 Python `if x is not None` or `if not x is None`? - Stack Overflow 的評價
- 關於python if none 在 What is None and How to Test for It - YouTube 的評價
- 關於python if none 在 Testing equality to None — CodeQL query help documentation 的評價
- 關於python if none 在 Handling Missing Data | Python Data Science Handbook 的評價
- 關於python if none 在 Using default None values in Python when assigning split() to ... 的評價
python if none 在 What is None and How to Test for It - YouTube 的推薦與評價
![影片讀取中](/images/youtube.png)
Python uses the keyword None to define null objects and variables. While None does serve some of the same purposes as null in other ... ... <看更多>
python if none 在 Testing equality to None — CodeQL query help documentation 的推薦與評價
When you compare an object to None , use is rather than == . ... def filter1(function, iterable=None) if iterable == None: # Comparison using '__eq__' ... ... <看更多>
python if none 在 Python `if x is not None` or `if not x is None`? - Stack Overflow 的推薦與評價
... <看更多>