Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 35 Guest(s) Bing, Google, AOL, AOL
|
Latest Threads |
Cannot update or install ...
Forum: General Coding Help
Last Post: Williamcaurb
16 minutes ago
» Replies: 7
» Views: 237,904
|
Доставка цветов в Томске
Forum: General Coding Help
Last Post: Williamcaurb
17 minutes ago
» Replies: 0
» Views: 4
|
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
1 hour ago
» Replies: 5
» Views: 150
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 4
» Views: 133
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 85
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,550
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 238
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,058
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 472
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,106
|
|
|
python input |
Posted by: maciek123 - Sep-08-2019, 09:48 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi guys i try to add elif where input is not a number to print 'please put number.' but for some reason its not working. Anyone know how to fix this?..... More
|
|
|
Homework help please |
Posted by: EdensVoid - Sep-08-2019, 05:50 AM - Forum: Homework
- Replies (2)
|
 |
[python]
# Input from the command line
import sys
A = sys.argv[1]
B = sys.argv[2]
C = sys.argv[3]
# Your code goes here
num = A * (B + C/3..... More
|
|
|
side effects in f-strings |
Posted by: Skaperen - Sep-08-2019, 01:26 AM - Forum: News and Discussions
- No Replies
|
 |
if you def a function that has an intentional side effect is it valid to call that function in an f-string when using the official CPython?
|
|
|
Can't install turtle |
Posted by: Josh_Python890 - Sep-07-2019, 07:26 PM - Forum: General Coding Help
- No Replies
|
 |
Hi folks I'm having issues installing turtle
This is the verbose output from pip run in powershell with admin rights:
[output]PS C:\WINDOWS\syst..... More
|
|
|
PYTHON CPU |
Posted by: Doffer - Sep-07-2019, 06:27 PM - Forum: General Coding Help
- Replies (2)
|
 |
the simple program uses the processor at a high rate like %19-%25.
How can I solve this problem?
|
|
|
FOR loop not working properly |
Posted by: marco_ita - Sep-07-2019, 08:40 AM - Forum: Data Science
- No Replies
|
 |
I have the below code.
I am trying to populate a new dataframe withan iterative for loop, but while i can add the "Year" for each iteration, i am not ..... More
|
|
|
|