DEV Community

Ayuni
Ayuni

Posted on

End of Day 77 / #100DaysOfCode

Achievements from today:

I learned deeper about functions in Python with Python Crash Course and did exercise for each to better understand the concepts and how to use these.

  • Returning a dictionary
  • Using a function with a while Loop.
  • Passing a list.
  • Modifying a list in a function (hard one to grasp). I have stored the analogy in my mental storehouse and will revisit this when the time comes to use it.
  • Preventing a function from modifying a list.
  • Also had further discussion with The Codashions about the CS Timer Project. A lot more clarity achieved. Given some constraints we have, some feature can be dropped. Do what we can with what we have first. Make the problem smaller. Edited the latest document on that in Jetbrains.
  • I am anxious to start building the UX mock-up design and then determining what tech stack we need to have. But I'll be patient.

Tomorrow will be dedicated to learning:

  • Passing an arbitrary number of arguments.
  • Mixing positional and arbitrary arguments.
  • Using arbitrary keyword arguments.
  • Storing functions in modules.
  • Importing an entire module
  • Importing specific functions
  • Using as to give a function an alias
  • Using as to give a module an alias
  • Importing all functions in a module
  • Styling functions

Top comments (0)