Skip to main content

Posts

How to reset video watch in amazon prime

Amazon prime video is amazing entertainment website and provides rich contents of movies, documentary and seasons. When we are watching anything on prime video it also remembers the watch history as well as video watch history. In this context video watch history is different than video history. Video watch history means I am referring to last watched time and if you are watching seasons then no of season and episode. And as video history I am referring to your search history and recommendations based on that. Video search history stored permanently and it will grow as you watch the any videos on prime. courtesy How to reset video watch? There is no official method to reset your video watch because when you watch the any seasons it remembers the last season, video number and time you stopped watching. How ever there is one way to reset it is to do it manually in PC as well as on Mobile. I recommend do it on your personal computer or laptop . 1. Login to primevideo   2. Go to t...

Python program to count unique letters in any given string or paragraph

To count the unique letters in any given string and paragraph we can use python dictionary object and its indexing method. Below the program of counting unique alphabets, white spaces and dashes. Python Program or code: import string #Include " " to count it alphabet = string.ascii_letters + " " + " -- " #print(alphabet) sentence = 'Jim quickly realized that the beautiful gowns are expensive' address = """Four score and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal. Now we are engaged in a great civil war, testing whether that nation, or any nation so conceived and so dedicated, can long endure. We are met on a great battle-field of that war. We have come to dedicate a portion of that field, as a final resting place for those who here gave their lives that that nation might live. It is altogether fitting and proper ...

SoloLearn Python Core: celsius to fahrenheit converter code project answer

Code project answer of  SoloLearn mobile Application and project celsius to fahrenheit converter code from Python Core course. celsius = int(input()) def conv(c):      celsius = c f = 9/5 * celsius + 32 return f fahrenheit = conv(celsius) print(fahrenheit) In this code we just need to declare a variable, we can name it as 'f' and assign values of equation of Fahrenheit to Celsius convertor equation (9/5 * Celsius + 32), and return that variable f and print it. What is happening here is. In the first line we take one 'int' or 'whole number' as input and then we call the function 'conv' which returns converted value f. Then we simply take or copy that return variables data to our new variable called 'fahrenheit', and then we are going to print it.

SoloLearn Python Core: functions and modules quiz answer

 This is a quiz answer of module 4, Python Core course of SoloLearn mobile application. This is final quiz appear after module 4 functions and modules. 1. Fill in the blanks to define a function that takes two number as argument and returns smaller one. Ans. def min (x, y):      if x <= y:      return x else: return y 2. Rearrange the code to define a function that calculates the sum of all numbers from 0 to its argument. Ans . Def sum (x):      res = 0 for i in range (x): res += i return res 3. How would you refer to the randint function if it was imported like this?  from random import random as rnd_int. Ans . rnd_int 4. What is the highest number output by this code? def print_nums(x): for i in range(x): print(i) return print_nums(10) Ans. 0 5. What is the output of this code? def funct (x):      res = 0 for i in range(x):      res ...

How to count walking steps accurately in smartphones

 In smart phone padometer or counting walking steps application is easily available on their platform specific app store i.e On android it is called playstore. Most of the time when we think about this walking exercise we choose to purchase specific wearable exercise gadgets. i.e Expensive smart watch or fitness belt. you might not  aware that we can track and trace physical activity on smartphone like android and apple also. In smartphone, same sensor named accelerometer and gyroscope utilized to accomplish this task. How to position smartphone to track and trace walking steps accurately: Smartphone position to count walking steps 1. Download application, mostly one of named "Padometer"or "StepCounter on your smartphone. 2. First manually count(counting without smartphone) max 100 steps walking distance for calibration. 3. Now turn on the application. 4. In most of the application go to settings and set the sensory sensitivity to nearest to 50% 5. Hold perfect tight you...

