Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)*