DreamerChaserHAH / my-burmese-snake

My Ragnarok Record becoming the python yielding hero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information about this Project

Creation Date: 6th September, 2023

Repository to track my python learning journey. Hopefully, it can record my zero-to-hero journey properly, tho!

Okay, why am I here, tho??

Well, my college is asking us to work on some group projects using python. And I am like, okay why not? I have been avoiding to use Python for most of my life for some complicated reasons that is a bit hard to explain (too lazy, lah). Since I have to use it anyways in the future for my AI career, I might as well record my journey.

Okay, what do I want to learn?

  • Python (OF COURSE)
  • DSA + CodeWars

The Journey

This section of the document will be updated to reflect my learning journey.

Basic Syntax

Hello World!

hello_world.py - hello world program basic_arithmetic - basic maths

Conditional Statements

simple_if - just if advanced_if - if/elif/else try_except - using try and except to handle exceptions

Functions

basic_function - void function return_function - function that returns a value

While Loops

basic_while - basic while loop infinite_loop - True condition never exits loop_break - implementation of break loop_continue - continue + break

Definite Loops

find_max - find the max loop_through_the_string - loop through each character simple_for - simple for usuage string_list_for - looping through a list of string

String Operations

all_string_functions - all available functions of string basic - basic string operation in_as_logical_operator - use in instead of contains

Files

read_file.py -> basic read file read_file2.py -> Additional concept

Dictionaries

data_counter.py -> count data more_complex_data_counter -> read from inputted text file

About

My Ragnarok Record becoming the python yielding hero


Languages

Language:Python 99.8%Language:Shell 0.2%