First Black Woman Aviator in America

February 3, 2020

Rose in black and white

In 1915, at 23 years old, Coleman moved to Chicago, where she lived with her brothers and worked as a manicurist. Not long after her move to Chicago, she began listening to and reading stories of World War I pilots, which sparked her interest in aviation.

 first African American  avaitor
Bessie Coleman Photo: A+E Networks

First Black Woman Aviator—Bessie Coleman

In 1922, a time of both gender and racial discrimination, Coleman broke barriers and became the world’s first black woman to earn a pilot’s license. Because flying schools in the United States denied her entry, she took it upon herself to learn French and move to France to achieve her goal. After only seven months, Coleman earned her license from France’s well known Caudron Brother’s School of Aviation. 

Though she wanted to start a flying school for African Americans when she returned to the U.S., Coleman specialized in stunt flying and parachuting and earned a living barnstorming and performing aerial tricks. In 1922, she became the first African American woman in America to make a public flight.—biography.com

First black  woman aviator
Photo: National Air and Space Museum (Great Images in NASA Description) [Public domain], via Wikimedia Commons
aviatorBessie colemonblack
African American History Facts
The Case that Changed Illegal Marriages
More about JusMee

Discover more from JusMee Talkin

Subscribe now to keep reading and get access to the full archive.

Continue reading

function get_header( $name = null, $args = array() ) { /** * Fires before the header template file is loaded. * * @since 2.1.0 * @since 2.8.0 The `$name` parameter was added. * @since 5.5.0 The `$args` parameter was added. * * @param string|null $name Name of the specific header file to use. Null for the default header. * @param array $args Additional arguments passed to the header template. */ do_action( 'get_header', $name, $args ); $templates = array(); $name = (string) $name; if ( '' !== $name ) { $templates[] = "header-{$name}.php"; } $templates[] = 'header.php'; if ( ! locate_template( $templates, true, true, $args ) ) { return false; } }