|
Could any one suggest good Python-related podcasts out there, it could be anything about Python or its eco-system (like django, pylons, etc).
Started by Surya on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Obviously of general Python knowledge....
Thisweekindjango
Google Code University (several languages there)
Python Podcasts
Python Learning in Django as pointed out by Geo is (or possibly was) a good Python podcast.
|
|
My workplace filters our internet traffic by forcing us to go through a proxy, and unfortunately sites such as IT Conversations and Libsyn are blocked. However, mp3 files in general are not filtered, if they come from sites not on the proxy's blacklist...
Started by Eli Courtwright on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's the CGI script:
....
For the blocked? SSH Tunnels are your friend!
Why not subscribe at home and have your favorite podcasts copied to your to get at it.
There are many other Development/Dotnet/Technology podcasts, try one of those .
|
|
When I'm eating, or generally feeling bored, I like to watch a TV-series or something for entertainment. However, being somewhat of a geek, I was wondering if there were any technical video podcasts out there that I should be subscribing to? Any site ...
Started by Anders Sandvig on
, 21 posts
by 20 people.
Answer Snippets (Read the full thread at stackoverflow):
Hanselman Minutes is another good podcast.
You going for a while!
Google Tech Talks are amazing and while they are not a video podcast, you, just audio, but it has a lot of excellent content.
|
Ask your Facebook Friends
|
Hi
Is anybody aware of any introductory podcasts/screencasts about programming in general that step by step familiarize viewers with the key concepts of programming using C++ as a teaching language (making basically few if any assumptions)?
I am hoping...
Started by none on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Paradigms course (CS107) which includes C, Assembly, C++, Concurrent Programming, Scheme, and Python.
|
|
I'd like to write a Python script for Amarok in Linux to automatically copy the stackoverflow podcast to my player. When I plug in the player, it would mount the drive, copy any pending podcasts, and eject the player. How can I listen for the "plugged...
Started by joeforker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Thanks Google!), which I think will be of help:
http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html (which talks about how to use Python to access D-Bus) http://people.freedesktop.org for that applet is here , which shows how....
|
|
I have this line in a useful Bash script that I haven't managed to translate into Python, where 'a' is a user-input number of days' worth of files to archive:
find ~/podcasts/current -mindepth 2 -mtime '+`a`+' -exec mv {} ~/podcasts/old \;
I am familiar...
Started by bvmou on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you really want to port it to Python it's possible, but you'll never be able to write....
This python scriptThat's not a Bash command, it's a find command.
', '-exec', 'mv', '{}', '~/podcasts/old', ';'], shell=True)
That is not a joke.
|
|
I've been doing CMS sites for clients using Joomla for a while now, but I've been migrating a lot of my coding over to Python and have been looking for a good CMS solution that's written in Python.
Most of what I've seen so far is either Zope based (Plone...
Started by Seth on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are a couple easily (it includes its own version... .
It justUnfortunately, there's really not a lot of mature CMSes out there for Python.
If you are looking to manage media or podcasts a good python-based CMS solution is MediaCore .
|
|
If there is truly a 'best' way, what is the best way to ship a python app and ensure people can't (easily) reverse engineer your algorithms/security/work in general?
If there isn't a 'best' way, what are the different options available?
Background: I ...
Started by Eddie Parker on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are....
Shipping a commercial mac desktop app in Python, we do exactly as described to end-users, py2exe bundles the python interpreter, the necessary dlls and your code compiled to python bytecode.
Articles and podcasts.
|
|
How do I, in a single expression , get a dictionary where one key-value pair has been added to a sub-dictionary in some input dictionary? The input dictionary should be left unchanged. It can be assumed the sub-dictionary does exist and that the new key...
Started by Peter Mortensen on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
SOsurvivalConditions['firstCondition']['synonym'] = 'A modern form of RTFM is: Google It.'
Are you looking for dict.update (documentation here )?
SOsurvivalConditions['firstCondition'].update({'synonym': 'A modern form of RTFM is: Google It.'})
is what... .
|
|
Discuss all things relating to the traditionally formatted podcasts! Twitter Tumblr
Started by Spuddy on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at pilkipedia):
I would....
Ricky´s Tumblr
@Paula_Python At least 40%? #heel If you first listen the podcasts and then watchI was wondering if there is a legal alternative to itunes and audible to get the podcasts?
I'm (and I'm not sure itunes does).
|