Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,960
» Latest member: llarkin6
» Forum threads: 38,728
» Forum posts: 175,533
Full Statistics
|
Online Users |
There are currently 58 online users. » 0 Member(s) | 51 Guest(s) Applebot, Bing, AOL, Google, AOL, Mojeek
|
Latest Threads |
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 1
» Views: 617
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 6
» Views: 4,844
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
5 hours ago
» Replies: 1
» Views: 1,515
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
11 hours ago
» Replies: 1
» Views: 2,570
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 221
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 415
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 502
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,803
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,649
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 506
|
|
|
def Class |
Posted by: trazom - Aug-24-2020, 03:35 PM - Forum: General Coding Help
- Replies (4)
|
 |
hi,
why is there sometimes an """_""" underscore in the definition of a Class , like this
[python]class C:
def __init__(self):
sel..... More
|
|
|
Counting in a csv file |
Posted by: standenman - Aug-24-2020, 02:57 PM - Forum: Data Science
- Replies (4)
|
 |
I have a csv file for which I would like to create a dictionary with "word" and "Count" within a column. So if I have Column "Name" with "Parkland Ho..... More
|
|
|
Need help for my code! |
Posted by: saratha - Aug-24-2020, 12:48 PM - Forum: Homework
- Replies (4)
|
 |
Hey guys, I have a problem and I'm really confused of how to do it. Anyone know this?
Problem: print 100 random strings(all lowercase letters), eac..... More
|
|
|
How to align two 2D images? |
Posted by: mandaxyz - Aug-24-2020, 07:21 AM - Forum: Data Science
- No Replies
|
 |
Hello, I have total of 400 images that should be aligned, it would be a pain if I align them manually by mouse because there are a lot of images, and ..... More
|
|
|
Mutable Strings |
Posted by: millpond - Aug-24-2020, 03:53 AM - Forum: General Coding Help
- Replies (3)
|
 |
I am trying to move from Perl to Python. Perl is a bit too esoteric for some of the more complex stuff I want to to in the future, and Python code is ..... More
|
|
|
while x < x and z not c |
Posted by: lastyle - Aug-23-2020, 02:36 PM - Forum: Data Science
- No Replies
|
 |
Hi all,
i am in need of some guide ;-)
The situation is :
I have some files that contain Datasets of 5 records. now i want to re arrange the Files..... More
|
|
|
kivy |
Posted by: just_me - Aug-23-2020, 02:23 PM - Forum: GUI
- Replies (1)
|
 |
Does anyone know any good websites or anywhere I can find some good information regarding kivy? I've searched directly on kivy's website and through t..... More
|
|
|
Learnig the use of grid |
Posted by: ebolisa - Aug-23-2020, 09:22 AM - Forum: GUI
- Replies (1)
|
 |
Hi,
I'm more comfortable using the grid to align widgets, but I just cannot get it right. The following code is a simple login page based on a mai..... More
|
|
|
Importing numPy |
Posted by: Milfredo - Aug-23-2020, 06:33 AM - Forum: General Coding Help
- Replies (2)
|
 |
I am new here and learning Python. Tried to import numPy and error said:
Traceback (most recent call last):
File "hello.py", line 6, in <module>..... More
|
|
|
Replace ? by 0 |
Posted by: matador - Aug-22-2020, 08:44 PM - Forum: Data Science
- Replies (6)
|
 |
Hello to everyone,
I have a panda dataframe with many columns, one of them contains the ages of clients but when the age is unknown, I have ?. I'd ..... More
|
|
|
|