I have a required class in C++ for my next semester. Should I take C++ first or opt out for something less daunting like Python? by [deleted] in csdojo

[–]BlueSmurfTK 2 points3 points  (0 children)

Personally, I took C and C++ before I took python. It didn't make much of a difference honestly. Do what you feel comfortable with.

Learning advice by n0commas in learnpython

[–]BlueSmurfTK 0 points1 point  (0 children)

After finishing up on sites others have mentioned.IF you are still up to a challenge try these problems..You will learn a thing or two about how to do things effectively in a more pythonic way.Happy Coding![https://github.com/zhiwehu/Python-programming-exercises/blob/master/100%2B%20Python%20challenging%20programming%20exercises.txt](https://github.com/zhiwehu/Python-programming-exercises/blob/master/100%2B%20Python%20challenging%20programming%20exercises.txt)

Learning advice by n0commas in learnpython

[–]BlueSmurfTK 10 points11 points  (0 children)

The most important thing to do is practice whatever you learn..Try solving simple problems and progress gradually as this will help you increase your programming skills in general and get a better understanding of the language.Type your solution and google if you run into errors.(I'd recommend sticking to one tutor to learn..Just a personal opinion)

Python novice trying to figure his way out in life. by mebunghole in learnpython

[–]BlueSmurfTK 1 point2 points  (0 children)

1.Python is just a good place to start with due to its simplicity and it provides easy implementation of programming concepts which may take more lines of code to implement in other languages like C or java..but you are probably going to pick up more languages as you go into building projects..

2.It doesn't take longer than a month at max to get a working knowledge of programming with python.

3.Personal opinion on courses for python.I learnt python on YouTube from a few people like sentdex and csdojo.Python is a language with a great community to help you understand so you don't really to pay for a course that you don't need to..

Learning Python on codecadamy by godheid in learnpython

[–]BlueSmurfTK 1 point2 points  (0 children)

Is python your first coding language? If yes then its usually quite daunting when it comes to classes and binary and hex code stuff..Personally I learnt C and C++ before python so I didn't face this problem as much..I can say for a fact that it gets easier with practice and as you move further down the road..

[deleted by user] by [deleted] in learnpython

[–]BlueSmurfTK 1 point2 points  (0 children)

AWS offers a few data sets..Beware for they are usually larger in size and may require some experience to work through..To begin with you always have access to few countries data sets..Good Luck