Return Last 50 posts First 100 posts
How The fuck do i learn Python?!
1 Name: Anonymous : 2017-03-01 22:31
How The fuck do i learn Python?!
2 Name: Anonymous : 2017-03-01 22:35
Study and research.
Trial and error.
3 Name: Anonymous : 2017-03-01 22:37
>>1Ask /prog/
They can teach you.
4 Name: Anonymous : 2017-03-01 22:46
pick simple projects as goals then learn to achieve those goals
https://i.imgur.com/1fWEWRn.png
pic related
5 Name: Anonymous : 2017-03-01 22:48
Code academy you numskull
6 Name: Anonymous : 2017-03-01 22:53
>>1Khan Academy. Find their old PyTerpreter tutorials.
7 Name: Anonymous : 2017-03-01 22:56
1. install PyCharm:
https://www.jetbrains.com/pycharm/2. Go to project Euler and solve their problems with Python:
https://projecteuler.net/archives
8 Name: Anonymous : 2017-03-01 23:00
>>1sign up for a course at your local uni, do online courses, do hobby projects
9 Name: Anonymous : 2017-03-01 23:04
10 Name: Anonymous : 2017-03-01 23:09
>>1Step 1: Don't learn Python.
11 Name: Anonymous : 2017-03-01 23:12
>>1Yo need read to learn Python.
12 Name: Anonymous : 2017-03-01 23:17
If you're going to use Python, write Python not C.
closest = min((calculate_distance(d, base), i) for i, d in enumerate(coord_list))
13 Name: Anonymous : 2017-03-06 17:15
>>1By learning how to learn first, only then will you be ready to accept the python.
14 Name: Anonymous : 2017-03-07 01:26
>>13I have to admit i'm too stupid to learn!
Return Last 50 posts First 100 posts