In These repository one can start Programming from basic and learn to build logic yourself . some of the popular Programmes in these repositories are (Assignment_wise),
-
Swapping ,
-
Displaying Calender ,converting (kilometers to miles , Celsius to Fahrenheit), quadratic equation ,
-
Checking if it's (prime no.,leap year) ,
-
Factorial of a Number , multiplication Table, Fibonacci sequence, Armstrong Number ,
-
LCM , HCF , Decimal to binary (logical_code) , Simple Calculator,
-
Fibonacci Sequence Using Recursion,Factorial of Number Using Recursion,
-
Program to check if given array is Monotonic(continiously increasing or decreasing),
-
(Transpose, addition , multiplication) of a matrix , Sort Words in Alphabetic Order,Remove Punctuation From a String,
-
program of Disarium no., Happy no.(Different approach) , Harshad no. , Pronic no. ,
-
Operations on List .
-
program to check string is binary string or not ,
-
Operations on Dictionary , insertion at the beginning in OrderedDict, order of character in string using OrderedDict,
-
program that accepts a sentence and calculate the number of letters and digits , check the validity of password ,
-
generator which can iterate the numbers which are divisible by 7,program to compute the frequency of the words from string,generating all possible strings with given list ,
-
generator to print the even numbers between 0 and n ,defining class shape with subclass square with having another function area .,
-
function radians_to_degrees , function that returns a base-2 (binary) representation of a base-10 (decimal) string number,
-
function that replaces all the vowels in a string with a specified character, finding out hamming Distance .
-
Reversing a string , Factorial no. recursively , function that moves all elements of one type to the end of the list,
-
function that takes a single string as argument and returns an ordered list containing the indices of all capital letters in the string,
-
filtering out integers from a list , function which returns the list but with each element's index in the list added to itself, Triangular number sequence,
-
function that takes a list of dictionaries and returns the sum of people's budgets, function that takes a string and returns a string with its letters in alphabetical order,
-
Checking if a string has duplicates are not , function that takes in two lists and returns True if the second list follows the first list by one element,
-
function that takes a number as an argument and returns True or False depending on whether the number is symmetrical or not, function that sorts a list and removes all duplicate items from it,
-
function that takes an integer and returns a list from 1 to the given number, where: If the number can be divided evenly by 4, amplify it by 10 (i.e. return 10 times the number). If the number cannot be divided evenly by 4, simply return the number ,
-
function that converts a dictionary into a list of keys-values tuples, function that replaces all vowels in a string with a specified vowel, function that takes a string as input and capitalizes a letter if its ASCII code is even and returns its lower case version if its ASCII code is odd.