forked from adaptives/python-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (30 loc) · 1000 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
**About**
This project contains a series of Python examples to help someone new to Python learn how to program in Python.
I am listing the order in which you may want to read these examples. The order below starts with simple concepts, moving on to more advanced ones.
**Introduction To Python**
- python_strings.py
- python_numbers.py
- python_booleans.py
- python_conversions.py
- using_modules.py
- string_interpolation.py
- python_lists.py
- python_dictionary.py
- python_tupes.py
- python_sequences,py
- python_functions.py
- python_logical_lines.py
- python_string_interpolation.py
- python_modules.py
- python_os_module.py
- python_star_args_and_kwargs.py
- python_objects.py
**TDD With Python**
Slides for introduction to TDD With Python
Code Samples
- write_user_details.py
- test_write_user_details.py
- test_write_user_details_istub.py
- test_write_user_details_iostub.py
- write_user_details_di.py
- test_write_user_details_mock.py