Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 364 online users. » 0 Member(s) | 360 Guest(s) Yandex, Baidu, Google, Bing
|
Latest Threads |
Deploy Flask apps on Wind...
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
3 hours ago
» Replies: 3
» Views: 5,894
|
Venv - Python Virtual Env...
Forum: General Coding Help
Last Post: Pedroski55
6 hours ago
» Replies: 3
» Views: 415
|
textbox compare command n...
Forum: GUI
Last Post: deanhystad
Yesterday, 09:58 PM
» Replies: 1
» Views: 161
|
Python Install Mager Help
Forum: News and Discussions
Last Post: bowens1983
Yesterday, 02:07 PM
» Replies: 2
» Views: 234
|
How to ask Smart Question...
Forum: Board
Last Post: Thatedge
Yesterday, 08:10 AM
» Replies: 3
» Views: 5,650
|
Exercise on reading a chu...
Forum: Homework
Last Post: polytrack
Yesterday, 06:49 AM
» Replies: 2
» Views: 1,039
|
New Users Introduce Yours...
Forum: Bar
Last Post: dmac6809
Jun-30-2025, 02:48 PM
» Replies: 451
» Views: 343,994
|
How to retain Annotation ...
Forum: Code Review
Last Post: holeioonline
Jun-30-2025, 08:43 AM
» Replies: 2
» Views: 918
|
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
Jun-30-2025, 07:08 AM
» Replies: 4
» Views: 95,209
|
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Jun-29-2025, 06:53 PM
» Replies: 13
» Views: 659
|
|
|
Reload module |
Posted by: CoolSchoolBoy - Sep-18-2017, 02:01 AM - Forum: General Coding Help
- Replies (3)
|
 |
Is there a reload a module for Python 3. I changed my module and need to reload it. Is there a way this can be done?
Thanks!
|
|
|
Bioinformatics homework |
Posted by: licopenus - Sep-17-2017, 09:01 PM - Forum: Homework
- Replies (3)
|
 |
I have to write a python program that given a large 50 MB DNA sequence and a smaller one, of around 15 characters, returns a list of all sequences of ..... More
|
|
|
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?
|
|
|
|