It's the wrap of sprint-01 of #21DaysOfCoding with effectively less active days due to various work and personal reasons. Targeting all 21 days in next sprint.
#Day12, Nov 24 of #21DaysOfCoding#Python#pytest framework.
Refreshed on pytest test framework and practiced method of execution, markers, fixtures, parametrize, xfail/skip, XML report generation.
#Day11 of #21DaysOfCoding#Python
Learnt about organizing the Python project of different app layouts such as Single app package, App with internal packages.
link: https://t.co/QCe7TYooEK
#Day10 of #21DaysOfCoding#Python#Iterator
Iterator in Python is object that can be iterated upon, returns data, one element at a time. Iterator must implement 2 methods __iter__ & __next__, collectively called iterator protocol. Ex: Custom iterator is given to reverse a list
#Day07 and #Day08 of #21DaysOfCoding#Python#pythonprogramming
Practiced Decorator with args and kwargs.
a mini project - Number guessing game using Python.
Slowly getting back on track.
Day05 & Day06 not well.
#Day03 of #21DaysOfCoding:
#Python
Learnt about Concurrency, Parallelism, Thread, Process at high level with simple examples attached.
Sample programs on Multithreading on CPU and IO bound with comparing baseline example, Multiprocessing using process on CPU bound operation.
Day01 of #21DaysOfCoding:
Practiced #Python#Decorator:
-> When to use Decorator and it's properties
-> Building blocks of creating Decorator
-> Simple example
-> Retaining the decorated function name using functools/wraps
-> Execution order of Decorator and decorated functions.
I was searching for a good starting point on #Flask#Web#Python. Found this amazing tutorial by @CoreyMSchafer.
Developing the Blog site in parallel by following the tutorial: https://t.co/tiNaMirk8P
Excited to follow along. Great content. My git repo https://t.co/eaxr6QXgfH