Pycoder's Weekly Python Projects of 2012
pycoders.com
Pycoder's Weekly Python Projects of 2012
1–10 of 11 posts
Re: Pycoder's Weekly Python Projects of 2012
#2I would have liked to see some of the older frameworks like django, flask and what not. maybe that's another list of best python apps.
Re: Pycoder's Weekly Python Projects of 2012
#3I would have liked to see some of the older frameworks like django, flask and what not. maybe that's another list of best python apps.
[deleted]
Re: Pycoder's Weekly Python Projects of 2012
#4I would have liked to see less usage of the word 'awesome' >_>
Re: Pycoder's Weekly Python Projects of 2012
#5So you know: rendering is really bad in Firefox 17.0.1 on Windows Vista.
Re: Pycoder's Weekly Python Projects of 2012
#6That's a good list of little-known but useful python projects!
Re: Pycoder's Weekly Python Projects of 2012
#7So you know: rendering is really bad in Firefox 17.0.1 on Windows Vista.
Also broken in Firefox on Linux.
Re: Pycoder's Weekly Python Projects of 2012
#8Re: Pycoder's Weekly Python Projects of 2012
#9Earlier quoted context omitted.
Also broken in Firefox on Linux.
Yeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing?
A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/
Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it:
#mc_embed_signup {
position: absolute;
}
#templateContainer {
margin-top: 136px;
}
Not a very nice solution but it works.Re: Pycoder's Weekly Python Projects of 2012
#10Some really fantastic new projects here. There were loads of useful libraries and tools I hadn't seen before.
Also, I was delighted to see a project of mine (colorific) featured. Thank you Pycoders Weekly! :-)