Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,941
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517
Full Statistics
|
Online Users |
There are currently 34 online users. » 0 Member(s) | 29 Guest(s) Bing, AOL, AOL, Google, Mojeek
|
Latest Threads |
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
1 hour ago
» Replies: 1
» Views: 117
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 8
» Views: 281
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,476
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 877
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,701
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,224
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,750
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,549
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,654
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,839
|
|
|
PDf reader |
Posted by: jorgelameira - Mar-24-2018, 10:38 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
I'm doing a master thesis in Finance so I decided to learn python in order to make things simpler.
I have learned the basics but my questio..... More
|
|
|
code wanted: file splicing |
Posted by: Skaperen - Mar-24-2018, 05:17 AM - Forum: Bar
- Replies (10)
|
 |
i often need a command to take particular columns of different files and combine them. for example i just needed to take columns 1-19 of file A and c..... More
|
|
|
elegant code |
Posted by: Skaperen - Mar-24-2018, 03:10 AM - Forum: Bar
- Replies (7)
|
 |
what is it that make code elegant?
|
|
|
retirement counter help |
Posted by: 2ball - Mar-24-2018, 12:10 AM - Forum: General Coding Help
- No Replies
|
 |
So, I’m old. I tried to learn just enough Python to make a retirement count down and a retirement money count up. Part of my retirement is that in t..... More
|
|
|
Noob Udacity Help |
Posted by: CastyMcBoozer - Mar-23-2018, 11:18 PM - Forum: Homework
- Replies (3)
|
 |
So I'm chugging along w/ a beginner's computer science course @ Udacity. It seems to be going ok, I don't have tons of time to dedicate to it, but I'..... More
|
|
|
Tkinter Listbox tab char issues |
Posted by: ashtona - Mar-23-2018, 06:38 PM - Forum: GUI
- Replies (4)
|
 |
Hello, I'm writing a GUI app in tkinter. Right now I am trying to insert filenames that I have stored in an SQL database into a Listbox with a tab in ..... More
|
|
|
tkinter scheduling app |
Posted by: Rabbyte - Mar-23-2018, 03:35 AM - Forum: Jobs
- Replies (7)
|
 |
Looking to hire a programmer for a simple team scheduling app that utilizes tkinter and can export html.
I have all desired features laid out, I just..... More
|
|
|
Keypad Help |
Posted by: FireBlitz8404 - Mar-22-2018, 07:26 PM - Forum: General Coding Help
- Replies (1)
|
 |
I currently have a 4x4 keypad working with this Python code. The script just runs indefinitely and I don't know how to get it to stop. I'm trying to g..... More
|
|
|
Parts of the house |
Posted by: abscorpy - Mar-22-2018, 05:48 PM - Forum: Game Development
- Replies (2)
|
 |
I want to create a game in which an image is shown in the screen and user have to input the correct name of the object. This is the code i have so far..... More
|
|
|
list |
Posted by: zowhair - Mar-22-2018, 01:13 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi friends can anyone explain this for me
def test1():
l = []
for i in range(1000):
l = l + [i] how this s..... More
|
|
|
|