en
Feedback
Codehub

Codehub

Open in Telegram

Free Programming resources.

Show more

๐Ÿ“ˆ Analytical overview of Telegram channel Codehub

Channel Codehub (@pythonadvisorai) in the English language segment is an active participant. Currently, the community unites 33 812 subscribers, ranking 4 070 in the Technologies & Applications category and 1 017 in the Malaysia region.

๐Ÿ“Š Audience metrics and dynamics

Since its creation on ะฝะตะฒั–ะดะพะผะพ, the project has demonstrated rapid growth, gathering an audience of 33 812 subscribers.

According to the latest data from 04 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -483 over the last 30 days and by -20 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 4.51%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 1 525 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 3.

๐Ÿ“ Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
โ€œFree Programming resources.โ€

Thanks to the high frequency of updates (latest data received on 05 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

33 812
Subscribers
-2024 hours
-1067 days
-48330 days
Posts Archive
Codehub
33 817
Best Python automation project with source code๐Ÿ˜ ๐Ÿ‘‡๐Ÿ‘‡ https://inprogrammer.com/best-python-automation-project-with-source-co
Best Python automation project with source code๐Ÿ˜ ๐Ÿ‘‡๐Ÿ‘‡ https://inprogrammer.com/best-python-automation-project-with-source-code/

Codehub
33 817
Download For Free โ˜บ๏ธ๐Ÿ‘‡ https://inprogrammer.com/data-science-ebooks-free-online/
Download For Free โ˜บ๏ธ๐Ÿ‘‡ https://inprogrammer.com/data-science-ebooks-free-online/

Codehub
33 817
How To Code in React.js.pdf19.67 MB

Codehub
33 817
An average prompt engineer salary is around $300,000๐Ÿค‘ in US. Abe beleive prompt engineer is becoming high in demand. Best Fr
An average prompt engineer salary is around $300,000๐Ÿค‘ in US. Abe beleive prompt engineer is becoming high in demand. Best Free "prompt engineering" course

Codehub
33 817
๐ŸŽ“ *Are you a recent college graduate looking to jumpstart your career in Full-Stack Software Development?* ๐Ÿ“Š Join us for a
๐ŸŽ“ *Are you a recent college graduate looking to jumpstart your career in Full-Stack Software Development?* ๐Ÿ“Š Join us for a webinar on "*Roadmap for recent graduates to land a job in Full-Stack Software Development*๐Ÿš€" and learn from our experts on how to succeed in this competitive field! Agenda for the session: Understanding the Full-Stack domain ๐Ÿ“š Skills that recent graduates need in Full-Stack Software Development ๐ŸŽฏ Steps to launch a career as Full-Stack Software Developer ๐Ÿš€ Live Q&A โ“ ๐Ÿ“… *Save the date: Fri, 02 Jun 2023, 04:00PM IST* ๐Ÿ“†โฐ ๐ŸŽŸ๏ธ *Register for FREE (Limited seats available):* *https://bit.ly/3oChxUo* ๐Ÿ†“๐ŸŽŸ๏ธ

Codehub
33 817
,

Codehub
33 817
No, need to pay for the python course. Here are list of 10 python course which is Free๐Ÿ˜ ๐Ÿ‘‡ https://inprogrammer.com/web-stories/top-10-python-development-courses-in-india-in-2023/

Codehub
33 817
neck1 = turtle.Turtle() neck1.speed(2) neck1.color("black","#FFE1CD") neck1.penup() neck1.goto(243.28,-169.45) neck1.pendown() neck1.begin_fill() neck1.rt(85) neck1.fd(30) neck1.rt(45) neck1.bk(40) neck1.fd(70) t = neck1.pos() neck1.lt(130) neck1.circle(300,extent=32) neck1.lt(90) end = neck1.pos() neck1.circle(300,extent=30) neck1.goto(243.28,-169.45) neck1.end_fill() neck1.hideturtle() vegeta = turtle.Turtle() vegeta.speed(1) vegeta.color("black","#FFE1CD") vegeta.penup() vegeta.goto(180,-85) vegeta.pendown() vegeta.begin_fill() vegeta.rt(140) vegeta.fd(30) vegeta.lt(110) vegeta.fd(20) vegeta.rt(60) vegeta.forward(7) vegeta.lt(45) vegeta.fd(10) v = vegeta.pos() vegeta.lt(55) vegeta.fd(20) vegeta.lt(25) vegeta.fd(10) vegeta.penup() vegeta.goto(v) vegeta.pendown() vegeta.rt(105) vegeta.fd(10) vegeta.lt(45) vegeta.fd(10) vegeta.back(5) vegeta.rt(45) vegeta.fd(35) vegeta.speed(0) for i in range(5): vegeta.lt(17) vegeta.fd(3) vegeta.fd(30) g = vegeta.pos() vegeta.fd(70) vegeta.lt(70) vegeta.fd(40) vegeta.rt(150) vegeta.circle(5,extent=110) vegeta.fd(30) vegeta.lt(70) vegeta.circle(200,extent=7) vegeta.circle(10,extent=100) vegeta.fd(25) vegeta.rt(100) vegeta.fd(30) vegeta.rt(145) vegeta.fd(10) vegeta.circle(5,extent=140) vegeta.forward(70) vegeta.circle(20,extent=65) vegeta.fd(5) vegeta.circle(45,extent=65) vegeta.fd(35) vegeta.fd(35) vegeta.goto(180,-85) vegeta.end_fill() vegeta.hideturtle() blue1 = turtle.Turtle() blue1.speed(6) blue1.color("blue") blue1.penup() blue1.goto(t) blue1.pendown() blue1.begin_fill() blue1.rt(160) blue1.circle(20,extent=40) blue1.fd(110) blue1.lt(120) blue1.fd(250) blue1.goto(end) blue1.end_fill() blue1.hideturtle() suit= turtle.Turtle() suit.speed(6) suit.color("#F3A903") suit.penup() suit.goto(end) suit.pendown() suit.begin_fill() suit.rt(180) suit.circle(120,extent=75) suit.lt(100) suit.fd(50) s = suit.pos() suit.lt(100) suit.circle(-70,extent=95) suit.goto(end) suit.end_fill() suit.penup() suit.goto(s) suit.pendown() suit.color("black","#707070") suit.pensize(2) suit.begin_fill() suit.rt(182) suit.fd(70) suit.circle(10,extent=90) suit.fd(5) suit.rt(90) suit.fd(50) suit.circle(18,extent=70) suit.fd(35) suit.lt(110) suit.fd(250) suit.lt(90) suit.fd(63) suit.goto(s) suit.end_fill() suit.hideturtle() eye1 = turtle.Turtle() eye1.speed(1) eye1.penup() eye1.goto(185,-75) eye1.pendown() eye1.right(35) eye1.forward(5) e2 = eye1.pos() eye1.lt(70) eye1.begin_fill() eye1.fd(60) eye1.rt(70) eye1.fd(10) eye1.rt(115) eye1.fd(17) e3 = eye1.pos() eye1.fd(40) eye1.goto(e2) eye1.end_fill() eye1.goto(e3) eye1.color("black","white") eye1.begin_fill() eye1.lt(70) eye1.fd(17) eye1.rt(85) eye1.fd(37) eye1.end_fill() eye1.begin_fill() eye1.color("black") eye1.circle(-5) eye1.end_fill() eye1.hideturtle() t=turtle.Turtle() t.speed(3) t.penup() t.goto(-380,330) t.pendown() t.begin_fill() for i in range(2): t.forward(762) t.right(90) t.forward(100) t.right(90) t.end_fill() t.hideturtle() text = turtle.Turtle() text.speed(1) text.penup() text.goto(-170,240) text.pendown() text.color("yellow") style = ('Impact',40,'bold') text.write("DRAG N",font=style) text.penup() text.goto(8,240) text.pendown() text.color("red") text.write("BALL",font=style) text.penup() text.goto(130,240) text.speed(2) text.pendown() text.begin_fill() text.lt(45) text.fd(70) text.rt(45) text.bk(30) text.lt(50) text.bk(25) text.left(25) text.fd(40) text.rt(75) text.fd(80) text.lt(45) text.bk(70) text.rt(45) text.fd(30) text.left(50) text.fd(25) text.lt(25) text.bk(40) text.goto(130,240) text.end_fill() text.hideturtle() ball = turtle.Turtle() ball.speed(2) ball.penup() ball.goto(-40,250) ball.pendown() ball.color("orange","orange") ball.begin_fill() ball.circle(20) ball.end_fill() ball.goto(-50,275) ball.color("red","red") ball.speed(2) ball.begin_fill() for i in range(5): ball.forward(20) ball.rt(144) ball.end_fill() ball.hideturtle() turtle.mainloop()

Codehub
33 817
import turtle neck = turtle.Turtle() neck.speed(2) neck.color("black","#FFD7C1") neck.penup() neck.goto(-282.50,-160.14) neck.pendown() neck.begin_fill() neck.rt(85) neck.fd(30) neck.left(45) neck.bk(40) neck.fd(70) neck.lt(35) neck.back(110) neck.fd(110) neck.circle(-30,extent=50) neck.forward(50) neck.rt(140) neck.circle(-800,extent=15) xx=neck.pos() neck.goto(-385,50) neck.end_fill() neck.hideturtle() goku = turtle.Turtle() goku.speed(1) goku.color("black","#FFD7C1") goku.penup() goku.goto(-205,-85) goku.pendown() goku.begin_fill() goku.lt(50) goku.fd(10) goku.lt(45) goku.fd(85) z = goku.pos() goku.penup() goku.goto(-205,-85) goku.pendown() goku.rt(145) goku.fd(30) goku.right(110) goku.fd(20) goku.lt(60) goku.forward(10) goku.right(45) goku.forward(10) x=goku.pos() goku.rt(45) goku.fd(20) goku.lt(25) goku.fd(10) goku.penup() goku.goto(x) goku.pendown() goku.left(45) goku.fd(10) goku.rt(45) goku.fd(10) goku.back(5) goku.lt(45) goku.fd(35) for i in range(5): goku.rt(17) goku.fd(3) goku.fd(30) n = goku.pos() goku.fd(70) goku.rt(70) goku.fd(40) y=goku.pos() goku.fd(100) goku.goto(z) goku.end_fill() goku.hideturtle() hair = turtle.Turtle() hair.speed(1) hair.penup() hair.goto(-385,50) start=hair.pos() hair.pendown() hair.begin_fill() hair.lt(45) hair.circle(-100,extent=30) hair.lt(65) hair.circle(-200,extent=45) hair.rt(160) hair.circle(200,extent=35) hair.lt(135) hair.forward(50) hair.rt(20) hair.circle(-200,extent=45) hair.right(135) hair.circle(200,extent=25) hair.left(145) hair.circle(-120,extent=75) hair.rt(135) hair.circle(300,extent=15) hair.lt(145) hair.fd(30) hair.circle(-150,extent=30) hair.rt(135) hair.circle(300,extent=25) hair.lt(90) hair.circle(-60,extent=50) hair.rt(130) hair.circle(100,extent=45) hair.left(130) hair.circle(-60,extent=50) hair.rt(130) hair.circle(100,extent=35) hair.lt(100) hair.circle(60,extent=50) hair.rt(135) hair.circle(-60,extent=30) hair.lt(120) hair.forward(155) hair.goto(start) hair.end_fill() hair.hideturtle() ear=turtle.Turtle() ear.speed(6) ear.color("black","#FFD7C1") ear.penup() ear.goto(y) ear.pendown() ear.begin_fill() ear.right(90) for i in range(5): ear.rt(27) ear.fd(2) ear.forward(25) ear.rt(70) ear.circle(-200,extent=10) ear.color("#FFD7C1","#FFD7C1") ear.rt(110) ear.forward(30) ear.goto(y) ear.end_fill() ear.hideturtle() blue = turtle.Turtle() blue.speed(4) blue.color("dark blue") blue.penup() blue.goto(-206.27,-262.95) blue.pendown() blue.begin_fill() blue.right(35) blue.circle(-100,extent=40) blue.rt(110) blue.fd(250) blue.goto(xx) blue.end_fill() blue.hideturtle() orange = turtle.Turtle() orange.speed(6) orange.color("#F85B1A") orange.penup() orange.goto(xx) orange.pendown() orange.begin_fill() orange.rt(50) orange.circle(400,extent=40) orange.left(10) orange.back(250) orange.goto(xx) orange.end_fill() eye = turtle.Turtle() eye.speed(1) eye.penup() eye.goto(-210,-75) eye.pendown() eye.right(125) eye.forward(5) e = eye.pos() eye.rt(90) eye.begin_fill() eye.fd(60) eye.lt(70) eye.fd(10) eye.lt(115) eye.fd(17) e1 = eye.pos() eye.fd(40) eye.goto(e) eye.end_fill() eye.goto(e1) eye.color("black","white") eye.begin_fill() eye.rt(70) eye.fd(17) eye.lt(85) eye.fd(37) eye.end_fill() eye.begin_fill() eye.color("black") eye.circle(5) eye.end_fill() eye.hideturtle() hair2 = turtle.Turtle() hair2.speed(1) hair2.penup() hair2.goto((189.15,-42.93)) hair2.pendown() hair2.begin_fill() hair2.lt(105) hair2.fd(80) hair2.left(25) hair2.back(20) hair2.rt(50) hair2.fd(30) hair2.rt(25) hair2.fd(100) hair2.lt(35) hair2.back(40) hair2.rt(35) hair2.circle(-200,extent=30) hair2.lt(45) hair2.back(35) hair2.rt(25) hair2.circle(-100,extent=20) hair2.circle(100,extent=30) hair2.left(35) hair2.back(310) hair2.lt(90) hair2.fd(100) hair2.goto((189.15,-42.93)) hair2.end_fill() hair2.hideturtle()

Codehub
33 817
photo content

Codehub
33 817
Register Free, Click here ๐Ÿ‘‡ https://forms.gle/wsVTP8icUf3qj4o27 โš ๏ธ Only 24 hours left โš ๏ธ
Register Free, Click here ๐Ÿ‘‡ https://forms.gle/wsVTP8icUf3qj4o27 โš ๏ธ Only 24 hours left โš ๏ธ

Codehub
33 817
Register yourself now Don't miss this Golden Opportunity๐Ÿ™Œ๐Ÿ˜

Codehub
33 817
๐ŸšจTime is Running out FAST โฑ๏ธ๐Ÿ’จ๐Ÿšจ ๐Ÿ˜ฎ One last Chance left to get the best training and internship by YHills in collaboration with E-Cell IIT Hyderabad & IBM๐Ÿ”ฅ ๐Ÿ”ฅ๐Ÿคฉ ๐Ÿ’ฏ% Scholarship Offer๐Ÿคฉ๐Ÿ”ฅ For the one last time๐Ÿซฃ Fill the Form For Free. It will take only 2 minutes ๐Ÿ˜ https://forms.gle/wsVTP8icUf3qj4o27

Codehub
33 817
๐ŸŽ“ *Do you want to launch a career in Data Analytics in a top MNC right after college?* ๐Ÿ“Š Join us for a webinar on "*How to crack a Data Analyst job in a top MNC as a recent graduate? ๐Ÿš€*" and learn from our experts on how to succeed in this competitive field! *Agenda for the session:* - Understanding the Data Analytics domain ๐Ÿ“š - Skills that recent graduates need in Data Analytics ๐ŸŽฏ - Steps to launch a career as Data Analysts ๐Ÿš€ - Live Q&A โ“ ๐Ÿ“… *Save the date: Thu, 25 May 2023, 05:00 PM IST* ๐Ÿ“†โฐ ๐ŸŽŸ๏ธ *Register for FREE (Limited seats available): https://bit.ly/3omOoMN* ๐Ÿ†“๐ŸŽŸ๏ธ

Codehub
33 817
"""program to swap two numbers without using third """ a = 10 b = 20 print("Before swapping:") print("a =", a) print("b =", b
+1
"""program to swap two numbers without using third """ a = 10 b = 20 print("Before swapping:") print("a =", a) print("b =", b) a = a + b b = a - b a = a - b print("After swapping:") print("a =", a) print("b =", b) #basicprograms

Codehub
33 817
Progrqm to swap two numbers using third variable ------------------------------------------ Program: num1= int(input("Enter t
Progrqm to swap two numbers using third variable ------------------------------------------ Program: num1= int(input("Enter the first number: ")) num2 = int(input("Enter the second number: ")) print("Before Swapping:\nnum1 =", num1, ", num2 =", num2) temp = num1 num1 = num2 num2 = temp print("After Swapping:\nnum1 =", num1, ", num2 =", num2) ------------------------------------------- #basicprograms

Codehub
33 817
Program to calculate area and perimeter of square ---------------------------------- Program: side= float(input("Enter a side
Program to calculate area and perimeter of square ---------------------------------- Program: side= float(input("Enter a side length of the square: ")) area = side ** 2 perimeter = 4 * side print("Area of the square:",area) print("Perimeter of the square:", perimeter)

Codehub
33 817
Program to calculate area and perimeter of rectangle ------------------------------------------- Program: l= float(input("Ent
Program to calculate area and perimeter of rectangle ------------------------------------------- Program: l= float(input("Enter length of the rectangle: ")) w= float(input("Enter width of the rectangle: ")) area = l * w perimeter = 2 * (l + w) print("Area of the rectangle:",area) print("Perimeter of the rectangle:",perimeter)

Codehub
33 817
Program to calculate area and perimeter of circle ----------------------------------------- Program: import math radius = flo
Program to calculate area and perimeter of circle ----------------------------------------- Program: import math radius = float(input("Enter radius of the circle: ")) area = math.pi * radius ** 2 perimeter = 2 * math.pi * radius print("Area of the circle:",area) print("Perimeter of the circle:", perimeter)