AK Python
1.86K subscribers
39 photos
2 videos
11 files
236 links
Join here to unlock your programming ability
Download Telegram
AK Python pinned «COBOL Stands for ? ( Lets see how many will give correct answer)»
#YKYG

Is Linux is an operating system?
Anonymous Quiz
88%
Yes
12%
No
AK Python pinned «#YKYG

Is Linux is an operating system?
»
#YKYG

Which Computer program converts Assembly language into machine language?
Anonymous Quiz
10%
Translator
37%
Compiler
36%
Assembler
17%
Interpreter
#YKYG

FORTRAN - Formula Translation (First commercial programming language) Developed by IDM in 1956
Who is the Father of Computer science
Anonymous Quiz
72%
Charles babbage
11%
Ada lovelace
16%
Alan Turing
#YKYG

Interesting facts about Linux:

Steve Jobs offered Linus Torvalds a job in 2000, On the condition that he stopped development on Linux. Linus thankfully declined that offer.
#YKYG TYPEWRITER is the longest word that you can write using the letters only on one row of the keyboard of your computer.
Try this In your Keyboard now..!
‼️ Tomorrow the final part of the Ethical series video will be uploaded
from PIL import Image
import stepic
#Encryption

im= Image.open('PATH OF IMAGE')
im1 = stepic.encode(im, b'Hello Python')
im1.save('PATH OF ENCRYPTED IMAGE')
im1 = Image.open('PATH OF ENCRYPTED IMAGE')
im1.show()

# Decryption
im2 = Image.open('PATH OF ENCRYPTED IMAGE')
Image = stepic.decode(im2)
print(Image)
👍1
Code for steganography using python
Keep support and share
Official channel link: https://www.youtube.com/c/AKPython
If you like our channel share & support
New video