+ 1

Plz help me to learn coding

All

2nd Jun 2024, 2:57 PM
Kashish Pandey
55 Respuestas
+ 3
Keith i know bro this is for not private conversation and i am telling her not to chat here
4th Jun 2024, 8:03 AM
FAKER
FAKER - avatar
+ 11
I see that you already started with Coding Foundations. Stick with it and complete that course! If you get stuck or have any specific questions you should ask them here in the forums.
2nd Jun 2024, 3:06 PM
Keith
Keith - avatar
+ 4
HTML (including CSS) are not programming languages, but are still a good place to start. The Coding Foundations course starts with HTML and ultimately introduces Python. Please use the messaging feature for private conversations 😉
4th Jun 2024, 7:14 AM
Keith
Keith - avatar
+ 4
Kashish Pandey, FAKER This discussion forum is for help with coding. Please use DM for private conversations and you may want to review the community guidelines. https://www.sololearn.com/Discuss/3021159/?ref=app
4th Jun 2024, 7:52 AM
Keith
Keith - avatar
+ 3
Not here
6th Jun 2024, 2:21 PM
FAKER
FAKER - avatar
+ 2
Sorry but I am not bro I am a girl ☺️
4th Jun 2024, 7:03 AM
Kashish Pandey
+ 2
Download and install Python from python.org and use a text editor like Visual Studio Code. Understand these concepts: Variables and Data Types # Variables name = "Alice" age = 25 is_student = True # Print types print(type(name)) # Output: <class 'str'> print(type(age)) # Output: <class 'int'> print(type(is_student)) # Output: <class 'bool'> Control Structures (If-Else Statements) age = 20 if age >= 18: print("You are an adult.") else: print("You are a minor.") Loops # For loop for i in range(5): print(i) # While loop count = 0 while count < 5: print(count) count += 1 Functions def greet(name): return f"Hello, {name}!" print(greet("Alice"))
4th Jun 2024, 1:28 PM
GD&D
GD&D - avatar
+ 1
I want to learn coding
2nd Jun 2024, 2:58 PM
Kashish Pandey
+ 1
Oh okk
4th Jun 2024, 2:23 AM
Kashish Pandey
+ 1
Bro you can learn html , css they are simple language so you will don't face much difficulty in learning thant and when you are done with it you can learn any language by change of syntax
4th Jun 2024, 7:01 AM
FAKER
FAKER - avatar
+ 1
Can we talk in Hindi
4th Jun 2024, 7:13 AM
Kashish Pandey
+ 1
What is Linux Linux is operating system linke windows but with different features
6th Jun 2024, 5:16 AM
FAKER
FAKER - avatar
+ 1
Ohh
6th Jun 2024, 6:32 AM
Kashish Pandey
+ 1
Yes but related to topic
6th Jun 2024, 6:40 AM
FAKER
FAKER - avatar
+ 1
Ok
6th Jun 2024, 6:51 AM
FAKER
FAKER - avatar
+ 1
ok mayb use some utube vid that can help since it help me???
6th Jun 2024, 6:41 PM
Satwik Gupta
0
Call me kissu
4th Jun 2024, 7:04 AM
Kashish Pandey
0
So kissu I think u had understood what I want to say
4th Jun 2024, 7:06 AM
FAKER
FAKER - avatar
0
Yes , can we make friends
4th Jun 2024, 7:07 AM
Kashish Pandey
0
Oh you are also Indian where are you from
4th Jun 2024, 7:08 AM
Kashish Pandey