| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 30 online users. » 0 Member(s) | 26 Guest(s) Bing, Google, AOL, Mojeek
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 11
» Views: 319
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 1
» Views: 76
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 95
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 53
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,133
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 206
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 735
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,840
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 216
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 172
|
|
|
| import |
|
Posted by: Skaperen - Jun-15-2018, 04:25 AM - Forum: News and Discussions
- Replies (6)
|
 |
how different is import from just reading some other file's lines of code at that point, besides the namespacing (which nilamo will i..... More
|
|
|
| dash problems |
|
Posted by: zhujp98 - Jun-14-2018, 03:30 PM - Forum: General Coding Help
- No Replies
|
 |
I want to scatter plot campcnt vs cnt by year, but I get error msg. How to fix this problem?
Thanks,
Jeff
[python]
print(df.head())
app = das..... More
|
|
|
| IDLE 3.6 Windows |
|
Posted by: OldSubSailor - Jun-14-2018, 11:24 AM - Forum: General Coding Help
- Replies (1)
|
 |
Howdy,
I do not know what happened, but I do seem to remember that when I started IDLE and opened a python file, the editor and shell windows open as..... More
|
|
|
| N00bie |
|
Posted by: MatthewWhebell - Jun-13-2018, 11:04 PM - Forum: News and Discussions
- Replies (3)
|
 |
I am completely new to coding. I've gone through a rough-patch in life, been through hell, but came through the other side wanting to get into the fie..... More
|
|
|
| code question |
|
Posted by: zhujp98 - Jun-13-2018, 07:52 PM - Forum: Data Science
- Replies (1)
|
 |
I run following code, why df.head() did not print the top record of df?
Thanks,
Jeff
[python]import dash
import dash_core_components as dcc
impor..... More
|
|
|
| Using .filter |
|
Posted by: Thunberd - Jun-13-2018, 06:55 PM - Forum: General Coding Help
- No Replies
|
 |
df = pd.read_csv(file)
df2 = df.filter(regex= 'Bottom')
print(df2)I have this, I am wondering if I could some..... More
|
|
|
| Logic puzzles (sources) |
|
Posted by: j.crater - Jun-13-2018, 06:12 PM - Forum: Bar
- Replies (5)
|
 |
Logical thinking and reasoning were never my strongest areas. I would like to put some effort in sharpening these skills.
Could anyone recommend books..... More
|
|
|
| Pong |
|
Posted by: DarksideMoses - Jun-13-2018, 05:41 PM - Forum: Homework
- Replies (6)
|
 |
I am making a pong game and I have most of the code correct except the last part. What I'm having a problem with is keeping a score. This is the code ..... More
|
|
|
| Glob and automating help |
|
Posted by: Thunberd - Jun-13-2018, 04:42 PM - Forum: General Coding Help
- No Replies
|
 |
Hey there! Had a question and not sure how to explain it,
I have a file, In this file there are many different columns and goes as follows
Mean1,..... More
|
|
|
| Boolean Wont Work |
|
Posted by: fierygaming - Jun-13-2018, 04:12 PM - Forum: General Coding Help
- Replies (5)
|
 |
Under variables I set up a boolean and later in Mknight() I set it to true then set up an if in Landscape() to check if it was true and if it was to d..... More
|
|
|
| Tables |
|
Posted by: anish - Jun-13-2018, 03:57 PM - Forum: General Coding Help
- Replies (2)
|
 |
hi
i have been jumbled with a code for taking the user input and formulating that in a table. Please help me out as it is a critical thing for me
|
|
|
| simple code task |
|
Posted by: dan123445 - Jun-13-2018, 12:03 PM - Forum: General Coding Help
- Replies (4)
|
 |
hi ,
i need some help,
how can i print in python all the numbers from 0 to 5 in 0.1 steps , but the numbers (1.0,2.0,3.0,4.0,5.0) will be printed..... More
|
|
|
|