أهم دروس أساسيات برمجة
Python Syllabus
1: Introduction To Python
Installation and Working with Python
Understanding Python variables
Python basic Operators
Python Data Types
Declaring and using Numeric data types: int, float,
Using string data type and string operations
2: Python Program Flow Control
Conditional blocks using if, else and elif
Simple for loops in python
For loop using ranges, string, list and dictionaries
Use of while loops in python
Loop manipulation using pass, continue, break
3: Python Functions And Packages
Organizing python codes using functions
Understanding Packages (no details how to make them)
4: Python File Operation
Understanding read functions, read(), readline() and readlines()
Understanding write functions, write() and writelines()
Programming using file operations
للمزيد للتعلم في هذا المجال في الروابط التالية:
Some tutorials about the programming are in the following links:
https://pythonprogramming.net/beginner-python-programming-tutorials/
https://www.guru99.com/python-tutorials.html
https://www.codecademy.com/learn/learn-python