Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,581
» Latest member: rbadis
» Forum threads: 38,634
» Forum posts: 175,037
Full Statistics
|
Online Users |
There are currently 481 online users. » 1 Member(s) | 475 Guest(s) Bing, Google, Yandex, Mojeek, 2dogs
|
|
|
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?
|
|
|
Can't unsubscribe from forum.... |
Posted by: Ofnuts - Nov-27-2016, 11:14 PM - Forum: Board
- No Replies
|
 |
A while ago I subscribed to the "Bar" forum to get notification of new threads. Despite several attempts to unsubscribe, I still receive notifications..... More
|
|
|
Learning Python |
Posted by: alpbetaC0der - Nov-27-2016, 10:25 PM - Forum: Data Science
- Replies (5)
|
 |
Hello,
I would like to learn Python - however i have a dilemma; i have been reading "Learn Python the Hard Way" and it suggests that i use Python 2 i..... More
|
|
|
ubuntu video problems |
Posted by: darter - Nov-27-2016, 08:40 PM - Forum: Bar
- Replies (3)
|
 |
I have been running Ubuntu 14 on two Dell monitors for a year - no problems.. A few days ago my monitors both showed only a scrambled pattern of lines..... More
|
|
|
Function Help |
Posted by: Millionsunz - Nov-26-2016, 05:12 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hello Python Forums,
I am currently learning how to code in the wonderful language of Python. I am very beginner at computer programming (Python is..... More
|
|
|
conway's game of life |
Posted by: hanscvanleeuwen - Nov-25-2016, 07:51 PM - Forum: Homework
- Replies (17)
|
 |
Hi there ..first program I have made in python is conway's game of life (see wikipedia).
I used Python 3.5, tkinter using commands enclosed and ov..... More
|
|
|
|