Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,582
Full Statistics
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 37 Guest(s) AOL, Bing, Google
|
Latest Threads |
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
6 hours ago
» Replies: 4
» Views: 132
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Today, 08:57 AM
» Replies: 1
» Views: 80
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,544
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 105
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 231
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,055
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 469
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,101
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,178
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 858
|
|
|
pandas data frame |
Posted by: dervast - Aug-28-2019, 06:16 AM - Forum: Data Science
- Replies (1)
|
 |
Hi all, I would like to drop all unique entries based on a specific column value.
I give an example below
[python]
data = [[10105, 1], [10105, 1], ..... More
|
|
|
using .replace() |
Posted by: Pedroski55 - Aug-28-2019, 05:15 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
I have a small text, just 12 lines. Each line has a word or phrase I want to remove and replace with a dropdownbox containing 10 words. I read..... More
|
|
|
Sockets and Sendmail |
Posted by: taintedsushi - Aug-27-2019, 12:44 PM - Forum: Networking
- Replies (2)
|
 |
I have a socket client program that resends any received data to other connected clients.
I just added a function to send an email when certain dat..... More
|
|
|
Video in Gui |
Posted by: vscson - Aug-26-2019, 11:20 PM - Forum: GUI
- Replies (13)
|
 |
I am trying to display streamed video in a GUI I created using PAGE. I can’t get the references to the Class to work. In line 82 I have: self.Frame1...... More
|
|
|
|