Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588
Full Statistics
|
Online Users |
There are currently 35 online users. » 0 Member(s) | 30 Guest(s) Bing, Google, Applebot
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
11 hours ago
» Replies: 1
» Views: 1,819
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
11 hours ago
» Replies: 3
» Views: 1,116
|
real community
Forum: News and Discussions
Last Post: Biks
11 hours ago
» Replies: 4
» Views: 3,068
|
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
Today, 08:52 AM
» Replies: 5
» Views: 182
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
Today, 06:18 AM
» Replies: 4
» Views: 149
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 97
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,558
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 255
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,068
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485
|
|
|
Websocket server not async? |
Posted by: korenron - Sep-23-2019, 01:37 PM - Forum: Networking
- No Replies
|
 |
Hello ,
I have a wroking websocket server that my application connected to him and send data to the server.
my problem is that sometime the APP send..... More
|
|
|
Data Visulization |
Posted by: srikanthpdpl - Sep-23-2019, 10:39 AM - Forum: Data Science
- No Replies
|
 |
Here is my code
[python]
import pandas as pd
import numpy as np
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
# ..... More
|
|
|
Consolidating code |
Posted by: jhartc - Sep-22-2019, 08:40 PM - Forum: Data Science
- No Replies
|
 |
I have the following code:
[python]
# Load the Pandas libraries with alias 'pd'
import pandas as pd
import numpy as np
# Read data from file 'file..... More
|
|
|
Call a function when switching layouts |
Posted by: 4096 - Sep-22-2019, 07:39 PM - Forum: GUI
- No Replies
|
 |
I am writing a flashcard program in Python 3.7 using tkinter. I have many interfaces, like one for selecting a file, and one for reviewing cards, one ..... More
|
|
|
loop through range until reach size and exclude specific symbol |
Posted by: pino88 - Sep-22-2019, 02:53 PM - Forum: General Coding Help
- Replies (3)
|
 |
[inline]
string = "ABC_DEF_GH__ILMN_OPQ__RSTUVZ"
index = 14
for i in string:
print([i-5],[i-4],[i-3],[i-2],[i-1],[i],[i+1],[i+2],[i+3],[i+4],[i+..... More
|
|
|
Newbie error |
Posted by: dezed - Sep-22-2019, 02:27 PM - Forum: General Coding Help
- Replies (4)
|
 |
Im newb to python, can someone help me?
this error
can't multiply sequence by non-int of type 'str'
my code
[python]
n,T,P=input("input n, T, P..... More
|
|
|
|