PythonPro @pythonproo Channel on Telegram

PythonPro

@pythonproo


Learn Python Programming

PythonPro (English)

Are you interested in learning Python programming? Look no further than PythonPro! This Telegram channel, with the username @pythonproo, is dedicated to helping individuals of all skill levels master the art of Python programming. Whether you are a beginner looking to understand the basics or an experienced coder wanting to enhance your skills, PythonPro has something for everyone. With a wide range of tutorials, tips, and resources, this channel is the perfect place to start your Python programming journey. Who is it? PythonPro is a community of Python enthusiasts who are passionate about sharing their knowledge and expertise with others. What is it? PythonPro is a Telegram channel focused on teaching Python programming in a simple and accessible way. So why wait? Join PythonPro today and take your programming skills to the next level!

PythonPro

06 Jan, 08:31


Don't forget to React ❀️ to this msg if you want more content Like this πŸ‘

PythonPro

25 Dec, 06:45


πŸ’₯ GOLDEN OPPORTUNITY πŸ’₯

πŸ€” Do you know More than 79+ Companies will Hire 12,000+ Data Science Engineers in 2025 πŸš€


πŸ“Œ Join Free Python Data Science Visualization Online Training at Free of Cost with Certification πŸ…

Click here, Register Free
πŸ‘‡πŸ‘‡πŸ‘‡
https://link.guvi.in/Arnab01190


❌ Don't miss this Opportunity ❌

PythonPro

25 Dec, 06:41


Comment - "Free" for Registration Link πŸ–‡οΈ

PythonPro

21 Dec, 14:21


All Java Programs πŸ“Œ

PythonPro

21 Dec, 14:21


Python Tricks πŸ˜€ ⭐

Don't forget to React ❀️ to this msg if you want more content Like this πŸ‘

PythonPro

29 Nov, 15:49


--- Python Logo Source Code ---


import turtle

t = turtle.Turtle()
s = turtle.Screen()
s.bgcolor("black")
t.speed(10)
t.pensize(2)
t.pencolor("white")



def s_curve():
    for i in range(90):
        t.left(1)
        t.forward(1)

def r_curve():
    for i in range(90):
        t.right(1)
        t.forward(1)

def l_curve():
    s_curve()
    t.forward(80)
    s_curve()

def l_curve1():
    s_curve()
    t.forward(90)
    s_curve()

def half():
    t.forward(50)
    s_curve()
    t.forward(90)
    l_curve()
    t.forward(40)
    t.left(90)
    t.forward(80)
    t.right(90)
    t.forward(10)
    t.right(90)
    t.forward(120) #on test
    l_curve1()
    t.forward(30)
    t.left(90)
    t.forward(50)
    r_curve()
    t.forward(40)
    t.end_fill()

def get_pos():
    t.penup()
    t.forward(20)
    t.right(90)
    t.forward(10)
    t.right(90)
    t.pendown()

def eye():
    t.penup()
    t.right(90)
    t.forward(160)
    t.left(90)
    t.forward(70)
    t.pencolor("black")
    t.dot(35)

def sec_dot():
    t.left(90)
    t.penup()
    t.forward(310)
    t.left(90)
    t.forward(120)
    t.pendown()

    t.dot(35)




t.fillcolor("#306998")
t.begin_fill()
half()
t.end_fill()
get_pos()
t.fillcolor("#FFD43B")
t.begin_fill()
half()
t.end_fill()

eye()
sec_dot()



def pause():
    t.speed(2)
    for i in range(100):
        t.left(90)
pause()

PythonPro

25 Nov, 13:10


Click here, Register Free
            πŸ‘‡πŸ‘‡πŸ‘‡
https://link.guvi.in/its.sahil.design00929


βœ”οΈ Certificate to Everyone πŸ…

PythonPro

25 Nov, 13:09


Do you want to become Python AI & ML Certified πŸ… πŸ€” ---- YES / NO

PythonPro

27 Oct, 05:09


PythonPro pinned Β«Legend Form 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;…»

PythonPro

27 Oct, 05:09


Legend Form 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>

PythonPro

11 Oct, 07:29


Complete 100 πŸ‘ Reaction & We'll share Python Handwritten Notes πŸ“Œ

PythonPro

29 Apr, 05:58


GUI Programming with Python βœ…

PythonPro

08 Sep, 14:07


Data Structures Notes πŸ“‘