Subash Chandran posted: "import comtypes.client as cc import comtypes referrer = "" cookie = "" postData = "" user = "" password = "" cc.GetModule(["{PUT_UUID_HERE}",1,0]) # not sure about the syntax here, but cc.GetMod"
|
Monday, October 11, 2021
[New post] How to find permutation of three numbers in Python list?
[New post] How to sort a list in Python using lambda?
Subash Chandran posted: "data = [("Apples", 5, "20"), ("Pears", 1, "5"), ("Oranges", 6, "10")] data.sort(key=lambda x:x[0]) print(data) OUTPUT [('Apples', 5, '20'), ('Oranges', 6, '10'), ('Pears', 1, '5')] from kite.co"
|
[New post] Python code snippet – How to print?
Subash Chandran posted: "print("whatever you want to print")"
|
[New post] How to read multiple worksheet from a single workbook in column in Python?
Subash Chandran posted: "import pandas as pd def read_excel_sheets(xls_path): """Read all sheets of an Excel workbook and return a single DataFrame""" print(f'Loading {xls_path} into pandas') xl = pd.ExcelFile(xls_path) df = pd.DataF"
|
[New post] Python code snippet – How long does it take to learn ?
Subash Chandran posted: "#depending on the time you dedicate to it, you can be fluent in Python in about #a month to 3 months"
|
[New post] How to reference a file in Python?
Subash Chandran posted: "with open("filename.txt","r") as f: contents = f.read()"
|
Subscribe to:
Posts (Atom)
Generate a catchy title for a collection of newfangled music by making it your own
Write a newfangled code fragment at an earlier stage to use it. Then call another method and make sure their input is the correct one. The s...
-
admin posted: " [Download] Abdul Bari All Courses for Free Download - Google Drive Links [Abdul Bari] Learn Core JAV...