Programming › Re: Chronicle Of A Data Scientist/analyst by Pgltm: 10:21pm On Feb 23, 2020 |
Please somebody help with the panda dataframe questions above |
Programming › Re: Chronicle Of A Data Scientist/analyst by Pgltm: 9:18pm On Feb 23, 2020 |
This is it
|
Programming › Looking For A Data Scientist To Help Me With These Questions by Pgltm(op): 8:00am On Feb 23, 2020 |
Please I need A data scientist that is good in panda for paid assistance in some assignments in my data science course in cousera. I don't mind paying please. |
Programming › Re: Chronicle Of A Data Scientist/analyst by Pgltm: 7:46am On Feb 23, 2020 |
Please I need a data scientist to assist me in passing courses so ui can be admitted for an already paid masters in data science in cousera, just few questions on dataframes in panda . I don't mind paying the person |
Programming › Re: Learn Power Bi by Pgltm: 1:34pm On Jan 08, 2020 |
Nice 1 |
Programming › Re: Hardcopy Programming Books by Pgltm: 5:10pm On Dec 06, 2019 |
Which do you have for Java? |
Investment › Re: MBA Investors Forum by Pgltm: 9:11pm On Nov 01, 2019 |
TheWatchDog: To God be the glory I have invested 360k yesterday at their waterline branch. Expecting mine ROI by 30th of this month. how do I contact you?? I live in ph too. Planning investing in Feb. Do share with us the outcome of your investment |
Phones › Re: I Regret Buying Nokia 3.1 Plus by Pgltm(op): 12:17pm On Aug 09, 2019 |
psucc: See show. Op congrats o! now the world knows you've bought a new phone.
Once again congrats!!! puerile |
Phones › Re: I Regret Buying Nokia 3.1 Plus by Pgltm(op): 12:16pm On Aug 09, 2019 |
sureteeboy: It's quite easy to move lots of stuffs to memory cards unless you bought a fake one from these roadside shops. I sell quality 32GB Samsung sd Cards for just 2, 500. You can get it personally in Lagos and Abeokuta or have it sent to you via NIPOST at a cheap rate... business man.. Thanks |
Phones › Re: I Regret Buying Nokia 3.1 Plus by Pgltm(op): 12:14pm On Aug 09, 2019 |
[quote author=DaveHert post=81083927]Calm down it's just your misconception of things that is holding u back. Obviously there is no option shown for that... You will have to either use the filemanager that came with the phone or download a better one from playstore and manually mark everything media related in your internal memory and move it to the SD Card.
I am currently using the Nokia X5 and for me it's the best budget phone money can buy. After months of owning it people still stop me to ask what phone am using.
As for the memory capacity it's the same as yours but u don't see me complaining, I even have upto 150 apps installed on it. I simply move things from my internal to my 64GB SD Card once it starts getting full. Although someone accidentally formatted my 64GB SD card recently.[/quoteNice]nice one man, I really appreciate this |
Phones › I Regret Buying Nokia 3.1 Plus by Pgltm(op): 5:06pm On Aug 08, 2019 |
Bought Nokia 3.1 plus without a thorough check online like I normally do (impulse buying) only to discover it has a low storage capacity (32gb). The internal storage space is bow full, I rushed and bought a memory card only to discover memory card cannot take the place of internal storage.. Like I can't download new apps on my phone even in the presence of my 32gb sd card.. So annoying |
Programming › Re: Web Vs Software Development by Pgltm: 4:48pm On Aug 01, 2019 |
worldsearc: I am a Sun Java developer. I graduated from NIIT like 7years ago. I have more than 15years following technology and programming.
From my experience, you can't actually separate the two. When you say software development are you talking about Desktop applications because software still live online.
Most of the technologies used on professional websites are software.
From my many years of toiling in the industry, I think web application development is more commercially productive in Nigeria compared to Desktop application programming.
As a Java programmer, I spent years making little. I was only good as a staff of a software company that was struggling to survive, but when I broaden my knowledge into building applications for Networks (Internet & Intranet), things suddenly changed. There is a huge market currently in Nigeria for individuals who can seamlessly move within desktop programming and Network applications.
For quick gratification, start with web and later expand into core software design. please can you mentor me?? |
Programming › Re: Free Online Training For Html/css, Javascript, Jquery, Mysql, Php, Java, Android by Pgltm: 10:13am On Jul 29, 2019 |
|
Programming › Re: After Java What Next?? by Pgltm(op): 8:29am On Jul 06, 2019 |
sparkle7: lol you havent learnt anything bro. You just went through loops, daratypes and arrays and you thought you have arrived. No bro, you just scracthed the surface here. There are ton of things in java you dont know yet. Have you done java regex, annotations, decorators, and advanced java. How about jarkatar ee, jsp, spring boot, servlets, applets, and jdbc connectivity? Or wait, how about swing toolkit or the javafx sdk now handled by gluon mobile. Can you socket program with java or use java with mysql. How about the glassfish server ish can you configure and use it. Still have a lot to learm bro, so take your lappy and run along now. thanks man, so which do you advise I start with? |
Programming › After Java What Next?? by Pgltm(op): 8:32pm On Jul 05, 2019 |
Learnt Java according to the advice I got here as a good programming language to learn, so what next?? ps I'm a newbie programmer |
Sports › Re: "The Super Eagles Thread: The Road To AFCON 2027, 2028 And 2030 World Cup by Pgltm: 3:41pm On Jun 26, 2019 |
What's with iwobi and losing possession?? |
Programming › Re: Just Published My First Android Game (photos) by Pgltm: 7:58am On Jun 23, 2019 |
CodePlay1: Lol thanks bro.... Hehe I still dey learn work o  boss I want to be your mentee.. Please give me your mail or reach me on juicysam4u@gmail.com. Thanks |
Sports › Re: "The Super Eagles Thread: The Road To AFCON 2027, 2028 And 2030 World Cup by Pgltm: 6:50pm On Jun 22, 2019 |
Iwobi cannot function as a winger. |
Programming › Re: Please Help A Beginner Programmer With This Error Message From Ide From Eclipse by Pgltm(op): 8:58pm On Jun 21, 2019 |
maklelemakukula: delete that "nu" there first, and if that "modul" there is your main class, make the first letter capital thanks |
Programming › Re: Just Published My First Android Game (photos) by Pgltm: 2:09pm On Jun 19, 2019 |
CodePlay1: Lol no To make games you just need to know the basics of GUI, rendering images on a canvas, buttons etc The game loop is like a while loop that runs on a separate thread (conditioned to run about 40-60 times per second). So for instance if you want to animate a movement (like make the player go left) just instert "Player.x -=1:" so the x coordinate of the player reduces by 1 unit every 1/40 second (giving the impression that it's moving left....hence, animation) Lol it's actually pretty simple, Game physics and Computer AI is actually the hard part. Depending on your definition of complex.... you can basically make any 2d game with raw code. But for 3D you'll need to atleast use a game dev library (I use LibGDX) But there are game engines like Unity / Unreal that take off all the heavy lifting for you which makes it easier to develop games with little programming knowledge. let me your mentee boss, I just started learning Java.. How can I reach you?? Thanks in anticipation. |
Programming › Re: Please Help A Beginner Programmer With This Error Message From Ide From Eclipse by Pgltm(op): 4:31pm On Jun 18, 2019 |
Cyph3r: Try creating a new workspace thanks but how do I create a new workplace?? |
Programming › Re: Please Help A Beginner Programmer With This Error Message From Ide From Eclipse by Pgltm(op): 2:10pm On Jun 18, 2019 |
It occurs when I want to start a new Java project |
Programming › Please Help A Beginner Programmer With This Error Message From Ide From Eclipse by Pgltm(op): 2:09pm On Jun 18, 2019 |
How do I overcome this error please, the tutorial I am using is using eclipse so I can't switch to other ide,. Any help would be appreciated. Thanks in anticipation
|
|