Coder Social home page Coder Social logo

hactoberfest2020-pythondevs's Introduction

HactoberFest2020-PythonDevs

Conceptual Coding Problems for Python Developers

Instructions

  • You can select any problem statement as per your programming skill levels
  • The program must be coded in Python programming language.

Steps to Contribute to this Repository

  1. Create New File (press "add new file" button).
  2. Name this file as per your chosen problem statement.
  3. Add Your Code
  4. Create your pull request
  5. Done!
  6. You can also upload a .ipynb file for a given problem statement.

Problem Statements

Easy (recommended for beginners)

  1. Program to display only those characters which are present at an even index number in a given string.
  2. Program to return true if in a given list of numbers the first and last number is same.
  3. Program to return the total count of a user input sub-string appearing in the given string
  4. 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.

Medium (recommended for intermidiate)

  1. 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'
  2. Write a Python program to sort a list of tuples using Lambda Expression.
  3. 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.
  4. Write a Python program calculate the factorial of a number using recursion.

Hard (recommended for advanced)

Note: Needs to be uploaded in .pynb format

  1. A simple deep neural network archietechture for binary classification of dogs and cats images using Tensor Flow.
  2. A simple Linear Regression model along with printing the intercept and coefficient with a random generated data using numpy and random libraries.
  3. A Multiple Linear Regression model along with printing the intercept and coefficient with a random generated data using numpy and random libraries.
  4. Plot a histogram for a randomply generated dataset using numpy.
  5. Create World Map representation using Folium library.

Contributing

All Python enthusiasts, create a pull requests for your generated codes. We appreciate your contributions :-)

hactoberfest2020-pythondevs's People

Contributors

aditya148 avatar nehanagle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.