| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966
Full Statistics
|
| Online Users |
There are currently 53 online users. » 1 Member(s) | 47 Guest(s) AOL, Google, Apple, mamta25
|
|
|
| input |
|
Posted by: Steven4567 - May-02-2018, 03:24 PM - Forum: General Coding Help
- Replies (4)
|
 |
I am in the process of learning Python, very much a beginner, and trying to make a simple quiz. However, this simple code does not work, and I cannot..... More
|
|
|
| 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
|
|
|
|