codingeveryday2's profile picture. #web #development #html #css #java #javascript #Python
#asp #php

coding_everyday

@codingeveryday2

#web #development #html #css #java #javascript #Python #asp #php

Happy Programmer's Day! Partying face It's the 257th day of the year Party popper #programmers #coding

codingeveryday2's tweet image. Happy Programmer's Day! Partying face

It's the 257th day of the year Party popper
#programmers 
#coding

Party popperOn this 257th day of the year, happy Programmer's Day to all the code wizards behind the screens!Woman technologistMan technologist ⠀ Best wishes to our incredible team on this Programmer’s Day. You rock!Fisted hand⚡ #257thDay #programmersday #coding_everyday

codingeveryday2's tweet image. Party popperOn this 257th day of the year, happy Programmer's Day to all the code wizards behind the screens!Woman technologistMan technologist
⠀
Best wishes to our incredible team on this Programmer’s Day. You rock!Fisted hand⚡

#257thDay #programmersday #coding_everyday

What is a Class? - It is a user-defined data type, which holds its own data members and member functions, which can be accessed and used by creating an instance of that class. - A class is like a blueprint for an object. #cprograming


Code: #coding_everyday for i in range (1,20,3): print(('*'*i).center(30))

codingeveryday2's tweet image. Code:
#coding_everyday
for i in range (1,20,3):
    print(('*'*i).center(30))

Join me in following this newsletter? 👀 getrevue.co/profile/coding… via @revue


Weekly newsletter of Coding Everyday - Issue #1 getrevue.co/profile/coding… via @revue


🔥 Hot off the press: “Weekly newsletter of Coding Everyday - Issue #1getrevue.co/profile/coding… (via @revue)


Let's start with the very thing that so many of the C++ programmers forget to look at, which are the versions of C++ and their release dates. These can help you out while working with different versions of C++. #coder #cprogramming #programming #cryptocurrecy #code_everyday

codingeveryday2's tweet image. Let's start with the very thing that so many of the C++ programmers forget to look at, which are the versions of C++ and their release dates. 

These can help you out while working with different versions of C++.

#coder #cprogramming #programming #cryptocurrecy #code_everyday

Avoiding the use of strlen(): // Use of strlen() can be avoided by: for (i=0; s[i]; i++) { } // loop breaks when the character array ends. #coding #cprogramming #coding_everyday


#pyhon input function works in Python : # Program to check input # type in Python num = input ("Enter number :") print(num) name1 = input("Enter name : ") print(name1) # Printing type of input value print ("type of number", type(num)) print ("type of name", type(name1))

codingeveryday2's tweet image. #pyhon
input function works in Python :
# Program to check input
# type in Python

num = input ("Enter number :")
print(num)
name1 = input("Enter name : ")
print(name1)

# Printing type of input value
print ("type of number", type(num))
print ("type of name", type(name1))

Alert Box #javascript <!DOCTYPE html> <html> <body> <h2>JavaScript Alert</h2> <button onclick="myFunction()">Try it</button> <script> function myFunction() { alert("I am an alert box!"); } </script> </body> </html>

codingeveryday2's tweet image. Alert Box
#javascript

&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;body&amp;gt;

&amp;lt;h2&amp;gt;JavaScript Alert&amp;lt;/h2&amp;gt;

&amp;lt;button onclick=&quot;myFunction()&quot;&amp;gt;Try it&amp;lt;/button&amp;gt;

&amp;lt;script&amp;gt;
function myFunction() {
  alert(&quot;I am an alert box!&quot;);
}
&amp;lt;/script&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

entry tkinter entry The tkinter entry box lets you type in the GUI. #!/usr/bin/python # -*- coding: UTF-8 -*- from tkinter import * top = Tk() L1 = Label(top, text="Label") L1.pack(side=LEFT) E1 = Entry(top, bd=5) E1.pack(side=RIGHT) top.mainloop()

codingeveryday2's tweet image. entry
tkinter entry
The tkinter entry box lets you type in the GUI.
#!/usr/bin/python
# -*- coding: UTF-8 -*-
 
from tkinter import *
 
top = Tk()
L1 = Label(top, text=&quot;Label&quot;)
L1.pack(side=LEFT)
E1 = Entry(top, bd=5)
E1.pack(side=RIGHT)
 
top.mainloop()

This account does not follow anyone

United States Trends

Loading...

Something went wrong.


Something went wrong.