Προγραμματισμός

Ξεκίνησε από exorist, 08 Οκτ 2011, 08:22:36 ΜΜ

« προηγούμενο - επόμενο »

exorist

Πάω 3η γυμνασίου και ενδιαφέρομαι να μάθω προγραμματισμό (ή κάποια ψευδόγλωσσα)

Μπορεί κάποιος να μου πει από που μπορώ να ξεκινήσω.
Εσένα κοπελιά,δεν σε κάνει θηλυκιά ο αριθμός των αρθμών στο κινητό σου...

dpa2006

Καλησπέρα,μπορείς να ξεκινήσεις για παράδειγμα από την Logo (Manual_Xelonokosmos)
ή αν θέλεις από την Microsoft Small Basic Link στην Microsoft
καλή αρχή!
Computer science (abbreviated CS or CompSci) is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical processes (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded in bits and bytes in a computer memory or transcribed engines and protein structures in a human cell.source:http://en.wikipedia.org/wiki/Computer_science

exorist

Ναι,logo θα μάθουμε φέτος στο σχολείο,θα δω από που θα ξεκινήσω.Θα περιμένω πρώτα να κάνω και άλλα πραγματα στο σχολείο για να εξοικιωθώ.

Ευχαριστώ πολύ.   8)
Εσένα κοπελιά,δεν σε κάνει θηλυκιά ο αριθμός των αρθμών στο κινητό σου...

exorist

Τελικά θα ξεκινήσω με python.Μου άρεσε πολύ περισσότερο και βρήκα ένα πολύ καλό αντιστοιχο βιβλίο (σε μορφή pdf)

Χρειάζομαι όμως λίγη βοήθεια.Έγραψα αυτό και το αποθήκευσα σε μορφή .py (όπως έλεγε το βιβλίο)

# This programm says hello and asks for my name.
print('Hello world!')
print('What is your name')
myName = input()
print('It is good to meet you,' + myName')

μόλις πάω να το ανοίξω ανοίγει για λίγα κλάσματα του δευτερολέπτου και μετά κλείνει.Γιατί συμβάινει αυτό;
Εσένα κοπελιά,δεν σε κάνει θηλυκιά ο αριθμός των αρθμών στο κινητό σου...

exorist

Οκ το βρήκα το λάθος.
Εσένα κοπελιά,δεν σε κάνει θηλυκιά ο αριθμός των αρθμών στο κινητό σου...

dpa2006

Computer science (abbreviated CS or CompSci) is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical processes (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded in bits and bytes in a computer memory or transcribed engines and protein structures in a human cell.source:http://en.wikipedia.org/wiki/Computer_science

exorist

Παράθεση από: dpa2006 στις 09 Οκτ 2011, 05:11:41 ΜΜ
;)

για python:
link1
http://python.org.gr/

Ευχαριστώ αλλά βρήκα ένα άλλο πολύ καλό βιβλίο.Είναι στα Αγγλικά αλλά δεν έχω πρόβλημα,καταλαβαίνω.
Εσένα κοπελιά,δεν σε κάνει θηλυκιά ο αριθμός των αρθμών στο κινητό σου...

dpa2006

οκ τότε,
η Αγγλική βιβλιογραφία είναι ασφαλώς μεγαλύτερη.
καλή αρχή.
Computer science (abbreviated CS or CompSci) is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical processes (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded in bits and bytes in a computer memory or transcribed engines and protein structures in a human cell.source:http://en.wikipedia.org/wiki/Computer_science

exorist

Εσένα κοπελιά,δεν σε κάνει θηλυκιά ο αριθμός των αρθμών στο κινητό σου...

ale3andro

Μπορείς να δοκιμάσεις και το CodeAcademy (http://www.codecademy.com/tracks/python)

Καλή επιτυχία!