Re: Required Python Django developers

2020-06-06 Thread Appu Yadav
hii i am interested On Sat, 6 Jun 2020, 20:39 maninder singh Kumar, wrote: > Dear all, > > We require python django developers for a HR project. Please answer to > maninder.s.ku...@gmail.com if interested. > > regards > Willy > > -- > You received this message bec

Required Python Django developers

2020-06-06 Thread maninder singh Kumar
Dear all, We require python django developers for a HR project. Please answer to maninder.s.ku...@gmail.com if interested. regards Willy -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Re: Can we use python related api's on the Django templates ?

2020-05-27 Thread Derek
While you cannot use Python operators and functions directly in the templates, you can write your own "wrappers" around those you need: https://docs.djangoproject.com/en/3.0/howto/custom-template-tags/ On Wednesday, 27 May 2020 15:57:34 UTC+2, Daniel Roseman wrote: > > On W

Re: Can we use python related api's on the Django templates ?

2020-05-27 Thread Daniel Roseman
gt; > For the above, I am getting the following error: > > Invalid block tag on line 9: 'type(version)'. Did you forget to register or > load this tag? > > > So what's going wrong here? How can we use the python related api's (like > type) from the ht

Can we use python related api's on the Django templates ?

2020-05-27 Thread ratnadeep ray
x27;. Did you forget to register or load this tag? So what's going wrong here? How can we use the python related api's (like type) from the html template files? I think inside the {% .... %} we can use python related evaluations. Am I right? Please throw some lights on this . Thanks.

Watch "URL Implementation For RSS FEED in django| python | part 3" on YouTube

2020-05-03 Thread Anonymous Patel
https://youtu.be/oCSMWSp1_UI Its a series or playlist where they provide how to create rss feed in django website Raj Patel -- 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

Re: Question regarding Interactive Python shell response and django

2020-04-30 Thread Derek
ere a where to surface that > request through the web app to end-user can do the input? > > On Tuesday, April 28, 2020 at 5:30:22 PM UTC-4, Michael Karikari wrote: >> >> Ill have to look at the DRF option, the python API I'm connecting assumes >> you are doing thi

Re: Post user input to django python shell??

2020-04-29 Thread Michael Karikari
ril 2020 16:05 > *To: *Django users > *Subject: *Post user input to django python shell?? > > > > Looking for some clarity to issue I'm having. > > > > I have external python API I'm hitting via a view, but it requires an > interactive input that appears

Re: Question regarding Interactive Python shell response and django

2020-04-29 Thread Michael Karikari
day, April 28, 2020 at 5:30:22 PM UTC-4, Michael Karikari wrote: > > Ill have to look at the DRF option, the python API I'm connecting assumes > you are doing this from shell, so I was trying to work around that fact > > On Monday, April 27, 2020 at 10:51:10 AM UTC-4, Derek wrote

Re: Question regarding Interactive Python shell response and django

2020-04-28 Thread Michael Karikari
Ill have to look at the DRF option, the python API I'm connecting assumes you are doing this from shell, so I was trying to work around that fact On Monday, April 27, 2020 at 10:51:10 AM UTC-4, Derek wrote: > > I think you are better off creating a proper API for your Django projec

RE: Django with Python Machine leaning

2020-04-27 Thread Mike Dewhirst
Look at brython.infoMight be interesting.Mike Original message From: Lansana Sangare Date: 28/4/20 03:52 (GMT+10:00) To: Django users Subject: Django with Python Machine leaning Good evening everyone,I have a little doubt, I am new in Django but I attended the basic

Django with Python Machine leaning

2020-04-27 Thread Lansana Sangare
Good evening everyone, I have a little doubt, I am new in Django but I attended the basic courses. Now I'm trying to display a machine learning script in django application on my web interface. Is there any way to do that with django. In my python script a video with keypoint a

Re: Question regarding Interactive Python shell response and django

