PythonCoder Official
77.9K subscribers
224 photos
8 videos
91 files
97 links
• 𝗕𝗲𝘀𝘁 𝗽𝗹𝗮𝗰𝗲 𝗳𝗼𝗿 𝗣𝘆𝘁𝗵𝗼𝗻 𝗖𝗼𝗱𝗲𝗿𝘀 😀
• 𝗙𝗿𝗲𝗲 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝗖𝗼𝘂𝗿𝘀𝗲𝘀 & 𝗧𝘂𝘁𝗼𝗿𝗶𝗮𝗹𝘀📒
• 𝗗𝗮𝘁𝗮 𝗦𝗰𝗶𝗲𝗻𝗰𝗲📊 | 𝗠𝗮𝗰𝗵𝗶𝗻𝗲 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 | 𝗔𝗜 🤖
• 𝗗𝗮𝗶𝗹𝘆 𝗗𝗼𝘇𝗲 𝗼𝗳 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀 🧠
Download Telegram
Data Structures Notes 📝
👍9326🔥21🥰1
- Location of Mobile Number Code -

import phonenumbers
from phonenumbers import timezone
from phonenumbers import geocoder
from phonenumbers import carrier

number = input("Enter the phone number with country code : ")

# Parsing String to the Phone number
phoneNumber = phonenumbers.parse(number)

# printing the timezone using the timezone module
timeZone = timezone.time_zones_for_number(phoneNumber)
print("timezone : "+str(timeZone))

# printing the geolocation of the given number using the geocoder module
geolocation = geocoder.description_for_number(phoneNumber,"en")
print("location : "+geolocation)

# printing the service provider name using the carrier module
service = carrier.name_for_number(phoneNumber,"en")
print("service provider : "+service)
👍15342❤‍🔥18🔥15🥰8
--- 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()
👍18753🔥12👏9👎6❤‍🔥4🥰4😁4🤔2😍2🙏1
Python notes (1) (1).pdf
628.6 KB
Complete Python Notes
🔥44👍2916👏8
Coding Games In Python .pdf
30.5 MB
Games Projects Source Codes
🔥68👍5816❤‍🔥9👏7🥰4😁2
WhatsApp Bot Project ( Make fun of Friend using Python)

Complete Tutorial Video 👇

https://youtu.be/IawipNUB4pg
👍10323🔥21🥰16😁14
Python_Complete_Notes.pdf
26.1 MB
Python Handwritten Notes 📝
👍9627🔥13🥰7🏆5😍2
Google Free Courses (1).txt
188 B
Google Free Courses Links 🔗
👍7918🔥13👏9🥰7🎉3
🐲_🅿🆈🆃🅷🅾🅽_🆃🆁🅸🅲🅺🆂_🤯_1.pdf
1.3 MB
Python Tricks 📝
👍5415🔥6😱2
Python Basics to Advanced Notes📚 (2).pdf
8.7 MB
Complete Python Handwritten Notes 📝
👍13438❤‍🔥12🔥12🤩12🥰8🏆6👏5😍5
Which one is Web Development framework of Python Programming 🤔
Anonymous Quiz
59%
Django
15%
Numpy
15%
React
12%
Pandas
57👍33🔥10🤔10😁5👏1
Python supports the creation of anonymous functions at runtime, using a construct called ?
Anonymous Quiz
24%
Anonymous
41%
Lambda
13%
Pi
22%
def
👍60🤔15🔥137🥰3👏1
What arithmetic operators cannot be used with strings in Python?
Anonymous Quiz
23%
*
12%
+
24%
-
41%
All of the mentioned
👍132🤔2920😁14🥰10👏10🏆5🔥4
Python Basics to Advanced Notes📚 (1) (1).pdf
8.7 MB
🔥87👍5920🙏9🥰8😢6😁5🤩4
👍6636🔥11🥰3👏3🤔2