How is the education system in the western culture? Am in Africa and most of us believe that people from the west specialise in there careers at a very young age(as early as 9...
people = [['See', 22], ['Aerry', 35], ['Tonny', 55], ['Nurdin', 22]] print(people) x = min(people, key=lambda x: x[1]) for i in people: while i[1] == x[1]: people....
Has anyone here used namecheap to host a django project? I was trying to activate ssl. I have tried everything, the status is still pending and now my domain is down and does...
Is there any AI that will replace devops? I see that all the time for software engineering
Will learning django aid in learning python?
Am not sure if am the only one facing this issue, but i have realised that firefox does not detect changes that i make to js file while chromium does. What could be the proble...
I want to work on a fullstack web, i'm now at the point where i have to design how the website will look like. Do i have to draw it down using a pen or use software to do that...
Does this group always have an offtopic group chat??
https://hackernoon.com/could-pythons-popularity-outperform-javascript-in-the-next-five-years-abed4e307224?mkt_tok=eyJpIjoiTm1VMlkyUmpaV0k0TnpNMyIsInQiOiJZUjU1VmpvK2h5Ykd0ZktyR...
Hello gusy, anyone who knows how to use bootsrap, i want to make the hire us button to be in one line. How can i do that?
https://www.xe.com/xecurrencydata/ Do people really need to pay for api?
Any good website that gives python practical challenges per topic? I have tried hackerrank but it gives challenges randomly
Do people still use ajax? I just came across it and it looks complicated lol
I have found out that in the official python docs, list has been talked about 2 times (am not sure though). 1. https://docs.python.org/3/tutorial/introduction.html#lists 2. ht...
But i think django is python?
https://www.google.com/amp/s/gadgets.ndtv.com/oppo-a37-3588%3famp=1&akamai-rum=off Does this phone support 4G LTE?
https://m.youtube.com/watch?v=G-zyTlZQYpE&pp=QAFIAQ%3D%3D Is this sofia robot real?
How do i go about using dotenv files in production? how do i set them? I can't see any guide from the internet
I already know that command to only allow host 192.168.122.107 access my server via ssh. But practically, its not working for me. What did i do wrong in my rules??
Is Js a must know for web devs? Even if you are a backend dev or maybe a devops?