Current Events > so i am learning phyton

Topic List
Page List: 1
apolloooo
11/20/17 1:54:10 AM
#1:


I can make a circle with turtle now.

Thats actually pretty cool. Figuring out how to do something feels like playing a very open ended puzzle. The video i watched taught me basic phyton movement and make a square, then i treid messing with it and figure out how to make a circle.
---
http://i.imgtc.com/iJyp6bF.png http://i.imgtc.com/ZBw36Qh.png
Thanks for the peeps that made the pics <3 if i make typos it means i am on phone
... Copied to Clipboard!
Dash_Harber
11/20/17 2:02:02 AM
#2:


Yeah, I loved that. I took the Code Academy course and bought some books on 'hacking' with Python. I feel like I need a step between the books and the intro course, because I was feeling pretty lost.
... Copied to Clipboard!
Butterfiles
11/20/17 2:03:01 AM
#3:


phyton
---
... Copied to Clipboard!
apolloooo
11/20/17 2:04:50 AM
#4:


I named my turtle my_penis and tried to draw a penis with it. Lololol
---
http://i.imgtc.com/iJyp6bF.png http://i.imgtc.com/ZBw36Qh.png
Thanks for the peeps that made the pics <3 if i make typos it means i am on phone
... Copied to Clipboard!
apolloooo
11/20/17 7:28:08 AM
#5:


whee i am learning strings, varaibles, and function now. it's pretty fun!
---
http://i.imgtc.com/iJyp6bF.png http://i.imgtc.com/ZBw36Qh.png
Thanks for the peeps that made the pics <3 if i make typos it means i am on phone
... Copied to Clipboard!
Sinroth
11/20/17 7:30:14 AM
#6:


Are you reading How to Think Like a Computer Scientist? IIRC, they introduce some Turtle library for doing drawing like that. Good book for self-taught beginners as well.
---
I live in a big house and it's handy to have a pair of running shoes so that it doesn't take me forever to get from one area of the house to another.
... Copied to Clipboard!
scar the 1
11/20/17 7:30:44 AM
#7:


Look forward to Advent of Code!
---
Everything has an end, except for the sausage. It has two.
... Copied to Clipboard!
apolloooo
11/20/17 7:34:02 AM
#8:


Sinroth posted...
Are you reading How to Think Like a Computer Scientist? IIRC, they introduce some Turtle library for doing drawing like that. Good book for self-taught beginners as well.

i am using this:
https://cleverprogrammer.teachable.com

since the phyton course is free, and so far he does a good job explaining stuff to a noob. there is also sites and blogs that he recommend that contain useful informations.

i would look for books later too when i think i get basics covered
---
http://i.imgtc.com/iJyp6bF.png http://i.imgtc.com/ZBw36Qh.png
Thanks for the peeps that made the pics <3 if i make typos it means i am on phone
... Copied to Clipboard!
apolloooo
11/20/17 7:35:10 AM
#9:


anyway how much programming language have in common. let's say i got my phyton covered and feelin confident, but i suddenly have urges to learn java or C, would i basically learn from 0 or there are basic things that overlap?
---
http://i.imgtc.com/iJyp6bF.png http://i.imgtc.com/ZBw36Qh.png
Thanks for the peeps that made the pics <3 if i make typos it means i am on phone
... Copied to Clipboard!
GunmaN1905
11/20/17 7:49:54 AM
#10:


apolloooo posted...
anyway how much programming language have in common. let's say i got my phyton covered and feelin confident, but i suddenly have urges to learn java or C, would i basically learn from 0 or there are basic things that overlap?


Python is easier in terms of syntax, but the basic principles are similar and you'd have a much easier time understanding everything.
... Copied to Clipboard!
Sinroth
11/20/17 7:52:47 AM
#11:


apolloooo posted...
anyway how much programming language have in common. let's say i got my phyton covered and feelin confident, but i suddenly have urges to learn java or C, would i basically learn from 0 or there are basic things that overlap?


Meh, those languages are appreciably different. You'd probably pick up the syntax a lot faster than if you were learning from 0, and they have the same constructs, but there are just extra things that are different from Python. IT would still take years and projects before you could claim advanced expertise in that language, and it will still probably take a decent investment to learn the basics of them.

But if you, say, knew those three languages comfortably, there's probably like a 75% chance you could pick up the basics of any other random language within a week (assuming it's not something substantially different, like a functional or logic programming language)
---
I live in a big house and it's handy to have a pair of running shoes so that it doesn't take me forever to get from one area of the house to another.
... Copied to Clipboard!
Rika_Furude
11/20/17 7:53:13 AM
#12:


i know a fair bit of web development, i know a fair bit of c++ "uni dev" (as in for assignments, nothing real-world other than fundamentals)

i kinda wanna just go through a python course and learn cool stuff. dunno if i'll ever need anything other than shell scripting and web dev though
---
... Copied to Clipboard!
Topic List
Page List: 1