d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Python Learner
Add Reply New Topic New Poll
Member
Posts: 3,659
Joined: Jul 6 2008
Gold: 153.00
Jun 8 2018 02:00pm
Hello there.

Can someone tell me where can I learn the basics of Python? ( With examples and basic exercises)

Thanks for your comprehension.

Regards
andre_slipknott
Member
Posts: 7,748
Joined: Jun 28 2017
Gold: 21.00
Warn: 10%
Jun 8 2018 03:45pm
Quote (andre_slipknott @ Jun 8 2018 04:00pm)
Hello there.

Can someone tell me where can I learn the basics of Python? ( With examples and basic exercises)

Thanks for your comprehension.

Regards
andre_slipknott


Dear Andre,

I'd suggest youtube and google for basic guides.

Regards,

Lonzo
Member
Posts: 13,568
Joined: Aug 27 2006
Gold: 2,341.00
Jun 14 2018 01:46pm
If you are starting from 0, I would suggest code academy.
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Jun 14 2018 03:44pm
Quote (KoYteCk @ Jun 14 2018 02:46pm)
If you are starting from 0, I would suggest code academy.


This, khan academy, hackerrank. There are a number of good tools out there that will help you to learn.
Member
Posts: 3,659
Joined: Jul 6 2008
Gold: 153.00
Jun 18 2018 05:44am
Quote (KoYteCk @ 14 Jun 2018 20:46)
If you are starting from 0, I would suggest code academy.


Quote (waraholic @ 14 Jun 2018 22:44)
This, khan academy, hackerrank. There are a number of good tools out there that will help you to learn.


Thanks for the information guys!

Much appreciated
Member
Posts: 2,957
Joined: Aug 29 2011
Gold: 0.00
Aug 12 2018 12:31pm
Download PyCharm.. It's an integrated development environment for Python. You can create code, run it, etc all in the same environment.
I'd also recommend making your own programs as often as you can using what you learn from a website like codeacademy
It makes it more fun and is the best way to get familiar and learn what writing code is like.
Member
Posts: 5,211
Joined: Jul 31 2018
Gold: 20.00
Aug 12 2018 06:27pm
dont waste your time

learn c++
Member
Posts: 36,123
Joined: Jul 18 2008
Gold: 2,407.00
Aug 13 2018 01:59pm
Quote (Diablo5 @ Aug 12 2018 07:27pm)
dont waste your time

learn c++



This is dumb advice. Both C++ and Python are good languages and cover different use cases. I wouldn’t learn C++ if my goal was to automate tasks or create web applications.
Member
Posts: 3,659
Joined: Jul 6 2008
Gold: 153.00
Aug 24 2018 05:46am
Quote (KronikSmoker @ 12 Aug 2018 19:31)
Download PyCharm.. It's an integrated development environment for Python. You can create code, run it, etc all in the same environment.
I'd also recommend making your own programs as often as you can using what you learn from a website like codeacademy
It makes it more fun and is the best way to get familiar and learn what writing code is like.


Aigh thanks for the advice! ;-)

Will do it when I get home. :D

Quote (Diablo5 @ 13 Aug 2018 01:27)
dont waste your time

learn c++


Quote (Mastersam93 @ 13 Aug 2018 20:59)
This is dumb advice. Both C++ and Python are good languages and cover different use cases. I wouldn’t learn C++ if my goal was to automate tasks or create web applications.


Yeah I really need to learn Python. And for now, so far so good. But maybe later and if I need it, I'll learn C++



Once more, thanks all for your help.

Much appreciated
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll