| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 29 Guest(s) Bing, Google, Applebot, AOL
|
| Latest Threads |
Exponential Number Conver...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 3
» Views: 117
|
python re.finditer return...
Forum: General Coding Help
Last Post: arbiel
9 hours ago
» Replies: 6
» Views: 181
|
Possible bug found, pleas...
Forum: General Coding Help
Last Post: alexajames
Yesterday, 04:31 PM
» Replies: 14
» Views: 521
|
How to put my game loop i...
Forum: Game Development
Last Post: MarkHenry
Yesterday, 12:47 PM
» Replies: 12
» Views: 7,287
|
Code failing to ask input...
Forum: Homework
Last Post: perfringo
Yesterday, 06:35 AM
» Replies: 4
» Views: 460
|
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: OtiliaGen
Jan-07-2026, 07:13 AM
» Replies: 6
» Views: 794
|
Data Science
Forum: Data Science
Last Post: OtiliaGen
Jan-04-2026, 10:20 AM
» Replies: 4
» Views: 3,392
|
a function to watch files
Forum: News and Discussions
Last Post: OtiliaGen
Jan-02-2026, 12:38 PM
» Replies: 2
» Views: 512
|
Merge video with subtitle...
Forum: General Coding Help
Last Post: OtiliaGen
Jan-02-2026, 12:32 PM
» Replies: 29
» Views: 16,750
|
Check if running from she...
Forum: General Coding Help
Last Post: noisefloor
Jan-01-2026, 11:52 AM
» Replies: 2
» Views: 544
|
|
|
| Grade Loop |
|
Posted by: dtweaponx - Oct-17-2017, 01:28 PM - Forum: Homework
- Replies (8)
|
 |
Hello, my assignment is to make a program that allows a teacher to enter any number of tests grades and it will give them the average. My problem is m..... More
|
|
|
| Imputation |
|
Posted by: Analyst - Oct-17-2017, 10:50 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi , I have variables in the data set with missing values . Can anyone please suggest python syntax to :
1 -> Check which of the variables are wit..... More
|
|
|
| Practical use of pathlib |
|
Posted by: Larz60+ - Oct-17-2017, 09:54 AM - Forum: Code sharing
- No Replies
|
 |
The app below uses pathlib objects to read the header record from national fips code files
and print each. Eventually it will process each into an ea..... More
|
|
|
| version 2 to 3 changes |
|
Posted by: Skaperen - Oct-17-2017, 02:28 AM - Forum: News and Discussions
- Replies (4)
|
 |
as we all know, version 3 changed the print statement to a built in print() function. i am curious why and also curious why not other statements.
|
|
|
| Error with conditionals |
|
Posted by: RiceGum - Oct-17-2017, 12:37 AM - Forum: Homework
- Replies (17)
|
 |
mes = input()
if mes in ("Abril", "Junho", "Setembro", "Novembro"):
print("30 dias")
elif mes in ("Janeiro", "Março", "Abril", "Maio", "Julho..... More
|
|
|
| lcm |
|
Posted by: mp3909 - Oct-16-2017, 08:37 PM - Forum: General Coding Help
- Replies (2)
|
 |
[python]def lcm(m,n):
answer = 0
if m>n:
for i in range(m,m*n+1,m):
if i%n==0:
answer==i
break
return answer
>>> lcm(5,3)
0..... More
|
|
|
| database connectivity |
|
Posted by: achhayya - Oct-16-2017, 02:37 PM - Forum: Homework
- Replies (1)
|
 |
Hello
I have installed the module psycopg2(pp psycopg2)
My program is having only one below statement
import psycopg2
When i try to execut..... More
|
|
|
| Having issues with a lab |
|
Posted by: Thompscr01 - Oct-16-2017, 02:21 PM - Forum: Homework
- No Replies
|
 |
Question: I am currently having an issue with a lab in my class and am looking for help setting up my program. The professor asked us to make it "idio..... More
|
|
|
| I'm a beginner |
|
Posted by: michaelshopfer - Oct-16-2017, 02:37 AM - Forum: Bar
- Replies (10)
|
 |
Hello, I want to know where I can learn to program some simple programming language (I'm a beginner) if you can help me, thank you.
|
|
|
| Argument lists |
|
Posted by: sobrio1 - Oct-15-2017, 09:52 PM - Forum: Data Science
- Replies (7)
|
 |
Does anyone know how to get an argument list for a function besides using shift+tab?
I can't use my_dataframe.loc() properly because I have no idea..... More
|
|
|
|