Python Forum
Python excercizes - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Python excercizes (/thread-7400.html)



Python excercizes - Aedulla - Jan-09-2018

Hi,

I am learning Python, I want practice all the important basic features like Lists, Tuples, loops, Dictionary concepts etc. Can you please share some good practice materials.

Thanks,
Aedulla.


RE: Python excercizes - sparkz_alot - Jan-09-2018

Start here: https://python-forum.io/Thread-A-List-of-Free-Python-Resources
Also, check our Tutorial Forum https://python-forum.io/Forum-Tutorial-Requests-and-Submissions

Make sure you are using the most recent version of Python available to you (currently 3.6.4). When searching for tutorials, videos, articles, books, etc. try and find those based on Python 3

Have fun!


RE: Python excercizes - Aedulla - Jan-13-2018

Thanks a lot for the materials.


RE: Python excercizes - j.crater - Jan-17-2018

(Jan-17-2018, 11:13 AM)shivkumar76 Wrote: For some good practice materials in Python learning such as Lists, Tuples, loops, Dictionary concepts etc. You can visit URL_REMOVED which provides a suitable solution.
Thanks & Regards
Python training in SNIP !!!

This website seems to provide paid courses/trainings.
I would like to stress that beginners can find loads of excellent free Python learning resources online. You can start with links provided by sparkz_alot to get the feel for what is available.