Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,592
» Latest member: bowens1983
» Forum threads: 38,638
» Forum posts: 175,048
Full Statistics
|
Online Users |
There are currently 405 online users. » 0 Member(s) | 400 Guest(s) Bing, Google, Yandex, Baidu, Mojeek
|
|
|
Help... python decorator |
Posted by: alfredocabrera - Feb-22-2017, 07:16 AM - Forum: General Coding Help
- No Replies
|
 |
I have a python function and a decorator that works just fine and it looks like this:
[python]
def fun_cache(function):
memo = {}
def wrap..... More
|
|
|
python decorator |
Posted by: alfredocabrera - Feb-22-2017, 07:04 AM - Forum: Homework
- No Replies
|
 |
[color=#222222][size=small][font=Arial, Helvetica, sans-serif]I have a python function and a decorator that works just fine and it looks like this:[/f..... More
|
|
|
Code help |
Posted by: YevesDraco - Feb-21-2017, 08:47 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hi.
I am programing an RPG and I have run into a simple yet strange problem (At least to me)
When the user is asked to wake up or not, I used this..... More
|
|
|
Music Notation |
Posted by: Larz60+ - Feb-21-2017, 11:22 AM - Forum: Code sharing
- Replies (14)
|
 |
Just curious if anyone used music notation (such as lilypond) software.
I have an application that takes any scale from around the world, categorized..... More
Attached Files
Thumbnail(s)
|
|
|
pandas series to list |
Posted by: metalray - Feb-21-2017, 10:24 AM - Forum: Homework
- Replies (5)
|
 |
Dear Pandas Experts,
I signed up for an online training for python and one of the problems I have is that I got a series but should make a list out o..... More
|
|
|
Python v COBOL |
Posted by: Skaperen - Feb-21-2017, 06:34 AM - Forum: News and Discussions
- Replies (21)
|
 |
what would we need to do to python to make a suitable basis for tossing out COBOL besides cleaning the sticky sugar out of their shift keys and making..... More
|
|
|
I'm Stuck |
Posted by: 13owatts - Feb-20-2017, 05:55 PM - Forum: General Coding Help
- Replies (14)
|
 |
Hi, I was wondering if anyone could help me with this code. When I enter any word (Thing, in this example) it comes up with this error:
[output][..... More
|
|
|
exclude hyphen |
Posted by: baolevani - Feb-20-2017, 05:27 PM - Forum: News and Discussions
- Replies (1)
|
 |
Hi,
I need some help with formatting.
I am exporting data in cvs file and need to exclude hyphen and add zero in front, for example "5-" should ..... More
|
|
|
dxfgrabber |
Posted by: elhetch - Feb-20-2017, 12:29 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hello,
i am not sure why the below code doesnot return the layers as expected.
[python]
import dxfgrabber
test = dxfgrabber.readfile("test.dx..... More
|
|
|
|