2020-04-27 Thread Derek
> I'm using an external python API with Django, and as part of that > interaction, it asks for an input from the Django python shell window. What > I am trying to figure out is how can I get form input from web application > to push back to the shell window. Appreciate it if anyone h

RE: Post user input to django python shell??

2020-04-26 Thread Divash Singh
Hi, Did you solve your issue yet? Sent from Mail for Windows 10 From: Michael Karikari Sent: Sunday, 26 April 2020 16:05 To: Django users Subject: Post user input to django python shell?? Looking for some clarity to issue I'm having. I have external python API I'm hitting via a vi

Re: Question regarding Interactive Python shell response and django

2020-04-26 Thread Ryan Nowakowski
On Sun, Apr 26, 2020 at 05:43:33AM -0700, Michael Karikari wrote: > So I find myself in a pickle. > I'm using an external python API with Django, and as part of that > interaction, it asks for an input from the Django python shell window. What > I am trying to figure out is h

Question regarding Interactive Python shell response and django

2020-04-26 Thread Michael Karikari
So I find myself in a pickle. I'm using an external python API with Django, and as part of that interaction, it asks for an input from the Django python shell window. What I am trying to figure out is how can I get form input from web application to push back to the shell window. Apprecia

Post user input to django python shell??

2020-04-26 Thread Michael Karikari
Looking for some clarity to issue I'm having. I have external python API I'm hitting via a view, but it requires an interactive input that appears in the Django shell prompt. I'm wondering how I can have end-user send posts to that input request. See screenshot -- You receiv

Re: Help in designing excel like sheet in Django/python

2020-04-13 Thread suman patel
wrote: >> >> Hi All: >> I need advice on how to design spreadsheet like screen using >> python/Django. I need some idea around this for my college project. >> >> Requirement: Need to build math calculation like framework where user can >> select row

Re: Help in designing excel like sheet in Django/python

2020-04-10 Thread Gerardo Palazuelos Guerrero
s.patel wrote: >> Hi All: >> I need advice on how to design spreadsheet like screen using >> python/Django. I need some idea around this for my college project. >> >> Requirement: Need to build math calculation like framework where user can >> select rows/c

Re: Help in designing excel like sheet in Django/python

2020-04-10 Thread dvij parekh
On Saturday, April 11, 2020 at 7:03:20 AM UTC+5:30, s.patel wrote: > > Hi All: > I need advice on how to design spreadsheet like screen using > python/Django. I need some idea around this for my college project. > > Requirement: Need to build math calculation like framew

Re: Help in designing excel like sheet in Django/python

2020-04-10 Thread Stephen L
Hello, Django is a web framework that uses python in the backend. You will need JS to build the spreadsheets in the browser. You can use a library like handsontable. On Fri, Apr 10, 2020, 8:32 PM s.patel wrote: > Hi All: > I need advice on how to design spreadsheet like screen

Help in designing excel like sheet in Django/python

2020-04-10 Thread s.patel
Hi All: I need advice on how to design spreadsheet like screen using python/Django. I need some idea around this for my college project. Requirement: Need to build math calculation like framework where user can select rows/column and perform calculations like sum, Mean etc Similar to excel

Re: While clicking on an image need to perform some python code based on the image url

2020-04-02 Thread Kasper Laudrup
https://stackoverflow.com/help/how-to-ask -- 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 t

While clicking on an image need to perform some python code based on the image url

2020-04-02 Thread sharu kuriakose
-- 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/m

Re: keep getting the Fatal Python error with mod_wsgi and apache

2020-03-26 Thread Fateh Budwal
nt server. > > On Thu, Mar 26, 2020 at 8:53 AM Fateh Budwal > wrote: > >> Yes python 3.8.2 is installed >> >> On Wednesday, March 25, 2020 at 8:30:35 PM UTC-7, Hella Nick wrote: >>> >>> 你的服务器是安装的python3.8.2的版本吗? >>> >>> Fateh Budwal

Re: keep getting the Fatal Python error with mod_wsgi and apache

