Re: Partner

2021-06-23 Thread Arthur Obo Nwakaji
Hello, I am interested and love to know more about this opportunity. I am
well experienced in Django and DRF.

On Wed, 23 Jun 2021, 4:19 PM ericki...@gmail.com  hello guys am looking for any one good at Django and DRF i have couple of
> personal projects which needs this tech spec am not good at them if any one
> is interested plz i will be grateful
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b21836a0-1b17-4467-9b3c-5aba128e2c23n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGOrV0c%2BfTqrvFdsPUXnbrYa27ZU8BppN%3Dok2Dna%2Be8ky0Z9%3DA%40mail.gmail.com.


Re: Making a rather small web app, is Django right for it?

2021-05-25 Thread Arthur Obo Nwakaji
Then you can go with Django then.

On Tue, 25 May 2021, 2:12 PM Devin Prater  It's more of a nice-to-have for work. But yeah, it'll not be a very large
> project.
>
> Devin Prater
>
> Technical Assistant
>
>
> 256 761-3423
>
> [image: Alabama Institute for Deaf and Blind]
>
> P.O. Box 698 | 1105 Fort Lashley Ave.
>
> Talladega, AL 35161
>
> www.aidb.org
> [image: Facebook] Discover how we’re limitless.
> 
>
>
>
> On Tue, May 25, 2021 at 12:54 AM Antonis Christofides <
> anto...@antonischristofides.com> wrote:
>
>> It's hard to say. While Django *is* suitable, it's also large. If you
>> don't know it already, you might not want to learn it just for this. It's
>> possible Flask would be a better choice, since it's smaller and (I think)
>> easier. (Note: I'm a Django developer, and I'm not a Flask developer.)
>>
>> So I think it's mostly a question of what you want: Why do you want to do
>> this project? Is it commercial? Is it a hobby? Is it something you do
>> because you find it appealing? If it's something like a hobby, pick up
>> whatever seems more fun to you.
>>
>> Regards,
>>
>> Antonis
>>
>> Antonis Christofides
>> +30-6979924665 (mobile)
>>
>>
>>
>> On 24/05/2021 17.37, Devin Prater wrote:
>>
>> Hi all. I am a rather new Python learner, although I've made the
>> following script:
>>
>> https://github.com/prater-devin/src/blob/main/lunch/lunch.py
>>
>> I want to turn this into a central place where students can get not just
>> the lunch menu, but also other menus, upcoming events, things like that,
>> but not much more than that. So, in order to bypass the need for submitting
>> to the App Store because this isn't that big of an app, I decided to go
>> with web development instead. Since I already know Python, enough to make
>> that simple program at least, I thought I'd just use Django to make this.
>>
>> Now, I've also tried using Beeware to make an actual app, and that seems
>> easy compared to getting started with Django, but I don't want to disregard
>> Django just because Beeware is easier. Plus Beeware doesn't seem to have
>> web app creation support yet. So, any ideas? How hard would it be to take
>> something like that simple code, probably for the backend more than
>> frontend, and enhance it, mainly adding more requests to a URL, then
>> getting text using BS4, then showing it on the app? I imagine tabs at the
>> bottom of the screen for "menus", "vending machines", and "events and
>> news." Stuff like that, then the main content in the middle, then buttons
>> at the top to change between menu sources on the menus tab and such. So,
>> not that much interaction I'd think. So, what do you all think? Thanks for
>> any help.
>>
>> Devin Prater
>>
>> Technical Assistant
>>
>>
>> 256 761-3423
>>
>> [image: Alabama Institute for Deaf and Blind]
>>
>> P.O. Box 698 | 1105 Fort Lashley Ave.
>>
>> Talladega, AL 35161
>>
>> www.aidb.org
>> [image: Facebook] Discover how we’re limitless.
>> 
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAKXtajAeZPSpgZg9a38YtCksi4N7VF51DJYxWAQ1K0P3V%3D-P_A%40mail.gmail.com
>> 
>> .
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/90a0185c-d744-826c-c1b7-d459d23d18a3%40antonischristofides.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKXtajAiCKrzXgZ6Y8bZFQZggpeE_N3DaFSTwunTjY5Y%3DgqtuA%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

Re: Making a rather small web app, is Django right for it?

2021-05-25 Thread Arthur Obo Nwakaji
So right, flask is easier and help you get job done faster. But if you want
to build a more scalable application for an enterprise Django is your
friend.

On Tue, 25 May 2021, 6:55 AM Antonis Christofides <
anto...@antonischristofides.com wrote:

