Skip to content

A list of 50 programs for beginners in python

License

Notifications You must be signed in to change notification settings

Axel546/Python-Beginners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to hacktoberfest_2020

HF2020

:octocat: Open your first pull request for the Hacktoberfest 2020 challenge.

How to make your first pull request?

Step#1: Star this repo 🌟

Step#2: Show some love 😄

Follow me on github - this motivates me to review & merge pull requests quicker.

Step#3: Fork and clone the repository.

Step#4: Solve any question, make sure you solve the program using required conditions

Step#5: Add your files git add -A

Step#6 Commit your changes git commit -m "commit message here"

Step#7: Push to your fork git push and submit a pull request.

Step#8: Pat your self on the back and wait for your pull request to be reviewed and merged.

Are you a Software Developer💻?

This repo is open to contributions (in the form of questions) from Software Developers.

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

Questions

  1.  "Hello, World!" Program - solved
  2.  Program to Print an Integer (Entered by the User) - solved
  3.  Program to Add Two Integers - solved
  4.  Program to Multiply two Floating Point Numbers - solved
  5.  Program to Find ASCII Value of a Character - solved
  6.  Program to Compute Quotient and Remainder - solved
  7.  Program to Find the Size of int, float, double and char
  8.  Program to Demonstrate the Working of Keyword long
  9.  Program to Swap Two Numbers - solved
  10. Program to Check Whether a Number is Even or Odd - solved
  11. Program to Check Whether a Character is Vowel or Consonant
  12. Program to Find the Largest Number Among Three Numbers - solved
  13. Program to Find all Roots of a Quadratic Equation provided a,b,c
  14. Program to Check Leap Year - solved
  15. Program to Check Whether a Number is Positive or Negative - solved
  16. Program to Check Whether a Character is an Alphabet or not
  17. Program to Calculate the Sum of Natural Numbers
  18. Program to Find Factorial of a Number - solved
  19. Program to Generate Multiplication Table - solved
  20. Program to Display Fibonacci Sequence - solved
  21. Program to Find GCD of two Numbers - solved
  22. Program to Find LCM of two Numbers - solved
  23. Program to Display Characters from A to Z Using Loop - solved
  24. Program to Count Number of Digits in an Integer - solved
  25. Program to Reverse a Number - solved
  26. Program to Calculate the Power of a Number - solved
  27. Program to Check Whether a Number is Palindrome or Not - solved
  28. Program to Check Whether a Number is Prime or Not - solved
  29. Program to Check Armstrong Number
  30. Program to Display Factors of a Number - solved
  31. Program to Make a Simple Calculator
  32. Program to Display Prime Numbers Between Intervals Using Function
  33. Program to Check Prime or Armstrong Number Using User-defined Function
  34. Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers
  35. Program to Find the Sum of Natural Numbers using Recursion
  36. Program to Find Factorial of a Number Using Recursion - solved
  37. Program to Find G.C.D Using Recursion - solved
  38. Program to Convert Binary Number to Decimal and vice-versa
  39. Program to Convert Octal Number to Decimal and vice-versa
  40. Program to Convert Binary Number to Octal and vice-versa
  41. program to Reverse a Sentence Using Recursion - solved
  42. program to calculate the power using recursion
  43. Program to Calculate Average Using Arrays - solved
  44. Program to Find Largest Element in an Array - solved
  45. Program to Calculate Standard Deviation - solved
  46. Program to Add Two Matrices Using Multi-dimensional Arrays
  47. Program to Multiply to Matrix Using Multi-dimensional Arrays
  48. Program to Find Transpose of a Matrix - solved
  49. Program to Multiply two Matrices by Passing Matrix to a Function
  50. Program to Find the Frequency of Characters in a String - solved
  -----------------------------------------------------------------------------------------------------------------------------------

Note : Questions with solved next to them already have been solved and hence futher pull requests of their soluions will not be accepted.

Remaining Pull Requests will be dealed starting from 19-10-2020 10am IST

About

A list of 50 programs for beginners in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%