Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,651
» Latest member: RaymondPAL
» Forum threads: 38,642
» Forum posts: 175,097
Full Statistics
|
Online Users |
There are currently 372 online users. » 0 Member(s) | 368 Guest(s) Bing, Baidu, Yandex
|
Latest Threads |
textbox compare command n...
Forum: GUI
Last Post: deanhystad
2 hours ago
» Replies: 1
» Views: 146
|
Python Install Mager Help
Forum: News and Discussions
Last Post: bowens1983
10 hours ago
» Replies: 2
» Views: 229
|
How to ask Smart Question...
Forum: Board
Last Post: Thatedge
Yesterday, 08:10 AM
» Replies: 3
» Views: 5,636
|
Exercise on reading a chu...
Forum: Homework
Last Post: polytrack
Yesterday, 06:49 AM
» Replies: 2
» Views: 1,029
|
New Users Introduce Yours...
Forum: Bar
Last Post: dmac6809
Jun-30-2025, 02:48 PM
» Replies: 451
» Views: 343,861
|
How to retain Annotation ...
Forum: Code Review
Last Post: holeioonline
Jun-30-2025, 08:43 AM
» Replies: 2
» Views: 911
|
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
Jun-30-2025, 07:08 AM
» Replies: 4
» Views: 95,200
|
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Jun-29-2025, 06:53 PM
» Replies: 13
» Views: 632
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
Jun-29-2025, 06:47 PM
» Replies: 2
» Views: 155
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Jun-29-2025, 03:41 PM
» Replies: 4
» Views: 215
|
|
|
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!
|
|
|
|