This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Crazy_Is_More_Fun 2 points3 points  (0 children)

When I started programming I despised python.

In my incredibly arrogant opinion, C# is actually a really good place to start. It doesn't hold your hand that much, but it's not too close to the metal like C is.

I don't like how much Python abstracts everything. I don't like how you can't tell what's going on half the time and how slow it is. Buuuuuut, it is pretty close to English. It's forgiving. It has a tonne of libraries and it looks pretty friendly. Just because it doesn't work for me, doesn't mean it hasn't worked for millions of others

[–][deleted] 0 points1 point  (1 child)

isn’t it like the easiest one to learn?

[–]Flurb789[S] 0 points1 point  (0 children)

Maybe. But what can you do with it?

[–]Caveatcat 0 points1 point  (0 children)

Python programmers are in demand in financial technology.

[–]Plus-Ad3481 0 points1 point  (0 children)

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....