Conceptual Coding Problems for Python Developers
- You can select any problem statement as per your programming skill levels
- The program must be coded in Python programming language.
- Create New File (press "add new file" button).
- Name this file as per your chosen problem statement.
- Add Your Code
- Create your pull request
- Done!
- You can also upload a .ipynb file for a given problem statement.
- Program to display only those characters which are present at an even index number in a given string.
- Program to return true if in a given list of numbers the first and last number is same.
- Program to return the total count of a user input sub-string appearing in the given string
- Given a two list of numbers create a new list such that new list should contain only odd numbers from the first list and even numbers from the second list.
- Write a Python program to get a string from a given string where all occurrences of its first char have been changed to '$', except the first char itself. Go to the editor Sample String : 'restart' Expected Result : 'resta$t'
- Write a Python program to sort a list of tuples using Lambda Expression.
- Write a Python program to count the frequency of each word in a given string and store it into a dictionary with key=word and values=frequency of word.
- Write a Python program calculate the factorial of a number using recursion.
Note: Needs to be uploaded in .pynb format
- A simple deep neural network archietechture for binary classification of dogs and cats images using Tensor Flow.
- A simple Linear Regression model along with printing the intercept and coefficient with a random generated data using numpy and random libraries.
- A Multiple Linear Regression model along with printing the intercept and coefficient with a random generated data using numpy and random libraries.
- Plot a histogram for a randomly generated dataset using numpy.
- Create Map for your favourite location using Folium library.
All Python enthusiasts, create a pull requests for your generated codes. We appreciate your contributions :-)