Python learning
26.9K subscribers
209 photos
8 videos
75 files
118 links
Learn python๐Ÿ”ฅ
Quality content ๐Ÿ˜‰
Get Python Course ๐Ÿ˜
Download Telegram
Which Skill is used to creat face recognition app?๐Ÿ‘จโ€๐Ÿ’ป๐Ÿง 
Anonymous Quiz
9%
Game Development
71%
Machine learning
12%
Web Development
8%
HTML Coding
๐Ÿ‘6๐Ÿคฏ2
Python learning pinned ยซWhich Skill is used to creat face recognition app?๐Ÿ‘จโ€๐Ÿ’ป๐Ÿง ยป
Do You guys want daily Quiz? ๐Ÿง ๐Ÿ‘จโ€๐Ÿ’ป
Anonymous Poll
95%
Yes๐Ÿ‘จโ€๐Ÿ’ป
5%
No๐Ÿ˜‘
๐Ÿ˜3๐Ÿค”2๐Ÿ‘1
First ANTI-VIRUS IS CREATED BY WHICH COUNTRY? ๐Ÿ”ฅ๐Ÿ‘จโ€๐Ÿ’ป
Anonymous Quiz
28%
India ๐Ÿ‡ฎ๐Ÿ‡ณ
23%
China ๐Ÿ‡จ๐Ÿ‡ณ
10%
Pakistan ๐Ÿ‡ต๐Ÿ‡ฐ
39%
USA ๐Ÿ‡บ๐Ÿ‡ธ
๐Ÿค”15๐Ÿ‘4โค3
Top 9 Python Libraries for Machine Learning in 2021

NumPy.

SciPy.

Scikit-learn.

Theano.

TensorFlow.

Keras.

PyTorch.

Pandas.
๐Ÿ‘18๐Ÿ˜1
window_y-10:
game_over()

# Touching the snake body
for block in snake_body[1:]:
if snake_position[0] == block[0] and snake_position[1] == block[1]:
game_over()

# displaying score countinuously
show_score(1, black, 'times new roman', 20)

# Refresh game screen
pygame.display.update()

# Frame Per Second /Refres Rate
fps.tick(snake_speed)
๐Ÿ‘7โค1
Complete source code of snake game in python
Forwarded from Curious Coder
160)
writer.color('white')
writer.write(state['score'])
Screen().listen()
hideturtle()
Screen().onkey(lambda: change(5, 0), 'Right')
Screen().onkey(lambda: change(-5, 0), 'Left')
Screen().onkey(lambda: change(0, 5), 'Up')
Screen().onkey(lambda: change(0, -5), 'Down')

world()
move()
done()
๐Ÿ‘3
๐Ÿ‘1
React native is created by which company? ๐Ÿง ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿค”
Anonymous Quiz
39%
Google
23%
Facebook
31%
Microsoft
7%
Apple
๐Ÿ‘6๐Ÿค”4โค3๐Ÿ˜ฑ1
5_6273832739867198534.pdf
71.3 KB
Numpy methods๐Ÿ‘จโ€๐Ÿ’ป๐Ÿง 
>>> x = 1, 2, 3, 4
>>> print(x)
Anonymous Quiz
49%
1, 2, 3, 4
23%
(1, 2, 3, 4)
23%
Error
5%
None of the above
๐Ÿ‘11๐Ÿ˜5
Free Professional python course from Google with certificate๐Ÿ‘จโ€๐ŸŽ“

https://inprogrammer.com/free-python-course-by-google-free-certificate/
๐Ÿ‘1
Ebook link ๐Ÿ‘‰ linktr.ee/codehub
Which CEO is the first to go in space? ๐ŸŒŒ๐Ÿง ๐Ÿ‘จโ€๐Ÿ’ป
Anonymous Quiz
53%
Elon Musk
33%
Jeff Bezos
6%
Bill Gates
8%
Tim Cook
R programming language is used for? ๐Ÿง ๐Ÿ‘จโ€๐Ÿ’ป
Anonymous Quiz
58%
Data Science
23%
Blockchain
13%
Web Development
6%
App Development
๐Ÿ˜4
Python learning pinned ยซFree Professional python course from Google with certificate๐Ÿ‘จโ€๐ŸŽ“ https://inprogrammer.com/free-python-course-by-google-free-certificate/ยป