Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 36 online users. » 0 Member(s) | 31 Guest(s) Bing, AOL, AOL, Mojeek
|
Latest Threads |
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
6 hours ago
» Replies: 2
» Views: 311
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,344
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,748
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 721
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 969
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,033
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,069
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 642
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,621
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,846
|
|
|
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
|
|
|
|