₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,050 members, 8,448,396 topics. Date: Monday, 20 July 2026 at 10:01 AM

Toggle theme

Progeek37's Posts

Nairaland ForumProgeek37's ProfileProgeek37's Posts

1 2 3 4 5 6 7 8 9 10 11 12 (of 13 pages)

ProgrammingRe: Avoid The Hard Ways Of Learning Programming by progeek37(op): 7:37pm On Apr 17, 2020
Join my free WhatsApp coding group and Let presence count. You can also join my tutorial class for a low price if you are beginner.
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 7:36pm On Apr 17, 2020
Join my coding WhatsApp group and let your presence count. If you are new to programming, you can join my tutorial class for a low price. Send me a message on WhatsApp
ProgrammingRe: Free Coding Ask And Answer (CAA) Group by progeek37(op): 5:03pm On Apr 15, 2020
idpomping:
i need any good programmer in java,c++ to assist with an online exam.
can whatsapp me on 07088584480
Send me a message on WhatsApp, I code in Java, C#, Python and JavaScript. I'm currently studying C++ but I can promise to assist you in C++ for now
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 7:25am On Apr 15, 2020
While you are indoors learn how to program a computer. Join my free coding WhatsApp group or my Zoom-based tutorial class. Send me a message on WhatsApp today: 08135683431
ProgrammingRe: The Fail-safe Way For You To Become A Good Computer Programmer by progeek37(op): 7:23am On Apr 15, 2020
While you are indoors learn how to program a computer. Join my free coding WhatsApp group or my Zoom-based tutorial class. Send me a message on WhatsApp today: 08135683431
ProgrammingRe: Avoid The Hard Ways Of Learning Programming by progeek37(op): 7:22am On Apr 15, 2020
While you are indoors learn how to program a computer. Join my free coding WhatsApp group or my Zoom-based tutorial class. Send me a message on WhatsApp today: 08135683431
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 10:20pm On Apr 12, 2020
Subscribe to my tutorial class on Java, C# and Python where I focus on algorithms and data structures. And join my WhatsApp coding group and meet other programmers.
ProgrammingRe: How Many Languages Are You Supposed To Learn? by progeek37(op): 10:17pm On Apr 12, 2020
Join my free WhatsApp coding group Let's build a community of great programmers
ProgrammingRe: Free Coding Ask And Answer (CAA) Group by progeek37(op): 10:16pm On Apr 12, 2020
rukkville:
07051359916. Pls do add me up
I believe I have added you
ProgrammingRe: You Would Better Start Programming With Java Or C# by progeek37(op): 10:16pm On Apr 12, 2020
Join coding WhatsApp group for free, let us build a community of great programmers. You can subscribe to my tutorial class on Java, C# or Python. Send me a WhatsApp
ProgrammingRe: Tips On Solving Programming Problems by progeek37(op): 10:14pm On Apr 12, 2020
You can join my free WhatsApp coding group, let's build a community of great programmers.
ProgrammingRe: Coding For D Gurus:#challange by progeek37(m): 6:09pm On Apr 09, 2020
Lawren76:
#Firts we make a function called sizen that returns the cols and rows in a matrix a try and catch block is been put incase it is not a matrix that is been inputed
def Size(matrix):
row=len(matrix)-1
col=0
try:
for i in matrix[row]:
col+=1
except TypeError:
pass
row+=1
return row,col
#This function creates a matrix by the rows and cols inputted

def Create_Matrix(self,rows,cols):
matrix=[]
temp_num=0
for i in range(rows):
inner_list=[]
matrix.append(inner_list)
for i in matrix:
for num in range(cols):
i.append(temp_num)
temp_num+=1
return matrix
#This function transposes a matrix
def Trans_Matrix(self,mat):
row,col=Size(mat)
dummy_matrix=Create_Matrix(row,col)
for i in range(row):
for j in range(col):
dummy_matrix[j][i]=mat[i][j]
return dummy_matrix
Here are the codes i left one out just so that with this ones u guyz could pice it together to code the last one
Okay why not join my coding group to share your ideas there with other programmers?
There are actually many redundant lines of code in your solution. Maybe if you join my coding WhatsApp group you can see a more improved solution.
ProgrammingTips On Solving Programming Problems by progeek37(op):
Tips on solving programming problems




Either you are solving problems from the exercises in your books or from online course or in an interview, these tips will guide you to tackle them.

1. Always bring pen paper before beginning to solve a problem, it gives a better visualisation. Don't solve any problem without pen and paper. I have a long notebook, it is filled with problems analysis. Remember, no pen and paper no solution!

2. Read the problem over and over again until you understand it. If you don't understand the problem, what are you going to implement? Is it not better you move to the next problem if there is any or continue to read to understand until you understand it, if there is no more problems or even rest your case. Remember a doctor cannot cure a disease he knows nothing about. For you to solve a problem you must understand it, if you can't it then humbly rest your case, nobody is going kill you for not tackling it.

3. Don't be intimidated by how hard the problem appears. Don't allow your heart to pop out, hold your peace and start reading and analysing the problem step by step with pen and paper. Examine every word critically and try understand what they mean, when you have understood it, pen your pseudocode down, and start implementing it. If it works, congratulations! But if it doesn't work, try yet another algorithms. Remember, you must not solve all the problems in the world, even expert coders can fumble on many problems which non-expert can solve, it all depends on your thinking curve at that moment. Since no one is going to slaughter you for not solving the problem, why should you bother yourself?

