Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,921
» Latest member: RonR
» Forum threads: 38,722
» Forum posts: 175,491
Full Statistics
|
Online Users |
There are currently 43 online users. » 1 Member(s) | 36 Guest(s) Applebot, Google, Bing, AOL, Internet Archive, Polybunny
|
|
|
Decimal problem |
Posted by: hmillsar - Dec-01-2016, 05:40 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello forum. I am currently writing a program to determine the roots of a cubic equation. However I have come across some trouble with my script.
[py..... More
|
|
|
output to canvas widget |
Posted by: freakbot - Dec-01-2016, 06:18 AM - Forum: GUI
- Replies (2)
|
 |
First post here on this new forum.
I'm trying to get a windows 'dir' command output to display in a canvas widget. Ultimately I want to built an in..... More
|
|
|
More of my learning |
Posted by: LordHill - Dec-01-2016, 05:37 AM - Forum: Code sharing
- Replies (2)
|
 |
Took a break while I worked a bunch of overtime, but had a rare day off yesterday. Decided to continue my learning. Read a bit about python classes. T..... More
|
|
|
Extra line before code |
Posted by: snippsat - Nov-30-2016, 06:06 PM - Forum: Board
- Replies (1)
|
 |
metulburr do you know why it now add an extra line(<br>) before syntax code.
Did not to that before,should be equal to output and error tag.
Test...... More
|
|
|
Wtf i did wrong? |
Posted by: AlexEdy1982 - Nov-30-2016, 04:38 PM - Forum: General Coding Help
- Replies (7)
|
 |
Cand someone please wtf i did wrong on this.Actually wtf i copied wrong on this.I really needed a keylogger that sends the text file + images via emai..... More
|
|
|
Last Pass |
Posted by: metulburr - Nov-30-2016, 03:51 PM - Forum: News and Discussions
- Replies (4)
|
 |
The recent hack we had recently is a good reminder to everyone that you should not use the same password for each website. If one site is compromised,..... More
|
|
|
New to Python |
Posted by: pmauer456 - Nov-30-2016, 07:25 AM - Forum: General Coding Help
- Replies (1)
|
 |
All,
I'd really appreciate some help here. I'm trying to learn Python from a book and in one section they put the function you see below. So I ..... More
|
|
|
sort_by_length |
Posted by: roadrage - Nov-30-2016, 03:04 AM - Forum: Homework
- Replies (8)
|
 |
"""
Create a function called sort_by_length , which takes a single argument - a
(immutable) sequence of iterables (L).
The function must:
1. ..... More
|
|
|
Virus using Python |
Posted by: miira - Nov-29-2016, 07:00 PM - Forum: Homework
- Replies (7)
|
 |
Hi guys, I hope everyone is doing well. I have a problem understanding this lab could you please guide me through it thank you!
For this lab, you wi..... More
|
|
|
list_split |
Posted by: roadrage - Nov-29-2016, 05:30 PM - Forum: Homework
- Replies (3)
|
 |
"""
Create a function called list_split , taking the arguments I (iterable) and
N (numeric). The goal of the function would be to split the iterabl..... More
|
|
|
str_format_2var |
Posted by: roadrage - Nov-29-2016, 03:42 PM - Forum: Homework
- Replies (4)
|
 |
"""
Create a function called str_format_2var, taking three arguments:
- A string, containing two formatting markers supported by Python,
like `..... More
|
|
|
list to string |
Posted by: roadrage - Nov-28-2016, 09:24 PM - Forum: Homework
- Replies (5)
|
 |
"""
Create a function called list2str , that takes two arguments - a list of
strings L, and a delimeter D. The function must:
1. Return a single..... More
|
|
|
vector sum of tuples |
Posted by: roadrage - Nov-28-2016, 09:23 PM - Forum: Homework
- Replies (7)
|
 |
"""
Create a function called vector_sum , taking two arguments:
- Tuple, T1, consisting of multiple float numbers
- Tuple, T2, of the same len..... More
|
|
|
Where has your https gone? |
Posted by: consuli - Nov-28-2016, 06:51 PM - Forum: Board
- Replies (45)
|
 |
Where has your https gone? When I visited your forum before the hack, I had https, I think. Has your https also been hacked?
|
|
|
|