“The chief task in life is simply this: to identify and separate matters so that I can say clearly to myself which are externals not under my control, and which have to do with the choices I actually control...”
The Stoic philosopher Epictetus was born a slave and died the most sought-after teacher in the ancient world.
Here are 12 rules he lived by...
⇩⇩⇩
“The chief task in life is simply this: to identify and separate matters so that I can say clearly to myself which are externals not under my control, and which have to do with the choices I actually control...”
“Don’t let the force of the impression carry you away. Say to it, ‘hold up a bit and let me see who you are and where you are from—let me put you to the test’ . . .”
“Every event has two handles—one by which it can be carried, and one by which it can’t. If your brother does you wrong, don’t grab it by his wronging...Instead, use the other—that he is your brother...hold the handle that carries.”
"If someone succeeds in provoking you, realize that your mind is complicit in the provocation."
“Whenever anyone assents to what is false, one may be sure that he does not willingly give his assent to falsehood but rather that what is false seemed to him to be true.”
“Finally decide that you are an adult who is going to devote the rest of your life to making progress.”
"The key is to keep company only with people who uplift you, whose presence calls forth your best."
“I cannot call somebody ‘hard-working’ knowing only that they read...Even if ‘all night long’ is added, I cannot say it – not until I know the focus of all this energy...If their efforts aim at improving the mind...”
“If you want to improve, be content to be thought foolish and stupid.”
“The important thing is to take great care with what you have while the world lets you have it.”
“How long will you wait before you demand the best of yourself?”
Every morning we send out a short (~500 word) email rooted in the wisdom of Epictetus and the other Stoic philosophers.
Join over 350,000 people and subscribe at https://t.co/fFNLroKAD6
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.
==========================
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.
