Python Example – Write a Python program to get week number.

(Python Example for Citizen Data Scientist & Business Analyst)   Write a Python program to get week number.   Sample Solution: Python Code: import datetime print(datetime.date(2015, 6, 16).isocalendar()[1]) Sample Output: 25   Write a Python program to get week number Free Machine Learning & Data Science Coding Tutorials in Python & R for Beginners. Subscribe … Continue reading Python Example – Write a Python program to get week number.