Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,859 members, 7,813,936 topics. Date: Tuesday, 30 April 2024 at 10:01 PM

Hitan's Posts

Nairaland Forum / Hitan's Profile / Hitan's Posts

(1) (2) (3) (4) (5) (6) (of 6 pages)

Programming / Re: Devs How Are You Guys Making Money??? by hitan(m): 6:00am On May 31, 2022
extendo:


If you're on Discord drop your name and tag.

To begin with do you know SQL? You need it to get started.

I am good with sql and python and there is my discord name hitan hope#1836. Please I need guidance on this
Travel / Re: General USA Student Visa Enquiries-part 16 by hitan(m): 6:55pm On Aug 15, 2021
Please guys I would like to know if I can get admitted to a university in the United States with a 2.2 Nigerian degree

2 Likes

Travel / Re: Naija to Yankee Thoughts And Experiences by hitan(m): 6:54pm On Aug 15, 2021
Please guys I would like to know if I can get admitted to a university in the United States with a 2.2 Nigerian degree
Business / Re: Best Things In Life Are FREE: Business Owners And AFFILIATE Marketers Get In NOW by hitan(m): 12:52pm On Jan 27, 2021
Which paid traffic do you think converts best with affiliate marketing products with $100 budget
Jobs/Vacancies / Help!!! I Need A Job by hitan(m): 10:48pm On Jan 11, 2021
Good day guys...
I have B.sc in Economics and am very proficient in SQL and python for data analysis, I reside in Abuja, I REALLY need somewhere I can be managing
Travel / Re: Adventure In Ireland by hitan(m): 9:11am On Oct 28, 2020
Am sorry to derail this thread flow, but I have to know, I have a friend that is keen on studying in Ireland and he studied Public administration, which course can he undergo in masters that have high employment opportunities after graduation, and lastly apart from the school fees how much is needed to get a study visa in Ireland.
Programming / Re: Chronicle Of A Data Scientist/analyst by hitan(m): 8:15pm On Oct 22, 2020
Data analyst in the house please I need your help... I know how to use python very well to analyze data sets and also visualize the data using matplotlib etc and I also know how to visualize data using Tableau, I know how to use sql very well but I don't know how to use excel and power BI. Now my issue now is that what kind of projects do I need to undertake that I can put in my portfolio to be able to get data analyst jobs...
Programming / Re: For Django Developer by hitan(m): 7:59pm On Jul 31, 2020
Taofeekdboy:
In your urls. py, did you add any app_name 'posts' or not, of you have not, add it and try again
I just did and still get the same error, please how can I resolve this issue its really giving me concern...
Programming / Re: For Django Developer by hitan(m): 5:34pm On Jul 31, 2020
Taofeekdboy:
it is mandatory to add it because if you have more than one app in your django project, and the URL name is the same, then the URL need to match up with URL name you provide, that's why it is important to prefix it an app_name. I wish I could explain much better.
In my groups app urls.py I did create an app name groups, so I don't know why there should be a clash, cos when I am referencing groups component using template tag I always use "groups:group_detail"... I removed app name from posts because it was giving me "namespace" error.
I am using Corey Shafer tutorial on Django for the development of the web app, but I decided to add groups to the web app to make it robust
Programming / Re: For Django Developer by hitan(m): 3:29pm On Jul 31, 2020
Taofeekdboy:
In your urls. py, did you add any app_name 'posts' or not, of you have not, add it and try again
Please I would like to know why adding an app name in the urls.py would have that effect on the app
Programming / Re: For Django Developer by hitan(m): 12:10pm On Jul 31, 2020
Hello guys i am building a django web app, and i run into this error..... NoReverseMatch at /groups/posts/in/python/
Reverse for 'user-posts' with keyword arguments '{'username': ''}' not found. 1 pattern(s) tried: ['user/(?P<username>[^/]+)$']

below is the sample of the template HTML page

<h3 class="mr-5"><a href="{% url 'posts:user-posts' username=post.user.username %}">@{{ post.user.username }}</a></h3>
<div class="media-body">
<strong>{{ post.user.username }}</strong>
<h5>{{ post.message_html|safe }}</h5>
<time class="time"><a href="{% url 'posts:post-detail' username=post.user.username pk=post.pk %}">{{ post.created_at }}</a></time>
{% if post.group %}
<span class="group-name">in <a href="#">{{ post.group.name }}</a></span>
{% endif %}
</h5>


