If I try to teach myself Python through YouTube videos, why would anyone hire 
me over someone who has a 2-year Computer Science degree? And why would anyone 
hire someone who has a 2-year Computer Science degree over someone who has a 
4-year Computer Science degree?


Would I be hired if I showed the employer a project I did in Python that was 
more impressive than projects done by the 2-year and 4-year degree people?


If so, then hypothetically, what type of project would that be?


Thanks,

Nelson Kane

________________________________
From: Tutor <[email protected]> on behalf of 
Charlotte Hoff Sonne <[email protected]>
Sent: Monday, February 12, 2018 10:47:13 AM
To: [email protected]
Subject: [Tutor] Barplot order-arrangement

Hi,

I have created a barplot in Python. Now I want to arrange the order of the bars 
differently. I want them to be ordered from highest to lowest - how do I do 
that? Furthermore, I would like the names of the bars to be vertical - how do I 
do that?

This is the code I have written:
sns.barplot(x='word',y='andelelite',data=plotpanda)

I have also attached a picture of the plot I have created.
[cid:[email protected]]
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to