Mary Prema Pierick

Sister Mary Prema Pierick, M.C. (born 13 May 1953), is an Indian Catholic religious sister and the current Superior General of the Missionaries of Charity of Calcutta, India, the religious institute founded by the Saint Mother Teresa of Calcutta. She is of German descent.

Sister Mary Prema Pierick, M.C.
Sr Mary in 2016
TitleSuperior General of the Missionaries of Charity
Personal
Born
Mechthild Pierick

(1953-05-13) 13 May 1953
ReligionRoman Catholicism
NationalityGerman,
Indian
CitizenshipIndian
Senior posting
Period in office2009-
PredecessorNirmala Joshi

Biography

She was born Mechthild Pierick in a farming community in Reken, Germany. In 1980, after reading the biography of the foundress, Something Beautiful for God by Malcolm Muggeridge, she went to meet Mother Teresa in Berlin. She felt called to join her work and moved to India to join the Missionaries.[1]

Pierick eventually became the Regional Superior of the institute for the Sisters in Europe. She returned to India to supervise the tertianship program of the institute, the last stage of training before final religious profession. She succeeded Sister Nirmala Joshi as Superior General on 24 March 2009, heading an institute which had over 5,000 members worldwide at that time.[2]

gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.
gollark: Also, please use Flask and Python3.
gollark: Any good static-file server will ALREADY probably support the `Range` header.

References

Catholic Church titles
Preceded by
Sister Nirmala Joshi, M.C.
Superior General of the Missionaries of Charity
2009 – present
Incumbent


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.