Q. What Is Coding?
--> Coding is an act of interpreting codes from human language to machine-based language. We can also say that it is a subset of programming that gives foundation to programming. In coding, the programmer instructs the computer, what to perform.
The key difference between programming and coding is that programming is the process of developing a program or application that trails certain standards and performs a specified task.
Share and Support
https://t.iss.one/free4unow_backup
--> Coding is an act of interpreting codes from human language to machine-based language. We can also say that it is a subset of programming that gives foundation to programming. In coding, the programmer instructs the computer, what to perform.
The key difference between programming and coding is that programming is the process of developing a program or application that trails certain standards and performs a specified task.
Share and Support
https://t.iss.one/free4unow_backup
Telegram
Free Courses with Certificate - Python Programming, Data Science, Java Coding, SQL, Web Development, AI, ML, ChatGPT Expert
We provide unlimited Free Courses with Certificate to learn Python, Data Science, Java, Web development, AI, ML, Finance, Hacking, Marketing and many more from top websites.
Admin: @love_data
Admin: @love_data
👍3❤1
# Defined function
from turtle import *
import turtle as t
def my_turtle():
# Choices
sides = str(3)
loops = str(450)
pen = 1
# Loop
for i in range(int(loops)):
forward(i * 2/int(sides) + i)
left(360/int(sides) + .350)
hideturtle()
pensize(pen)
speed(30)
left(90)
my_turtle()
t.done()👨💻10👍2❤1
from turtle import *
import turtle as t
def my_turtle():
# Choices
sides = str(3)
loops = str(450)
pen = 1
for i in range(int(loops)):
forward(i * 2/int(sides) + i)
left(360/int(sides) + .350)
hideturtle()
pensize(pen)
speed(30)
my_turtle()
t.done()👍7
Android App Development For Dummies (Michael Burton).pdf
8.1 MB
Android App development for Dummies
Learn C Programming, 2nd Edition (Jef.).pdf
15 MB
Learn C programming
Jeff Szuhay, 2022
Jeff Szuhay, 2022
👍2
👍2
Useful Telegram Channels to boost your career 😄👇
Free Courses with Certificate
Web Development
Data Science & Machine Learning
Programming books
Python Free Courses
Data Analytics
Ethical Hacking & Cyber Security
English Speaking & Communication
Stock Marketing & Investment Banking
Excel
ChatGPT Hacks
SQL
Tableau & Power BI
Coding Projects
Data Science Projects
Jobs & Internship Opportunities
Coding Interviews
Udemy Free Courses with Certificate
Cryptocurrency & Bitcoin
Python Projects
Data Analyst Interview
Data Analyst Jobs
Python Interview
ChatGPT Hacks
ENJOY LEARNING 👍👍
Free Courses with Certificate
Web Development
Data Science & Machine Learning
Programming books
Python Free Courses
Data Analytics
Ethical Hacking & Cyber Security
English Speaking & Communication
Stock Marketing & Investment Banking
Excel
ChatGPT Hacks
SQL
Tableau & Power BI
Coding Projects
Data Science Projects
Jobs & Internship Opportunities
Coding Interviews
Udemy Free Courses with Certificate
Cryptocurrency & Bitcoin
Python Projects
Data Analyst Interview
Data Analyst Jobs
Python Interview
ChatGPT Hacks
ENJOY LEARNING 👍👍
👍7🔥1🥰1👏1
👍4