Skip to content

Several small Python projects for beginners

License

Notifications You must be signed in to change notification settings

niftycode/small-python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

small-python-projects

Static Badge Static Badge GitHub License Code style: black GitHub Issues or Pull Requests

Introduction

After knowing the basics of a programming language, the question arises of the next step. Instead of continuing to deal with theory, it makes sense to develop your own programs. Small entry-level programs can help with this. Because you can see how a program has been implemented. In addition, you can try to further develop the program. Or you can first try to find a solution yourself without first taking a look at the finished code.

This collection of small Python programs wants to help beginners in this way. Depending on the state of knowledge, some code may seem trivial. Others, on the other hand, may be a great challenge. In the latter case, you should not be deterred, but try to understand the code step by step. In this context, it is not a bad idea to rewrite the program in order to get a better understanding.

Table of Contents

  • bmi-1
  • bmi-2 (same as "bmi-1", but with exception handling)
  • bmi-3 (same as "bmi-2", but with exception handling in a separate module)
  • fahrenheit-converter
  • hex-to-dec
  • addition-quiz
  • palindrome
  • quadratic-equation
  • text-handling
  • box-volume
  • random-password
  • two-points-distance
  • Turtle
    • square

Releases

No releases published

Packages

No packages published

Languages