2020-03-26 Thread Stephen J. Butler
Did you recreate the virtualenv on the server, or did you copy it from your development machine? You should recreate virtualenv's when deploying to a different server. On Thu, Mar 26, 2020 at 8:53 AM Fateh Budwal wrote: > Yes python 3.8.2 is installed > > On Wednesday, March 25, 2

Re: keep getting the Fatal Python error with mod_wsgi and apache

2020-03-26 Thread Fateh Budwal
>> > > 于2020年3月26日周四 上午6:03写道: > > > > Hello Everyone > > I have complied python 3.8.2 with django 2.2. > > > > > https://docs.djangoproject.com/en/3.0/faq/install/#faq-python-version-support > > That page says Python 3.8 support was added

Re: keep getting the Fatal Python error with mod_wsgi and apache

2020-03-26 Thread Fateh Budwal
Yes python 3.8.2 is installed On Wednesday, March 25, 2020 at 8:30:35 PM UTC-7, Hella Nick wrote: > > 你的服务器是安装的python3.8.2的版本吗? > > Fateh Budwal > 于2020年3月26日周四 上午6:03写道: > >> Hello Everyone >> I have complied python 3.8.2 with django 2.2. it run locally fine b

Re: keep getting the Fatal Python error with mod_wsgi and apache

2020-03-25 Thread Mike Dewhirst
On 26/03/2020 2:29 pm, Hella Nick wrote: 你的服务器是安装的python3.8.2的版本吗? Fateh Budwal mailto:fbud...@gmail.com>> 于2020年3月26日周四 上午6:03写道: Hello Everyone  I have complied python 3.8.2 with django 2.2. https://docs.djangoproject.com/en/3.0/faq/install/#faq-python-version-support Tha

Re: keep getting the Fatal Python error with mod_wsgi and apache

2020-03-25 Thread Hella Nick
你的服务器是安装的python3.8.2的版本吗? Fateh Budwal 于2020年3月26日周四 上午6:03写道: > Hello Everyone > I have complied python 3.8.2 with django 2.2. it run locally fine but > when i try to deploy it with Apache and mod_wsgi 4.7.1 and getting the > below error. Any suggestions ? > &

keep getting the Fatal Python error with mod_wsgi and apache

2020-03-25 Thread Fateh Budwal
Hello Everyone I have complied python 3.8.2 with django 2.2. it run locally fine but when i try to deploy it with Apache and mod_wsgi 4.7.1 and getting the below error. Any suggestions ? Current thread 0x7f5aa48af880 (most recent call first): no Python framePython path configuration

Re: best way to display static python monitoring thread output

2020-03-23 Thread Motaz Hejaze
On Mon, 23 Mar 2020, 5:43 pm Phil Kauffman, > wrote: > >> Hello, >> >> Wondering if I can bounce my problem off some folks for an idea of how to >> solve it. >> >> My colleague and I are trying to pull in a python Rest API library for a >> piece of sof

Re: best way to display static python monitoring thread output

2020-03-23 Thread Motaz Hejaze
n idea of how to > solve it. > > My colleague and I are trying to pull in a python Rest API library for a > piece of software. Rather than have end users run scripts we wanted to make > a basic gui for them. I've got the basic tests working fine but one area > we're lack

best way to display static python monitoring thread output

2020-03-23 Thread Phil Kauffman
Hello, Wondering if I can bounce my problem off some folks for an idea of how to solve it. My colleague and I are trying to pull in a python Rest API library for a piece of software. Rather than have end users run scripts we wanted to make a basic gui for them. I've got the basic

Django for Beginners: Build websites with Python and Django

2020-03-16 Thread Vikash Chitransh
I am looking the book for teaching purpose, It's great help me if anyone who send me my email id. Django for Beginners: Build websites with Python and Django Thanks & Regards, Vikash Chitransh pythonstar2...@gmail.com -- You received this message because you are subscribed to the Goog

