Re: Python

2023-08-31 Thread Brian Carey
It would be good to have a goal. What do you want to do? Website? Applications? Data Science? Machine Learning? The answer really depends on your purpose. ⁣Get BlueMail for Android ​ On Aug 31, 2023, 21:34, at 21:34, KHUSH DESAI wrote: >hey guys , I am a new to doing all of this as i just

Re: final project in django - help

2023-07-16 Thread Brian Carey
A little more information please. What can't you do and what errors do you get? ⁣Get BlueMail for Android ​ On Jul 16, 2023, 03:47, at 03:47, Alexandru - Gabriel Ionicescu wrote: >Hello, > >who can help me with the final project in django? in a week I have to >hand >it over and I got into

Re: Looking for a Learning Buddy

2023-06-16 Thread Brian Carey
Hi John. For ML and python you'd probably get more responses from the Pytorch community. https://discuss.pytorch.org/ Good luck. ⁣Get BlueMail for Android ​ On Jun 16, 2023, 16:00, at 16:00, John Ayodele wrote: >Hi! It's John. > >I am currently looking for a learning buddy, for Machine

Re: Is programming in Django intellectually satisfactory

2023-04-26 Thread Brian Carey
If you want intellectual stimulation start with vanilla python or js. If you want to learn a framework. This is purely subjective. Either way I don't know how you'd do it without reading or a full-time tutor. If you find it too tiresome then maybe a little introspection is in order. ⁣Get

Re: Spies in California and America

2023-03-28 Thread Brian Carey
What the hell!? Don't spam the Django channel with your propaganda. ⁣Get BlueMail for Android ​ On Mar 28, 2023, 5:14 PM, at 5:14 PM, Michael Starr wrote: >So does anyone have an update on the police state and spying of >Democrat >Ukrainians in America yet? > >Michael > >-- >You received

Re: Migration of tables from external database to new database

2023-03-21 Thread Brian Carey
mysqldump can be used to extract the table(s) from the old database. This creates a file with the SQL statements to recreate the table which can be read into into the new database with mysql command. As long as you are going from a MySQL DB to another this will work fine. If you are moving from

Re: sub-list not showing

2023-03-16 Thread Brian Carey
A quick glance: In your temple for loop you have 'student_set' in the conditional and  'students_set' in the loop. That doesn't seem right. ⁣Get BlueMail for Android ​ On Mar 16, 2023, 9:01 PM, at 9:01 PM, nef wrote: >Hi Daniel, >Thanks for your feedback. >Please, is there anyone who can

Re: Stuck with Django Tutorial Part 4

2023-03-14 Thread Brian Carey
I think you need to check your urls.py. ⁣Get BlueMail for Android ​ On Mar 14, 2023, 1:33 PM, at 1:33 PM, Nithin Kumar wrote: >question.id or question_id both gave the same result. >These are the views. > >from django.shortcuts import get_object_or_404, render >from django.http import