Skip to main content

Posts

Fetured

How to Draw Sinchan by using Python

                *****SOURCE CODE *****  from turtle import * #import time s=Screen() s.screensize(700,1000) speed(5) def myPosition(x, y):     penup()     goto(x, y)     pendown() #time.sleep(10) #ht() pensize(2) def ankur():     fillcolor('#ffec40')     begin_fill()     right(25)     forward(20)     right(45)     forward(20)     left(70)     forward(90)     left(95)     forward(75)     left(85)     forward(175)     left(85)     forward(75)     left(95)     forward(90)     left(85)     forward(18)     end_fill() def leftLeg():     myPosition(-39,-25)     fillcolor("#ffd699")     begin_fill()     right(89)     forward(25)     right(90)     forward(50)     right(90)     forward(20)     right(85)     forward(50)     end_fill() def leftSock():     myPosition(-36,-78)     fillcolor("#ffffff")     begin_fill()     right(90)     circle(80,13)     right(110)     forward(22)     right(85)     forward(19)     right(90)     forward(21)     end_fill() def leftShoe():  
Recent posts

Mi Notebook Ultra

Mi NoteBook Ultra https://mobile.mi.com/in/app/product/mi-notebook-ultra?utm_channel=social&utm_medium=clipboard Mi NoteBook Ultra Flagship Display. Ultra Performance. Display 2. 39.6cm (15.6) Mi TrueLife+ Display  3.2K (3200 x 2000) Resolution with 242 PPI  16:10 Aspect Ratio  100% sRGB Wide Colour Gamut 90Hz Smooth Refresh Rate Performance 11th Gen Intel® Core™  i7-11370H processor clocked at 4.8GHz with Turbo Boost (up to 5GHz) 11th Gen Intel® Core™  i5-11300H processor clocked at 4.4GHz with Turbo Boost (up to 5GHz) Intel® Iris® Xe Graphics Memory Up to 16 GB DDR4 3200MHz Storage 512 GB PCIe NVMe SSD Wireless Dual band 802.11ax Wi-Fi 6  Bluetooth V5.1 Interface 1 x Type-C

Mi Notebook Pro

Mi NoteBook Pro https://mobile.mi.com/in/app/product/mi-notebook-pro?utm_channel=social&utm_medium=clipboard Display 35.5cm(14) TrueLife Display 2.5K (2560 x 1600) Resolution with 215 PPI 16:10 Golden Aspect Ratio 100% sRGB Wide Colour Gamut Performance 11th Gen Intel® Core™  i7-11370H processor clocked at 4.8GHz with Turbo Boost (up to 5GHz) 11th Gen Intel® Core™  i5-11300H processor clocked at 4.4GHz with Turbo Boost (up to 5GHz) Intel® Iris® Xe Graphics Memory Up to 16 GB DDR4 3200MHz Storage 512 GB PCIe NVMe SSD Wireless Dual band 802.11ax Wi-Fi 6  Bluetooth V5.1 Interface 1 x Type-C™ USB (For charging and data transfer) 1 x Thunderbolt 4 (For charging and data transfer) 1 x Type-A USB 3.2 Gen 1 1 x Type-A USB 2.0 1 x HDMI 1 x Combo Audio Jack Keyboard 3-level backl

How to hack wifi password ' Sourse code '

import itertools as its '''  Problems encountered do not understand? Python learning exchange group: 821 460 695 meet your needs, data base files have been uploaded, you can download their own! ''' if __name__ == '__main__':     words_num = "1234567890"     words_letter = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"     r = its.product(words_num, repeat=8)          dic = open ( "password-8 digits .txt", "w")     for i in r:         dic.write("".join(i))         dic.write("".join("\n"))     dic.close() import pywifi   from pywifi import const # quote some definitions   import time '''  Problems encountered do not understand? Python learning exchange group: 821 460 695 meet your needs, data base files have been uploaded, you can download their own! '''   def getwifi(wifilist, wificount):          wifi = pywifi.PyWiFi () # crawled network interface cards

Data science with Python free course

This Data Science with Python program provides learners with a complete understanding of data analytics tools & techniques. Getting started with Python can help you gain knowledge on data analysis, visualization, NumPy, SciPy, web scraping, and natural language processing. This program is an ideal kickstarter for anyone looking to become a Data Scientist. Free To Enroll  👇Click on this link👇 https://www.simplilearn.com/getting-started-data-science-with-python-skillup