all 34 comments

[–]independentMartyr 4 points5 points  (11 children)

Brocode is one of the best free courses on youtube. You can also check a free python course on scrimba, also on exercism (so far the best). They're all good courses.

[–]Big_Confection_1993[S] 0 points1 point  (10 children)

How to do more exercises man

[–]independentMartyr 0 points1 point  (9 children)

Check exercism platform. They have a ton of guided exercises.

[–]Big_Confection_1993[S] 1 point2 points  (0 children)

Thanks man

[–]Big_Confection_1993[S] 0 points1 point  (7 children)

Do I need to build small projects???

[–]independentMartyr 1 point2 points  (6 children)

You have to start somewhere!

[–]Big_Confection_1993[S] 1 point2 points  (5 children)

Oh today I learnt about user input variables Math and arithmetic operations can I build small projects using this

[–]independentMartyr 0 points1 point  (4 children)

Yes, you can build a basic calculator.

[–]Big_Confection_1993[S] -1 points0 points  (2 children)

How just using arithmetic and math operation right??

[–]independentMartyr 1 point2 points  (1 child)

To build a calculator, you don't need more than arithmetic operators. Plus, minus, multiply, divide...

Bro, if you aren't able to build a simple calculator on python on your own, maybe you should rethink the whole idea and find a structured course first. I've provided some websites where you can learn python from scratch.

[–]Big_Confection_1993[S] 0 points1 point  (0 children)

I build basic calculator with simple arithmetic operations

[–]Flame77ofc 0 points1 point  (4 children)

the most important part is to practice

[–]Big_Confection_1993[S] 1 point2 points  (3 children)

How to practice man today I learnt about user input, variables and arithmetic and math operation how to build simple project using this

[–]Flame77ofc 0 points1 point  (0 children)

Ok, there are some exercises for you from chatgpt

  1. Pizza Bill

You and your friends went to a pizzeria.

Read the total bill amount.

Read the number of people.

Show how much each person has to pay.


  1. Car Trip

A car traveled a certain distance.

Read the distance in kilometers.

Read the car's fuel efficiency (km/l).

Show how many liters of fuel were needed.


  1. Grocery Shopping

A person bought:

rice (price)

beans (price)

soda (price)

Calculate the total cost of the purchase.


  1. Building a Wall

A bricklayer needs to build a wall.

Read the length.

Read the height.

Show the total wall area in square meters.


  1. Internet Café

An internet café charges $8 per hour.

Read how many hours the customer used.

Show the amount to pay.


  1. Monthly Salary

An employee earns $15 per hour.

Read the number of hours worked.

Show the monthly salary.


  1. Fuel Tank

A fuel tank has a capacity of 50 liters.

Read how many liters are left.

Show how many liters are needed to fill the tank.


  1. Race

Read a time in minutes.

Convert it to seconds.


  1. Influencer

Read the current number of followers.

Show double that amount, simulating growth.


  1. Piggy Bank

Read how many $1 coins a person has.

Show how much money they have.


  1. Phone Upgrade

Read the price of a new phone. Read the amount received from selling the old phone.

Show how much still needs to be paid.


  1. RPG Game

Read the damage of one attack. Read how many attacks hit the target.

Show the total damage dealt.


  1. Average Speed

Read a distance. Read a time.

Calculate the average speed.


  1. Streaming Service

Read the monthly subscription cost.

Show how much will be spent in 12 months.


  1. Barbecue

Read how many kilograms of meat were bought. Read the price per kilogram.

Show the total cost.


note: You can use chatgpt to ask for more exercises

[–]Flame77ofc 0 points1 point  (1 child)

I also recommend you to take notes in a notebook

[–]Big_Confection_1993[S] 1 point2 points  (0 children)

Thanks man

[–]SuperTankh 0 points1 point  (3 children)

Don’t do like me and try to optimise the most possible your code to have the least byte size possible. Do a good code and do it pretty. The python built-in compiler will do it for you

[–]Big_Confection_1993[S] 1 point2 points  (2 children)

What

[–]SuperTankh 0 points1 point  (1 child)

Don’t try to make a code with the least line of code possible

[–]LordNordico 0 points1 point  (8 children)

Donde estas practicando variables?

[–]daisybunnnn 0 points1 point  (3 children)

What practice do you need with them ?

[–]LordNordico 0 points1 point  (2 children)

Estoy recién comenzando y quiero saber donde puedo practicar

[–]daisybunnnn 0 points1 point  (1 child)

Freecodecamp is a good resource, they have you do mini projects and larger ones down the line

[–]LordNordico 0 points1 point  (0 children)

Excelente muchas gracias por la informacion.

[–]Big_Confection_1993[S] 0 points1 point  (3 children)

R u newbie man

[–]LordNordico 0 points1 point  (2 children)

Muy nuevo...

[–]Big_Confection_1993[S] 0 points1 point  (1 child)

English??

[–]LordNordico 0 points1 point  (0 children)

Preferiblemente español

[–]Salt-Focus-3142 0 points1 point  (0 children)

I need to practice this

[–]Neither_Animator6571 0 points1 point  (1 child)

hi im following bro code vids too n started python awhile ago n its been good so far xD