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

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 📑