10 Discussion / Question Topics
Remove Filter Challenge: change the code so that only .py and .txt files of a given directory are listed. ''' filename_list_given_dir1.py use module glob to list all the filenames of .jpg files or any extension(s) you specify in a given directory ''' import glob import os # all files (split off file … | |
I am exploring the J language for scientific purposes and am running this Fibonacci number code. Does anyone know how to add up the values in each of the four columns? NB. Fibo101.ijs NB. Fibonacci numbers NB. using J language free from www.jsoftware.com NB. F creates a list of the … | |
Santa just brought me a fancy notebook computer and I want to know if anyone has some experiemce with accessing that little camera with Python code? | |
Ever stumbled over silly instructions? Open Packet, Eat Nuts To avoid breakage, keep bottom on top. Top marked bottom to avoid confusion. | |
Eureka, I have reached my number 666 post at glorious Daniweb! It's exactly 666 now, but will of course increase as I post more! | |
Just an accumulation of funny news lines: Governor Chiles Offers Rare Opportunity To Goose Hunters (The Tallahassee Democrat) Gators To Face Seminoles With Peters Out (The Tallahassee Bugle) Messiah Climaxes In Chorus Of Hallelujahs (The Anchorage, Alaska Times) Textron Inc. Makes Offer To Screw Company Stockholders (The Miami Herald) Something … | |
Here is your chance to ask a 'smart' question in an attempt to have one of those real smart DaniWeb Geek members answer it. If the question just makes you think or smile, that is good enough too! Please no computer questions. :) Okay, to start out: Why does a … | |
Picked from newspaper classifieds: '83 Toyota hunchback -- $2000 Just in time for deer season: 2 wire mesh butchering gloves, one 5-finger, one 3-finger, pair only $15 Bill's septic cleaning "We haul American made products" Our sofa seats the whole mob and is made of 100% Italian leather. Joining nudist … | |
Just a place you can bitch about the different generations. Don't be bashful, spill your opinionated guts! Here is my analysis: Oldies Generation ... people born before 1930 Silent Generation ... people born between 1930 and 1945 Baby Boomers ... people born between 1945 and 1961 Generation X ... people … | |
What is the easiest or most elegant way to let the user input a list in a console program? |