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: Python

2023-08-31 Thread Andréas Kühne
You should start by understanding a web framework with Python. I would recommend starting with Django - www.djangoproject.com - it’s a batteries included framework where you won’t need to handle all aspects by yourself.You can find a good tutorial at the following website:Introduction ·

Python

2023-08-31 Thread KHUSH DESAI
hey guys , I am a new to doing all of this as i just started coding . Can you guys give me some advice about how to build a task manager website/chrome add-on that can help me manage my time . I have learned HTML CSS and in the mist of learning python and honestly i am lost on how to do this

Re: Junior Python Developer Seeking Job Opportunities to Enhance Skills

2023-08-31 Thread Ngimbus emmanuel legrand
Good morning m'y Friend i Can have you WhatsApp number. Le mar. 18 juil. 2023 à 19:41, sunday honesty a écrit : > Dear Group Members, > > I hope this message finds you all well. I am a junior Python developer > with experience in Django, Django Rest Framework, Fast API, machine > learning,

Cloud Builders: Python Conf

2023-08-31 Thread Ilona Vardanian
Hi Django team! My name is Ilona, nice to meet you. I am the community manager of Сloud Builders, a European cloud-agnostic community born in Ukraine. I am contacting you to invite you as a media partner for our event. Date: September 6, 2023 Format: online-conference Check it out:

Re: Django Resolve Choices Class

2023-08-31 Thread Sebastian Jung
Thank you it is working. Wonderful Andréas Kühne schrieb am Do., 31. Aug. 2023, 20:03: > If you want the string instead of the value, you just use: > entity.get_gender_display() > > Django automatically adds these "magic methods" when you have fields that > have choices. > > You can see this in

Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-31 Thread Andréas Kühne
First of all - notification - what do you mean by notification? If you mean that the user should be notified in the instance when someone creates / updates / deletes your models - you will need to have either server side events or websockets to communicate with the frontend. You could also poll

Re: Django Resolve Choices Class

2023-08-31 Thread Andréas Kühne
If you want the string instead of the value, you just use: entity.get_gender_display() Django automatically adds these "magic methods" when you have fields that have choices. You can see this in the documentation: https://docs.djangoproject.com/en/4.2/ref/models/fields/#choices Regards,

Request for Django for Professionals book.

2023-08-31 Thread ALINDA Fortunate
Hello Team . I am done with Django for beginners. Any one to share with me Django for professionals 4.0 please . +256774339676 "If you want to live a happy life, tie it to a goal, not to people or things." A graduate of Bachelors Degree of Science in Computer Science of Gulu University.

Re: My first Django project

2023-08-31 Thread 'Kasper Laudrup' via Django users
On 29/08/2023 10.52, Noah Dara wrote: hi I'm new in Django I need your help my project is retirning the following in theterminal PS C:\Users\user\projects> & C:/Users/user/.virtualenvs/projects-O4ZjmZLG/Scripts/Activate.ps1 & : File