in python project using pycharm, im getting error, any help

2020-03-02 Thread Amr Hamed
-- Edit question <https://www.chegg.com/homework-help/questions-and-answers/python-project-using-pycharm-im-getting-error-help-modelspyfrom-djangocontribgisdb-import--q45180373#> in python project using pycharm, im getting error, any help: models.py

Re: Python Django Training

2020-03-02 Thread Hadisur Rahman
add me too ᐧ On Mon, Mar 2, 2020 at 6:38 PM MS V wrote: > Please add me too > > On Mon, Mar 2, 2020 at 12:17 PM amanda wrote: > >> I am interesting learn >> >> 在 2020年2月1日星期六 UTC+1下午2:42:52,Srikanth K写道: >>> >>> Hi, >>> >>> I

Python and Django Internship

2020-03-02 Thread kamta singh
Hello Django Developers We would like to provide you with opportunities to work in a live project on Django. This is an internship which requires you to collaborate effectively with other members of the team based in India. Requirements: Good Knowledge of Django Good Knowledge of Python Good

Re: Python Django Training

2020-03-02 Thread shimaa
hello I'm interested too. You can add me up on WhatsApp +02001016334768 بتاريخ السبت، 1 فبراير، 2020 3:42:52 م UTC+2، كتب Srikanth K: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable o

Re: Python Django Training

2020-03-02 Thread MS V
Please add me too On Mon, Mar 2, 2020 at 12:17 PM amanda wrote: > I am interesting learn > > 在 2020年2月1日星期六 UTC+1下午2:42:52,Srikanth K写道: >> >> Hi, >> >> I am from Hyderabad. I am Python Developer by Profession. I am eager take >> up any Python , Django T

Re: Python Django Training

2020-03-02 Thread Lokendra Chouhan
Django life cycle link - https://www.reddit.com/r/webexpert/comments/dgp283/django_request_response_cycle/ On Mon, Mar 2, 2020 at 12:16 PM amanda wrote: > I am interesting learn > > 在 2020年2月1日星期六 UTC+1下午2:42:52,Srikanth K写道: >> >> Hi, >> >> I am from Hy

Re: Python Django Training

2020-03-01 Thread amanda
I am interesting learn 在 2020年2月1日星期六 UTC+1下午2:42:52,Srikanth K写道: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or share me there

Re: Python Django Training

2020-03-01 Thread Gurjot Kawatra
hi, i'm interested in django training On Saturday, 1 February 2020 19:12:52 UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members >

Re: Python Django Training

2020-02-28 Thread yashwanth .k
Hi, I am also interested in joining. Please add me to the group. On Fri, Feb 21, 2020 at 7:19 PM Isaac Ndutumo wrote: > Hello, I am interested in learning Python with you. Add me > > On Fri, Feb 21, 2020 at 4:42 PM Bharati Nilam > wrote: > >> Hi, >> I also

Re: Python Django Training

2020-02-28 Thread Hal L
add me 在 2020年2月1日星期六 UTC+8下午9:42:52,Srikanth K写道: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or share me there idea. > &g

Re: ValueError: set_wakeup_fd only works in main thread on Apache2.4.41 + Python 3.8.1 + Django 3.0.2 + MySQL 8.0.19

2020-02-23 Thread Siddharth Agarwal
Hello jlgimeno71, This issue does not happen with Python 3.7. And I am able to move forward. Thanks and Regards, Siddharth Agarwal On Sunday, February 23, 2020 at 4:49:05 PM UTC+5:30, Siddharth Agarwal wrote: > > Thx jlgimeno71 > > I am able to reproduce this issue using Pyt

Re: ValueError: set_wakeup_fd only works in main thread on Apache2.4.41 + Python 3.8.1 + Django 3.0.2 + MySQL 8.0.19

