Course Overview
שפת התכנות הנפוצה והפופולרית היא כלי חשוב בארגז הכלים של מתכנתים. Python נחשבת כשפה קלה ללמידה, בעלת תחביר אלגנטי ופשוט לקריאה. בשילוב מודולים וממשקים גרפיים רבים, Python מאפשרת פיתוח יעיל ומהיר של פלטפורמות ואפליקציות מגוונות – כולל אפליקציות גדולות ומורכבות. הפשטות, היעילות והרבגוניות שלה מגדילים את הביקוש למתכנתי פייתון, והופכים את השליטה בה למשמעותית במיוחד. במסגרת הקורס נלמד את כל העקרונות והכלים הבסיסיים לתכנות ב- Python, תוך לימוד מושגים וכלים חשובים לרבות ניהול הזרימה, פונקציות, מבני Data, מודולים מרכזיים, טיפול בשגיאות ועוד.
Python is good for a very wide range of uses. It is completely object-oriented, so large and complex applications can also be written in it. The Python language is easy to learn, has an elegant and clear syntax, and yet contains many efficient mechanisms for quickly writing code. Python interfaces with diverse graphical interfaces, and contains many modules for every use.
This course will give you the all the knowledge to program in Python.
למי הקורס מיועד:
למתכנתים בעלי ידע מועט / ללא ידע בפייתון או בשפות מונחות עצמים אחרות.
דרישות קדם:
ניסיון בסיסי בכל שפת תכנות.
Target Audience
Programmers with little or no knowledge in Python or other object-oriented language.
Pre‐requisites
- Basic experience in programming, in any programming language
Topics
• Introduction and basic data types
• Control Flow structures
• Functions
• Data Structures
• Modules & Packages
• Input/Output
• Errors and Exceptions
• Classes