Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,953
» Latest member: Jorgecog
» Forum threads: 38,725
» Forum posts: 175,519
Full Statistics
|
Online Users |
There are currently 71 online users. » 2 Member(s) | 60 Guest(s) Bing, AOL, Facebook, Google, Applebot, compuman145, buran
|
Latest Threads |
pip install requests does...
Forum: General Coding Help
Last Post: adamsmith12
2 hours ago
» Replies: 9
» Views: 29,087
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,280
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 167
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 573
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 191
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 731
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,977
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,244
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,607
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,182
|
|
|
Permanent Nan in NP |
Posted by: Antigr - Jun-26-2018, 01:31 PM - Forum: Homework
- Replies (8)
|
 |
need to conduct some analysis of the image, do not go into the questions what this formula is, it does not matter.
[python]import numpy as np
from P..... More
|
|
|
1st Game |
Posted by: taflad - Jun-26-2018, 08:21 AM - Forum: Code sharing
- Replies (2)
|
 |
Hi All,
I am very new to python (and programming in general!) and have been following an online class. A task there was to create the old "Camel" g..... More
|
|
|
newbie with python and tkinter |
Posted by: pat - Jun-26-2018, 07:50 AM - Forum: GUI
- Replies (8)
|
 |
I just begin with python and i am training with tkinter.
And i made this training script.
My OS is Windows 7 an python version 2.71
I have make a..... More
|
|
|
c as parameter |
Posted by: ichabod801 - Jun-26-2018, 03:12 AM - Forum: Board
- Replies (10)
|
 |
Say I want to use c as a parameter to function f, like f( c ). If I do it without the spaces, you get f©, which is a little confusing. inline doesn'..... More
|
|
|
Nested Functions |
Posted by: aditvaddi - Jun-26-2018, 12:07 AM - Forum: Homework
- Replies (1)
|
 |
a,b,c = 5,2,3
def f(a):
def g(b):
def h(c):
return a*b*c
return h
return g
print(g)
f(a) I'm trying to cr..... More
|
|
|
FoxPro |
Posted by: Peter901 - Jun-25-2018, 09:45 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi to all,
Hoping someone here could help me. How do I deal with the dbf file error message 'Can't find a .dbf file'? It shows up for one dbf file bu..... More
|
|
|
slicing dropna |
Posted by: mrcool4 - Jun-25-2018, 12:02 PM - Forum: Data Science
- Replies (3)
|
 |
Hi Gurus,
I am doing python course on datacamp and I have come across the below exercise.
[python]
def check_null_or_valid(row_data):
"""Fu..... More
|
|
|
Output column names |
Posted by: Scott - Jun-25-2018, 09:06 AM - Forum: Data Science
- Replies (2)
|
 |
Hi Everyone,
I am running a model and then I output the most import features with this code.
[python]
feature_importances = grid_search.best_es..... More
|
|
|
Hangman Help. |
Posted by: 2skywalkers - Jun-24-2018, 09:21 PM - Forum: General Coding Help
- Replies (4)
|
 |
I have been trying to make hangman but I have not been able to figure it out. I found a video and copied the code down so I could then figure out what..... More
|
|
|
Code question |
Posted by: robgar2001 - Jun-24-2018, 11:19 AM - Forum: GUI
- Replies (2)
|
 |
Hello I am a c# coder and I am learning Python so be kind please.
I just can't figure out why this code isn't working.
My intensions are to let a sc..... More
|
|
|
|