Wednesday, June 14, 2023

Re: Freelance Django and Python work

Hi, you can hire me, easily, i provided a e-commerce website or other many system using django as a freelancer. I am also doing a remote job.

On Thu, Jun 15, 2023 at 12:29 AM Shams Ulhaq <ulhaqshams924@gmail.com> wrote:
Hi 
I am shamasulhaq 
From Pakistan 
I am working on python 
Django Django rest framework celery fastapi flask redis Django channels 
I have 3 years of experience in python 
My cv is attached with this mail
Kindly find the attachment

On Tue, 13 Jun 2023, 16:30 אורי, <uri@speedy.net> wrote:
Hi,

I'm looking for a programmer to hire as a freelancer for Django and Python work.

- Experience with Python and Django
- Experience with open source
- Committed to the Django repository on GitHub - an advantage
- Committed to other open-source projects in Python - an advantage
- Experience with Stack Overflow -  an advantage
- BSc or BA in computers or science (math, physics) -  an advantage
- Knowledge of HTML, CSS, and JavaScript - an advantage
- Can issue receipts

I need about 5 hours per month on average. Some months I might need up to 15 hours per month. Some months I might not need anything. The work is remote. My project is open source. I can give you a free license to PyCharm. My website is at https://en.speedy.net/ and https://github.com/speedy-net/speedy-net

To apply please send one email to jobs+jango-freelancer@speedy.net, with your name, your email address, where you live, your experience, how many commits you committed to Django, how many commits you committed to other open source projects, a link to your profile on LinkedIn, a link to your profile on GitHub, a link to your profile on Stack Overflow, your diploma if you have any, how much you charge per hour and in which currency (I prefer USD or Euro), and if you can issue receipts. If you don't have a profile on one of the above websites please mention this too.

Thanks,
Uri Rodberg, Speedy Net.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeHjQyFa75Mgq7nzcJ6AoX-WDeu75OOPfa2OngG2VTMaDQ%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACbcXAV87Bx6Narq3v3GrSG1cJ5fnr%2BMX8ysbB5o3HKL6%2BOsEQ%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGpwq2rCxEtO1DZkmyeXHYAJMPn7dfLWP-c5_RF3S4CpLMRqDw%40mail.gmail.com.

Re: Undelivered Mail Returned to Sender

Maybe you can use email cc param to send more email users.

On Wed, Jun 14, 2023 at 8:19 PM Precious Imoniakemu <preciousimoniakemu@gmail.com> wrote:
invoice_html = html2pdf('product/invoice.html', context)

                subject = 'Invoice for your order'
                message = 'Please find attached the invoice for your order. This is a no reply mail but you can contact us through support@domainname.com for any enquiry.'
                from_email = settings.EMAIL_HOST_USER
                to_email = order.email

                # Convert invoice_html to a File object
                invoice_file = BytesIO(invoice_html)

                email = EmailMessage(subject, message, from_email, [to_email])
                email.attach(
                    'invoice.pdf', invoice_file.getvalue(), 'application/pdf')
                email.send()

                subject_ = 'Notice for an order'
                message_ = f'Please find notice information for { order.full_name } new order.'
                from_email_ = settings.EMAIL_HOST_USER
                to_email_ = 'admin@domainname.com'

                notice = EmailMessage(subject_, message_,
                                      from_email_, [to_email_])
                notice.attach(
                    'invoice.pdf', invoice_file.getvalue(), 'application/pdf')
                notice.send()

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = os.getenv('EMAIL_HOST') #mail.privateemail.com
EMAIL_PORT = os.getenv('EMAIL_PORT') #465
EMAIL_HOST_USER = os.getenv('EMAIL_HOST_USER')
EMAIL_HOST_PASSWORD = os.getenv('EMAIL_HOST_PASSWORD')
EMAIL_USE_TLS = False
EMAIL_USE_SSL = True
I tried sending mail to from my privateemail i got from namecheap to gmail but it gives thr content below: This is the mail system at host mailout-pe-b.jellyfish.systems.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d77e903b-b210-43b0-9315-49abf082c60bn%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO_rqR5qbU%3Dwu6LSi8B89DYx04i_G%2BRUjA7T5VGE6TuxY9rMhQ%40mail.gmail.com.

Re: Freelance Django and Python work

Hi 
I am shamasulhaq 
From Pakistan 
I am working on python 
Django Django rest framework celery fastapi flask redis Django channels 
I have 3 years of experience in python 
My cv is attached with this mail
Kindly find the attachment

