Re: Hire remote Python codeer

2023-10-24 Thread Rabil Abdullahi
I am a python programmer with morethan 5 years experience. Looking forward
to hear from you.thank you

On Tue, Oct 24, 2023, 17:30 许三高  wrote:

> Hire remote Python codeer
>
> We are currently looking for a talented and experienced remote Python
> programmer to join our team. If you have at least three years of work
> experience, the ability to independently develop front-end and back-end
> solutions, strong familiarity with MongoDB, the ability to write automation
> scripts, and proficiency in Linux system maintenance, then we want to hear
> from you .
>
> Require:
>
> At least three years of Python programming experience.
> Proficient in developing front-end and back-end solutions independently.
> Very familiar with MongoDB database administration.
> Ability to write automation scripts to streamline processes.
> Proficient in Linux system maintenance and troubleshooting.
> Have experience in developing web development frameworks flask and django
> salary:
>
> Salary range: $1000-$1500 per month.
> Starting salary: $1,000 per month.
> The probation period is three months, and the salary can be adjusted based
> on work performance.
> Maximum monthly salary is capped at $1,500 based on development skills and
> performance ratings.
> telegram: https://t.me/easychat3
>
> --
> 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/ec504c58-3352-4ade-a59c-876038dd94fan%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/CAO2Ykc6Fr42C1Aq5b6UUzh0EuEY1vahRMwgLXZcxO6KZ8pxgPg%40mail.gmail.com.


Re: add me

2022-09-28 Thread Rabil Abdullahi
+23408166580155

On Tue, Sep 27, 2022, 15:41 Tariq A Hassan  wrote:

> hi, please add me, +964 7716795870
>
> --
> 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/a8de266b-17dc-4c3f-b608-8eb5537f55ean%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/CAO2Ykc58LUBLn6rn3RCsc%3DRjXRNOvqP3nXzPQ1MXVxm0UQodOw%40mail.gmail.com.


Re: module not found

2021-04-28 Thread Rabil Abdullahi
Go to settings from your pc and add python to your variable path.

On Tue, 27 Apr 2021, 23:10 Sebastian Jung, 
wrote:

> Hello,
>
> You Install Django package with pip Install but you need with python3 pip3
> instead of pip.
>
> Regards
>
> Théodore KOSSI  schrieb am Mo., 26. Apr. 2021,
> 13:40:
>
>> can you help me for this problem?
>>
>> --
>> 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/CAKiMjQG3F-qktrhRd3mF-ucK2fn8ph55r_sKD8ue5HakuWc%3DRQ%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/CAKGT9myD4dVKoPh-MgyTGfLfz9DMU_mSdGBq%2BVNOVpS%3DKGkztg%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/CAO2Ykc6J5Tk-q1UT3QKu_qDp%3Dg51umgTMg7Hap74syp3rSxjMw%40mail.gmail.com.


Re: Not able to install Django in ubuntu 16.04

2018-12-23 Thread Rabil Abdullahi
Follow the following steps:
sudo apt-get install python3 pip
sudo apt-get install python3-venv
mkdir "your project's-name"
cd project-name
python3 -m venv "Your virtual-environment name"
source Your virtual-environment name/bin/activate
pip install django


On Fri, Dec 21, 2018 at 9:36 PM Sanjeev Singh 
wrote:

> @
> Dr. Sandeep Singh Sengar
>
> Can you please show me your error.
>
> On Fri, Dec 21, 2018 at 10:20 PM Sandeep Sengar <
> sandeep.iitdhan...@gmail.com> wrote:
>
>> done;
>>
>> On Fri, Dec 21, 2018 at 8:30 PM Gear Crew 
>> wrote:
>>
>>> Hello the first one show us your message errors and the second prefer
>>> use virtual environment like pipenv or virtualenv  and hold on until solve
>>> your problem
>>> On Friday, 21 December 2018 15:34:00 UTC+2, Dr. Sandeep Singh Sengar
>>> wrote:

 Hi,

 I have tried lot to install Django framework from
 https://docs.djangoproject.com/en/2.1/topics/install/#installing-official-release
 . However every time there is new error, kindly support me in this regard
 by providing clear steps.

 I am using Python 3.7.1 and pip 18.1


 Your help will be highly appreciated.

 Thank You

