Learn Python in 100 days thread

Pete Wrigley

Twerk, Petunia, Twerk!
Supporter
Joined
May 1, 2012
Messages
5,579
Reputation
4,684
Daps
25,320
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
40,051
Reputation
20,339
Daps
126,187
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,579
Reputation
4,684
Daps
25,320
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,101
Reputation
3,651
Daps
82,108
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