On Tue, 13 Jun 2023, 16:30 אורי, <uri@speedy.net> wrote:
Hi,

I'm looking for a programmer to hire as a freelancer for Django and Python work.

- Experience with Python and Django
- Experience with open source
- Committed to the Django repository on GitHub - an advantage
- Committed to other open-source projects in Python - an advantage
- Experience with Stack Overflow -  an advantage
- BSc or BA in computers or science (math, physics) -  an advantage
- Knowledge of HTML, CSS, and JavaScript - an advantage
- Can issue receipts

I need about 5 hours per month on average. Some months I might need up to 15 hours per month. Some months I might not need anything. The work is remote. My project is open source. I can give you a free license to PyCharm. My website is at https://en.speedy.net/ and https://github.com/speedy-net/speedy-net

To apply please send one email to jobs+jango-freelancer@speedy.net, with your name, your email address, where you live, your experience, how many commits you committed to Django, how many commits you committed to other open source projects, a link to your profile on LinkedIn, a link to your profile on GitHub, a link to your profile on Stack Overflow, your diploma if you have any, how much you charge per hour and in which currency (I prefer USD or Euro), and if you can issue receipts. If you don't have a profile on one of the above websites please mention this too.

Thanks,
Uri Rodberg, Speedy Net.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeHjQyFa75Mgq7nzcJ6AoX-WDeu75OOPfa2OngG2VTMaDQ%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACbcXAV87Bx6Narq3v3GrSG1cJ5fnr%2BMX8ysbB5o3HKL6%2BOsEQ%40mail.gmail.com.

Re: Freelance Django and Python work

Thanks for reaching out, honestly don't meet the requirements.
I'm just a beginner python developer.

With 💜, 
Adra.

‪On Tue, Jun 13, 2023 at 1:09 PM ‫אורי‬‎ <uri@speedy.net> wrote:‬
Hi,

There was a small typo, you can send your email to jobs+django-freelancer@speedy.net and not jobs+jango-freelancer@speedy.net. If you already sent it to jobs+jango-freelancer@speedy.net I received it, don't send it again.

Thanks,
Uri Rodberg, Speedy Net.


‪On Tue, Jun 13, 2023 at 1:29 PM ‫אורי‬‎ <uri@speedy.net> wrote:‬
Hi,

I'm looking for a programmer to hire as a freelancer for Django and Python work.

- Experience with Python and Django
- Experience with open source
- Committed to the Django repository on GitHub - an advantage
- Committed to other open-source projects in Python - an advantage
- Experience with Stack Overflow -  an advantage
- BSc or BA in computers or science (math, physics) -  an advantage
- Knowledge of HTML, CSS, and JavaScript - an advantage
- Can issue receipts

I need about 5 hours per month on average. Some months I might need up to 15 hours per month. Some months I might not need anything. The work is remote. My project is open source. I can give you a free license to PyCharm. My website is at https://en.speedy.net/ and https://github.com/speedy-net/speedy-net

To apply please send one email to jobs+jango-freelancer@speedy.net, with your name, your email address, where you live, your experience, how many commits you committed to Django, how many commits you committed to other open source projects, a link to your profile on LinkedIn, a link to your profile on GitHub, a link to your profile on Stack Overflow, your diploma if you have any, how much you charge per hour and in which currency (I prefer USD or Euro), and if you can issue receipts. If you don't have a profile on one of the above websites please mention this too.

Thanks,
Uri Rodberg, Speedy Net.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeFyKeqkJfmc8PAi9X-qyL9-H_PWaCr7w6Qi0Ax3u9E7XA%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAVQifZivHt_bxQonJVS05JETdNp_Z5soqg3bry4HYNdv493eA%40mail.gmail.com.

Tuesday, June 13, 2023

Re: Regarding Python Developer Job with 2 Year's of experience.

Good 

On Tue, 13 Jun 2023, 11:49 talk fun, <ironmanzarvism42@gmail.com> wrote:
You have nice cv 
And I am also job searching.. Iappreciate your skills

On Tue, 13 Jun, 2023, 11:15 am Aniket Gadge, <gadgeaniketraghu@gmail.com> wrote:
Hello everyone,
My Name is Aniket Gadge, I have completed my Master of Computer Application with 64.99 aggregate. I have been working in the IT field for the last 2 Years as a Python Developer and I have 1 Year experience as a Django Developer also.
Currently I am looking for a better opportunity As well as a better salary. If any one has any job available please let me know. I have attached my Cv for reference.