>>> --
>>> 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 post to this group, send email to django-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/f662458a-b7e7-4324-80b7-c5d4d3593e44%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>> Warm Regards,
>> *Dr. Sandeep Singh Sengar,*
>>
>> *MTech (MNNIT-Allahabad), PhD (IIT-Dhanbad)*
>>
>> *Assistant Professor, Research Coordinator*
>>
>> *Department of Computer Science & Engineering,*
>> *GL Bajaj Institute of Technology & Management,*
>>
>> *Gr. Noida, INDIA*
>>
>> **
>> *Voice: +91-635492*
>> *Email: sandeep.si...@glbitm.org *
>>
>>
>> *Google Scholar: 
>> https://scholar.google.co.in/citations?user=ULBn6XIJ=en=ao
>>   *
>> *Research Gate: *
>> *https://www.researchgate.net/profile/Sandeep_Singh_Sengar
>> *
>> *Linkedin**: **https://www.linkedin.com/in/dr-sandeep-singh-sengar-8038717b/
>> *
>>
>> --
>> 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 post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAMabqZQeCR0dAYT2Og6wNixb8wkNaO%2BrRt3zUsYUKKjB8UMYEw%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CA%2Btz_AAh2_fG2zLArcLtNGOJTXHBzejdqUPn3BbKir7ubJJC2g%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAO2Ykc54mt%2BzFkgGYTLhFEokBrVaGr%2BfDBHqp9ZKiCxSThkmPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't install mysqlclient

2018-12-15 Thread Rabil Abdullahi
thank you so much, I already have ubuntu LTS version on my machine. things
are quite more clear now


On Sat, Oct 27, 2018 at 10:11 PM Swetank Subham Roy 
wrote:

> Yes Linux is best suited OS for developers. You can start getting familiar
> with Linux by using latest Ubuntu LTS version. Ubuntu provides a better GUI
> and ease-of-using for beginners. But getting hands-on terminal commands are
> of great use.
>
> --
> 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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a70afb18-8a4a-4176-af6d-38c8238848ca%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAO2Ykc6mpDz9CHs3-B7iN0qKGVDamvzW-BH7R_3JYetdCOcE%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Can't install mysqlclient

2018-10-27 Thread Rabil Abdullahi
I have never used Linux before but now I want to start using it as a developer, 
What shall I do. Thank you


Sent from Mail for Windows 10

From: Swetank Subham Roy
Sent: Friday, October 26, 2018 2:55 PM
To: django-users@googlegroups.com
Subject: Re: Can't install mysqlclient

If you are on Linux(debian):
You should first install libmysqlclient-dev using command

$ sudo apt-get install libmysqlclient-dev

Then proceed with installing mysqlclient through pip...

For more information you can follow link: https://pypi.org/project/mysqlclient/

On Thu 25 Oct, 2018, 6:59 PM lemme smash,  wrote:
you sure you have mysql server installed?
also, if you plan to start development, i recommend you to seriously think 
about learning linux. it's a way more fit developers needs

On Thursday, October 25, 2018 at 2:27:43 PM UTC+3, Rabil Abdullahi wrote:
 
I received error message while trying to download mysqlclient using---pip 
install mysqlclient. Please help me out.
Sent from Mail for Windows 10
 
-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9b0c0310-5d5e-4dab-be5d-3ebb6e185520%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADQ%3DdppoGa7gE5-jRHQOwxr26szhDyQB6HYf%2B%2BKcqQV_rQPcsQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5bd4f0d3.1c69fb81.5949c.a312%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.