Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,983
» Latest member: bimosora
» Forum threads: 38,734
» Forum posts: 175,572
Full Statistics
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 41 Guest(s) Bing, Google, AOL, Facebook
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 1
» Views: 29
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 10:37 PM
» Replies: 5
» Views: 166
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,033
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 448
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,080
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,144
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 824
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,105
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,546
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,136
|
|
|
in-vm files? |
Posted by: Skaperen - Dec-16-2019, 02:22 AM - Forum: News and Discussions
- No Replies
|
 |
has anyone seen a module that can intercept all open calls and create a virtual mount point so that all paths being opened or listed for a specific pr..... More
|
|
|
Near_ten |
Posted by: Dixon - Dec-15-2019, 11:06 PM - Forum: General Coding Help
- Replies (3)
|
 |
Can someone explain the logic of the near_ten solution(s)on the codingbat website? Gregor Ulm has a solution that I really don't get. Then there's a..... More
|
|
|
Opencv Imdecode returns None |
Posted by: abcdcadb - Dec-15-2019, 03:52 PM - Forum: Networking
- No Replies
|
 |
my code is written for streaming via UDP with send and rec as below
send.py
[python]import socket
import numpy as np
import cv2 as cv
import sys..... More
|
|
|
Assignment |
Posted by: amit79 - Dec-14-2019, 11:14 PM - Forum: Homework
- Replies (3)
|
 |
Hello All,
I am new to python and just taken the course from Udemy.
Can someone post simple assignments, that will be really help enhancing what..... More
|
|
|
def functions in tkinter |
Posted by: Fureneshi - Dec-13-2019, 08:41 PM - Forum: GUI
- Replies (5)
|
 |
I need to do something like this:
[python]from tkinter import *
import tkinter as tk
from PIL import ImageTk, Image
import tkinter.filedialog
class S..... More
|
|
|
Help with dataFrame |
Posted by: DougFunnyBRA - Dec-13-2019, 07:37 PM - Forum: Data Science
- No Replies
|
 |
Hi everyone,
I need help with dataFrame(df). The df I'm working has a Time-series and a corresponding weight. Because the weights(Kg) are different..... More
|
|
|
|