Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 64 online users. » 0 Member(s) | 60 Guest(s) Bing, Google, AOL, AOL
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 9
» Views: 497
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
Yesterday, 08:55 AM
» Replies: 1
» Views: 342
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,709
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,041
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,398
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,949
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,714
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,791
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,935
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,493
|
|
|
Quick help! |
Posted by: Ellisrb - May-02-2018, 10:57 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello Everyone,
This is my first time posting here but I am trying to import this class on to the interpreter and it keeps telling me I have a synt..... More
|
|
|
Help With Parallel Arrays |
Posted by: toxicxarrow - May-02-2018, 07:20 AM - Forum: Homework
- Replies (10)
|
 |
I have a homework assignment, nothing urgent, but any help would be appreciated.
The goal is to gather an amount of rainfall for every month in a yea..... More
|
|
|
Faster way? |
Posted by: jarrod0987 - May-02-2018, 04:38 AM - Forum: General Coding Help
- Replies (2)
|
 |
I am playing with breaking ancient ciphers.
In this particular puzzle, it is not allowed for a letter to encrypt to itself.
I am using word patterns..... More
|
|
|
Pusher - import specific data |
Posted by: Robin_at_Cantelli - May-01-2018, 05:41 PM - Forum: Networking
- No Replies
|
 |
I want to get data from a website to use it in my code.
I always used the standard requests.get(URL) and .json method. I saw that the website is ..... More
|
|
|
Problems with NumPy |
Posted by: Jack_Sparrow - May-01-2018, 10:31 AM - Forum: Data Science
- Replies (4)
|
 |
Hi there,
I'm trying to call a very simple numpy function:
import numpy as np
a=np.array([1,2,3,4,5])
I saved this file as .py and run the f..... More
|
|
|
TypeError: '<=' not supported between instances of 'list' and 'int' |
Posted by: Leonzxd - May-01-2018, 09:41 AM - Forum: Homework
- Replies (4)
|
 |
[python]#Print A Simple Payroll Report
name = ['Hai', 'Bell', 'Cindy', 'Danny', 'Eddy', 'Felicia', 'Gigi', 'Apple','Indie','Jacon','Kim','Lim']
hour..... More
|
|
|
i found my very first Python code |
Posted by: Skaperen - May-01-2018, 12:33 AM - Forum: Bar
- No Replies
|
 |
while scanning through some old files in an archive, i ran across my very first Python code. i didn't know much about the language at the time. i di..... More
|
|
|
While Loop |
Posted by: Elero - Apr-30-2018, 10:08 PM - Forum: Homework
- Replies (13)
|
 |
Hello,
Kindly help me with the following. I am still trying to figure out loops and the While statement. Please tell me how to go about code for the ..... More
|
|
|
Math Module import |
Posted by: Jack_Sparrow - Apr-30-2018, 12:30 PM - Forum: Homework
- Replies (3)
|
 |
Hi there,
I am a new python user and I am learning python in my uni. I got stuck with my homework. I have to import a math module into python. This ..... More
|
|
|
np.where and np.max Help |
Posted by: johnissa - Apr-30-2018, 10:10 AM - Forum: Homework
- Replies (1)
|
 |
Using nump.where and np.max how can i find the index which value is >=10 and if the next value is <10 then the previous value is the correct index.
..... More
|
|
|
|