37 Random Things I've Learned In 2018 That Are Still Relevant In 2021

1. People care about how you make them feel and what you can do for them..
2. Love your parents.
3. Gratitude makes you so happy. I mean it.
4. Money is just a tool. Use it. Not the other way around.

5. Experience > Things.
6. Don't complain. It takes up so much mental energy.
7. Life is all about psychology (e.g. sales)
8. I don't know anything.
9. Life is beautiful (if you know how to live it).
10. Life is the movie. You are the director and the star. Make things happen.
11. Eat fruits before meals.
12. Exercise daily -- even if you don't want to.
13. Make your bed every morning, it's the first win you'll have in the day.
14. Listen to your gut.
15. Fight for your loved ones, not fight your loved ones.
16. You fail numerous times. Keep on failing. You'll succeed afterwards.
17. Don't follow the rules. Makes your own rules -- but still don't follow it.
18. Stress is because of giving a fuck to people. Stop it.
19. Your money isn't your money.
20. No one cares about you.
21. If you have something, share.
22. Visualize to make things come faster.
23. Drink water before you sleep and after you wake up.
24. People want what they can’t have.
25. If I hurt you, I’m hurting me.
26. Be a jack of all trades only at the beginning.
27. Learn from everyone you meet. Be conscious.
28. Life is a game. Play it well and win.
29. If people fuck with you, ignore them.
30. Stop doing the thing you don't want to do IF it does not help you reach your goals.
31. Do whatever it takes to make something happen.
32. Don't ever give up . . . ever. Just don't.
33. Life tests you everyday. Prove that you are worthy.
34. Always have an abundance mentality. Give shit without asking anything in return.
35. Happiness is a perspective.
36. Don't argue with people who don't have the same level of wiring as you. You'll just make them angry.
37. Sometimes . . . you have to lose something before you can truly appreciate it. Make sure you always show your appreciation to everyone. Give roses before the funeral.
Mark, 2018

https://t.co/mIbQBlovTC

More from Life

1/ Here’s a list of conversational frameworks I’ve picked up that have been helpful.

Please add your own.

2/ The Magic Question: "What would need to be true for you


3/ On evaluating where someone’s head is at regarding a topic they are being wishy-washy about or delaying.

“Gun to the head—what would you decide now?”

“Fast forward 6 months after your sabbatical--how would you decide: what criteria is most important to you?”

4/ Other Q’s re: decisions:

“Putting aside a list of pros/cons, what’s the *one* reason you’re doing this?” “Why is that the most important reason?”

“What’s end-game here?”

“What does success look like in a world where you pick that path?”

5/ When listening, after empathizing, and wanting to help them make their own decisions without imposing your world view:

“What would the best version of yourself do”?

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.