| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 42 online users. » 0 Member(s) | 38 Guest(s) Bing, Google, Facebook, AOL
|
|
|
| pip offline |
|
Posted by: denis - Nov-04-2020, 06:42 PM - Forum: Homework
- Replies (2)
|
 |
Hello, is there any procedure to facilitate the using of Pypi packages installation in an offline pc?; my case is a pc behind a corporative proxy serv..... More
|
|
|
| python sort date |
|
Posted by: beginner2020 - Nov-04-2020, 04:51 PM - Forum: General Coding Help
- Replies (13)
|
 |
I am new to python and got a requirement to sort the content of the text file based on timestamp in reverse order. Below is the content of text file(..... More
|
|
|
| Newbie looking for some insight |
|
Posted by: Ccarver80 - Nov-04-2020, 03:32 PM - Forum: Bar
- No Replies
|
 |
Hello everyone! I am a newbie that just enrolled in "Python for everybody" on Coursera. So far I'm grasping it real well.
My question to the commun..... More
|
|
|
| PDFplumber |
|
Posted by: pprod - Nov-03-2020, 04:14 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello everyone,
A beginner question: I have managed to open an unstructured pdf with pdfplumber, but I have only been able to print one page at at ..... More
|
|
|
| how to combine rows to a column base on ids |
|
Posted by: zhujp98 - Nov-03-2020, 04:07 PM - Forum: General Coding Help
- No Replies
|
 |
I have a dataframe:
[code]
df = pd.DataFrame({'id': [1,1,1,1,2,2,2,3,3,3,3,3],
'cost': [3,4,5,6,7,8,9,11,15,10,9,7],
..... More
|
|
|
| pyautogui |
|
Posted by: samin - Nov-03-2020, 03:47 PM - Forum: Web Scraping & Web Development
- No Replies
|
 |
I used the following two statements below to locate a word in a webpage
pyautogui.hotkey('ctrl', 'f')
pyautogui.hotkey('ctrl', 'v')
How can I re..... More
|
|
|
|