Jump to content

Where to get Python intermediate level resources? GUI

Learning Python, quite easy to understand but not to master.

I'm completely lost with all the modules and their properties.

Tutorials for beginners won't take me far.

I know to get better, need practice, but there's not much Python mini-challenges or simple real world problems to work on.

 

 

Any advice on how can I progress after watching and practising all those beginners tutorials?

I'm quite interested in GUI.

 

B) B) B)

Link to comment
Share on other sites

Link to post
Share on other sites

Learning Python, quite easy to understand but not to master.

I'm completely lost with all the modules and their properties.

Tutorials for beginners won't take me far.

I know to get better, need practice, but there's not much Python mini-challenges or simple real world problems to work on.

 

 

Any advice on how can I progress after watching and practising all those beginners tutorials?

I'm quite interested in GUI.

This thread has a lot of fun projects that will improve your programming skills

CPU: AMD FX-6300 4GHz @ 1.3 volts | CPU Cooler: Cooler Master Hyper 212 EVO | RAM: 8GB DDR3

Motherboard: Gigabyte 970A-DS3P | GPU: EVGA GTX 960 SSC | SSD: 250GB Samsung 850 EVO

HDD: 1TB WD Caviar Green | Case: Fractal Design Core 2500 | OS: Windows 10 Home

Link to comment
Share on other sites

Link to post
Share on other sites

Don't worry about getting familiar with everything that Python has to offer, there's just too much. Use what you need, when you need it. Over time, you'll memorize some things you use often but you'll never memorize everything. When you need something you can't remember, you simply look things up in the documentation, on Google, or wherever.

 

If you want to get started with GUI programming then you'll need to use a framework like TkKivy, or another option.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×