DEV Community

Discussion on: What are the best Python projects for beginners?

Collapse
 
pawarpayal005 profile image
Payal Pawar

Here are the best and 5 mini python programming projects for beginners

In these days, java programming and python these 2 are the best programming languages and everybody needs to learn online java and python if you don't have time.

A.Dice Rolling Simulator

Concepts to keep in mind:
1.Random
2.Integer
3.Print
4.While Loops

B.Guess the Number

Concepts to keep in mind:
1.Random function
2.Variables
3.Integers
4.Input/Output
5.Print
6.While loops
7.If/Else statements

C.Mad Libs Generator

Concepts to keep in mind:
1.Strings
2.Variables
3.Concatenation
4.Print

D.TextBased Adventure Game

Concepts to keep in mind:
1.Strings
2.Variables
3.Input/Output
4.If/Else Statements
5.Print
6.List
7.Integers

E.Hangman :

Concepts to keep in mind:
1.Random
2.Variables
3.Boolean
4.Input and Output
5.Integer
6.Char
7.String
8.Length
9.Print

Collapse
 
juliatorrejon profile image
Julia Torrejón

Good thinking Payal!

Keeping in mind these concepts when considering a project is a great idea in order to solidify the knowledge since it offers a means to view some concepts integrated together.

Collapse
 
vickilanger profile image
Vicki Langer

I really like how you broke this down to what concepts are used in each project. I think that's incredibly helpful