SortedCoding
1.2K subscribers
185 photos
38 videos
194 files
140 links
Learn to code with clarity and precision
Download Telegram
We’ve hit 1.9K subscribers! 🎉 I’m so excited to have you all on this journey with me. Thank you for your support, comments, and likes. Let’s keep growing together!
🔥1
softylog1.png
7.9 MB
Make A Website With Login And Register - HTML CSS & Javascript
Download Source code 👇 https://github.com/SortedCoding/WebsiteLoginRegisterSoftlyFades
👍2
Avtar Logo.png
544.3 KB
Code 👇 from turtle import *
speed(0)
bgcolor('black')
color('orange')
hideturtle()
n = 1
p = True
while True:
circle(n)
if p:
n = n-1
else:
n = n+1
if n ==0 or n == 60:
p = not p
left(1)
forward(3)
🔥2
pinklogin.png
9.4 MB
Create a Simple Login Form with HTML & CSS
Download Source code 👇 https://github.com/SortedCoding/BeautifulLoginForm22
1
🎉 Thank You for 2,000 Subscribers! 🎉

Hey everyone!

I’m excited to share that we’ve officially hit 2,000 subscribers on the channel! This journey has been incredible, and it’s all thanks to YOU—your support, feedback, and engagement have been amazing.

Whether you’ve been here from the start or just joined, I truly appreciate every one of you. I’m committed to bringing even more valuable and exciting content your way as we continue to grow together.

Here’s to the next chapter, and of course, the next milestone! Stay tuned for what’s coming next. 😊

Thank you again for being part of this community. Let’s keep building something great!

 @SortedCoding 
1
animelogin.png
7.5 MB
Create a Simple Login Form with HTML & CSS
Download Source code 👇 https://github.com/SortedCoding/BeautifulLoginForm23
1
blackaestheticmountains.png
2.8 MB
Create a Simple Login Form with HTML & CSS
Download Source code 👇 https://github.com/SortedCoding/BeautifulLoginForm24
1
Screenshot 2024-08-20 083307.png
6.4 MB
Create a Simple Login Form with HTML & CSS
Download Source code 👇 https://github.com/SortedCoding/BeautifulLoginForm33
1💘1
Create Awesome cursor animation on MouseMove using JavaScript (EASY tutorial)👇 https://youtu.be/DNZrhA16PHI
1
code👇 import turtle

def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()

def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()

# draw the blue background
draw_square('#3b5998',200)

# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))

#hide the turtle
turtle.hideturtle()
turtle.done()

draw_facebook_logo()
2
import turtle

def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()

def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()

# draw the blue background
draw_square('#3b5998',200)

# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))

#hide the turtle
turtle.hideturtle()
turtle.done()

draw_facebook_logo()
1
New project check it out.
1
SortedCoding
Shinchan.py
Shinchan cartoon code📥
1
Navigation bar.txt
2.8 KB
Navigation bar.txt
1
Muilti Check out.txt
2.3 KB
Multi Check out.txt
1
Falling Star.txt
3.7 KB
Falling star.txt
1