2020-02-23 Thread Siddharth Agarwal
Thx jlgimeno71 I am able to reproduce this issue using Python 3.8.2rc2 released on 17th Feb. As next steps moving to Python 3.7. Regards, Siddharth Agarwal On Sunday, February 23, 2020 at 11:05:42 AM UTC+5:30, jlgimeno71 wrote: > > > > On Sat, Feb 22, 2020 at 9:02 PM Siddh

Re: ValueError: set_wakeup_fd only works in main thread on Apache2.4.41 + Python 3.8.1 + Django 3.0.2 + MySQL 8.0.19

2020-02-22 Thread Jorge Gimeno
On Sat, Feb 22, 2020 at 9:02 PM Siddharth Agarwal wrote: > Hello > When I run my Django Web application with Apache2.4.41 + Python 3.8.1 + > Django 3.0.2 + MySQL 8.0.19 on Windows 10 Professional 64 bit version it > throws Value Error at /. set_wakeup_fd only works in main thread. &g

Re: Python Django Training

2020-02-22 Thread Sandip Nath
Sir, I am also interested. But how the class will be conducted. Please inform. On Saturday, 1 February 2020 19:12:52 UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online

Re: Python Django Training

2020-02-22 Thread Matthieu Angeli
Khan wrote: > >> Hi >> How you conducting the sessions and please add me into the group >> >> On Sat, 1 Feb 2020 at 7:12 PM, Srikanth K wrote: >> >>> Hi, >>> >>> I am from Hyderabad. I am Python Developer by Profession. I am eager

Re: Python Django Training

2020-02-22 Thread Nde Nguti
I am interested Srikanth. Nde ND. Tel: 00237 675079262 Cameroon. On Fri, Feb 21, 2020, 14:52 Irfan Khan wrote: > Hi > How you conducting the sessions and please add me into the group > > On Sat, 1 Feb 2020 at 7:12 PM, Srikanth K wrote: > >> Hi, >> >> I am from

Re: Python Django Training

2020-02-22 Thread Franck Tchouanga
Please add me too in the python training On Sat, Feb 22, 2020, 15:10 Hector Gonzalez wrote: > I interest please add me!!! > El 21 feb. 2020 9:54 AM, "Emmanuel klutse" escribió: > >> Hello, I’m also interested. Please add me to the list. >> Thanks >> >

Re: Python Django Training

2020-02-22 Thread Hector Gonzalez
add me into the group >> >> On Sat, 1 Feb 2020 at 7:12 PM, Srikanth K wrote: >> >>> Hi, >>> >>> I am from Hyderabad. I am Python Developer by Profession. I am eager >>> take up any Python , Django Training (online Preferrable or Weekends). >

Re: Python Django Training

2020-02-21 Thread shailendra singh
ease let me know the details. >>> >>> On Sat 1 Feb, 2020, 2:42 PM Srikanth K, wrote: >>> >>>> Hi, >>>> >>>> I am from Hyderabad. I am Python Developer by Profession. I am eager >>>> take up any Python , Django Training (onli

Re: Python Django Training

2020-02-21 Thread Emmanuel klutse
Hello, I’m also interested. Please add me to the list. Thanks On Fri, 21 Feb 2020 at 1:52 PM, Irfan Khan wrote: > Hi > How you conducting the sessions and please add me into the group > > On Sat, 1 Feb 2020 at 7:12 PM, Srikanth K wrote: > >> Hi, >> >> I am from

Re: Python Django Training

2020-02-21 Thread Irfan Khan
Hi How you conducting the sessions and please add me into the group On Sat, 1 Feb 2020 at 7:12 PM, Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members >

Re: Python Django Training

2020-02-21 Thread Isaac Ndutumo
Hello, I am interested in learning Python with you. Add me On Fri, Feb 21, 2020 at 4:42 PM Bharati Nilam wrote: > Hi, > I also from Hyderabad and I'm also interested in the training. please tell > me how to join? > > Regards, > Bharati > > On Thu, 20 Feb, 202

Re: Python Django Training

2020-02-21 Thread Devendra Gohare
> > intrested! Please add me.;) -- 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