> It's hard to say. While Django *is* suitable, it's also large. If you
> don't know it already, you might not want to learn it just for this. It's
> possible Flask would be a better choice, since it's smaller and (I think)
> easier. (Note: I'm a Django developer, and I'm not a Flask developer.)
>
> So I think it's mostly a question of what you want: Why do you want to do
> this project? Is it commercial? Is it a hobby? Is it something you do
> because you find it appealing? If it's something like a hobby, pick up
> whatever seems more fun to you.
>
> Regards,
>
> Antonis
>
> Antonis Christofides
> +30-6979924665 (mobile)
>
>
>
> On 24/05/2021 17.37, Devin Prater wrote:
>
> Hi all. I am a rather new Python learner, although I've made the following
> script:
>
> https://github.com/prater-devin/src/blob/main/lunch/lunch.py
>
> I want to turn this into a central place where students can get not just
> the lunch menu, but also other menus, upcoming events, things like that,
> but not much more than that. So, in order to bypass the need for submitting
> to the App Store because this isn't that big of an app, I decided to go
> with web development instead. Since I already know Python, enough to make
> that simple program at least, I thought I'd just use Django to make this.
>
> Now, I've also tried using Beeware to make an actual app, and that seems
> easy compared to getting started with Django, but I don't want to disregard
> Django just because Beeware is easier. Plus Beeware doesn't seem to have
> web app creation support yet. So, any ideas? How hard would it be to take
> something like that simple code, probably for the backend more than
> frontend, and enhance it, mainly adding more requests to a URL, then
> getting text using BS4, then showing it on the app? I imagine tabs at the
> bottom of the screen for "menus", "vending machines", and "events and
> news." Stuff like that, then the main content in the middle, then buttons
> at the top to change between menu sources on the menus tab and such. So,
> not that much interaction I'd think. So, what do you all think? Thanks for
> any help.
>
> Devin Prater
>
> Technical Assistant
>
>
> 256 761-3423
>
> [image: Alabama Institute for Deaf and Blind]
>
> P.O. Box 698 | 1105 Fort Lashley Ave.
>
> Talladega, AL 35161
>
> www.aidb.org
> [image: Facebook] Discover how we’re limitless.
> 
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKXtajAeZPSpgZg9a38YtCksi4N7VF51DJYxWAQ1K0P3V%3D-P_A%40mail.gmail.com
> 
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/90a0185c-d744-826c-c1b7-d459d23d18a3%40antonischristofides.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGOrV0c3OfmEAQ3Qkyu4pjBV3CSyRkykDtDe5Z9LuPWL0CcowA%40mail.gmail.com.


Re: Making a rather small web app, is Django right for it?

2021-05-24 Thread Arthur Obo Nwakaji
Hello, django is an awesome tool in the hands of a great developer who know
how to use it. You're on the right track because django is great for
building scalable web applications and restful APIs. I am always ready to
do my best to help as I can in the django community. If you need any
assistance or questions, you can reach out to me.

On Mon, 24 May 2021, 9:09 PM Devin Prater  Hi all. I am a rather new Python learner, although I've made the following
> script:
>
> https://github.com/prater-devin/src/blob/main/lunch/lunch.py
>
> I want to turn this into a central place where students can get not just
> the lunch menu, but also other menus, upcoming events, things like that,
> but not much more than that. So, in order to bypass the need for submitting
> to the App Store because this isn't that big of an app, I decided to go
> with web development instead. Since I already know Python, enough to make
> that simple program at least, I thought I'd just use Django to make this.
>
> Now, I've also tried using Beeware to make an actual app, and that seems
> easy compared to getting started with Django, but I don't want to disregard
> Django just because Beeware is easier. Plus Beeware doesn't seem to have
> web app creation support yet. So, any ideas? How hard would it be to take
> something like that simple code, probably for the backend more than
> frontend, and enhance it, mainly adding more requests to a URL, then
> getting text using BS4, then showing it on the app? I imagine tabs at the
> bottom of the screen for "menus", "vending machines", and "events and
> news." Stuff like that, then the main content in the middle, then buttons
> at the top to change between menu sources on the menus tab and such. So,
> not that much interaction I'd think. So, what do you all think? Thanks for
> any help.
>
> Devin Prater
>
> Technical Assistant
>
>
> 256 761-3423
>
> [image: Alabama Institute for Deaf and Blind]
>
> P.O. Box 698 | 1105 Fort Lashley Ave.
>
> Talladega, AL 35161
>
> www.aidb.org
> [image: Facebook] Discover how we’re limitless.
> 
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKXtajAeZPSpgZg9a38YtCksi4N7VF51DJYxWAQ1K0P3V%3D-P_A%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGOrV0fcNz5ByPfkuQZb3qHXDzgVPvX65Mq_UbdbKP%2BOtQiuyQ%40mail.gmail.com.