sm-moshi / learning_python

small steps at re-learning python (did that stuff in my childhood, but need to refresh it).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Python, just my solutions to the end of module projects in SoloLearn Python.

Small steps at re-learning python (haven't done this since childhood).

Done until now:

  • Python for Beginners (100%):

    • Basic Concepts (~/PythonForBeginners/Flight_Time.py)
    • Strings (~/PythonForBeginners/Leaderboard.py)
    • Variables (~/PythonForBeginners/Tip_Calculator.py)
    • Control Flow (~/PythonForBeginners/BMI_Calculator.py)
    • Lists (~/PythonForBeginners/Consecutive_Numbers.py)
    • Functions (~/PythonForBeginners/Search_Engine.py)
  • Python Core (got abbandoned by the Devs of SoloLearn):

    • Functions and Modules (~/PythonCore/Celsius_to_Fahrenheit.py)
    • Exceptions and Files (~/PythonCore/Book_Titles.py)
    • More Types (~/PythonCore/Longest_Word.py)
    • Functional Programming WiP: (~/PythonCore/Fibonacci.py)
  • Python Intermediate (0%):

    • Test

About

small steps at re-learning python (did that stuff in my childhood, but need to refresh it).

License:GNU General Public License v3.0


Languages

Language:Python 100.0%