I asked, "What’s one book every man should read?"

I received 1,500+ responses.

Here are 20 books every man should read in his lifetime:

1/

Man's Search For Meaning

by Viktor Frankl

https://t.co/zMbjqNG87Z
2/

The Way of The Superior Man

by David Deida

https://t.co/WILfVU9Xun
3/

Meditations

by Marcus Aurelius

https://t.co/hrDZCPN6Xf
4/

The Rational Male

by @RationalMale

https://t.co/QGNnNDIoEl
5/

Can't Hurt Me

by @davidgoggins

https://t.co/RzoSayagfb
6/

No More Mr. Nice Guy

by @dr_r_glover

https://t.co/L5VKXXAdcO
7/

Atomic Habits

by @JamesClear

https://t.co/88EsOszYLq
8/

Come As You Are

by @emilynagoski

https://t.co/BrfWnmmvum
9/

How To Win Friends & Influence People

by Dale Carnegie

https://t.co/IIfcY3Z4Tk
10/

Invisible Women

by @CCriadoPerez

https://t.co/2OWF7Mw6Ht
11/

The Millionaire Fastlane

by @MJDeMarco

https://t.co/saRD7FUTXB
12/

The Monk Who Sold His Ferrari

by @RobinSharma

https://t.co/rI3pKr2lSU
13/

Tribe

by @sebastianjunger

https://t.co/4LalsoGhTb
14/

Man Enough

by @justinbaldoni

https://t.co/U8zXzu05jl
15/

The Almanack of Naval Ravikant

by @naval

https://t.co/TXZg9oFIB0
16/

The Richest Man in Babylon

by George S. Clason

https://t.co/gEQiExRMCW
17/

Influence

by @RobertCialdini

https://t.co/MZUAlOIpqu
18/

Bhagavad Gita

by Vyasa

https://t.co/x9fHztspzf
19/

The Daily Stoic

by @RyanHoliday

https://t.co/kgwzAiSuuB
20/

12 Rules for Life

by @jordanbpeterson

https://t.co/mE338pcyyF
Enjoyed this thread and want more:

-books recs
-podcast recs
-educational threads

If so, follow @AlexAndBooks_ 👈

(ps: this thread uses affiliate links so if you want to support A&B and yourself, buy a book!)
Want a new book summary every week with actionable advice to improve your life?

Then sign up for my free book newsletter:

Join 15,000+ readers here:

https://t.co/7lQSijvU59
Looking for even more awesome book recs?

Check out this thread:

https://t.co/jLaq0vxsPB

More from Alex & Books 📚

10 FREE valuable websites every reader should know about:

1. Most Recommended Books (
https://t.co/mEZcEwO9sj)

Want to know what books Elon Musk, Naval Ravikant, or other famous people recommend reading?

This site collects book recommendations from authors, entrepreneurs, investors, and other successful people.


2. Open Library (https://t.co/jMbS90PreT)

Open Library is the library of the internet.

Anyone with an internet connection can browse, borrow, and read a book (even without a library card).


3. The Rabbit Hole (https://t.co/M00oPkQvjs)

Blas is one of the original book summary bloggers.

He's written 700+ book summaries.

The best part is everything is 100% free to read.


4. What Should I Read Next (https://t.co/dgrdVKPadK)

This site helps you find your next amazing book.

Type in a few of your favorite books and it will recommend a list of similar books.

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.