Python programming codes
43 subscribers
25 photos
1 video
83 files
82 links
Uploading All programming codes are updating Daily
ask doubts in comment box ๐ŸŽโ˜‘๏ธ
Download Telegram
Is Python case sensitive when dealing with identifiers?
Anonymous Quiz
67%
a) yes
33%
b) no
0%
c) machine dependent
0%
d) none of the mentioned
Forwarded from SMW Services
๐Ÿ”บC๐Ÿ”บ INTERVIEW SERIES.pdf
1.5 MB
๐Ÿ”บC๐Ÿ”บ INTERVIEW SERIES.pdf
๐Ÿ”บHTML๐Ÿ”บINTERVIEW SERIES.pdf
1.4 MB
๐Ÿ”บHTML๐Ÿ”บINTERVIEW SERIES.pdf
JAVASCRIPT NOTES FOR BEGINNERS.pdf
1 MB
JAVASCRIPT NOTES FOR BEGINNERS.pdf
Forwarded from SMW Services
๐Ÿ”บPYTHON๐Ÿ”บ(VARIABLE & DATATYPES) NOTES ๐Ÿ”น(PART- 1).pdf
3 MB
๐Ÿ”บPYTHON๐Ÿ”บ(VARIABLE & DATATYPES) NOTES ๐Ÿ”น(PART- 1).pdf
๐Ÿ”บDATA STRUCTURE๐Ÿ”บ SHORT NOTES (PART- 1).pdf
788.3 KB
๐Ÿ”บDATA STRUCTURE๐Ÿ”บ SHORT NOTES (PART- 1).pdf
๐Ÿ”บSQL DATA TYPES๐Ÿ”บINTERVIEW SERIES.pdf
1.6 MB
๐Ÿ”บSQL DATA TYPES๐Ÿ”บINTERVIEW SERIES.pdf
Forwarded from SMW Services
Complete_DSA_Guide.pdf
953.4 KB
Complete_DSA_Guide.pdf
FREE MICROSOFT & GO0GLE COURSES ๐Ÿ’ก

1 ๐—”๐—œ ๐—ณ๐—ผ๐—ฟ ๐—ฏ๐—ฒ๐—ด๐—ถ๐—ป๐—ป๐—ฒ๐—ฟ๐˜€ course   -   
Check this out ๐Ÿ‘‡https://lnkd.in/dgfaEFxr
๐Ÿฎ. ๐—œ๐—ข๐—ง  ( Internet of things) course  - 
Check this out ๐Ÿ‘‡   https://lnkd.in/dSQECutx

๐Ÿฏ. ๐— ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด Course -
Check this out๐Ÿ‘‡   https://lnkd.in/dJQvX5ZQ

๐Ÿฐ. ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐—ฐ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ  course - 
Check this out๐Ÿ‘‡    https://lnkd.in/dZaYHE5n

๐Ÿฑ. ๐—ฃ๐˜†๐˜๐—ต๐—ผ๐—ป ๐—•๐—ฎ๐˜€๐—ถ๐—ฐ๐˜€ ๐—ณ๐—ผ๐—ฟ ๐——๐—ฎ๐˜๐—ฎ ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜€๐—ถ๐˜€ course-
Check this out๐Ÿ‘‡    https://lnkd.in/dNYQX_xg

๐Ÿฒ. ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐—ฐ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ ๐—™๐—ผ๐˜‚๐—ป๐—ฑ๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ course -
Check this out๐Ÿ‘‡   https://lnkd.in/dNYQX_xg

๐Ÿณ. ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐—ฐ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ ๐˜„๐—ถ๐˜๐—ต ๐—ฃ๐˜†๐˜๐—ต๐—ผ๐—ป course - 
Check this out๐Ÿ‘‡   https://lnkd.in/dNYQX_xg

๐Ÿด. ๐— ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—–๐—ฟ๐—ฎ๐˜€๐—ต ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ -
Check this out๐Ÿ‘‡   https://lnkd.in/dbkXEGSY

๐Ÿต. ๐—ง๐—ฒ๐—ป๐˜€๐—ผ๐—ฟ๐—ณ๐—น๐—ผ๐˜„ ๐—ณ๐—ผ๐—ฟ ๐——๐—ฒ๐—ฒ๐—ฝ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด course- 
Check this out๐Ÿ‘‡   https://lnkd.in/dbkXEGSY
#1 Colorful Spiral with Turtle Graphics
from turtle import *
color('red', 'yellow')
begin_fill()
while True:
forward(200)
left(170)
if abs(pos()) < 1:
break
end_fill()
done()
#2 Turtle Circles

import turtle
# Creating turtle
t = turtle.Turtle()

c = t.clone()
t.color("blue")
c.color("red")
t.circle(20)
c.circle(30)
for i in range(40, 100, 10):
c.circle(i)

turtle.mainloop()
#3 Design -1 Circle Spiro graph

from turtle import *
bgcolor("black")
pensize(2)
speed(10)

while (True):
for i in range(6):
for colors in ["red", "blue", "magenta", "green", "yellow", "white"]:
color(colors)
circle(100)
left(10)


hideturtle()
mainloop()
Forwarded from SMW Services
Top 150 Core Java Interveiw Questions and Answers .pdf
111.6 KB
Top 150 Core Java Interveiw Questions and Answers .pdf
How to Email a CV Resume .pdf
648.8 KB
How to Email a CV Resume .pdf
JAVA BASICโ—พNOTES.pdf
1.6 MB
JAVA BASICโ—พNOTES.pdf