Arama Sonuçları: "#programingLanguage"
10 sonuç
Road to Python! #python #learningpython
#programinglanguage #LearningJourney #zoyalearns #pythoncode #devOps
English

Dart programming: 5 Reasons to Learn Now! #dart #programinglanguage #coding youtu.be/bmFvwuYI-js?si… via @YouTube

YouTube
English

“Programming is breaking of one big impossible task into several very small possible tasks.”
#programming #softwaredevelopmentcompany #programinglanguage #coding #quoteoftheweek #programmingquotes

English

It is far, far easier to make a correct program fast than to make a fast program correct
– Herb Sutter (A Prominent C++ Expert)
#softwaredevelopment #developmentservices #programinglanguage #programming #softwaredevelopmentcompany #herbsutter

English

Guess the result?
Guess the language?
#programinglanguage
#everythingispossible
#startlearning
# Set up the screen
screen = turtle.Screen()
screen.setup(width=500, height=300)
screen.bgcolor("white")
# Create a turtle object
flag = turtle.Turtle()
flag.speed(0)
flag.penup()
# Draw the green rectangle (background)
flag.goto(-250, 150)
flag.begin_fill()
flag.color("green")
flag.forward(500)
flag.right(90)
flag.forward(100)
flag.right(90)
flag.forward(500)
flag.right(90)
flag.forward(100)
flag.end_fill()
# Draw the white part with the moon and star
flag.goto(-125, 150)
flag.begin_fill()
flag.color("white")
flag.forward(250)
flag.right(90)
flag.forward(100)
flag.right(90)
flag.forward(250)
flag.right(90)
flag.forward(100)
flag.end_fill()
# Draw the moon
flag.penup()
flag.goto(0, 180)
flag.begin_fill()
flag.color("green")
flag.circle(40)
flag.end_fill()
# Draw the star
flag.penup()
flag.goto(20, 200)
flag.begin_fill()
flag.color("white")
flag.goto(25, 170)
flag.goto(30, 200)
flag.goto(20, 185)
flag.goto(10, 200)
flag.goto(15, 170)
flag.goto(20, 200)
flag.end_fill()
# Hide the turtle and display the flag
flag.hideturtle()
turtle.done()
# Close the window when clicked
screen.exitonclick()
English

We cover a wide range of topics in programming languages like C, C++, Java Script, Python and PHP (Core + DSA) .
We provide online/offline professional practice based trainings.
#programinglanguage #javaprogramming #c #onlinetraning #offlinecoaching #phython #php #core #dsa #C

English

Learning to code can be more valuable than just building a startup or getting a job.
Whether you want to learn JavaScript, python, html, c++ and other language. It will open doors that you didn't even know existed
#programinglanguage #coding
#developer #software #programmers
English

Python overview(Amharic)/#programinglanguage /#pythonforbeginners/why py... youtu.be/CmzKrCYRlF8 via @YouTube

YouTube
English


