Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taberkkaya/python_learning_hub
Code examples and projects
https://github.com/taberkkaya/python_learning_hub
begginers python python-basics python-tutorial tutorial w3schools
Last synced: 8 days ago
JSON representation
Code examples and projects
- Host: GitHub
- URL: https://github.com/taberkkaya/python_learning_hub
- Owner: taberkkaya
- Created: 2024-11-04T12:53:08.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T22:26:27.000Z (9 days ago)
- Last Synced: 2024-11-04T22:27:03.284Z (9 days ago)
- Topics: begginers, python, python-basics, python-tutorial, tutorial, w3schools
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python
# Contents
### Basics
+ [variables.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/variables.py)
+ [variable_names.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/variable_names.py)
+ [assign_multiple_values.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/assign_multiple_values.py)
+ [output_variables.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/output_variables.py)
+ [global_variables.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/global_variables.py)
+ [data_types.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/data_types.py)
+ [numbers.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/numbers.py)
+ [casting.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/casting.py)
+ [strings.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/strings.py)
+ [slicing_strings.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/slicing_strings.py)
+ [modify_strings.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/modify_strings.py)
+ [string_concatenation.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/string_concatenation.py)
+ [format_strings.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/format_strings.py)
+ [escape_characters.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/escape_characters.py)
+ [string_methods.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/string_methods.py)
+ [booleans.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Basics/booleans.py)### Workshop
+ [swap_variables.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Workshop/swap_variables.py)
+ [kilometers_to_miles.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Workshop/kilometers_to_miles.py)
+ [get_file_names.py](https://github.com/taberkkaya/python_learning_hub/tree/main/Workshop/get_file_names.py)# Workshop
* *[Engin Demiroğ's Udemy profile](https://www.udemy.com/user/engindemiro/)*
* *[(100+ Saat) Aranan Programcı Olma Kamp Kursu| Python,Java,C#](https://www.udemy.com/course/programcilik-kursu/)*
* *[W3Schools](https://www.w3schools.com/python/default.asp)*