Microsoft Surface PCs again victims of serious battery problems
The Surface family would have little problems with endurance. In recent weeks, many users complain about the abnormal behavior of the battery of their devices.It's been a few days now…
Solution Exercise 18
Exercise 18 Write a program in Python that asks the user to enter a string s and return a message indicating whether the string contains the letter 'a' by indicating…
After the RGPD, the European Commission would prepare a regulation on artificial intelligence
Concerns are many about the potential drifts related to artificial intelligence technologies. Bias in the processing of requests, poor security of biometric data, use of data without consent ... The…
Exercise 19 Solution
Exercise 19 Write a program in Python that lists the strings that make up the list l = ["laptop", "iphone", "tablet", "printer", "Ipad"] by indicating the length of each string.…
Solution Exercise 17
Exercise 17 Write a program in Python to display for a given string the number of occurrences of each character in the string.Example for the string s = "Python.org" the…
Why Chinese hackers seek to steal medical data
Data theft is increasing in the health sector, probably to accelerate research and development of new products.Hospitals and medical research centers are currently among the favorite targets of ransomware writers.…
Python modules
Content What is a Python module ? Create your own module 2.1 Creating and importing a module 2.2 Partial import of the module 2.3 Import a module by assigning it…