Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 63 online users. » 0 Member(s) | 58 Guest(s) Bing, Google, AOL, Mojeek, AOL
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 9
» Views: 463
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
Today, 08:55 AM
» Replies: 1
» Views: 320
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,667
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,021
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,374
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,923
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,695
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,785
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,929
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,485
|
|
|
Qt for Python |
Posted by: dvs1 - Apr-25-2018, 01:14 AM - Forum: News and Discussions
- Replies (2)
|
 |
[quote]Pretty soon, developers can enjoy all the goodies from Qt in their Python applications, including official technical support, around the globe...... More
|
|
|
Learning Python |
Posted by: mgranger - Apr-24-2018, 06:03 PM - Forum: GUI
- No Replies
|
 |
So I am trying to learn/teach myself python and I decided to start with Rock, Paper, Scissors game. I was able to create the game using python but no..... More
|
|
|
Distance between indicies of a list |
Posted by: johnissa - Apr-24-2018, 09:50 AM - Forum: Homework
- Replies (2)
|
 |
how can i determine the distance between two indices in a list of values?
given a = [-1, 5, 4, 8, 3, 21, 18, 16, 3, 2, 3, 1, 4, 5, 17, 22, 36, 33, ..... More
|
|
|
Display Formating |
Posted by: Jrvelandia - Apr-23-2018, 10:59 PM - Forum: Homework
- Replies (2)
|
 |
[python]def line_up(roster):
if len(roster)==0:
print("There is no player in the list. \n")
return
else:
i = 1
..... More
|
|
|
first time...help |
Posted by: JJgo - Apr-23-2018, 10:43 PM - Forum: Homework
- Replies (16)
|
 |
I created my first algorithm, but I should put a loop on it ... can someone help me? ... please ..
thanks!!
|
|
|
New Syntax Error |
Posted by: DEdwards - Apr-23-2018, 10:20 PM - Forum: General Coding Help
- Replies (1)
|
 |
I'm new to python and have written the following binary search and it was running then suddenly I am getting a syntax error on line 58. I am running ..... More
|
|
|
touch events is not generating |
Posted by: shridhara - Apr-23-2018, 11:39 AM - Forum: GUI
- No Replies
|
 |
hell all,
Hi, I tested simple code for detecting touch event on touch-screen, but i cant able to generate touch events and can't pinch at all. Anyon..... More
|
|
|
generators as filters |
Posted by: Skaperen - Apr-23-2018, 03:30 AM - Forum: News and Discussions
- No Replies
|
 |
suppose you have a couple routines in separate contexts that send data objects back and forth to each other? how easy is it to insert a generator to ..... More
|
|
|
|