Quick Info→
Age: 45 Years Marital Status: Unmarried
Bio/Wiki | |
---|---|
Real name | Prashant Tripathi |
Profession(s) | • Advaita Teacher • Author |
Physical Stats & More | |
Height (approx.) | in centimeters– 175 cm in meters– 1.75 m in feet & inches– 5’ 9” |
Eye Colour | Black |
Hair Colour | Salt & Pepper |
Career | |
Awards | • ‘Most Influential Vegan’ by PETA India in 2022
• Karya Siddhi Award at the iMD Awards 2022 |
Personal Life | |
Date of Birth | 7 March 1978 (Tuesday) |
Age (as of 2023) | 45 Years |
Birthplace | Agra, Uttar Pradesh |
Zodiac sign | Pisces |
Nationality | Indian |
College/University | • Indian Institute of Technology, Delhi • Indian Institute of Management, Ahmedabad, Gujarat |
Educational Qualification(s) | • B. Tech from the Indian Institute of Technology, Delhi (1999) • MBA from the Indian Institute of Management, Ahmedabad, Gujarat (2003) |
Religion | Hinduism |
Food Habit | Vegan |
Relationships & More | |
Marital Status | Unmarried |
Family | |
Wife/Spouse | N/A |
Parents | His father served as an administrative service officer, and his mother was a housewife. |
Siblings | He has two siblings. |
Some Lesser Known Facts About Acharya Prashant
- Acharya Prashant is an Indian author and Vedanta teacher. He has gained recognition for his teachings on Gita and Upanishads. In 2015, he founded a non-profit organization ‘PrashantAdvait Foundation.’
- In an interview, he revealed that his love for reading began during his childhood. He mentioned that at the age of five, he started reading about the Blue Star Operation. As he grew older, he developed an interest in classical and spiritual literature, which he began reading at a young age.
An old photograph of Acharya Prashant
- In 2000, he cleared the CAT and UPSC exams. Later, he got selected for the Indian Railway Personnel Service (IRPS); however, he made a decision to leave the IRPS Services to dedicate his life to teaching Advaita Vedanta (a Hindu sadhana) to the younger generation.
- After completing his post-graduation in 2003, he started working in a corporate company called ‘GE Capital,’ situated in Gurgaon. He worked there as an assistant manager for more than one year and left the job in 2004.
He worked as a senior consultant at ECS Private Limited, Gurgaon for more than a year (2004-2005).
- In 2005, he joined a media company named ‘Bennett Coleman and Co. Ltd,’ New Delhi, as a Senior Manager. He worked there for more than one year and resigned from the job in October 2006.
- During his tenure in the corporate sector, Acharya Prashant used to teach MBA students on weekends. He there taught his self-designed course named ‘Perspective in Leadership through Literature.’ In 2011, he began recording his live sessions, which he subsequently uploaded to his YouTube channel.
- Acharya Prashant started a private limited company called ‘Advait Life Education’ in 2006. Through this company, he introduced ‘Life Education Courses’ in various higher educational institutions across different cities and states. He also organized programs called ‘Student Development Programmes’ (SDP) and ‘Management Development Programmes’ (MDP) to help students develop their skills.
- In an interview, he talked about the challenges he encountered during the early stages of establishing the company. He also revealed that on recognizing that his teaching faculty fell short of achieving his desired objectives, he personally took charge of delivering lectures at the host colleges. This commitment led him to travel extensively for nearly five years, as the host colleges were scattered across different cities and states. He delivered his first interactive lecture in 2008 and later continued conducting open seminars. In 2011, he began recording his live sessions, which he subsequently uploaded to his YouTube channel.
- In December 2015, Acharya Prashant founded a non-profit organization called ‘PrashantAdvait Foundation.’ The primary purpose of this organization is to eliminate falsehoods present within individuals and society. It aims to promote a scientific and spiritual approach towards self and life.
- Through the foundation, Acharya started conducting online courses based on Advaita Vedanta (a Hindu sadhana). In these courses, he taught about seventeen different versions of the Gita and sixty different versions of the Upanishads.
- Apart from teaching in its own organization, the foundation actively collaborates with esteemed engineering and management institutes in India. The foundation has successfully organized online Vedanta classes by Acharya Prashant in prestigious Indian institutions such as IIT Delhi, IIM Ahmedabad, IIT Kanpur, IIT Bombay, NIT Jamshedpur, and Banaras Hindu University.
Acharya Prashant delivering a lecture at IIT Delhi
- Acharya Prashant is a prolific writer who has contributed articles to numerous esteemed newspapers. He has authored over 85 books on spirituality.
- One of his notable books, titled “Karma: Why Everything You Know About It Is Wrong,” gained significant recognition by reaching the top position on Nielsen Bookscan’s bestseller list in August 2021. In October 2021, the book further secured the eighth position on the bestseller list published by The Asian Age.
Cover of the book ‘Karma: Why Everything You Know About It Is Wrong’
- His other notable books include ‘Advait in Everyday Life,’ ‘Karmayoga,’ ‘Ghar Ghar Upanishad,’ ‘Jaaka Gala Tum Kaatiho,’ and ‘Maya.’
- In addition to teaching and writing, Acharya Prashant takes on various other responsibilities to contribute to society. He advocates for environmental causes, emphasizing the importance of protecting and preserving our natural resources. He also promotes veganism, encouraging individuals to adopt a plant-based lifestyle that avoids the use of animal products. In an interview, while talking about veganism, he said,
Veganism is nothing but the logical culmination of vegetarianism. Where does vegetarianism come from? The feeling that I will not kill the animal—I don’t want to harm the animal. That same feeling finds its final expression in veganism.”
- He also supports scientific endeavours, recognizing the significance of scientific exploration and its impact on human progress. He campaigns against superstitions, promoting rational thinking and questioning beliefs that lack a scientific basis.
- Acharya strongly supports the significance of fundamental human freedom and actively promotes individual rights and freedoms. He believes in empowering individuals to live authentically and pursue their true potential.
- He frequently gives lectures at TEDx events.
Acharya Prashant delivering a lecture on TEDx
- He has also developed a mobile application called “Acharya Prashant,” which provides access to a collection of wisdom quotes, posters, short videos, long videos, and articles by Acharya Prashant.
#home-hero{
background-image: url(“img/background.webp”);
background-repeat: no-repeat;
background-size:cover;
}
#main-box{
background: linear-gradient(to right, #000, red, #ff0);
background-size: 400% 400%!important;
animation: 4s infinite userform-gradient;
-webkit-animation: 4s infinite userform-gradient;
animation-duration: 4s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
animation-name: userform-gradient;
}
@keyframes userform-gradient {
0%, 100% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
}
/* text-bounce */
#text-bounce {
animation: zoomInOut 1.5s infinite;
}
@keyframes zoomInOut {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
/* slide animation */
.slide-up-animation {
animation: slide-up 0.5s ease-in-out;
}
@keyframes slide-up {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
#parent {
overflow: hidden;
}
/* side image animations */
#side-top {
animation-name: slide-down;
animation-duration: 2s;
animation-timing-function: ease;
animation-fill-mode: forwards;
}
@keyframes slide-down {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
#side-bottom {
animation-name: slide-up;
animation-duration: 2s;
animation-timing-function: ease;
animation-fill-mode: forwards;
}
@keyframes slide-up {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0%);
}
}
Fill & Win iPhone 14 Pro Max
Get a Chance to Win an iPhone 14 Pro Max*
Last Month’s Winners
Ashish
Enter birthdays of your family & friends to win an
iPhone14 Pro Max.
Your Name
Whose birthday is it?
Family & Friend’s Birth Date
Enter Your Whatsapp Number
Submit
Your information is safe with us