2020 REWIND: RISE AND FALL OF THE INDIAN AUTOMOBILE INDUSTRY!

Like the rest of the world, the Indian automobile industry has been shaken by the Corona. At Lockdown 1.0, vehicle sales plummeted to an all-time high as people were forced to stay indoors. Festivals coming up at the end of the year, as expected, have revived vehicle sales from the slump. What challenges will the … Continue reading 2020 REWIND: RISE AND FALL OF THE INDIAN AUTOMOBILE INDUSTRY!

TOP 10

Top 10 Books/Resources/Algorithms/Library/Roles in Machine Learning, Data Science, Python. TOP 10 DATA SCIENCE BOOKS Introduction to Statistical Learning Data Science at the command line. Think stats. Python data science handbook R for data science. Machine Learning yearning. Ethics and data science. Deep Learning. Rules for machine learning. Probabilistic Programming & Bayesian methods. TOP 10 DATA … Continue reading TOP 10

CLASSICAL NEWSPAPER IN PYTHON

Here, we are creating a classical newspaper using tkinter Python which we read at home daily. We are using the Tkinter module for GUI purposes and will show text and images to tell any news to the header. SOURCE CODE: from tkinter import *from PIL import ImageTk, Image root = Tk()root.title(“Newspaper”)root.geometry(“1000×1000”) def from_100(text1):my_text = “”for … Continue reading CLASSICAL NEWSPAPER IN PYTHON

PRINT COLORED TEXT IN PYTHON

This is just a brief intro about these two color text generator libraries of python, you can do more thing like blinking text. USING COLORAMA print(Fore.BLUE + “Blue Text”) print(Back. RED + “Red Background”) print(Style. BRIGHT +”Bright text”) print(Style.RESET_ALL + “Normal Text”) Output Blue Text Red Background Bright text Normal Text USING TERMCOLOR from termcolor … Continue reading PRINT COLORED TEXT IN PYTHON

Design a site like this with WordPress.com
Get started