Re: Python Django Training

2020-02-21 Thread Bharati Nilam
t; On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul > wrote: > >> I am interested also. Please let me know the details. >> >> On Sat 1 Feb, 2020, 2:42 PM Srikanth K, wrote: >> >>> Hi, >>> >>> I am from Hyderabad. I am Python Developer by Pro

Re: Python Django Training

2020-02-20 Thread Umar Kambala
Plz add me to the WhatsApp group if there's any +233(0)203502038 thanks On Feb 1, 2020 1:42 PM, "Srikanth K" wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends)

Re: Python Django Training

2020-02-20 Thread mahmoud afzally
> > hi > > i am interested please add me tankyou -- 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 d

Re: Python Django Training

2020-02-20 Thread patlet
I am also intereseted -- 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:

Re: Python Django Training

2020-02-20 Thread mahmoud afzally
!! >> El 2 feb. 2020 12:33 PM, "V S V Narsimha Murthy" > > escribió: >> >>> Hi Everyone, >>> >>> I am interested to attend the python and Django training. Please add my >>> email as well for the training classes. >>> >

Re: Python Django Training

2020-02-20 Thread MTS BOUR
Add me. Let start from the bottom Le jeu. 20 févr. 2020 18:56, Mahaboob Khan a écrit : > Add me to the group.. > > On Thu, 6 Feb, 2020, 10:56 PM Aakash Verma, <4k45hr0ck5...@gmail.com> > wrote: > >> I am interested in attending the training for python /django . >

Re: Python Django Training

2020-02-20 Thread Mahaboob Khan
Add me to the group.. On Thu, 6 Feb, 2020, 10:56 PM Aakash Verma, <4k45hr0ck5...@gmail.com> wrote: > I am interested in attending the training for python /django . > > On Sat, Feb 1, 2020, 7:12 PM Srikanth K >> Hi, >> >> I am from Hyderabad. I am Python Develop

RE: Python Django Training

2020-02-20 Thread Parvez Khan Pathan
intrested Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Thiagu Palaniappan<mailto:thiagarajan@gmail.com> Sent: Thursday, 20 February 2020 18:19 To: django-users@googlegroups.com<mailto:django-users@googlegroups.com> Subject: Re: Pyth

Re: Python Django Training

2020-02-20 Thread Thiagu Palaniappan
I'm also interested. Please add me in the group. Thanks & Regards, Thiagu On Mon, Feb 17, 2020 at 12:41 AM Akshay Raul wrote: > I am interested also. Please let me know the details. > > On Sat 1 Feb, 2020, 2:42 PM Srikanth K, wrote: > >> Hi, >> >> I a

Re: NoReverseMatch() error while learning Python

2020-02-19 Thread Jorge Gimeno
> Request Method: GET > Request URL: http://127.0.0.1:8000/polls/1/ > Django Version: 3.0.3 > Exception Type: NoReverseMatch > Exception Value: > > Reverse for 'vote' with arguments '('',)' not found. 1 pattern(s) tried: > ['polls/(?P[0-9

NoReverseMatch() error while learning Python

2020-02-19 Thread DamnGeniuses' Squad
ception Value: Reverse for 'vote' with arguments '('',)' not found. 1 pattern(s) tried: ['polls/(?P[0-9]+)/vote/$'] Exception Location: C:\Users\Andhika\AppData\Local\Programs\Python\Python38\lib\site-packages\django\urls\resolvers.py in _reverse_with_pre

Re: Python Django Training

2020-02-16 Thread Akshay Raul
I am interested also. Please let me know the details. On Sat 1 Feb, 2020, 2:42 PM Srikanth K, wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require ca

Re: Python Django Training

2020-02-16 Thread Akorede Habeebullah
I'm interested too. You can add me up on WhatsApp +2348179564316 On Sat, Feb 8, 2020 at 5:48 AM Hector Gonzalez wrote: > Iam interest!!! Take my email > El 2 feb. 2020 12:33 PM, "V S V Narsimha Murthy" > escribió: > >> Hi Everyone, >> >> I

