Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,971
» Latest member: Cromulent
» Forum threads: 38,731
» Forum posts: 175,557
Full Statistics
|
Online Users |
There are currently 40 online users. » 1 Member(s) | 33 Guest(s) Bing, Google, Internet Archive, Applebot, Cromulent
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
8 minutes ago
» Replies: 6
» Views: 682
|
Looking for constructive ...
Forum: News and Discussions
Last Post: PhamMaria
8 minutes ago
» Replies: 1
» Views: 853
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
1 hour ago
» Replies: 0
» Views: 16
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
4 hours ago
» Replies: 8
» Views: 422
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,807
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 671
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,203
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,773
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,168
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,137
|
|
|
Blackjack |
Posted by: unionjackandsally - Apr-24-2020, 08:29 AM - Forum: Homework
- Replies (4)
|
 |
Hey guys! Been learning python through a private tutor and was given this code to fix/finish and I'm completely stuck here. For some reason I can't op..... More
|
|
|
button, how to do many things |
Posted by: nanok66 - Apr-24-2020, 07:52 AM - Forum: GUI
- Replies (6)
|
 |
Hey all,
I'm really stuck on a number of things here. I'm trying to make a page with many buttons for incrementing/decrementing settings that anot..... More
|
|
|
Help with 'Find' |
Posted by: steve140 - Apr-24-2020, 07:31 AM - Forum: General Coding Help
- Replies (4)
|
 |
I'm trying to re-learn python after a 15 year break (I was only ever a very new novice!).
I'm working through an old program I wrote, and - embarra..... More
|
|
|
Marks Calculator |
Posted by: azure - Apr-24-2020, 07:12 AM - Forum: Homework
- Replies (16)
|
 |
Hi everyone,
So I am trying to figure out what's the mathematical operation I need to apply to get the final mark of three given grades.
The weighti..... More
|
|
|
iloc |
Posted by: d8a988 - Apr-23-2020, 08:57 PM - Forum: Data Science
- Replies (7)
|
 |
in pandas, in order to obtain the 8th row from the 4th to the 7th column,
the following command works properly:
[python](data.iloc[9, 5:8] )[/python..... More
|
|
|
Biodiversity |
Posted by: annelewis - Apr-23-2020, 06:22 PM - Forum: Homework
- Replies (5)
|
 |
Hello. I need help with this piece of work.
Find the number of animals at a given distance from a specified location. Write a function LocationCou..... More
|
|
|
GutHub Connection Error |
Posted by: sridhar - Apr-23-2020, 03:08 PM - Forum: General Coding Help
- No Replies
|
 |
When i tried to list my Repo in Organization Github , I'm getting authentication error.
[python]from github import Github
g = Github("<Access To..... More
|
|
|
poisson regression |
Posted by: d8a988 - Apr-23-2020, 11:25 AM - Forum: Data Science
- Replies (2)
|
 |
I am working with poisson regression with pandas
and I have a question about this specific command poisson(y,x) .
with y,x being respe..... More
|
|
|
|