Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 33 online users. » 0 Member(s) | 27 Guest(s) Bing, AOL, Applebot, Google, Mojeek
|
Latest Threads |
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
5 hours ago
» Replies: 10
» Views: 29,186
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,324
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 197
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 624
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 222
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 791
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,050
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,290
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,654
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,203
|
|
|
defination problem |
Posted by: olmin - Jul-10-2018, 05:59 AM - Forum: Homework
- Replies (1)
|
 |
having problem with defining total
[python]
#user chooses 5 numbers and program totals them
num= int(input ('choose your 1st num:'))
plus=1
while..... More
|
|
|
how hard to make a GUI client like this |
Posted by: Skaperen - Jul-10-2018, 02:41 AM - Forum: GUI
- No Replies
|
 |
a GUI client is started with a user specification of what window size to use. the client creates/opens such a window and opens a TCP connection to a s..... More
|
|
|
errors in python files |
Posted by: Skaperen - Jul-10-2018, 12:18 AM - Forum: News and Discussions
- No Replies
|
 |
something i want to be able to do in Python is something that was easy in Pike from it's MUD game origins. Class identifiers were source file paths. ..... More
|
|
|
histogram error |
Posted by: alyssaantarctica - Jul-09-2018, 10:24 PM - Forum: Data Science
- Replies (1)
|
 |
I need to make a histogram of the log10 of a variable r. So I made variable a = np.log10®, and tried to do:
plt.hist(a, fill = False)
it then ..... More
|
|
|
Help With Coding Assignment |
Posted by: sarah_mb_sues - Jul-09-2018, 10:23 PM - Forum: Homework
- Replies (4)
|
 |
Hello Everyone,
I am having trouble with setting up a loop in my edX coding assignment -- when I run what I have, it produces very bizarre results..... More
|
|
|
Classes Pygame Help |
Posted by: sam57719 - Jul-09-2018, 09:21 AM - Forum: Game Development
- Replies (2)
|
 |
Hello,
I found a piece of code on the internet which creates an interactive menu. I modified it to use classes to make it more modular. It works, but..... More
|
|
|
Financial Modeling |
Posted by: MarkHaversham - Jul-08-2018, 08:25 PM - Forum: Data Science
- Replies (2)
|
 |
I'm just getting started learning Python, and attempting to apply it in a work problem: developing an asset reinvestment model parallel to a productio..... More
|
|
|
How to aggregate rows with same column |
Posted by: Leoni - Jul-08-2018, 08:04 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi all,
From this input:
google.com, hello, blublu
google.com, hello, blabla
google.com, nothello, bleble
facebook.com, hi, blabla
facebook...... More
|
|
|
X value? |
Posted by: MasterGame - Jul-08-2018, 03:46 PM - Forum: General Coding Help
- Replies (1)
|
 |
I'm relatively new to Python 2 and can't figure out how to do an 'X' value (a number that could be anything). A few days ago I noticed 4 is 2 squared ..... More
|
|
|
|