Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Writing my first Django app
Post: RE: Writing my first Django app

Thank you so much fishhook. I got it. Sunil
sunny_awesome Web Scraping & Web Development 4 3,386 Aug-27-2019, 06:22 AM
    Thread: Writing my first Django app
Post: RE: Writing my first Django app

Thanks for the reply, fishhook. Here's my models.py file: from django.db import models # Create your models here. class Question(models.Model): question_text = models.CharField(max_length=200) ...
sunny_awesome Web Scraping & Web Development 4 3,386 Aug-22-2019, 02:34 AM
    Thread: Writing my first Django app
Post: Writing my first Django app

Hey Guys, I am following along Django official documentation for learning Django. I am now in Part 2 (Writing your first Django app) I have made some changes to polls/models.py like this from djan...
sunny_awesome Web Scraping & Web Development 4 3,386 Aug-21-2019, 03:13 AM
    Thread: count unique letters in a word
Post: count unique letters in a word

Problem description : Write a function called unique_english_letters that takes the string word as a parameter. The function should return the total number of unique letters in the string. Uppercase a...
sunny_awesome Homework 4 8,717 Jun-05-2019, 12:22 PM
    Thread: sieve of eratosthenes implementation
Post: sieve of eratosthenes implementation

Can anyone provide me a simple implementation of sieve of eratosthenes algorithm ? I'm finding it hard to understand
sunny_awesome General Coding Help 9 4,183 May-24-2019, 11:17 AM
    Thread: dice program
Post: RE: dice program

Thank you so much buran. I modified the code and got the results
sunny_awesome Homework 2 3,094 May-13-2019, 09:39 AM
    Thread: dice program
Post: dice program

Problem statement : Dice: The module random contains functions that generate random numbers in a variety of ways. The function randint() returns an integer in the range you provide. The following co...
sunny_awesome Homework 2 3,094 May-13-2019, 05:57 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020