Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 1 Member(s) | 32 Guest(s) Bing, Google, AOL, Internet Archive, AOL, Applebot, snippsat
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 05:56 PM
» Replies: 9
» Views: 2,941
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Yesterday, 11:22 AM
» Replies: 4
» Views: 1,359
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 380
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 663
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,797
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 766
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 349
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,304
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,524
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 1,183
|
|
|
list - list |
Posted by: rdx - Sep-16-2017, 02:42 AM - Forum: Data Science
- Replies (1)
|
 |
fa is an array of floats, exact type unknown (since Python doesn't declare)
[python]pfa = fa
fa = np.concatenate( (np.zeros(2), fa ))
FAIs = np.m..... More
|
|
|
y syntax errors? |
Posted by: Saxycool12345 - Sep-15-2017, 10:09 PM - Forum: General Coding Help
- Replies (3)
|
 |
this is my code but for some reason the colons and print always gives a syntax error, des anyone know why?
|
|
|
installing Linux on Flash Drive |
Posted by: Larz60+ - Sep-15-2017, 09:38 PM - Forum: Bar
- Replies (9)
|
 |
I'm wondering if anyone has a Linux distro installed on a flash drive.
I'd like to set one up (got a bunch of 64GB drives at microcenter for 14.99 ea..... More
|
|
|
What am I doing wrong? |
Posted by: forumer444 - Sep-15-2017, 08:39 PM - Forum: Homework
- Replies (14)
|
 |
This is driving me crazy.
*** Program Description ***
Write a program to read in a file of years, one per line, and output to a separate file "only t..... More
|
|
|
pandas dataframe |
Posted by: ian - Sep-15-2017, 01:21 PM - Forum: Data Science
- Replies (1)
|
 |
I have a file Test.csv as below
ColumnA
FM
NA
EC
When run code below, it shows nan, not 'NA'. how to fix it? Thanks
FM
nan
EC
[python]
i..... More
|
|
|
thread in python3 |
Posted by: tony1812 - Sep-14-2017, 10:49 PM - Forum: General Coding Help
- Replies (1)
|
 |
helo, I am very new to python, I am wonder in python3, is ther a differt between import threading verses import _thread? I've seen one or the other in..... More
|
|
|
Var Not defined |
Posted by: RainbowWolfy - Sep-14-2017, 08:07 PM - Forum: General Coding Help
- Replies (2)
|
 |
So I'm pretty new to Python, although I got alot of experience in other languages.
I have a problem where my Attack variable is not being defined
..... More
|
|
|
Basic algebra in Python |
Posted by: ejj28 - Sep-14-2017, 03:35 PM - Forum: General Coding Help
- Replies (10)
|
 |
Hi, how can I solve algebraic equations in python?
For example: 100*X=200, which would return 2.
Is there some sort of library for this?
Thanks!
|
|
|
|