Current datetime using python of India.
Are you added coding folder? 👇
https://t.me/addlist/2UhsQW_cGzkxMzg1
Are you added coding folder? 👇
https://t.me/addlist/2UhsQW_cGzkxMzg1
❤3
import urllib.request
import json
input=input("enter text to generate hastag : ")
url=f"https://mukesh-api.vercel.app/hastag/{input}"
req = urllib.request.Request(url)
with urllib.request.urlopen(req) as response:
data = response.read().decode('utf-8')
out = json.loads(data)
print(out)
❤1
Practice js 👇👇
Index:
Loops: https://t.me/nodejs_codes_pro/120
Lists ( Array ): https://t.me/nodejs_codes_pro/123
Strings: https://t.me/nodejs_codes_pro/148
Objects: https://t.me/nodejs_codes_pro/172
Numbers: https://t.me/nodejs_codes_pro/202
Index:
Loops: https://t.me/nodejs_codes_pro/120
Lists ( Array ): https://t.me/nodejs_codes_pro/123
Strings: https://t.me/nodejs_codes_pro/148
Objects: https://t.me/nodejs_codes_pro/172
Numbers: https://t.me/nodejs_codes_pro/202
👏2
Now it's discussion group is public you can join it
https://t.me/python_group_pro
https://t.me/python_group_pro
Select your group/channel/service
t.me/Sid_info/69
t.me/Sid_info/69
import urllib.request
import json
url=f"https://mukesh-api.vercel.app/mahadev"
req = urllib.request.Request(url)
with urllib.request.urlopen(req) as response:
data = response.read().decode('utf-8')
out = json.loads(data)
print(out["result"])
Are you added coding folder? 👇
https://t.me/addlist/2UhsQW_cGzkxMzg1
❤1
import pyshorteners
link =input("enter the url link")
shortener = pyshorteners.Shortener()
try:
tiny_link = shortener.tinyurl.short(link)
print(" shortend url Link :- ", tiny_link)
except:
print("error while converting shorts link")
Are you added coding folder? 👇
https://t.me/addlist/2UhsQW_cGzkxMzg1
❤2🔥1
#Read file using python# Read file using python
X=open("replit.nix","r")
print(X.read())
❤1
aap log ko python kitna level tak aata hai? please leave a comment us basis of idhar code mai upload krta ....
Who is at begging level of coding
I suggest to watch this c language playlist
Start coding ( 2 hours full ) 5 to 10 minutes videos only
https://www.youtube.com/playlist?list=PLjEYzWkdEvxv5Byb-QnlQrjsuDuhpXX1G
I suggest to watch this c language playlist
C language is starting language of any programmer for developing coding understanding only in 2 hours
Start coding ( 2 hours full ) 5 to 10 minutes videos only
https://www.youtube.com/playlist?list=PLjEYzWkdEvxv5Byb-QnlQrjsuDuhpXX1G
Python Codes Basic to Advance pinned «Who is at begging level of coding I suggest to watch this c language playlist C language is starting language of any programmer for developing coding understanding only in 2 hours Start coding ( 2 hours full ) 5 to 10 minutes videos only https://www…»
# Translator Api Using python
#Add coding folder 👇
# https://t.me/addlist/2UhsQW_cGzkxMzg1
import urllib.request
import json
text=input("Enter text to translate :- ").replace(" ","")
lang=input("Enter Destination langauge code in which you want to translate :- ")
url=f"https://mukesh-api.vercel.app/translate/{text}/{lang}"
req = urllib.request.Request(url)
with urllib.request.urlopen(req) as response:
data = response.read().decode('utf-8')
out = json.loads(data)
print(out["results"])
'''ʟᴀɴɢᴜᴀɢᴇ ᴄᴏᴅᴇs ғᴏʀ ᴛʀᴀɴsʟᴀᴛɪᴏɴ
af, am, ar, az, be, bg, bn, bs, ca, ceb, co, cs, cy, da, de, el, en, eo, es,
et, eu, fa, fi, fr, fy, ga, gd, gl, gu, ha, haw, hi, hmn, hr, ht, hu, hy, id, ig, is, it, iw, ja, jw, ka, kk, km, kn, ko, ku, ky, la, lb, lo, lt, lv, mg, mi, mk, ml, mn, mr, ms, mt, my, ne, nl, no, ny, pa, pl, ps, pt, ro, ru, sd, si, sk, sl, sm, sn, so, sq, sr, st, su, sv, sw, ta, te, tg, th, tl, tr, uk, ur, uz, vi, xh, yi, yo, zh, zh_CN, zh_TW, zu'''
#Add coding folder 👇
# https://t.me/addlist/2UhsQW_cGzkxMzg1
🔥1
---------------------------------
What is Python?
Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
---------------------------------
It is used for:
1.web development (server-side),
2. software development,
3.mathematics,
4.system scripting.
---------------------------------
What can Python do?
1.Python can be used on a server to create web applications.
2.It can be used alongside software to create workflows.
3.It can connect to database systems. It can also read and modify files.
4.It can be used to handle big data and perform complex mathematics.
5.Python can be used for rapid prototyping, or for production-ready software development.
---------------------------------
Why Python?
1.Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, Android).
2.Python has a simple syntax similar to the English language.
3.Python has syntax that allows developers to write programs with fewer lines than some other programming languages.
4.Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
5.Python can be treated in a procedural way, an object-oriented way or a functional way.
------------------------------------------------------------------
Join for more :- @Python_Codes_Pro
What is Python?
Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.
---------------------------------
It is used for:
1.web development (server-side),
2. software development,
3.mathematics,
4.system scripting.
---------------------------------
What can Python do?
1.Python can be used on a server to create web applications.
2.It can be used alongside software to create workflows.
3.It can connect to database systems. It can also read and modify files.
4.It can be used to handle big data and perform complex mathematics.
5.Python can be used for rapid prototyping, or for production-ready software development.
---------------------------------
Why Python?
1.Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, Android).
2.Python has a simple syntax similar to the English language.
3.Python has syntax that allows developers to write programs with fewer lines than some other programming languages.
4.Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
5.Python can be treated in a procedural way, an object-oriented way or a functional way.
------------------------------------------------------------------
Join for more :- @Python_Codes_Pro
👍4❤1