Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 62 online users. » 0 Member(s) | 56 Guest(s) Bing, Google, AOL, AOL, Applebot
|
Latest Threads |
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
59 minutes ago
» Replies: 5
» Views: 2,506
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 813
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 508
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,803
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,729
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 409
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 479
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,551
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,233
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,440
|
|
|
Calculation Module |
Posted by: king2385 - Mar-10-2017, 02:23 PM - Forum: Homework
- Replies (3)
|
 |
When landing an aircraft, the pilot needs to calculate the landing distance over a fifty foot (50') object. This calculation is based on headwind spee..... More
|
|
|
numbered lists |
Posted by: Skaperen - Mar-10-2017, 05:54 AM - Forum: Board
- Replies (3)
|
 |
at the end of the BBCode document there is:
Quote:Valid list start index's are... 1 a A i I
how hard would it be to add zero..... More
|
|
|
accumulator pattern |
Posted by: python_learner - Mar-09-2017, 05:36 PM - Forum: Homework
- Replies (8)
|
 |
Write a programm which sums up the first 100 even numbers. + comments
|
|
|
Code Check? Am I right? |
Posted by: r6lay - Mar-09-2017, 02:35 PM - Forum: Homework
- Replies (3)
|
 |
Hey everyone so this is my homework assignment and I just wanna make sure my code is right because I'm getting some syntax error
[color=#333333][s..... More
|
|
|
Leap Year |
Posted by: MartinEvtimov - Mar-09-2017, 06:19 AM - Forum: General Coding Help
- Replies (14)
|
 |
[python]def get_year():
print("Please input year:")
year = int(input())
return year
def if_else(year):
if (year % 4 == 0):
pr..... More
|
|
|
if with range |
Posted by: Federer - Mar-08-2017, 08:36 PM - Forum: Homework
- Replies (6)
|
 |
Good Day,
I want to check if any of this variable over 200 must print not within range can someone help me how can I do it
[python]
a = 12
b = ..... More
|
|
|
where has your https gone? re-post |
Posted by: GustavoWoltmann - Mar-08-2017, 04:01 PM - Forum: Board
- Replies (3)
|
 |
Where has your https gone? When I visited your forum before the hack, I had https, I think. Has your https also been hacked?
|
|
|
issue on tree |
Posted by: desul - Mar-08-2017, 04:13 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi,
I need to know what is wrong with this code and why I am getting errors and how can solve it......
[python]
def leaves(tag_words):
fr..... More
|
|
|
|