Sololearn Python Core code project FizzBuzz answer

 FizzBuzz is a well known programming assignment, asked during interviews.The given code solves the FizzBuzz problem and uses the words "Solo" and "Learn" instead of "Fizz" and "Buzz". It takes an input n and outputs the numbers from 1 to n. For each multiple of 3, print "Solo" instead of the number. For each multiple of 5, prints "Learn" instead of the number. For numbers which are multiples of both 3 and 5, output "SoloLearn".  You need to change the code to skip the even numbers, so that the logic only applies to odd numbers in the range. Ans. for x in range(1, n , 2): if x % 3 == 0 and x % 5 == 0: print("SoloLearn") continue elif x % 3 == 0: print("Solo") continue elif x % 5 == 0: print("Learn") continue else: print(x)

Sololearn quiz answers for python Core: Control structure

 Sololearn mobile application quiz answers for Python Core programming of module control structure: 1. What is the output of this code? list = [1,1,2,3,5,8,13] print(list[list[4]]) Ans. 8 2. What does this code do? for i in  range(10):     if not i % 2 == 0:          print(i+1) Ans: Print all the even numbers between 2 and 10. 3. How many lines will this code print? While False:     print("Looping...") Ans. 0 4.Fill in the blank to print the first element of the list, if it contains even number of elements. Ans. list[1,2,3,4]          if len(list) % 2 == 0:               print(list[0]) 5. What does this code output? letters ['x','y','z'] letters.insert(1,'w') print(letters[2]) Ans. y 6. Fill in the blanks to iterate over the list using for loop and print its values. Ans. list = [1,2,3] for var in list:     print(var)

A thought on youtube automatic video transfer to another channel

When I, first started my channel, I had no idea that one day it might be useful to monetize it. So as an enthusiastic I just created many HowTo tutorials and just uploaded without thinking about subscribers or likes. But as of now it matters, so channel separation was essential to make videos available to targeted groups of people. But one of the older method was to create entire new Gmail-email address and new channel!   Brand account: Create channel with business or other names But Now Google officially supports multiple channels within same login. So recently, I made a new channel from the same account formally known as “ Brand account ”. What is does, it allows user to make a new channel without changing the Email address. You can make up to 50 different YouTube channels within the same Email ID. Now I wanted to make automatic videos transfer, one to another by just switching channels. Here is the illustration of my Idea in below image:   Youtube video tran...

How to block dynamic urls by robots txt in blogger

URL structure in blogger is restricted feature. It can not be either modified or deleted, specially when it relates to post & page url. Post url has fixed date inclusion in every new article you write. Similarly Pages has pre-fixed /P/ inclusion in every new page you create in blog spot as shown in below examples. Example: Post permalink http://www.freshknowledgecenter.com /2016/02/ how-to-remember-lengthy-texts-in-short.html Page permalink http://www.freshknowledgecenter.com /p/ contact-us.html According to google's policy these permalink cant be changed by users, Unlike word-press it is default and prefixed. That is why it becomes biggest issue in terms of  SEO . However Unique article with date inclusion can generates good traffic but as far as i know after some time those websites articles without date will win. No matter how good you write or represent. Read more:  Optimize Blogger SEO by Choosing right meta description Read more: Basic Blogger SEO Tr...

SEO optimized robots.txt configuration for blogger

Robots.txt is the configuration text file with couple of commands to take control over web content sharing with web crawlers. The robots exclusion protocol is created to instruct robots or web crawlers like google-bot and Bingbot for how to access and index pages from particular site. Generally, for personal website owner(i.e word press) needs to place this file in main or top level directory. Example: http://www.blogger.com/ robots.txt Read more about: Best Example ROBOTS.TXT Generated by google.com For blogger users, By default this files has been placed in root directory. To access it user needs to Enable it manually by change in settings. Steps to Enable Robots.txt file in blogger Step 1. Login to your account and go to settings . Step 2. Click on Edit and configure your commands. Step 3. Click on save changes Optimized ROBOTS.TXT file  Wrong setting may affect your whole website or even may be ignored by search engines. So it is necessary ...