4. Having tried a lot without being successful, seek help if you can. Remember any problem you face many people out there might have faced the same problem, so don't die in isolation you better seek help.
NOTE:
I'm always against seeking help for solution for a problem especially at your learning and practising time. If others can do it, you yourself can do it too, always have that in mind. Remember, that you can't solve a problem today doesn't mean you can't solve it tomorrow, as far as you continue to increase in learning algorithms and data structures, you will come back to solve even the most difficult problem to you at the moment. But if you are building a project and not just practising, you can Google the problem, there might be solution which you can just copy and paste for your project and continue.
Good luck!
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 1:59pm On Apr 05, 2020
Are you indoors doing nothing because of Coronavirus? You can use this period to teach yourself how to program a computer. Join my tutorial class and WhatsApp coding group and start your journey now.
ProgrammingRe: Free Coding Ask And Answer (CAA) Group by progeek37(op): 1:57pm On Apr 05, 2020
Join the group today Let us build a community of great programmers
ProgrammingRe: Avoid The Hard Ways Of Learning Programming by progeek37(op): 1:56pm On Apr 05, 2020
You can join my tutorial class and WhatsApp coding group
Send me a message
ProgrammingRe: Learn The Fundamental Of Programming Using The Zoom App. by progeek37(op): 8:44am On Apr 05, 2020
Hi everyone. Join my tutorial class to learn programming and algorithms and data structures. WhatsApp me for details
ProgrammingRe: You Would Better Start Programming With Java Or C# by progeek37(op): 7:33pm On Mar 31, 2020
masterfactor:
Send me the whatsapp invite link
Please send a WhatsApp message
ProgrammingRe: Careers In Programming by progeek37(m): 7:14am On Mar 31, 2020
Thazard:
I've decided to learn computer programming but don't know which career to choose in programming.
Please list some programming careers you can think of e.g data scientist,web designers etc...

Paapii3d
Javanian
progeek37
pjosh1
pajosh
lalasticlala
If you have not started yet, start now. I recommend starting programming with Java. I mean start to learn how to program a computer first with Java. The tech spectrum is wide, after learning how to program you can choose where to apply your knowledge. If you work night and day for 4 months, you will become a programmer--someone who can issue commands to computer to execute tasks, thereafter you can choose whether you will become a data scientist, web designer/developer, mobile/desktop app developer etc or a combination of them.
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 6:59am On Mar 31, 2020
Ayo199:
Hello fellow mathematician
Hi, have you joined my WhatsApp coding group?
ProgrammingRe: Avoid The Hard Ways Of Learning Programming by progeek37(op): 6:57am On Mar 31, 2020
Jeboy:
I am interested, I will send you a chat now
Okay
ProgrammingRe: You Would Better Start Programming With Java Or C# by progeek37(op): 6:57am On Mar 31, 2020
The movement is on, be a pioneer. Let's build a community of great programmers. Join my WhatsApp coding group. Send me a WhatsApp message.
ProgrammingRe: Free Coding Ask And Answer (CAA) Group by progeek37(op): 6:51am On Mar 31, 2020
sirxbit:
Add me up 07033709424
Okay
ProgrammingRe: The Fail-safe Way For You To Become A Good Computer Programmer by progeek37(op): 6:43am On Mar 31, 2020
Join my free coding WhatsApp group or if you are new to programming you join my virtual tutorial class.
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 10:20am On Mar 23, 2020
What if we build a community of great programmers? Join this coding group and let your presence count. Send me a WhatsApp message so I can send you the invite link.
ProgrammingRe: Avoid The Hard Ways Of Learning Programming by progeek37(op): 10:18am On Mar 23, 2020
Join the coding WhatsApp group and let your presence count. To join send me a message on WhatsApp so I can send you the invite link.
ProgrammingRe: You Would Better Start Programming With Java Or C# by progeek37(op): 10:16am On Mar 23, 2020
kolinton007:
Please add me to the group. Zero.eight.zero.60423057
If you have not joined the group please send me a message on WhatsApp so I can send you the invite link
ProgrammingRe: Avoid The Hard Ways Of Learning Programming by progeek37(op): 10:11am On Mar 23, 2020
Join my coding WhatsApp group and let your presence count. Let's build a community if great programmers.
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 8:16am On Feb 15, 2020
y4code:
hello Bro
I really want to join python group
Drop your number or send me a message on WhatsApp
ProgrammingRe: You Would Better Start Programming With Java Or C# by progeek37(op): 9:05pm On Feb 07, 2020
You can join the coding group or subscribe to my Tutorial by sending me a WhatsApp message or dropping your number here.
ProgrammingRe: First Thing First, Learn To Program! by progeek37(op): 9:00pm On Feb 07, 2020
Let's build a community of great programmers. Join the new CAA group and make your presence count.
ProgrammingRe: Free Coding Ask And Answer (CAA) Group by progeek37(op): 8:58pm On Feb 07, 2020
Lordpeckxy:
Alright Alright Alright....
Let me Find myself a bit of time to Solve the one-pad problem...
The problem has been in the CAA group

1 2 3 4 5 6 7 8 9 10 11 12 (of 13 pages)