Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,945
» Latest member: susan
» Forum threads: 38,725
» Forum posts: 175,521
Full Statistics
|
Online Users |
There are currently 74 online users. » 1 Member(s) | 68 Guest(s) Google, Bing, AOL, AOL, Mojeek, deanhystad
|
Latest Threads |
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
2 hours ago
» Replies: 0
» Views: 23
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: susan
4 hours ago
» Replies: 4
» Views: 9,087
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
7 hours ago
» Replies: 2
» Views: 419
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
8 hours ago
» Replies: 0
» Views: 66
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 561
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,784
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,104
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,462
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,024
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,774
|
|
|
Help setting up dataframes |
Posted by: yk303 - Jan-05-2021, 10:31 PM - Forum: Data Science
- No Replies
|
 |
Hello everyone,
I have setup dataframes before but I always struggle at the early stages. There is some key piece of information that I am missing a..... More
|
|
|
Good enough? |
Posted by: blacksword - Jan-05-2021, 08:02 PM - Forum: Code Review
- Replies (1)
|
 |
Hi, im new to this whole programming thing. So for my first uni project we had to make a rock paper scissors game. Would this be acceptable though? Or..... More
|
|
|
Help with API (Solved) |
Posted by: ebolisa - Jan-05-2021, 04:38 PM - Forum: General Coding Help
- No Replies
|
 |
Hi,
I'm trying to understando how API are called from a different program. In this case from a PHP file.
The php file works but the .py file is ..... More
|
|
|
Some Codes! |
Posted by: Oshadha - Jan-05-2021, 03:10 PM - Forum: General Coding Help
- Replies (7)
|
 |
I want a code for the following things,
1. A Script that makes a new folder called MY Folder in %appdata%
2. A Script that makes a new hidden fi..... More
|
|
|
Pycharm and Conda |
Posted by: annalma - Jan-05-2021, 12:16 PM - Forum: Data Science
- Replies (4)
|
 |
Hey everyone,
Usually I use PyCharm 3.8.
I'm trying to install 5 packeges for a project- numpy, scipy, matplotlib, basemap and pyhdf.
At the beginn..... More
|
|
|
help |
Posted by: thedylster - Jan-05-2021, 09:41 AM - Forum: General Coding Help
- Replies (3)
|
 |
this is the code
num=16
for i in range(1,16):
print(num,'x',i,'=',num*i)
import random
number=random.randint(1,16)
for counter..... More
|
|
|
Reshaping matrix |
Posted by: paul18fr - Jan-05-2021, 09:13 AM - Forum: Data Science
- Replies (2)
|
 |
Hi All
I'm wondering how to reshape the matrix A so that it equals B?
My issue is the row order; I spent a long time playing with [i]tranpose[/..... More
|
|
|
|