TECHIE’S SCRIBBLING

Welcome to the TECHIE’S SCRIBBLING, the blog and the newsroom for the persons who are in the thrist of snoopiness. There is always a science to manage high tech business. And it needs to be respected. This blog gives you the reasons behind the growth of the technology.

A Sailor’s Nightmare Come True….

It was 7 o clock in the night and Paul was planning to leave from the port. He was going fishing this late, because otherwise the other sailors would scare away the fish. Or so he thought. He untied the rope that was holding the ship, and put down his sails. He let the wind…

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…

SIMPLE OPERATIONS IN PYTHON

Python has the capability of carrying out calculations. Enter a calculation directly into the Python console and it will answer correctly. EXAMPLE: >>> 2 + 2 4 >>> 5 + 4 – 2 7 The spaces around the plus and minus sign here are optional (The code would work without them.), but they make it…

NONE IN PYTHON

What is None? The None object is used to represent the absence of a value. It is similar to null in other programming languages. Like others “empty” values , such as 0, [] and the empty string, it is False when converted to a Boolean variable. When entered at the Python console, it is displayed…

PYTHON 2 VS PYTHON 3

All you need to know about python 3 and python 2 before you choose one of them. HELLO WORLD Python 2 –> print “Hello World” Python 3 —> print(“Hello World”) HISTORY OF PYTHON Python 2.0 – October 16, 2000 Python 2.1 – April 17, 2001 Python 2.2 – December 21, 2001 Python 2.3 – July…

Something went wrong. Please refresh the page and/or try again.


Follow My Blog

Get new content delivered directly to your inbox.

Leave a comment

Design a site like this with WordPress.com
Get started