Python Hands-On Lectures For Beginners/Başlangıç seviye uygulamalı Python’a giriş

Özge Karalı
2 min readAug 23, 2022

--

Yeni başlayan arkadaşlarım için Python’a giriş uygulamalı bir repo hazırladım.

https://github.com/ozgekaral/Python-Hands-On-Lectures-Beginner ‘dan ulaşabilirsiniz.

Neler bulabileceğiniz konusuna gelince,aşağıdaki listeyi inceleyebilirsiz.

Python’da veri yapıları-fonksiyonlar-for/while döngüleri-if/else/elf şartlı ifadeleri bununla birlikte — string,dictionary,list,tuple,set nedir?Metot ve uygulamaları,birbiri ile olan ilişkilerini basitçe toplardım.

  • Defining Function
  • How to define and calling a Function
  • Math Funtion
  • Paremeters
  • Return Value
  • Incremental Development
  • Unknown Parameters
  • lambda Function
  • Functions Returning Functions
  • How to builting Nested Function
  • What is a Conditional Statement?
  • if
  • elif
  • Nested Conditionals
  • Recursion
  • While Loop
  • For Loop
  • Loop Over Strings with For
  • len
  • enumerate
  • Nested Loops
  • break
  • continue
  • For-Else
  • What is a List?
  • Loop Over a List
  • List Operation
  • List Slicing
  • List Copying and Ids
  • List Methods
  • Deleting Elements from a List
  • List & String
  • Creating a List with Range Function
  • Objects and Values
  • is Statement
  • Aliasing
  • List as Function Argument
  • Matrix Operations
  • What is a String?
  • String Length
  • String Slicing
  • Negative Index
  • Reverse Slicing
  • String Methods
  • in Operator
  • String Comparison
  • What is a Dictionary?
  • Creating a Dictionary
  • Adding Elements to a Dictionary
  • Deleting Elements from a Dictionary
  • Read Elements from a Dictionary
  • Loop Over Dictionary
  • Reverse Lookup
  • Dictionary & Lis
  • Tuple Creation
  • Tuple Assignment
  • Tuples and Functions
  • zip() Function
  • Tuple & Dictionary
  • lambda Function as Key
  • Set Creation
  • Set Methods
  • Set Operations

Geri dönüşlerinizi bekliyorum,hem mutlu eder hem de herhangi bir hatamı düzeltmeme fırsat bulmuş olurum.

--

--