Kensmoney's Posts
Nairaland Forum › Kensmoney's Profile › Kensmoney's Posts
The Central Bank of Nigeria (CBN) has introduced a ‘Naira 4 Dollar Scheme’ for diaspora remittances, which offers recipients of diaspora remittances through CBN’s IMTOs to be paid N5 for every $1 received as remittance inflow. The scheme takes effect from Monday, March 8, 2021, and ends on Saturday, May 8, 2021. This was disclosed by CBN in a circular issued to all Deposit Money Banks (DMO) and International Money Transfer Operators (IMTO). In an effort to sustain the encouraging increase in inflows of diaspora remittances into the country, the Central Bank of Nigeria (CBN) hereby announces the introduction of the “CBN Naira 4 Dollar Scheme”, an incentive for senders and recipients of international Money Transfers. Accordingly, all recipients of diaspora remittances through CBN licensed IMTOs shall henceforth be paid N5 for every USD1 received as remittance inflow. In light of this, the CBN shall, through commercial banks, pay to remittance recipients the incentive of N5 for every USD1 remitted by sender and collected by designated beneficiary. This incentive is to be paid to recipients whether they choose to collect the USD as cash across the counter in a bank or transfer same into their domiciliary account. In effect, a typical recipient of diaspora remittances will, at the point of collection, receive not only the USD sent from abroad but also the additional N5 per USD received. Please note having discussed with banks and IMTOs, the scheme takes effect from Monday 8 March 2021 and ends on Saturday 08 May 2021. |
Hello nairalnaders, Mr Anthony Ikenna Onyekuba, he is 44yrs old, father to 3 lovely boys 5yrs, 4yrs and 15months. On 22 December 2020, he was diagnosed with Aplastic Aneamia, a rare autoimmune disease where the bone marrow no longer produces enough blood for the body. https://en.m.wikipedia.org/wiki/Aplastic_anemia. He requires an urgent bone marrow transplant which is estimated to cost about 200,000USD/82,000,000NGN. So far they have been able to raise 52,539USD. We passionately appeal for your assistance to help Tony overcome this disease. Payment can be made to the following accounts 0692318667 - Anthony Onyekuba Access bank, 0045652898- Lilian Onyekuba GTB and 0690749876 - Lilian onyekuba Access USD Account. Kindly share and please donate. God bless you as you do so. ������
|
Put the attachment in ur return statement, then in ur front end, use "jinja2 template engine" to render the attachment |
This is serious, I was thinking I am only one going through this. |
tensazangetsu20:I notice that php sell better so I decided to learn php basics on solo learn , though I HV not build anything with php, like I said I HV build e-commence and VTU web app with django and react js. |
olukunle50:YES |
olukunle50:Yes I do, VTU and e-commerce |
DC49:I have upwork account, I have bid for jobs to an extend I was told to buy connection that when I lost interest. Thanks for ur input |
I am a average web developer with the following stack (python(django and flask) , javascript (react) ) but I have not gotten any offer or any valuable thing with it. How can make cash with it and how can I improve. I have applied for more than 200 jobs with no response Plz I just need assistant |
A former chairman of the Independent National Electoral Commission (INEC), Prof Attahiru Jega has warned that Nigeria's future is at stake due to misgovernance. Jega gave the warning at the inauguration of the 34-member policy advisory committee of the People’s Redemption Party (PRP) on Friday, September 25, in Abuja, NAN reported. Jega has raised concerns over misrule in Nigerian Photo credits: Getty Images Source: Getty Images The former INEC boss told Nigerians not to sit back and allow bad people to wreck the country. He called on everyone to contribute to the cleansing of politics in Nigeria. Lai Mohammed: Buhari is doing well for Nigeria with dwindling revenues Jega said: “There should be no fence-sitters; our future is at stake. We cannot allow bad people to continue to govern us or misgovern us and continue to wreck our country and its future.” The ex-INEC chairman who serves as a member of the advisory committee of the PRP said he would help members of the committee to prepare the policy framework that would make PRP a strong political party. Legit.ng recalls that the Jega gained widespread commendation for the way he oversaw the 2015 general elections in Nigeria. In another report, INEC has disclosed that Z-pad used during the Edo state governorship election for the transmission of Polling Units (PUs) results would be deployed for election in Ondo State. This was disclosed on Thursday, September 24, by Prof. Mahmood Yakubu, the INEC chairman during a media interaction in Akure, The Nation reported. Yakubu explained that the commission has already moved the Z-pads from its state office in Benin City to Akure. Ondo 2020: INEC boss announces key strategy to be used for election The commission also urged political parties to create an enabling atmosphere for a free, fair, credible and election Source : https://www.legit.ng/1369767-former-inec-chairman-attahiru-jega-nigerias-future-stake.html?fbclid=IwAR1hRaUSr_bfoq_FibNDZiPuuHqLmGTWcQCJW4phJxd7MgwcZPzHjEOa4NM
|
Sim hosting is the best way to go about it |
Chelsea fans how market? |
emmaxman:Check ecardex, it cheaper compare to other tech company, They are very Good, That is where I learnt programming Location : ikeja https://ecardex.com |
Goal oooooooo |
Man utd is winning 4:0 clean sheet is sure |
stanliwise:check your indentation in line 40 |
DOES IT WORK FOR DATA TRANSFER AS WELL? |
Look for book titled " automating the boring stuff with python" and search for the video on UDEMY it free, download it and get started |
[quote author=casperuk post=89261170]Are you sure you are a front end developer? Or just still learning? With all the skills you stated you have, you are looking for someone to work for? I am a full-stack developer. HTML, css, Javascript -basic, jQuery, bootstrap, python and Django, MySQL. If you have front-end skill, go on and start learning the back-end. You should already have projects in your portfolio. Learn adobe photoshop and dreamweaver if you can and wanna major only on the front end. If you hold such skill as you said you have, you can make good money independently. How can someone make cool cash with these above skill set u just mentioned? Because I have above mentioned skills set, even more and I am really good, but I HV not been able to make cool cash |
gbolly1151:The formating is superb ![]() |
|
|
ken="kensmoney is good boy" def count_char(a,b): char = b.lower() stri = a.lower() counter=0 for a in stri: if a == char: counter += 1 print(counter) count_char(ken, "o" ) #4 |
this is the link for project two: plz make sure you enter the correct url cus i did not validate.................... lolz no time https://kelvineapp.herokuapp.com/checkconnection/ import urllib.request def Connection(request): message= None if request.method == "POST": base_url = request.POST.get( "url" ) response = urllib.request.urlopen( base_url ) data = response.read() if data : print("connted", data) message = "Website Connection Active" return render(request, "html/connect.html", {"message": message}) else: print(" not connted" ) message = "Connection Not Active, or invalid Url " return render(request, "html/connect.html", {"record": message} ) return render(request, "html/connect.html" ) |
nwele2017:Can't be true |
Zabiboy:I will implement number 2 |
Collinsanele:Me too, I love function base view. I dont like class base though it make u write less code |
[quote author=Zabiboy post=88835496][b] [i][font=serif] Ok guys....concerning my last post on real life applications of python, here are some projects you can try... 1) CONTACT BOOK; The main objective of this project is to save contact details. It’s important that you set up the commands users can use to enter the contact details. Some features you should implement include the commands to delete contacts, update contact information, and list saved contacts. You can also allow users to list contacts using different parameters, such as alphabetical order or contact creation date.. For those who already know django, this would be easier. 2) SITE CONNECTIVITY CHECKER: When you visit a URL, you expect to get the requested pages on your browser. But this is not always the case. Sometimes, sites can be down, so you won’t get the desired results. Instead, you’ll be presented with error messages. You can keep trying a site that is down, till it comes up and you get the information you need. This is where the Site Connectivity Checker project comes in. The Site Connectivity Checker visits a URL and returns the status of the URL: it is either live or not. The main objective of this project is to check the status of sites. So, you need to write code for checking the status of a website..... Those who learnt socket programming in python would find this easier.. 3) BULK FILE RENAME TOOL: Sometimes, you need to name all the files in a directory according to certain conventions. For example, you can name all the files in a directory with File0001.jpg, where the numbers increase based on the number of files in the directory. Doing this manually can be stressful and repetitive. The Bulk File Rename Tool allows users to rename a large number of files, without having to manually rename files. The main objective of this project idea is to rename files. So, the application needs to find a way to manipulate the target files. The os, sys, and shutil libraries will be useful for a large part of this project. Your users will be able to rename all the files in the directory, using naming conventions. Therefore, they should be able to pass in the naming convention of choice. The regex module will help match the required naming patterns, if you understand how regex works. Lets start with these three...More would be posted as we progress.... Cool projects |
def Grade(): name = str(input("name:" )) matric = str(input("matric:" )) code =str(input("course code:" )) score=int(input("score:" )) if score <= 100 and score >=95: print(name,matric,code, "Grade: A" ) elif score <= 94 and score >=85: print(name, matric, code, "Grade: B" ) elif score <= 69 and score >=60: print( name, matric, code,"Grade: D" ) elif score <= 59 and score >=50: print(name, matric, code, "Grade: E" ) else: print(name, matric, code, "Grade: F" ) Grade() |
[quote author=Collinsanele post=88819388]You don't need to slice. year = datetime.datetime.now().year month = datetime.datetime.now().month day = datetime.datetime.now().day Yea but just want to do it in a diff way bro, no matter the approach, |
[quote author=Barney001 post=88818099]Uhh...does that mean python is not really in demand in Nigeria? Not really, because 70% of web app is powered by php |
[quote author=Ayemileto post=88816064]Will PHP fade out in the next 10years? Most likely, |
