₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,009 members, 8,419,904 topics. Date: Thursday, 04 June 2026 at 07:04 AM

Toggle theme

Python/django Developer - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingPython/django Developer (1442 Views)

1 Reply (Go Down)

Python/django Developer by Ononugo(op): 12:45am On Apr 23, 2022
My name is Samuel, a python and Django Developer. I am looking for python or Django a role. I have over 4 years of experience working with python and have worked for a tech startup company in the past. I'll be glad if anyone can help.

Email ==> atuhsamuel96@gmail.com
Phone number ==> +2349034742283
Re: Python/django Developer by GeneralDae: 11:53am On Apr 23, 2022
Ononugo:
My name is Samuel, a python and Django Developer. I am looking for python or Django a role. I have over 4 years of experience working with python and have worked for a tech startup company in the past. I'll be glad if anyone can help.

Email ==> atuhsamuel96@gmail.com
Phone number ==> +2349034742283
Is it possible to start by searching for freelance gigs that are abroad? especially Europe and U.S. You stay in Nigeria while earning dollars, then you gradually master PHP and Javascript to also become more useful in Nigeria long term.
Re: Python/django Developer by Ononugo(op): 11:56pm On Apr 28, 2022
GeneralDae:
Is it possible to start by searching for freelance gigs that are abroad? especially Europe and U.S. You stay in Nigeria while earning dollars, then you gradually master PHP and Javascript to also become more useful in Nigeria long term.
I do apply for remote roles abroad. Up to 10 or more applications daily, but I only end up being rejected.
Re: Python/django Developer by Nobody: 5:09am On Apr 29, 2022
Ononugo:
I do apply for remote roles abroad. Up to 10 or more applications daily, but I only end up being rejected.
Patience comrade, it'll get through just research about how to land one or you can take the business approach like going to businesses and companies then offering to build them a website but you have to be confident in yourself not your skill and be very good at looking professional
Re: Python/django Developer by digitite: 7:56am On Apr 29, 2022
Ononugo:
I do apply for remote roles abroad. Up to 10 or more applications daily, but I only end up being rejected.
The cause may be because you are not specialized. What do you use Python/Django for ?

Gone are the days when Programmers are generic. Employers or clients are looking for developers that can deliver in their industries. That has been my dilemma. But thank God I am stabilizing.
Re: Python/django Developer by Ononugo(op): 2:29pm On Apr 29, 2022
digitite:
The cause may be because you are not specialized. What do you use Python/Django for ?

Gone are the days when Programmers are generic. Employers or clients are looking for developers that can deliver in their industries. That has been my dilemma. But thank God I am stabilizing.
I specialize in back-end web development with Django.
Re: Python/django Developer by digitite: 10:00pm On Apr 29, 2022
Ononugo:
I specialize in back-end web development with Django.
Which Apps have you built with Django.
Re: Python/django Developer by Ononugo(op): 1:29am On Apr 30, 2022
digitite:
Which Apps have you built with Django.
A music blog
https://github.com/majestylink/Majesty-Link

Stock management system
https://github.com/majestylink/stockManagementSystem

Traffikboss > not my project but I did most of the Django back-end stuff.
https://traffikboss.com

Django web crawler
https://pypi.org/project/django-web-crawler/

And many more
Re: Python/django Developer by mdan(m): 8:15pm On Apr 30, 2022
Guys can you help me with this python exercise?
Write a program to find numbers divisible by 2 in 250 using for loop.

This is my working
count=0
for x in range (250):
if (x%2== 0):
count +=1
print (count).
I'm getting something double of every figure from 1 to 125.
Pls help me out
Re: Python/django Developer by mdan(m): 8:46pm On Apr 30, 2022
And many more[/quote]
mdan:
Guys can you help me with this python exercise?
Write a program to find numbers divisible by 2 in 250 using for loop.

This is my working
count=0
for x in range (250):
if (x%2== 0):
count +=1
print (count).
I'm getting something double of every figure from 1 to 125.
Pls help me out
Re: Python/django Developer by mdan(m): 8:46pm On Apr 30, 2022
digitite:
Which Apps have you built with Django.
[quote author=mdan post=112410493][/quote]
Re: Python/django Developer by digitite: 9:53pm On Apr 30, 2022
Ononugo:
A music blog
https://github.com/majestylink/Majesty-Link

Stock management system
https://github.com/majestylink/stockManagementSystem

Traffikboss > not my project but I did most of the Django back-end stuff.
https://traffikboss.com

Django web crawler
https://pypi.org/project/django-web-crawler/

And many more
Bro, I need a customized URL to these projects up and running for clients to see the real work.
Re: Python/django Developer by Nuelojei38: 12:00am On May 02, 2022
mdan:
Guys can you help me with this python exercise?
Write a program to find numbers divisible by 2 in 250 using for loop.

This is my working
count=0
for x in range (250):
if (x%2== 0):
count +=1
print (count).
I'm getting something double of every figure from 1 to 125.
Pls help me out
For x in range(251):#to enable it return 250
If x % 2 == 0: # remember indentation
Print(x). # remember indentation
# u don't need to iterate count
Re: Python/django Developer by Chiefo89: 2:58am On May 17, 2022
Wow . Thats nice. Lets connect.
I'm also a django developer
07013428069
Re: Python/django Developer by uadubasim(m): 2:31pm On Aug 22, 2025
mdan:
Guys can you help me with this python exercise?
Write a program to find numbers divisible by 2 in 250 using for loop.

This is my working
count=0
for x in range (250):
if (x%2== 0):
count +=1
print (count).
I'm getting something double of every figure from 1 to 125.
Pls help me out

Re: Python/django Developer by Xamaniii: 11:39am On Aug 23, 2025
[quote author=uadubasim post=136544125][/quote]count = 0
for x in range(251): # 0 to 250 inclusive
if x % 2 == 0: # check if divisible by 2
count += 1

print(count) # print once, outside the loop

just use chatgpt bro,it'll make your work easier
1 Reply

For Django DeveloperLearn How To Create Websites With Python(Django Web Framework)Django Developer Plz Help234

I Want A Review And Advices On My Platform PleaseAny One Who Knows The Basic Hardware Requirement For A Server?Help