| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,256
» Latest member: TomTMH
» Forum threads: 38,782
» Forum posts: 175,831
Full Statistics
|
| Online Users |
There are currently 58 online users. » 1 Member(s) | 52 Guest(s) Bing, Google, Applebot, AOL, CaptainNewb
|
|
|
| Error is function call |
|
Posted by: Oracle_Rahul - Sep-17-2017, 04:14 PM - Forum: Homework
- Replies (2)
|
 |
How to resolve the before error
[python]
students = {};
def add_student(name, student_id=332) :
student = {"name": name, "student_id":..... More
|
|
|
| Word Generator |
|
Posted by: WordGenerator - Sep-17-2017, 04:02 PM - Forum: General Coding Help
- Replies (2)
|
 |
It works like this:
1 Vowel, 1 Consonant, 1 Vowel, 1 Consonant.. (So It sounds like a word..) VCVCVC
Vowels: A, E, I, O, U
Consonants: B, C, D, F..... More
|
|
|
| Regex Help |
|
Posted by: mp3909 - Sep-17-2017, 03:19 PM - Forum: General Coding Help
- Replies (1)
|
 |
>>> name = re.compile(r'hello')
>>> mo = name.search('They shouted out hellop to the crowd')
>>> mo.group()
'hello'how can I a..... More
|
|
|
| Issue with Dictionaries |
|
Posted by: dswan1 - Sep-17-2017, 03:43 AM - Forum: Homework
- Replies (1)
|
 |
Hey All, For my assignment I have to read a csv file of stock information (without using outside modules) into a dictionary and then set up a program ..... More
|
|
|
| Need help ASAP |
|
Posted by: ralfi - Sep-17-2017, 02:28 AM - Forum: General Coding Help
- Replies (3)
|
 |
Need help with this code, why does it have the error???????
gender =(input("What is your gender?"))
f= "female"
m="male"
Age = float(input("What..... More
|
|
|
| Project cus im borred |
|
Posted by: M4J0R1C47 - Sep-16-2017, 09:10 PM - Forum: Homework
- Replies (6)
|
 |
Any ideas how to get this thing better?
While looking at this, have on your mind that its not finished and that im 14 yrs old.
Also, i have OCD, tha..... More
|
|
|
| Need some help here |
|
Posted by: Framble - Sep-16-2017, 08:48 PM - Forum: Homework
- Replies (3)
|
 |
Create a program that gives you a character based on a number of points. The points should be taken from the user. If the number of points is not an i..... More
|
|
|
| Turtle |
|
Posted by: jamesadrian - Sep-16-2017, 06:12 PM - Forum: General Coding Help
- Replies (7)
|
 |
There is a Python library package called Turtle which lets you draw lines. Is this package open source?
Thank you for your help.
|
|
|
| Regex |
|
Posted by: mp3909 - Sep-16-2017, 03:56 PM - Forum: General Coding Help
- Replies (5)
|
 |
Hi,
I am trying to achieve a non-greedy Regex match.
I am writing
[python]n = re.compile(r'(ha){3,5}?man')
mo = n.search('hahahahahaman')
..... More
|
|
|
| Ctypes module |
|
Posted by: kingram - Sep-16-2017, 07:36 AM - Forum: GUI
- Replies (1)
|
 |
I want to use messagebox for database. And my question is how can i use parameter in messagebox icon.
for example:
when user click on OK button or Can..... More
|
|
|
| PRIME NUMBERS |
|
Posted by: iamnotabot - Sep-16-2017, 06:13 AM - Forum: Homework
- Replies (6)
|
 |
WE WERE ASKED TO PRINT THE PRIME NUMBERS USING WHILE, IF, ELSE, BREAK WITH TWO LOOPS.
MY CODE GOES LIKE THIS:
COUNTER = 2;
N = 2;
WHILE COUN..... More
|
|
|
| list - list |
|
Posted by: rdx - Sep-16-2017, 02:42 AM - Forum: Data Science
- Replies (1)
|
 |
fa is an array of floats, exact type unknown (since Python doesn't declare)
[python]pfa = fa
fa = np.concatenate( (np.zeros(2), fa ))
FAIs = np.m..... More
|
|
|
| y syntax errors? |
|
Posted by: Saxycool12345 - Sep-15-2017, 10:09 PM - Forum: General Coding Help
- Replies (3)
|
 |
this is my code but for some reason the colons and print always gives a syntax error, des anyone know why?
|
|
|
| installing Linux on Flash Drive |
|
Posted by: Larz60+ - Sep-15-2017, 09:38 PM - Forum: Bar
- Replies (9)
|
 |
I'm wondering if anyone has a Linux distro installed on a flash drive.
I'd like to set one up (got a bunch of 64GB drives at microcenter for 14.99 ea..... More
|
|
|
| What am I doing wrong? |
|
Posted by: forumer444 - Sep-15-2017, 08:39 PM - Forum: Homework
- Replies (14)
|
 |
This is driving me crazy.
*** Program Description ***
Write a program to read in a file of years, one per line, and output to a separate file "only t..... More
|
|
|
|