simplydjango.com
Use Django admin to manage posts
http://www.simplydjango.com/blog-add-post-admin
Build a blog with Django: Add post admin. Entering blog content via the command-line is certainly possible. But not very user-friendly. As Raymond Hettinger. Would prod you to shout, "There must be a better way.". And, there is a better way. It's called the Django admin. Django is able to automatically generate an admin interface based on the metadata it collects from your models. I'll show you how to use the admin to manage your blog content. Gives a good list of 5 reasons not to use the Django admin.
dwaynecrooks.wordpress.com
Getting Previous Play Whe Results using Python | Incongruent Thoughts
https://dwaynecrooks.wordpress.com/2011/04/13/getting-previous-play-whe-results-using-python
My musings on programming, mathematics and life. Getting Previous Play Whe Results using Python. Quick Update (17th January, 2012):. I have created an extension for Google Chrome that allows you to view the latest Play Whe results. Check it out here: Play Whe Results Viewer. You can view even more results and statistics if you follow this link: Play Whe Smarter. Provides a Play Whe Statistics. The Play Whe Statistics Form. Let’s assume we want to get a “Monthly Summary” for April, 2011&...In Firefox, we ...
github.com
dwayne (Dwayne Crooks) · GitHub
https://github.com/dwayne
A software developer and technical writer from the Caribbean. X6d;e@dwaynecrooks.com. Jun 30, 2010. CSS and Sass styles for Pygments. A Ruby library for Tic-tac-toe. Compute MD5 message digests in Elm. Convert photographs to ASCII. My notes and solutions to exercises for the book "Haskell Programming from first principles". 904 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. Pushed 4 commits to dwayne/python-helloworld. Aug 17 Aug 18.
simplydjango.com
Learn how to build a blog with Django
http://www.simplydjango.com/build-a-blog-with-django
Build a blog with Django. The best way to learn a new web framework is by using it to build something. If you can't think of any cool ideas then the tried and true. Approach of implementing your own blog is a fantastic option for beginners. A blog is a great first project since it's non-trivial to build, it's not too complicated to understand and it forces you to use many different parts of your chosen framework. In the last post. Or to make money. I think that's a good starting point since it'll meet mo...
simplydjango.com
Add a post model to your blog
http://www.simplydjango.com/blog-add-a-post-model
Build a blog with Django: Add a post model. The main reason for having a blog is to be able write and publish posts. If you can't do that with your blog then I'm not so sure we can call it one. To that end, we turn our attention to adding the functionality to deal with posts. Let's breakdown the functionality we want into manageable tasks as follows:. Add a post model. Add post administration capabilities. Add a custom management command to seed posts. We talked about how we'd be using Trello here. Learn...
simplydjango.com
Add a custom home page to your blog
http://www.simplydjango.com/blog-add-a-home-page
Build a blog with Django: Add a home page. Our first task will be to get rid of the "Welcome to Django" message that displays as the home page. As stated in the message, Django only shows it because you have. In your Django settings file and you haven't configured any URLs. Let's dig deeper and really understand why the page shows and then we'd fix it. We're starting with the code from where we left off in this post. And, here's a link to the code. Up to that point. In the root URLconf, i.e. However, whi...
simplydjango.com
My advice on learning Python efficiently
http://www.simplydjango.com/learn-python-efficiently
My advice on learning Python efficiently. Up to now I assumed you already knew Python. Or had some way of learning it. However, if you'd like my advice on a way I've found to learn the language that doesn't take you months to get up to speed with the essentials then this is the post for you. If you know at least one programming language then click here. To skip the disclaimer. But, may I suggest an alternative option? Pyret is a new programming language that's being designed and built by Ben Lerner.
dwaynecrooks.wordpress.com
Project Euler – Trinidad and Tobago Standings | Incongruent Thoughts
https://dwaynecrooks.wordpress.com/2010/11/21/project-euler-trinidad-and-tobago-standings
My musings on programming, mathematics and life. Project Euler – Trinidad and Tobago Standings. Below is an image of the current standings in projecteuler.net. As of 21/11/2010 for Trinidad and Tobago. As you can see I’m 2nd in the standings. Damn you wallygold. Lol. I need to solve 10 more problems to reach Level 3. Hopefully, I will have time to do it before the year ends. A note about the languages I use. Currently I’m using racket. This entry was posted in Project Euler. And tagged project euler.
SOCIAL ENGAGEMENT