PythonCoder Official pinned ยซ๐ฒ Some Useful Computer Shortcuts ๐ฒ Ctrl+A - Select All Ctrl+B - Bold Ctrl+C - Copy Ctrl+D - Fill Down Ctrl+F - Find Ctrl+G - Goto Ctrl+H - Replace Ctrl+I - Italic Ctrl+K - Insert Hyperlink Ctrl+N - New Workbook Ctrl+O - Open Ctrl+P - Print Ctrl+R - Fillโฆยป
50-useful-python-scripts-free-pdf.pdf
426.5 KB
50-useful-python-scripts-free-pdf.pdf
๐23โค5๐ฅ5๐3๐3
Who is the Father of Computers ๐ค
Anonymous Quiz
16%
Dennis Ritchie
71%
Charles Babbage
4%
Bjarne Stroustrup
9%
Guido Van Rossum
๐30๐ฅฐ5โค4๐2
Free Courses links๐
Link 1 : https://learndigital.withgoogle.com/digitalgarage/courses
Link 2 : https://www.classcentral.com/report/free-google-certifications/amp/
Happy Learning Guys ๐๐
Link 1 : https://learndigital.withgoogle.com/digitalgarage/courses
Link 2 : https://www.classcentral.com/report/free-google-certifications/amp/
Happy Learning Guys ๐๐
๐48๐6โค4๐ฅฐ3โคโ๐ฅ2๐ค1
๐65โค10๐ฅฐ7๐4๐1
This media is not supported in your browser
VIEW IN TELEGRAM
Source code in next post
๐ฅ65๐25๐20โค19๐4
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>
-----------------------------------------------------
<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>
๐186โค46๐ฅ19๐9โคโ๐ฅ6๐ฅฐ6๐1
In Which Python library is used in Data Science ๐ค
Anonymous Quiz
60%
Pandas
26%
Django
7%
React
7%
Flask
๐72โค12๐ฅ10๐9๐5๐ฅฐ3๐1