below also is a sample of the app urls.py code

path('', PostListView.as_view(), name="blog-home"wink,
path('user/<str:username>', UserPostListView.as_view(), name="user-posts"wink,
path('post/<int:pk>/', PostDetailView.as_view(), name="post-detail"wink,


And here is my views.py code that controls the username

class UserPostListView(ListView):
model = Post
template_name = 'blog/user_posts.html'
context_object_name = 'posts'
paginate_by = 6

def get_queryset(self):
user = get_object_or_404(User, username=self.kwargs.get('username'))
return Post.objects.filter(author=user).order_by('-date_posted')


How can I fix this, it seems the "username" is empty hence not matching the regex in urls.py?
Programming / Re: Python (django) And Javascript (react Or Jquery) Meet Up by hitan(m): 6:54am On Jul 28, 2020
hopeitanrin@gmail.com
Programming / Re: Mysql Or SQL Which Is The Best To Learn by hitan(m): 8:11am On Jun 18, 2020
SQL is a programming language that MySql is built with, learn SQL and be 70% covered with MySql, PostgreSql which are open source... and also Microsoft Sql server and Oracle sql. All this flavors are built with Sql, so it better you learn their parent because all the children came out from it
Career / Re: Freelancers Gathering by hitan(m): 7:08pm On May 19, 2020
If this group is still active, please op do add me up 07061836156
Programming / Re: Chronicle Of A Data Scientist/analyst by hitan(m): 12:08pm On Feb 23, 2020
Please data analyst in the house I need where to download raw data that I can use to practice integrating python with sql and visualizing with Tableau

1 Like

Programming / Re: Chronicle Of A Data Scientist/analyst by hitan(m): 7:17pm On Feb 09, 2020
Am just learning how to connect SQL with tableau and connecting python with tableau using tabpy

7 Likes

Career / Re: Freelancers Gathering by hitan(m): 1:05pm On Oct 09, 2019
07061836156

1 Like 1 Share

Career / Django Career Path by hitan(m): 2:33pm On Sep 27, 2019
I need advice from tech gurus in the house, for a couple of months now I have been learning python programming language and I have decided to take Django Career path. Django is arguably one of the best web frameworks out there, I intend combining Javascript(for front end) and Django (for back end) to become a full stack web developer. Now the problem is I rarely see Django developers on freelance sites, on job ads, most developers are node.js or laravel and Django is arguably better than these frameworks and is developed with solely python which is the easiest syntax programming language out there. I want tech gurus and ICT enthusiasts to enlighten me if Django is still relevant.
Programming / Pythonanywhere Deployment by hitan(m): 2:12pm On Sep 27, 2019
I need help from gurus who have experience with deploying web app on pythonanywhere.com. I just finished deploying a Django web app on pythonanywhere, but the admin page is not been styled, any way this can be fixed?
Programming / Re: Data Analytics/analyst by hitan(m): 8:24pm On Jun 28, 2019
Not necessarily, SPSS, EXCEL, MATLAB, can also do data analysis but the best to use is R which is a programming language, so you will need to code. I would recommend python because along the line in advanced data analysis you would delve into machine learning, HENCE automatically makes python the best package for data science, so it depends if you don't want to learn to code you can use the above packages but if you want the best stick with python and you can never go wrong.

2 Likes

Programming / Re: The Basics And Beyond The Basics Of Web Dev (Updated) by hitan(m): 6:33am On Jun 28, 2019
07061836156
Programming / Re: Python Creatives: Where Were We? by hitan(m): 7:02am On May 24, 2019
Will like to be added to the group, 07061836156..
Programming / Re: Official Thread For Experts And Begineers In Python by hitan(m): 3:04pm On May 12, 2019
Place add me 07061836156
Programming / Re: First Thing First, Learn To Program! by hitan(m): 8:14am On May 07, 2019
Sixtytwo62:
OP, No system I had to use my phone.
which app is that and can it be found on app store and one more thing does it have intellisense
Programming / Re: First Thing First, Learn To Program! by hitan(m): 2:56pm On Apr 29, 2019
07061836156

(1) (2) (3) (4) (5) (6) (of 6 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 27
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.