Learn Python in 100 days thread

Pete Wrigley

Twerk, Petunia, Twerk!
Supporter
Joined
May 1, 2012
Messages
5,691
Reputation
4,747
Daps
25,726
I'm finally about to hop on this this week and over the holidays.

Question for you all, does this course go over how use/set up any GUI? I have an idea for an internal project for work and the end users will need a GUI for it
 

Secure Da Bag

Veteran
Joined
Dec 20, 2017
Messages
41,097
Reputation
21,328
Daps
128,961
I'm finally about to hop on this this week and over the holidays.

Question for you all, does this course go over how use/set up any GUI? I have an idea for an internal project for work and the end users will need a GUI for it

There's a GUI (maybe more like graphics) library called Turtle that the instructor is using.
 

Pete Wrigley

Twerk, Petunia, Twerk!
Supporter
Joined
May 1, 2012
Messages
5,691
Reputation
4,747
Daps
25,726
I’m bout to start day 1 with no experience in any of this at all, wish me luck brehs :sadcam:
Python is a great starting language breh

More importantly, and this is true for any programming language you learn, try your best to learn the different concepts.

Each programming language has similar concepts (if statements, loops, etc) and really the only difference is syntax or how those concepts are handled. This way, learning a new language will be easier as you'll just have to nail down the difference in syntax, for example.

Last thing, don't try to remember everything. Weird to say but don't be afraid to Google what you're looking for. When you find your answer, don't simply copy it, learn from it and see why/how the example works. You'll be a better programmer because of this, trust ya boi
 

Mike809

Veteran
Supporter
Joined
Oct 15, 2015
Messages
16,482
Reputation
4,029
Daps
84,495
Reppin
Bronx
I'm finally about to hop on this this week and over the holidays.

Question for you all, does this course go over how use/set up any GUI? I have an idea for an internal project for work and the end users will need a GUI for it
She goes over a library call Tkinter which allows you to do GUI.
 
Top