Re: Running 2.7 python project with python 3.7

2020-02-13 Thread Luka Nik
Thank you very much. Yeah, I overlooked that this is only django. My bad Luka On Thu, Feb 13, 2020 at 11:04 AM Kasper Laudrup wrote: > Hi Luka, > > On 13/02/2020 10.53, Luka Nik wrote: > > Is there a way to run a project with python 3.7 if it's written with > > pytho

Re: Running 2.7 python project with python 3.7

2020-02-13 Thread Kasper Laudrup
Hi Luka, On 13/02/2020 10.53, Luka Nik wrote: Is there a way to run a project with python 3.7 if it's written with python 2.7? And what are my options if not? The short answer is "it depends", the longer answer depends on you providing some more details, especially which

Re: Running 2.7 python project with python 3.7

2020-02-13 Thread Nick Sarbicki
There is no natural reason as to why the project wouldn't run in python 3.7 unless you have written it in a way that is incompatible with 3.7 I would suggest simply trying to run it in python3.7 and seeing if you have any errors. Do you have a test suite with high coverage? Run that in 3.7

Running 2.7 python project with python 3.7

2020-02-13 Thread Luka Nik
Is there a way to run a project with python 3.7 if it's written with python 2.7? And what are my options if not? Cheers, Luka -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving email

Re: Régrouper les lover de PYTHON

2020-02-08 Thread KONE GOMPOU LOUA ALASSANE
De quel module s’agit-il? Le sam. 8 févr. 2020 à 14:45, SORO MOISE a écrit : > SALUT JE VIENT DE DECOUVRIRE CE MODULE DE PYTHON ET JE VOUDRAIS SAVOIR > PLUS SUR CE QU'ON PEUT FAIRE AVEC. > > -- > You received this message because you are subscribed to the Google Groups &g

Régrouper les lover de PYTHON

2020-02-08 Thread SORO MOISE
SALUT JE VIENT DE DECOUVRIRE CE MODULE DE PYTHON ET JE VOUDRAIS SAVOIR PLUS SUR CE QU'ON PEUT FAIRE AVEC. -- 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, se

Re: Python Django Training

2020-02-08 Thread Hector Gonzalez
Iam interest!!! Take my email El 2 feb. 2020 12:33 PM, "V S V Narsimha Murthy" escribió: > Hi Everyone, > > I am interested to attend the python and Django training. Please add my > email as well for the training classes. > > Thanks in advance. > > Regards,

Re: Python Django Training

2020-02-07 Thread RaviKumar Venkatachalam
wrote: Hi, I am from Hyderabad. I am Python Developer by Profession. I am eager take up any Python , Django Training (online Preferrable or Weekends). Members who require can contact me or share me there idea. Regards, Srikanth.K -- You received this message because you are subscribed to the

Re: Python Django Training

2020-02-07 Thread Destiny Junior
Am interested too WhatsApp 08102352911 On Sat, Feb 1, 2020, 2:42 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or

Re: Python Django Training

2020-02-07 Thread Oluwaseni Oguntonade
Yes, I suggest you add me via WhatsApp 09078150123 -- 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 discus

Re: Python Django Training

2020-02-07 Thread Oluwaseni Oguntonade
Hey also a new py. Dev please could we work together. My name is seni. -- 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.

Re: Python Django Training

2020-02-07 Thread Mehul Anshumali
I am also interested in python and django training please add me also . Thanks. On Sat, Feb 1, 2020, 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). M

RE: Python Django Training

2020-02-06 Thread waqas
Me to interested Sent from Mail for Windows 10 From: Aakash Verma Sent: Thursday, 6 February 2020 10:26 PM To: django-users@googlegroups.com Subject: Re: Python Django Training I am interested in attending the training for python /django . On Sat, Feb 1, 2020, 7:12 PM Srikanth K https

