| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,923
Full Statistics
|
| Online Users |
There are currently 39 online users. » 1 Member(s) | 30 Guest(s) Google, Bing, Facebook, Mojeek, Google Image, snippsat
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 11
» Views: 298
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 1
» Views: 65
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 89
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 49
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,117
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 203
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 730
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,837
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 203
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 165
|
|
|
| functions in C |
|
Posted by: Skaperen - Aug-01-2018, 03:02 AM - Forum: News and Discussions
- No Replies
|
 |
people can write functions for Python in C. is this different than, or the same as, using the ctypes module? if different, is it easy to made..... More
|
|
|
| i have decided |
|
Posted by: Skaperen - Aug-01-2018, 01:37 AM - Forum: Bar
- Replies (3)
|
 |
after reading the history of where and how the line width of terminals came from (including the very interesting history of punch cards), i have decid..... More
|
|
|
| bool |
|
Posted by: PreservedKillich - Jul-31-2018, 06:39 PM - Forum: General Coding Help
- Replies (6)
|
 |
cmd_array[] contains ['EVENT_EXTANT_WINDOW', '82', '1', '10', '0']
bool_expected = bool(cmd_array[4])
returns True
Why?
Thanks
|
|
|
| Tree using CSV |
|
Posted by: pandeyrishabh - Jul-31-2018, 05:31 AM - Forum: Data Science
- Replies (7)
|
 |
I have a CSV dataset having columns like ID,Name,ParentId and I want to visualise it in Tree format Please Help anybody
id,Name,ParentId
ACAD0100,Ac..... More
|
|
|
| coding: utf-8 |
|
Posted by: Skaperen - Jul-31-2018, 05:22 AM - Forum: General Coding Help
- Replies (1)
|
 |
you can put # -*- coding: utf-8 -*- in a Python source file to say that the source has UTF-8 encoded characters within. but, what woul..... More
|
|
|
| max() output |
|
Posted by: mcmxl22 - Jul-31-2018, 01:00 AM - Forum: General Coding Help
- No Replies
|
 |
I am trying to get this to log the options chosen over time, then suggest the one most commonly used. I got the logging part working but the result of..... More
|
|
|
| international python |
|
Posted by: Skaperen - Jul-31-2018, 12:44 AM - Forum: News and Discussions
- Replies (12)
|
 |
has anyone modified Python to accept foreign language translations of keywords so that a Python script can be written entirely in a foreign language?
|
|
|
| Python to Exe file |
|
Posted by: TreeLeaF - Jul-31-2018, 12:24 AM - Forum: General Coding Help
- No Replies
|
 |
Hey I need help making a python file into a exe file. I used things like py2exe or cx freeze or pyinstaller but each time this error message came up o..... More
|
|
|
| Project: Google map |
|
Posted by: Truman - Jul-30-2018, 10:08 PM - Forum: Homework
- Replies (5)
|
 |
The point of the project is to type any address and after "enter" to automatically be redirected to google map with that location on the map. When I r..... More
|
|
|
| Reset csv.reader |
|
Posted by: Huck - Jul-30-2018, 03:25 PM - Forum: Data Science
- Replies (16)
|
 |
Comma delimited file:
ID Colors
1 red
2 red
3 blue
4 red
5 blue
6 blue
7 red
8 blue
9 blue
10 blue
My code reads the above comma delimit..... More
|
|
|
|