uz
Feedback
Codehub

Codehub

Kanalga Telegram’da o‘tish

Free Programming resources.

Ko'proq ko'rsatish

📈 Telegram kanali Codehub analitikasi

Codehub (@pythonadvisorai) Ingliz til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 32 504 obunachidan iborat bo'lib, Texnologiyalar & Aralashmalar toifasida 3 985-o'rinni va Malayziya mintaqasida 1 015-o'rinni egallagan.

📊 Auditoriya ko‘rsatkichlari va dinamika

невідомо sanasidan buyon loyiha tez o‘sib, 32 504 obunachiga ega bo‘ldi.

26 Avgust, 2026 dagi oxirgi ma’lumotlarga ko‘ra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni -431 ga, so‘nggi 24 soatda esa -5 ga o‘zgardi va umumiy qamrov yuqori darajada qolmoqda.

  • Tasdiqlash holati: Tasdiqlanmagan
  • Jalb etish (ER): Auditoriya o‘rtacha 3.42% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining N/A% ini tashkil etuvchi reaksiyalarni to‘playdi.
  • Post qamrovi: Har bir post o‘rtacha 0 marta ko‘riladi; birinchi sutkada odatda 0 ta ko‘rish yig‘iladi.
  • Reaksiyalar va o‘zaro ta’sir: Auditoriya faol: har bir postga o‘rtacha 0 ta reaksiya keladi.

📝 Tavsif va kontent siyosati

Muallif resursni shaxsiy fikrni ifoda etish maydoni sifatida ta’riflaydi:
Free Programming resources.

