Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,143,328 members, 7,780,842 topics. Date: Friday, 29 March 2024 at 12:04 AM

I want to solve question on python basic - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / I want to solve question on python basic (1806 Views)

Opportunity To Earn Little Pay Working On Python Assignment. / A Thread For Tutorial On Python Programming / I Have A Very Import Question On Python Syntax (2) (3) (4)

(1) (Reply) (Go Down)

I want to solve question on python basic by dauddy97(m): 6:08pm On Nov 14, 2018
I started learning python few month ago. I want to test my ability with some tough execises with solutions. Need question on the basic python eg loop,function and the likes. Pls pdf. Thanks
Re: I want to solve question on python basic by pront0(m): 6:18pm On Nov 14, 2018
Try making a web crawler or image scraper, even a bot if you like to have fun.

Here's a book that helped me: https://drive.google.com/file/d/1WANXq9Zw_Eel505WzWEynjhd0fnLo7_L/view?usp=sharing

1 Like

Re: I want to solve question on python basic by Wizdeen(m): 9:02pm On Nov 14, 2018
pront0:
Try making a web crawler or image scraper, even a bot if you like to have fun.

Here's a book that helped me: https://drive.google.com/file/d/1WANXq9Zw_Eel505WzWEynjhd0fnLo7_L/view?usp=sharing

op all you need are in this book,its a huge plus.you can also check out "head first python". i believe these two are most recommendable for beginners. But if you still need more, check out my github @ https://github.com/itxDeeni/awesome-python-books. there are more python books there than you can read in a year
Re: I want to solve question on python basic by dauddy97(m): 11:06pm On Nov 14, 2018
Wizdeen:

op all you need are in this book,its a huge plus.you can also check out "head first python". i believe these two are most recommendable for beginners. But if you still need more, check out my github @ https://github.com/itxDeeni/awesome-python-books. there are more python books there than you can read in a year
thanks bro. I have lot of tutorial on python. All i need is/are questions and answers to solve. I want to challenge myself.

1 Like

Re: I want to solve question on python basic by Nobody: 12:12am On Nov 19, 2018
dauddy97:
thanks bro. I have lot of tutorial on python. All i need is/are questions and answers to solve. I want to challenge myself.
kindly share the tutorials, books, and other learning aiding stuff about it. I started last and so far, it has been really interesting.
Re: I want to solve question on python basic by dauddy97(m): 7:52am On Nov 19, 2018
mikezuruki:

kindly share the tutorials, books, and other learning aiding stuff about it. I started last and so far, it has been really interesting.
okay bro. I am not and android phone user but u can download lot of them frm pdfdrive.com
Re: I want to solve question on python basic by Spacless(m): 9:24am On Nov 20, 2018
Op download this book "think Python " Exercise are given at the end of each topic. Link to solutions are also provided.
Re: I want to solve question on python basic by dauddy97(m): 10:22am On Nov 20, 2018
Spacless:
Op download this book "think Python "
Exercise are given at the end of each topic.
Link to solutions are also provided.
thanks. i have it already. H need a python pdf basicaly for questions and sol

1 Like

Re: I want to solve question on python basic by Collinsanele: 5:19pm On Nov 21, 2018
Dont waste too much time on books. start a project like making a simple calculator with tkinter gui or web scraping with BeautifulSoup. Google anyplace you get stuck.

Happy Coding!!

1 Like

Re: I want to solve question on python basic by shreygautam: 8:25am On Feb 15
To solve a basic Python question, you can start by understanding the problem statement and breaking it down into smaller steps. For example, let's say the question asks you to write a function that takes two numbers as input and returns their sum.

You can begin by defining the function:

python
Copy code
def add_numbers(a, b):

Then, you can add the two numbers and return the result:

python
Copy code
return a + b
Finally, you can test the function with some sample inputs to ensure it works correctly:

python
Copy code
print(add_numbers(2, 3)) # Output: 5
print(add_numbers(-1, 1)) # Output: 0

In this example, the add_numbers function takes two arguments a and b and returns their sum. By using the return keyword, the function outputs the result of adding a and b. The print statements are used to display the output of the function calls.

Completing a Python certification course can help you master these basic concepts and advance to more complex topics.
Re: I want to solve question on python basic by Nazgul: 10:54am On Feb 23
dauddy97:
I started learning python few month ago. I want to test my ability with some tough execises with solutions. Need question on the basic python eg loop,function and the likes. Pls pdf. Thanks
Download Jupiter notebook and use it to test your skills.

(1) (Reply)

C++ Simulation: Simulating An M/M/1 System / Ceemate (for All Undergraduates ) CGPA calculator / Programmers: Do You Memorize/cram Your Codes?

(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. 18
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.