Skip to content
View storlak's full-sized avatar
Block or Report

Block or report storlak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
storlak/README.md

Hi, i am Serdar 👋 learning coding after long years...

Static Badge Static Badge Static Badge Static Badge

  • 🔭 I’m currently working on Python Mini Projects repository.
  • 🌱 Still learning Python, HTML, CSS. Working on NumPy module these days. You can find all lessons and examples in my PyLearn Repo.
  • 👯 Looking to collaborate on Python Mini Projects TorDictionary repository.
  • 📝 I regulary write articles on my blogs: wordpress in Turkish or dev.to in English.
  • 🤔 I’m looking for help with interface building and converting Python scripts to appimage and flatpak.
  • 📫 Contact me: Send Email
  • 👨‍💻 Most of my projects are available on Github.
  • ⚡ Fun fact: "Je parle Français :) and video games"

Latest blog posts

posts in english posts in turkish
  • new URL Shortener with Python and Tkinter
    Using pyshortener and tkinter.
  • new D5L Dictionary
    Dictionary written in Python.
  • new Linux pip install problems
    The environment is externally managed.
  • new Using Statistics Module in Python
    Using mean() and fmean().
  • new Using Statistics Module in Python
    Using mean() and fmean().
  • Feel free to contact me 😋

    Website Badge Website Badge Linkedin Badge Mastodon Follow Twitter Badge Instagram Badge Gmail Badge

    Github Stats:

    storlak

    Pinned

    1. URL-shortener URL-shortener Public

      A Python-based URL Shortener application featuring a user-friendly interface developed using the Tkinter library. Included in Python Mini Projects List

      Python 1

    2. PythonMiniProjects PythonMiniProjects Public

      A collection of mini Python projects and scripts developed during the learning process.

      Python 2 1

    3. Checking credit card number validity... Checking credit card number validity. Use test credit card numbers.md file to check the validity of cards.
      1
      # Checking Credit Card validity
      2
      # 1. Remove any '-' or ' '
      3
      # 2. Add all digits in the odd places from right to left.
      4
      # 3. Double every second digit from right to left.
      5
      #        (If result is a two-digit number,
    4. Calculating your age via datetime li... Calculating your age via datetime library. Soon to be updated to include months, days.
      1
      from datetime import datetime
      2
      
                    
      3
      # what is my age?
      4
      while True:
      5
          try:
    5. PyLearn PyLearn Public

      Learning Python via Udemy Course by Fred Baptiste, w3schools, Corey Schafer videos and various YouTube python channels.

      Python 1

    6. PyLearn-Excercises PyLearn-Excercises Public

      Python Exercises. Each exercise has the question and the solution included.

      Python 1