Object oriented programming languages interview questions.
π₯8β€6π3π3
π¨βπ»20β€βπ₯4β€2π1π€1π1π1π―1πΎ1
Coding Projects in Python.pdf
21.9 MB
Amazing book to learn pythonπ. Share with your buddiesπ
π₯°14π7β€4β€βπ₯2π€©2π―2π1π1
The Complete Manual for Python π .pdf
10.4 MB
π10π₯10π€©3π3π«‘2β€βπ₯1β€1π1π₯΄1
Python Network Programming.pdf
6.7 MB
β€9π€©2π₯°1π1π1π1
Create your own Notepad using python π₯³π§βπ»π§βπ»β€οΈβ€οΈππ
β€7π5π1π1π1
5_6237580733397861637.pdf
5.9 MB
π€©6β€5π4β€βπ₯2π1π1π1
Python Algorithms book .pdf
4.7 MB
β€12π4π¨βπ»3π1π1π₯΄1π―1
Code ππ
import turtle as tur
import colorsys as cs
tur.setup(800,800)
tur.speed(0)
tur.width(2)
tur.bgcolor("black")
for j in range(25):
for i in range(15):
tur.color(cs.hsv_to_rgb(i/15,j/25,1))
tur.right(90)
tur.circle(200-j*4,90)
tur.left(90)
tur.circle(200-j*4,90)
tur.right(180)
tur.circle(50,24)
tur.hideturtle()
tur.done()
import turtle as tur
import colorsys as cs
tur.setup(800,800)
tur.speed(0)
tur.width(2)
tur.bgcolor("black")
for j in range(25):
for i in range(15):
tur.color(cs.hsv_to_rgb(i/15,j/25,1))
tur.right(90)
tur.circle(200-j*4,90)
tur.left(90)
tur.circle(200-j*4,90)
tur.right(180)
tur.circle(50,24)
tur.hideturtle()
tur.done()
π57β€24β€βπ₯11π€©4π₯2π₯°2π2π2π―2π€―1
Python-Cheat-Sheet-Plus-FREE-Video-Training.pdf
662 KB
Python-Cheat-Sheet- β
π»β
π₯8π5β€1π1π₯°1π1π1