python (3)

Ahmad Muhammad

Adding a contact form to a Django site

So, you’ve got a site set up with Django and you’ve got everything running. One small problem: There’s no way for users to contact you. Having this functionality is essential because sometimes users may have some questions about your site and/or any services you’re offering.

Continue reading...
Ahmad Muhammad

To comment or to not comment?

If you’re a newbie in the world of programming, you may have heard of comments. Most tutorials aimed towards beginners mention comments, but it can be confusing to figure out exactly where to use them. Comments are little snippets of information that the programmer can…

Continue reading...
Ahmad Muhammad

Revisiting Django and Flask

A little over two and a half years ago, I decided to dabble in the world of Python web-apps by following the book "Django By Example". Having done Python courses before, I knew my basic way around the language but I had never put together…

Continue reading...