Preferred location :- Mumbai, Navi Mumbai, Thane, Pune.(Remote,On-Site,Hybrid).



--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAAecFt_9yW%3DXask64JaAjqrEF5hLc%2BdqrigSi0XOQnP%2B71mLg%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B4Bgo7eFJ8OLWTFr1i8fbQ3E6ZGu%3DV9nPDMzhQrHDX13T%2BFaQ%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP2gm%2Bzk-zCDj63ROFqFSfGFdof0hvfvvC-3WsVKAycv-EuK%3DA%40mail.gmail.com.

Re: Freelance Django and Python work

Oui je suis intéressé

Le mar. 13 juin 2023 à 14:28, Desh Deepak <deshdeepakxpm@gmail.com> a écrit :
Yes, i am interested

On Tue, Jun 13, 2023, 6:40 PM אורי <uri@speedy.net> wrote:
Hi,

There was a small typo, you can send your email to jobs+django-freelancer@speedy.net and not jobs+jango-freelancer@speedy.net. If you already sent it to jobs+jango-freelancer@speedy.net I received it, don't send it again.

Thanks,
Uri Rodberg, Speedy Net.


‪On Tue, Jun 13, 2023 at 1:29 PM ‫אורי‬‎ <uri@speedy.net> wrote:‬
Hi,

I'm looking for a programmer to hire as a freelancer for Django and Python work.

- Experience with Python and Django
- Experience with open source
- Committed to the Django repository on GitHub - an advantage
- Committed to other open-source projects in Python - an advantage
- Experience with Stack Overflow -  an advantage
- BSc or BA in computers or science (math, physics) -  an advantage
- Knowledge of HTML, CSS, and JavaScript - an advantage
- Can issue receipts

I need about 5 hours per month on average. Some months I might need up to 15 hours per month. Some months I might not need anything. The work is remote. My project is open source. I can give you a free license to PyCharm. My website is at https://en.speedy.net/ and https://github.com/speedy-net/speedy-net

To apply please send one email to jobs+jango-freelancer@speedy.net, with your name, your email address, where you live, your experience, how many commits you committed to Django, how many commits you committed to other open source projects, a link to your profile on LinkedIn, a link to your profile on GitHub, a link to your profile on Stack Overflow, your diploma if you have any, how much you charge per hour and in which currency (I prefer USD or Euro), and if you can issue receipts. If you don't have a profile on one of the above websites please mention this too.

Thanks,
Uri Rodberg, Speedy Net.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeFyKeqkJfmc8PAi9X-qyL9-H_PWaCr7w6Qi0Ax3u9E7XA%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJ0m4xg0PnDJvGiTqgZxGudY1LaWrM7pJsAVvtoxFtYEiuW%2BNQ%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPF5zCXdMQ4icmZN0uwU8GLATMphK4JSbLGgmudcJxS74Ocsbg%40mail.gmail.com.

Re: Freelance Django and Python work

Yes, i am interested

Sesh, 13-iyn, 2023, 16:30 אורי <uri@speedy.net>:
Hi,

I'm looking for a programmer to hire as a freelancer for Django and Python work.

- Experience with Python and Django
- Experience with open source
- Committed to the Django repository on GitHub - an advantage
- Committed to other open-source projects in Python - an advantage
- Experience with Stack Overflow -  an advantage
- BSc or BA in computers or science (math, physics) -  an advantage
- Knowledge of HTML, CSS, and JavaScript - an advantage
- Can issue receipts

I need about 5 hours per month on average. Some months I might need up to 15 hours per month. Some months I might not need anything. The work is remote. My project is open source. I can give you a free license to PyCharm. My website is at https://en.speedy.net/ and https://github.com/speedy-net/speedy-net

To apply please send one email to jobs+jango-freelancer@speedy.net, with your name, your email address, where you live, your experience, how many commits you committed to Django, how many commits you committed to other open source projects, a link to your profile on LinkedIn, a link to your profile on GitHub, a link to your profile on Stack Overflow, your diploma if you have any, how much you charge per hour and in which currency (I prefer USD or Euro), and if you can issue receipts. If you don't have a profile on one of the above websites please mention this too.

Thanks,
Uri Rodberg, Speedy Net.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeHjQyFa75Mgq7nzcJ6AoX-WDeu75OOPfa2OngG2VTMaDQ%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN3oF0cC7__cmjCxR9%3D1ezSQbtuf69vPBV3pj671KYqbHhDiTA%40mail.gmail.com.