Yuqori yangilanish chastotasi (oxirgi ma’lumot 27 Avgust, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli bo‘lib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Texnologiyalar & Aralashmalar toifasidagi muhim ta’sir nuqtasiga aylantirishini ko‘rsatadi.

32 504
Obunachilar
-524 soatlar
-837 kunlar
-43130 kunlar
Postlar arxiv
\n \n \n
\n

Legend form

\n

Enter Id

\n \n

Enter Confirm Pass

\n \n
\n \n\n
\n\n \n\n\n","datePublished":"2023-02-09T05:47:11Z","dateModified":"2023-02-09T05:47:11Z","author":{"@type":"Organization","name":"Codehub","url":"https://telemetr.io/uz/channels/1320428598-pythonadvisorai","image":"https://img.tlmtr.io/c/1rmnNs/6105153474644348728?ty=x"},"publisher":{"@type":"Organization","name":"Codehub","url":"https://telemetr.io/uz/channels/1320428598-pythonadvisorai","image":"https://img.tlmtr.io/c/1rmnNs/6105153474644348728?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":8248},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":36}]}},{"@type":"ListItem","position":20,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/uz/channels/1320428598-pythonadvisorai/posts/741","url":"https://telemetr.io/uz/channels/1320428598-pythonadvisorai/posts/741","mainEntityOfPage":"https://telemetr.io/uz/channels/1320428598-pythonadvisorai/posts/741","headline":"https://youtu.be/-oR-XiQt3u4","articleBody":"https://youtu.be/-oR-XiQt3u4","datePublished":"2023-02-08T17:10:57Z","dateModified":"2023-02-08T17:10:57Z","author":{"@type":"Organization","name":"Codehub","url":"https://telemetr.io/uz/channels/1320428598-pythonadvisorai","image":"https://img.tlmtr.io/c/1rmnNs/6105153474644348728?ty=x"},"publisher":{"@type":"Organization","name":"Codehub","url":"https://telemetr.io/uz/channels/1320428598-pythonadvisorai","image":"https://img.tlmtr.io/c/1rmnNs/6105153474644348728?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":7702},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":11}]}}]}
Codehub
32 489
photo content

Codehub
32 489
photo content

Codehub
32 489
Which of the following character is used to give single-line comments in Python?
Anonymous voting

Codehub
32 489
Download the gingerit file from inprogrammer.com. If you use pip to install gingerit packages. It has some bug. So i have fix
+1
Download the gingerit file from inprogrammer.com. If you use pip to install gingerit packages. It has some bug. So i have fixed it.

Codehub
32 489
Run this code

Codehub
32 489
from turtle import * import turtle turtle.bgcolor('black') turtle.pencolor('red') turtle.hideturtle() turtle.speed() #curve01 def curve01(a,d): for i in range(d): turtle.right(a) turtle.forward(1) #making eye turtle.width(15) turtle.penup() turtle.right(90) turtle.forward(85) turtle.left(90) turtle.forward(35) turtle.pendown() turtle.fillcolor('white') turtle.begin_fill() turtle.left(55) curve01(0.09,100) curve01(0.2,100) turtle.forward(70) turtle.right(90) curve01(0.5,100) curve01(00,30) curve01(0.3,50) curve01(0.6,50) turtle.forward(50) turtle.right(47) curve01(0.1,95) turtle.end_fill() #changing turtle.penup() turtle.left(36) turtle.forward(70) turtle.pendown() #curve02 def curve02(a,d): for i in range(d): turtle.left(a) turtle.forward(1) #second eye turtle.fillcolor('white') turtle.begin_fill() turtle.right(55) curve02(0.09,100) curve02(0.2,100) turtle.forward(70) turtle.left(90) curve02(0.5,100) curve02(00,30) curve02(0.3,50) curve02(0.6,50) turtle.forward(50) turtle.left(47) curve02(0.1,95) turtle.end_fill() turtle.penup() turtle.width(0) turtle.right(49) turtle.forward(30) turtle.left(102) #100.40 turtle.forward(145) turtle.pencolor('red') #making left face turtle.fillcolor('red') turtle.begin_fill() turtle.speed() turtle.pendown() turtle.left(90) curve01(5,20) turtle.left(175) turtle.forward(50) turtle.left(25) turtle.forward(28) turtle.right(160) turtle.forward(170) curve02(0.2,65) turtle.right(60) curve01(0.1,140) curve01(0.5,50) turtle.left(180) curve02(0.2,150) curve02(0.1,95) turtle.left(127) turtle.forward(5) curve01(2,20) turtle.right(30) turtle.forward(90) turtle.right(7) turtle.forward(75) turtle.right(160) turtle.forward(100) curve02(0.1,105) turtle.right(70) curve01(0.2,200) curve01(0.3,70) turtle.left(175) curve02(0.2,150) curve02(0.3,150) turtle.forward(20) turtle.left(65) curve01(0.1,120) curve01(0.010,105) turtle.right(10) curve01(0.2,110) turtle.right(60) curve01(0.3,138) turtle.right(30) curve01(0.2,160) turtle.left(150) curve02(0.2,100) curve02(0.1,150) turtle.forward(70) curve02(0.4,40) turtle.left(160) curve01(0.1,60) turtle.left(7) curve01(0.1,120) curve01(0.2,30) turtle.forward(20) turtle.right(140) curve02(0.2,40) turtle.right(50) curve02(0.2,70) turtle.right(8) curve02(0.1,70) curve02(0.5,50) turtle.left(153) curve01(0.1,170) turtle.right(81) curve02(0.2,20) turtle.right(3) curve02(0.1,62) turtle.right(153) #.. curve01(0.1,63) turtle.left(50) curve02(0.1,175) turtle.left(60) turtle.forward(7) turtle.end_fill() #going to replicate turtle.left(92.15) turtle.penup() turtle.forward(417) turtle.pendown() turtle.fillcolor('red') turtle.begin_fill() #right face turtle.right(90) curve02(5,20) turtle.right(175) turtle.forward(50) turtle.right(25) turtle.forward(28) turtle.left(160) turtle.forward(170) curve01(0.2,65) turtle.left(60) curve02(0.1,140) curve02(0.5,50) turtle.right(180) curve01(0.2,150) curve01(0.1,95) turtle.right(127) turtle.forward(5) curve02(2,20) turtle.left(30) turtle.forward(90) turtle.left(7) turtle.forward(75) turtle.left(160) turtle.forward(100) curve01(0.1,105) turtle.left(70) curve02(0.2,200) curve02(0.3,70) turtle.right(175) curve01(0.2,150) curve01(0.3,150) turtle.forward(20) turtle.right(65) curve02(0.1,120) curve02(0.010,105) turtle.left(10) curve02(0.2,110) turtle.left(60) curve02(0.3,138) turtle.left(30) curve02(0.2,160) turtle.right(150) curve01(0.2,100) curve01(0.1,150) turtle.forward(70) curve01(0.4,40) turtle.right(160) curve02(0.1,60) turtle.right(7) curve02(0.1,120) curve02(0.2,30) turtle.forward(20) turtle.left(140) curve01(0.2,40) turtle.left(50) curve01(0.2,70) turtle.left(8) curve01(0.1,70) curve01(0.5,50) turtle.right(153) curve02(0.1,170) turtle.left(81) curve01(0.2,20) turtle.left(3) curve01(0.1,62) turtle.left(153) #.. curve02(0.1,63) turtle.right(50) curve01(0.1,100) #0.1 turtle.forward(75) turtle.right(75) turtle.forward(2) turtle.end_fill() turtle.done()

Codehub
32 489
What does pip stand for python?
Anonymous voting

Codehub
32 489
Oops Interview questions
+6
Oops Interview questions

Codehub
32 489
✅ Book : Create Graphical User  Interfaces with Python – How to build windows, buttons, and widgets for your Python projects ✅ Download now 🚀

Codehub
32 489
👆👆👆 Run this code and send output screenshot here

Codehub
32 489
import turtle import colorsys t = turtle.Turtle() s = turtle.Screen().bgcolor('black') t.speed(0) n = 70 h = 0 for i in range (360): c = colorsys.hsv_to_rgb(h, 1, 0.8) h+= 1/n t.color(c) t.left(1) t.fd(1) for j in range (2): t.left(2) t.circle(100)

Codehub
32 489
photo content

Codehub
32 489
Which keyword is used for function in Python language?
Anonymous voting

Codehub
32 489
In Python Programming, Number of Keywords are:
Anonymous voting

Codehub
32 489
Bring back childhood memories😍. Tertis game using python. Source code 👇👇

Codehub
32 489
LEGEND Form Project 😅😀 ----------------------------------------------------- Complete Source Code 👇 ----------------------------------------------------- <html> <head> <style> .outer{  margin:auto; height:300px; width:400px; border:2px solid black; position:relative } p{ margin-left:80px; } .in{ margin-left:80px; padding:10px } #bt{ margin-top:20px; position:absolute; left:150px; } #bt:hover{ background:green; font-size:13px; cursor:pointer; color:white; } </style> <script> function fa(){ if(a.value=="" || b.value==""){ f() document.getElementById("a").style.border="3px solid red" document.getElementById("b").style.border="3px solid red" bt.value="Pahila data tak" } else{ document.getElementById("a").style.border="3px solid green" document.getElementById("b").style.border="3px solid green" bt.value="Ha thik ahe ata" bt.style.left="120px"; } } flag=1 function f(){ if(flag==1){ bt.style.left="210px" flag=2 } else if(flag==2){ bt.style.left="80px" flag=1 } } </script> </head> <body> <div class="outer"> <h1 style="text-align:center">Legend form</h1> <p>Enter Id</p> <input class="in" type="text" placeholder="Enter id" id="a"/> <p>Enter Confirm Pass</p> <input class="in" type="password" placeholder="Enter password" id="b"/> <br> <input type="submit" onmouseenter="fa()" onclick="alert('waaaa')" id="bt" /> </div> </body> </html>