Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 53 online users. » 0 Member(s) | 48 Guest(s) Bing, Google, AOL, AOL, Mojeek
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 05:56 PM
» Replies: 9
» Views: 2,925
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Yesterday, 11:22 AM
» Replies: 4
» Views: 1,347
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 366
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 652
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,789
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 757
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 336
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,293
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,515
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 1,172
|
|
|
Beta Inverse Function |
Posted by: ankur2207 - Sep-18-2017, 03:21 PM - Forum: Data Science
- Replies (5)
|
 |
Hi Everyone,
I'm looking for a Beta Inverse Function in Python.
Below is the explanation for the same:
Returns the inverse of the beta cumu..... More
|
|
|
Vidoes in Python |
Posted by: Alshoabi - Sep-18-2017, 08:31 AM - Forum: General Coding Help
- No Replies
|
 |
I am a newbie when it comes to python, however I have an intermediate knowledge in Java and C++.
I think I will have an ease in learning Python if ..... More
|
|
|
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
|
|
|
|