Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,935
» Latest member: Baran12332
» Forum threads: 38,722
» Forum posts: 175,510
Full Statistics
|
Online Users |
There are currently 65 online users. » 0 Member(s) | 55 Guest(s) Apple, Google, Bing, AOL, AOL, Twitter
|
Latest Threads |
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 334
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 06:57 PM
» Replies: 10
» Views: 3,800
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,381
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 709
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,174
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,054
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,282
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,278
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,398
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 960
|
|
|
a future project: recursive file list |
Posted by: Skaperen - Dec-14-2017, 03:55 AM - Forum: Bar
- No Replies
|
 |
i once wrote a recursive file lister in C. i want to make some changes to it. but i don't want to go back to coding in C to do that. i'd rather re-..... More
|
|
|
WxPython Line Number |
Posted by: QueenSvetlana - Dec-14-2017, 03:42 AM - Forum: GUI
- No Replies
|
 |
Does wxPython's have a line number option for any of the textboxes, like Notepad++?
|
|
|
Need to Convert |
Posted by: goldtiger6 - Dec-13-2017, 07:36 PM - Forum: Homework
- Replies (1)
|
 |
I need to convert a code for class from an "If/Else, For Loop" into a "While" statement.
This is the code we started with:
[python]
n = int(input..... More
|
|
|
learning OOP |
Posted by: workerbee - Dec-13-2017, 12:02 AM - Forum: General Coding Help
- Replies (2)
|
 |
I thought by thinking out loud here I could get some clarity. I have been wondering for awhile why __init__ method was necessary think I am getting it..... More
|
|
|
Newbie question: Nested List Comprehensions |
Posted by: Truman - Dec-12-2017, 10:51 PM - Forum: General Coding Help
- Replies (5)
|
 |
Looking at this code:
[quote]
matrix = [
[1,2,3,4],
[5,6,7,8],
[9,10,11,12],
]
r = [[row[i] for row in matrix] for i in range(4)..... More
|
|
|
csv import issue by newbee |
Posted by: giladbi - Dec-12-2017, 08:21 PM - Forum: Data Science
- No Replies
|
 |
hi
i am trying to import a txt file but it's in csv format. this is tick trading data info.
the file is this:
[quote]0,2017-09-18 02:00:06,12567.00..... More
|
|
|
Thesis Writer 2000 |
Posted by: Iskuss - Dec-12-2017, 07:44 PM - Forum: Code sharing
- Replies (2)
|
 |
[python]
print("Thesis Writer 2000")
print("First you need a thesis statement. This is the idea or claim you're trying to prove.")
print("Example:..... More
|
|
|
|