Solution Exercise 49: create and read file on user desktop
Exercise 49 Write a Python program that allows you to create a file on desktop called myFile.txt and write on it the content s = 'Python is oriented programming language'.…
Exercises on Python Files I/O With Solutions
Exercise 49 || Solution Write a Python program that allows you to create a file on desktop called myFile.txt and write on it the content s = 'Python is oriented…
The configparser module
1 - The configparser module The Python language has a module called configparser which allows you to use and manipulate configuration files similar to Windows files of .ini type. The…
Solution Exercise 44 : python class circle with area and perimeter method
Exercise 44 1 - Define a Circle class allowing to create a circleC (O, r) with center O(a, b) and radius r using the constructor: def __init__(self,a,b,r): self.a = a…
Tkinter Button Widget
1. About Tkinter Widget To create graphics software, you must add graphic elements called widget to a window. The widgets term means a contraction of windows and gadget We have…
This banking Trojan can steal everything from your data, even your strong authentication codes
Cerberus malware has a feature that extracts single-use codes and sends them to an external server. Proof that the smartphone is not the best place for strong authentication. Strong authentication…
Google’s data centers have never been more efficient, thanks to artificial intelligence
Despite the explosion in data consumption and cloud services, the energy expenditure of data centers has been contained since 2010. Google sees itself as a model of its kind. Significant…