Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning Python Exercise [closed]

Tags:

python

I have taken it upon myself to learn python. As it is my second language is has not been that hard to get the hang of. I am looking for some simple python projects to undertake so I can better learn the syntax of the language in general. I would specifically like to learn the syntax of arrays, lists, and dictionaries.


Edit: I cant say that one of your answers are right or wrong but between all of you i have alot of material! Thanks everyone :D

ps I particularly liked Google's Python Class

like image 340
giodamelio Avatar asked Oct 17 '10 01:10

giodamelio


People also ask

How do I practice Python?

Where can I practice Python programming? Dataquest.io has dozens of free interactive practice questions, as well as free interactive lessons, project ideas, tutorials, and more. HackerRank is a great site for practice that's also interactive. CodingGame is a fun platform for practice that supports Python.

Can I learn Python in 2 hours?

This course will help you master the basic concepts of Python 3.9. 6 within just 2 hours. The Basics of Python course covers, the concepts of Python Programming in 2 hours, and then you'll be creating your own applications, working with coding quizzes and challenges to excel what you learned.

How many hours should I practice Python?

How Many Hours Does it Take to Learn Python? If you're a beginner and you want to learn Python in two months or less, you would need to devote a full-time schedule to learning Python. If you spend 40 hours a week learning Python, it could ultimately take around 250 hours to fully develop your Python skills.


1 Answers

Google's Python class has a bunch of projects you can work on.

like image 55
dteoh Avatar answered Oct 09 '22 02:10

dteoh