Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,167,214 members, 7,867,525 topics. Date: Friday, 21 June 2024 at 05:45 PM

Recommend Python Practice Projects For Freshers, - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Recommend Python Practice Projects For Freshers, (1880 Views)

Practice Projects For C++ Beginners / Learn And Practice Python Programming / Can I Learn Medicine And Practice Coding At Same Time (2) (3) (4)

(1) (Reply) (Go Down)

Recommend Python Practice Projects For Freshers, by awesomely: 8:48pm On Sep 17, 2015
Hi everyone, pls I'm a newbie in Python programming, started 2weeks ago with tutorialsonpoint , i kind of learn very fast, so pls I need practice projects or more python project resources to keep improving. Thanks
Re: Recommend Python Practice Projects For Freshers, by Ignaz(m): 12:13pm On Sep 18, 2015
where them vets at?
Re: Recommend Python Practice Projects For Freshers, by KelvinMega(m): 10:42am On Sep 19, 2015
since you're just starting, write programs that accepts inputs from users and perform simple algebraic calculation
you can start with the popular simple interest
then try your hands on simultaneous equation with 3 variables if you're a mathematics person

these should do for now
come back for more when you're done
if you don't mind you can post the code you arrived at for evaluation
Re: Recommend Python Practice Projects For Freshers, by Knownpal(m): 2:26pm On Sep 19, 2015
I know how you feel bro, you being a programmer need something to show you're progressing, well I would suggest the following stuffs to you since that's what I did back then and you're have gotten a 2 week reading of online tutorials.

1. A program to calculate and print the total number of vowel and consonant letters in a passage of text.
1.1 This can be advanced to reading text files and calculating the vowels and consonants.
Make use of list and file.
2. A program that operate similarly to the morse-code (google for more)
Make use of list and file.

If you're unable to do those? I advise to pick up a Python book and read, online tutorials won't do you much if you don't have much understanding before. And let me guess this is your first language, reading online tutorials won't help at this stage, pick up a book and learn the in and out, only if you want python programming as a side hobby you shouldn't bother much. Download Python Programming by Daniel Liang, it has lots of exercises.
Don't think of advance stuffs now until you are can be sure you can handle the basic things of the language.

1 Like

Re: Recommend Python Practice Projects For Freshers, by umaryusuf(m): 7:57pm On Sep 20, 2015
awesomely:
Hi everyone, pls I'm a newbie in Python programming, started 2weeks ago with tutorialsonpoint , i kind of learn very fast, so pls I need practice projects or more python project resources to keep improving. Thanks


Try the challenge at: www.pyschools.com

I want you to rank Nigerian flag in first ten..

Re: Recommend Python Practice Projects For Freshers, by awesomely: 5:12pm On Jun 25, 2016
Thank you.
Re: Recommend Python Practice Projects For Freshers, by adejumoadeoluwa(m): 7:14pm On Jun 25, 2016
how about more useful and satisfying programs like a program to store & retrieve passwords, birthday of your friends using simple concepts u already know, msg me
Re: Recommend Python Practice Projects For Freshers, by Argonn(m): 10:19am On Apr 07, 2017
Please I need a pro to check this code for m. Its a program should accept input for user and count the number of vowels and consonants.

The Code:

v_count = 0
c_count = 0
alphabets = []
vowels = ['a', 'e', 'i', 'o', 'u']
consonants []

for i in vowels:
....vowels.append(chr(ord(i)-32))
....#update the vowels list with caps
for i in range(65, 91):
....alphabet.append(chr(i))
....alphabet.append(chr(i+32))
....#update the alphabets list
for i in alphabets:
....if i not in vowels:
........consonants.append(i)
........#update the consonants list

text = input("Enter text:\t"wink

for letter in text:
....if letter in vowels:
........v_count += 1
....elif letter in consonants:
........c_count += 1
....else:
........continue

print("vowels: " + str(v_count))
print("consonants: " + str(c_count))

1 Like

(1) (Reply)

Who Can Develop College Course Registration System, And Result Upload For Nce / Need Help ICT Guru's With ICT Idea / How Do I Get My Disabled Instagram Account Back?

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