Python source code for this exercise: https://www.my-courses.net/2020/10/solution-exrcise-44-python-program-that.html
Ecrire un programme python qui regroupe dans une liste tous les mots commençant par une majuscule dans une chaîne donnée s.
Exemple pour s = "Python est un langage de programmation de haut niveau. Développé à l'origine par Guido van Rossum en 1989." Le programme doit renvoyer la liste:
- "Python", "À l'origine", "Guido", "Rossum" - Ce script a été réalisé sous Python 3.7 Windows 7, Python 3.7 Windows 8 et Python 3.7 Windows 10.
Pour un visionnage de qualité professionnel, utiliser le navigateur google chrome
Write a python program which groups in a list all the words which begin with a capital letter in a given string s.
Example for s = "Python is a high level programming language. Originally developed by Guido van Rossum in 1989." The program should return the list:
-"Python", "Originally", "Guido", "Rossum"- This script was created under Python 3.7 Windows 7, Python 3.7 Windows 8 and Python 3.7 Windows 10.
For professional quality viewing, use the google chrome browser.
See all python string exercises: https://www.my-courses.net/2019/08/python-practice-exercises-with-solution.html

Exercices Python: les bases: https://www.tresfacile.net/tp-python-exercices-corriges-dalgorithmique-python-les-bases/
Tous les TP Python avec solutions: https://www.tresfacile.net/tp-python-avec-solutions/
Python Exercises With Solutions : https://www.my-courses.net/p/python-exercises-with-solutions.html
Basic Python Exercises-Solutions:
- Exercises on Strings and Lists: https://www.my-courses.net/2019/08/python-practice-exercises-with-solution.html
- OOP Exercices with solutions: https://www.my-courses.net/2020/02/exercises-with-solutions-on-oop-object.html
- Exercises on Python File I/O: https://www.my-courses.net/2020/03/exercise-on-python-files-io.html
- Python Dictionary Exercises:https://www.my-courses.net/p/python-dictionary-exercises.html
- Python Sets Exercises: https://www.my-courses.net/p/python-set-exercises-with-solutions.html
Python Mathematics Exercises
High School Grade 10
- Python Arithmetic Exercises: https://www.my-courses.net/p/python-arithmetic-exercises-with_13.html
- Equations & System Of Equations: https://www.my-courses.net/p/solving-equations-and-systems-of.html
- Polynomials and Functions: https://www.my-courses.net/p/solving-equations-and-systems-of.html
- High School Grade 11
- Python Arithmetic Exercises: https://www.my-courses.net/p/python-arithmetic-exercises-with_30.html
- Numpy, Matplolib, Sympy , Scipy - Exercises:https://www.my-courses.net/p/python-numpy-exercise-high-school-grade.html
- High School Grade 12
- Python Arithmetic Exercises: https://www.my-courses.net/p/python-arithmetic-exercises-with.html
Python GUI Tkinter Exercises: https://www.my-courses.net/p/python-gui-tkinter-exercises-