| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 58 online users. » 1 Member(s) | 48 Guest(s) Google, Applebot, Bing, Facebook, AOL, kshahzad1985
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 126
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 106
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 77
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 117
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,135
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,371
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,565
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 192
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,200
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,446
|
|
|
| OSError with SMPT script |
|
Posted by: Milan - Apr-28-2023, 01:34 PM - Forum: General Coding Help
- No Replies
|
 |
Hello team,
I have the following code
[python]import smtplib
my_email = "fdsa@gmail.com"
password = "asdfasdf"
connection = smtplib.SMTP("smtp.gmai..... More
|
|
|
| "Import" Help |
|
Posted by: Chief816 - Apr-27-2023, 10:52 PM - Forum: Homework
- Replies (2)
|
 |
I'm currently taking a free online course on Python and I am admittedly a beginner in Python as well as coding in general, but I am having an issue th..... More
|
|
|
| Keyboard hotkeys |
|
Posted by: purushothama2222 - Apr-26-2023, 12:02 PM - Forum: General Coding Help
- Replies (4)
|
 |
I wanted to assign right sided control key as a hotkey to a function using keyboard.add_hotkey, but unfortunately I am not finding specific code to as..... More
|
|
|
| Pyspark dataframe |
|
Posted by: siddhi1919 - Apr-24-2023, 07:48 PM - Forum: General Coding Help
- Replies (3)
|
 |
we have a requirement where we need to extract a value from a column of a dataframe and then we have to match this extracted value to another column o..... More
|
|
|
my pygame car wont move |
|
Posted by: Erio85 - Apr-24-2023, 04:01 PM - Forum: Game Development
- Replies (1)
|
 |
hi like it says in the title my pygame car wont move unless the mouse is on the window and actively moving about. the window itself is updating (i kno..... More
Attached Files
main.py (Size: 3.8 KB / Downloads: 323)
|
|
|
| Calculate AGE in years |
|
Posted by: Kessie1971 - Apr-24-2023, 07:31 AM - Forum: Homework
- Replies (17)
|
 |
Hello
I want to try to calculate the age in years but in de output i get 1 day instead of 1 year
[python]from datetime import datetime, date
..... More
|
|
|
| Making a Class Person ? |
|
Posted by: Kessie1971 - Apr-23-2023, 11:14 AM - Forum: Homework
- Replies (3)
|
 |
How do I create a Person class is a generic class, which only stores some basic attributes. These attributes are: name, sex and date of birth (as a da..... More
|
|
|
|