注册
登录
python
>>
Python-beginner-1
>>
返回
项目作者:
youssif-sully
项目描述 :
Python beginner
高级语言:
Python
项目主页:
项目地址:
git://github.com/youssif-sully/Python-beginner-1.git
创建时间:
2020-03-07T14:50:06Z
项目社区:
https://github.com/youssif-sully/Python-beginner-1
开源协议:
MIT License
下载
Python beginner
1.
Strings
Strings
Strings 1
Strings 2
If statements (will be added soon)
Comparators (will be added soon)
2.
Formatting, For and while loops and Dictionary
Formatting
Formatting
F string (will be added soon)
Loops
For loop
While loop
Loop Ex.
Dictionary
Dictionary 1
Dictionary 2
3.
Functions and classes
Functions (will be added soon)
Classes
INSTANCE variables
INSTANCE variables 1
INSTANCE variables 2
Class variables
Class variables
4.
Importing Modules
Importing Modules
5.
File Handling
Reading from files
File Handling 1
File Handling 2
Writing and copying text and image files
File Handling 3