Python Django Training

2020-02-06 Thread Aakash Verma
Add me in the group. Would love to participate in the discussion. -- 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 v

Re: Python Django Training

2020-02-06 Thread Aakash Verma
I am interested in attending the training for python /django . On Sat, Feb 1, 2020, 7:12 PM Srikanth K Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can c

Re: Python Django Training

2020-02-06 Thread Oyekanmi Akande
i am also learning django. but, i am beginner stage. add me,in your groups. Please how do i join On Sat, Feb 1, 2020 at 2:42 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Pr

Re: Python Django Training

2020-02-06 Thread Raj G. A
Hi I am interested to attend the python and Django online training. Please add me as well for the training classes. Thanks in advance. On Saturday, 1 February 2020 19:12:52 UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eage

Re: Python Django Training

2020-02-06 Thread Rishabh Gupta
I am intreasted On Saturday, February 1, 2020 at 7:12:52 PM UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can cont

Re: Python Django Training

2020-02-06 Thread Infinity Developer
Sir iam eagerly join with you, Too intrested On Sat, Feb 1, 2020 at 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact

Re: Python Django Training

2020-02-06 Thread Shivam Dutt Sharma
Please post details of the seminar, as and when it happens. --shivam On Saturday, February 1, 2020 at 7:12:52 PM UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferra

Re: Python Django Training

2020-02-06 Thread KONE GOMPOU LOUA ALASSANE
Interested Whatsapp 22547389778 Le jeu. 6 févr. 2020 à 08:42, Sahil sharma a écrit : > I'm also want to join sir. > > On Sat, 1 Feb 2020, 19:12 Srikanth K, wrote: > >> Hi, >> >> I am from Hyderabad. I am Python Developer by Profession. I am eager take >>

Re: Python Django Training

2020-02-06 Thread Sahil sharma
I'm also want to join sir. On Sat, 1 Feb 2020, 19:12 Srikanth K, wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or

Re: Python Django Training

2020-02-05 Thread Sudharsana Muralidharan
sir i am interested to learn python On Sat, Feb 1, 2020 at 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or

Re: Python Django Training

2020-02-05 Thread Somya Chawla
:12 PM Srikanth K wrote: > >> Hi, >> >> I am from Hyderabad. I am Python Developer by Profession. I am eager take >> up any Python , Django Training (online Preferrable or Weekends). Members >> who require can contact me or share me there idea. >> >> Regards,

Re: Python Django Training

2020-02-05 Thread Loganathan Natarajan
I am interested too. Please add me! Regards, *Loganathan N MCA., M.Phil.,* உழைப்பே உயர்வு தரும்! Ready for Every Good Work! On Sat, Feb 1, 2020 at 7:12 PM Srikanth K wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Dja

Re: Python Django Training

2020-02-05 Thread avinash prajapati
i am interested too... add to me for the same. -- 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 discus

Re: Python Django Training

2020-02-04 Thread ARYAN JADHAV
Please add me in the group Whatsapp-+91 9403605636 On Saturday, February 1, 2020 at 7:12:52 PM UTC+5:30, Srikanth K wrote: > > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends).

Re: Python Django Training

2020-02-04 Thread Srikanth K
Hi all, Thank you for your interest shown. I will send the course content tommorow for python. Candidates who are interested can contact me at srikanth1...@yahoo.com. I will let you you know more detail s about the course and pricing. P.S. please contact me individually. Regards, Srikanth On Mon

Re: Python Django Training

2020-02-03 Thread Pawan Kumar
Please add me for the training. Thank you WUP +91-9899492168 On Mon, 3 Feb 2020, 12:53 yerri swamy, wrote: > Please add me . > What's app :9182473328 > Email : dussayerrisw...@gmail.com > > > On Sat, Feb 1, 2020 at 7:12 PM Srikanth K wrote: > >> Hi, >&g

<    3   4   5   6   7   8   9   10   11   12   >