| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,838
Full Statistics
|
| Online Users |
There are currently 45 online users. » 1 Member(s) | 40 Guest(s) Bing, Apple, Google, deanhystad
|
|
|
| checking for matches between lists |
|
Posted by: henrik0706 - Oct-24-2017, 10:38 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hey guys
so here's the problem
I have 2 lists:
numbers = [1,2,3,4,5,6,7,8,9]
given = [1,1,2] how do i find the amount of eleme..... More
|
|
|
| Tkinter box model |
|
Posted by: Sebastian_Adil - Oct-23-2017, 08:17 PM - Forum: GUI
- Replies (2)
|
 |
In Tkinter there are six of standard options (-width -height -padx -pady -borderwidth -background) which can be gathered together in a flowchart and f..... More
Attached Files
Thumbnail(s)
|
|
|
| print a * pyramid |
|
Posted by: drogers10940 - Oct-23-2017, 04:16 PM - Forum: Homework
- Replies (5)
|
 |
[nodisplay]please give a runnable sample of your code with the full error text or a clear description of the problem
Please use python tags for cod..... More
|
|
|
| PIN Number Tool |
|
Posted by: jgarrido - Oct-23-2017, 01:14 PM - Forum: General Coding Help
- No Replies
|
 |
Good morning everyone,
I'm kinda new to Python but have been able to create a lot of tasks that allow me to automate certain functions that we used..... More
|
|
|
| subprocess with args |
|
Posted by: haye - Oct-23-2017, 10:54 AM - Forum: General Coding Help
- No Replies
|
 |
Hi, i've made a python script which gives me some stats from NFS:
[python]import sys
import subprocess
import argparse
parser = argparse.ArgumentPa..... More
|
|
|
| String Pulling |
|
Posted by: pdatt794 - Oct-23-2017, 06:20 AM - Forum: General Coding Help
- Replies (1)
|
 |
What is the replacement of "sed" in python ?
I mean the way sed works in unix, what we can use to get same functionality ?
Thanks
Praveen Dutt
|
|
|
| Function arguments help |
|
Posted by: FingerButton - Oct-23-2017, 01:23 AM - Forum: Homework
- Replies (2)
|
 |
I've created a BMI Index in python for a class I'm in and I'm trying to get it to do a few things without any luck. What I want it to do is just ask f..... More
|
|
|
|