Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,194,408 members, 7,954,622 topics. Date: Saturday, 21 September 2024 at 01:57 AM

MY JOURNEY WITH PYTHON!!! - Programming (3) - Nairaland

Nairaland Forum / Science/Technology / Programming / MY JOURNEY WITH PYTHON!!! (6609 Views)

My Journey To The Programming World - Newbie / Learn How To Create Websites With Python(Django Web Framework) / Data Science With Python Tutorial (2) (3) (4)

(1) (2) (3) (Reply) (Go Down)

Re: MY JOURNEY WITH PYTHON!!! by gracefoundmme(m): 5:45am On Aug 21, 2018
Wow... Soon I'll send screenshots too of what I've done.. am Learning fast
. Thanks for sharing OP

1 Like

Re: MY JOURNEY WITH PYTHON!!! by Humchi(m): 6:35am On Aug 21, 2018
Snwokenk:

better syntax is
name = input("what is your name\n" ) print(f"Hello {name}" )
if you don't have python3.6+ for F strings
then print("Hello {}".format(name))
thanks.

1 Like

Re: MY JOURNEY WITH PYTHON!!! by JhyMedex: 3:27pm On Aug 27, 2018
<button>nice job boss </button>
Re: MY JOURNEY WITH PYTHON!!! by cutegentility(m): 11:53am On Aug 28, 2018
Greeting to everybody in the house. I hope to continue with this thread sooner. Thanks for the support.
Re: MY JOURNEY WITH PYTHON!!! by loosi007: 4:02pm On Mar 10, 2019
If you want edureka latest coupons you can find here

https://www.rigidfox.com/edureka-coupon-codes/
Re: MY JOURNEY WITH PYTHON!!! by Ononugo(m): 8:11am On Nov 29, 2019
Thanks for this thread, it is nice. I just started learning python about a month ago but I can do very nice simple stuffs with it. I've written some programs with it and am currently working on a school management system. I can't wait to become a good back-end developer
Re: MY JOURNEY WITH PYTHON!!! by cutegentility(m): 6:09pm On Nov 29, 2019
I'm sorry for keeping you guys await. I try polishing my skills as a front end developer. I will update you guys as time goes on.
Re: MY JOURNEY WITH PYTHON!!! by Dave0116(m): 6:29am On Dec 05, 2019
cutegentility:
I'm sorry for keeping you guys await. I try polishing my skills as a front end developer. I will update you guys as time goes on.
alright sir, will be expecting....

1 Like

Re: MY JOURNEY WITH PYTHON!!! by codedtony(m): 8:07am On Dec 29, 2019
[quote author=youngds post=70408860]

more like forever python has tonnes of libraries i am learning kivy
Re: MY JOURNEY WITH PYTHON!!! by progeek37(m): 1:41pm On Dec 29, 2019
cutegentility:
Bitwise Operators operate on bit level.
This convert your data to binary and carry out the output. e.g
1110
1010
We have the biwise And denoted by the symbol &
Bitwise denoted by vertical slash |,
And bitwise Xor denoted by ^.

For bitwise and
1110
1010
1010

Bitwise or
1110
1010
1110
Bitwise xor

1110
1010
0100

There are left shift and right shift in bitwise operation.

1100 >> 2 becomes 0011
1100<<2 becomes 0000
Self-taught amateurs must humble and learn before teaching others.
When you perform right shift it is equivalent to dividing by the power of two and when you shift to the left it is equivalent to multiplying by the power of two.
I want to believe that you mean 12 (1100) >> 2 becomes 3 (0011), which is correct
As I said, shifting to the right in two places is equivalent to 12 / 2^2 = 12/4 = 3.
Again I don't know how your 12 (1100) << 2 becomes 0000?
The correct value is 12(1100) << 2 = 48(110000)
Because 12 * 2^2 = 12 * 4 = 48.
Another example: 12(1100) << 3 = 96(1100000)
Because 12 * 2^3 = 12 * 8 = 96

Do you mean 1100 as decimal? Even if that's what you mean, it is still wrong. Half knowledge kills, join my coding tutorial.
Re: MY JOURNEY WITH PYTHON!!! by Nobody: 8:17pm On Apr 02, 2020
cutegentility:
I haven't find yet, everyone will keep trying.

I have search on d forum pygame in isloation

(1) (2) (3) (Reply)

NL Weeking Meeting: Encouraging The Need For Community / Nigeria Sucks On Programming. / Computer Science ..... The Worst Course To Study In Nigeria?

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