Posts by Dev NOOB • 121 points
4 posts
- 
		-1 votes1 answer412 viewsQ: Set variables with uppercase letter in PythonWell, I’m learning python and from time to time I’ll read other dev’s codes to learn something and variables appear with uppercase letters. Examples: RETRIABLE_STATUS_CODES = [500, 502, 503, 504],… 
- 
		1 votes3 answers168 viewsQ: Compare python 'E' letterI have this code that basically goes through the list new_users and check if there are already some users within current_users. When mine if converts the names of new_users for uppercase, lowercase,… 
- 
		1 votes0 answers458 viewsQ: Web service Rest + Mysql + AndroidFirst hello to everyone, is the following for my work of the course we developed a web application of a real estate with PHP but the second part of this work is to develop an android application in… 
- 
		8 votes1 answer692 viewsQ: What is the difference between Activity and View on Android?What’s the difference between Activity and View on Android?