Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,620
» Latest member: SPODGEBOB
» Forum threads: 38,637
» Forum posts: 175,057
Full Statistics
|
Online Users |
There are currently 349 online users. » 1 Member(s) | 342 Guest(s) Bing, Baidu, Google, Yandex, Applebot, SPODGEBOB
|
Latest Threads |
List[] in Python needs so...
Forum: Game Development
Last Post: miajones
4 hours ago
» Replies: 2
» Views: 339
|
Unable to install pygame ...
Forum: Game Development
Last Post: Thatedge
7 hours ago
» Replies: 2
» Views: 2,065
|
can't use pyrepl: bad mag...
Forum: News and Discussions
Last Post: Plyth
9 hours ago
» Replies: 2
» Views: 230
|
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Jun-24-2025, 02:10 PM
» Replies: 5
» Views: 465
|
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Jun-24-2025, 02:04 PM
» Replies: 3
» Views: 188
|
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-24-2025, 08:10 AM
» Replies: 9
» Views: 199,376
|
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:43 AM
» Replies: 1
» Views: 134
|
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:15 AM
» Replies: 3
» Views: 631
|
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Jun-24-2025, 03:41 AM
» Replies: 3
» Views: 1,534
|
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 334
|
|
|
Total after tax |
Posted by: theunknown - Apr-26-2017, 05:30 AM - Forum: Homework
- Replies (5)
|
 |
Hello everyone! :)
Can someone please explain to me what is wrong with my code? I need to give the total of the amount a user enters and show how m..... More
|
|
|
while loop help |
Posted by: jhall710 - Apr-25-2017, 09:36 PM - Forum: Homework
- Replies (15)
|
 |
Hey everyone, have all of my code correct thus far (so I think lol) but steps 6 & 7 have me very lost. My instructor never gave us any information on ..... More
|
|
|
Write to CSV |
Posted by: arsenal88 - Apr-25-2017, 08:10 PM - Forum: General Coding Help
- Replies (5)
|
 |
I have a list of values [abc123, abc123, abc123, abc123, etc..]
I want to input that list into a CSV whereby the first 3 characters of each index a..... More
|
|
|
For loop |
Posted by: Merlijn - Apr-25-2017, 09:23 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
I use python code in dynamo (visual programming) and I have a situation that can not be done (as far as I know) in Dynamo, but I think it co..... More
|
|
|
List/set |
Posted by: janek30 - Apr-25-2017, 08:56 AM - Forum: Homework
- Replies (7)
|
 |
Hi
I need little help.
I have five Set on list. Like this:
[python] list = [{"a","b","c","d"},{"k","f","r","c"},{"c","a","o","r"},{"m","p","l"},{..... More
|
|
|
Python in MAYA |
Posted by: I_suck_at_python - Apr-24-2017, 10:25 PM - Forum: General Coding Help
- No Replies
|
 |
Right basically I've got to submit this tomorrow and I'm new to Python and have no idea what any of it means. I've been provided with a MAYA file and..... More
|
|
|
PyBreakout |
Posted by: TerryRitchie - Apr-24-2017, 04:41 PM - Forum: Code sharing
- Replies (5)
|
 |
A simple little breakout program I wrote using PyGame.
[python]####################################################################################..... More
|
|
|
python3 + gtk3 image sequence |
Posted by: changos - Apr-24-2017, 04:10 PM - Forum: GUI
- No Replies
|
 |
Hello, I tried to show some images in a sequence, when click a button show the first image and after one second show the next image, I tried the next ..... More
|
|
|
If Then statement |
Posted by: smw10c - Apr-24-2017, 03:15 PM - Forum: Data Science
- Replies (18)
|
 |
I hope you are all having a good day. I want to know why the following code does not work:
for X in df3['diff']:
if X < 0:
X=NaN
|
|
|
System Command |
Posted by: sushmita13 - Apr-24-2017, 03:06 PM - Forum: General Coding Help
- Replies (3)
|
 |
my question here
[python]
def systemCommand(cmd):
terminalProcess = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
terminalOutput, stderr = ..... More
|
|
|
Adding a New Field |
Posted by: swahlay13 - Apr-24-2017, 02:33 PM - Forum: Homework
- Replies (1)
|
 |
I am working on a project where I want to add a new field to a shapefile. This script will be added to a toolbox to be run in ArcCatalog so i will nee..... More
|
|
|
SPI Communication |
Posted by: Raudert - Apr-24-2017, 01:30 PM - Forum: General Coding Help
- No Replies
|
 |
I have recently purchase a Pi-SPI-2AO Digital to Analog converter for a project I am working on here. I have done quite a bit of research but I still ..... More
|
|
|
matplotlib : Raster Plot |
Posted by: adithyakrish - Apr-24-2017, 10:46 AM - Forum: Homework
- Replies (1)
|
 |
Hey Everyone,
I am stuck at a point whee I need a simple python code generate a raster plot based on the values that is generated as the output of ..... More
|
|
|
|