AK Python
1.86K subscribers
39 photos
2 videos
11 files
236 links
Join here to unlock your programming ability
Download Telegram
I planned to start a new series in Python.

Answer the poll..!
Anonymous Poll
68%
Ethical Hacking series
32%
Data science series
AK Python pinned «I planned to start a new series in Python.

Answer the poll..!
»
Ethical Hacking course starts from tomorrow. Hope you guys give support for that😐
‼️Ethical video is out now..!

https://youtu.be/0_S8Tlh_Dzg
‼️ Share the Python project videos to your friends
import random

digits=list(range(0,100000))
password=random.randint(0,100000)
eachdigit=-1
print(password)
while eachdigit!=password:
for eachdigit in digits:
print(eachdigit)
if eachdigit==password:
print("Password is found:"+str(eachdigit))
p=str(input("Enter new password:"))
👍1
Code for Brute force password cracker using python [ Share our channel and support ❤️ ]
Ethical hacking tools video will releasing on 8:00pm

( Stay tuned )
Ethical hacking video is out now check out
A New telegram segment : This Segment is used to sharpen your knowledge in the field of science & technology

This quiz segment is named as #YouknowYougrow
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