Mohamad
Programming (Mobile, Web, Database, Machine Learning)
Programming (Mobile, Web, Database, Machine Learning)
With the advent of Internet and Big Data, handling HTTP Request is essential nowadays. Python provides 3 important libraries for this purpose: UrlLib (simple, high-level…
Read moreFiles are the external storage container for data. They are part of input-output mechanism in Python . #open, write and close a file # append (a) f = open("emo…
Read moreMap, Filter and Reduce are functions that accepts an input function as a parameter and return another function as a result; they represent the concept of Functional Pr…
Read moreIF IF ELIF IF ELIF ELSE WHILE BREAK CONTINUE ELSE FOR FOR ... IN FOR ... IN RANGE ELSE Most of the examples below used Lambda to iterate through Iterable Object values a…
Read more