Official Account - @PSrujanNaidu1
Fellow at NxtWave’s CCBP 4.0 Academy
@nxtwave_tech | Knows Python, Front End Development | Completed Hands-on Projects
Today's New HTML Element Learnings
<search> Defines a search section
<section> Defines a section in a document
<select>Defines a drop-down list
<small>Defines smaller text
<source>Defines multiple media resources for media elements
Source - W3Schools
#codesprint#nxtwave
This is not at all enough, and that doesn't mean, I'm discouraged, this boosts me to smash upcoming year!
Coding is all about fun and information.
I learn coding skills for myself.
#NxtWave#ccbpian#nxtwave@nxtwave_tech
Day 14 of #100DaysOfCode, today's learning is about a new topic called Function Stack and its operations. These form one by one stack where the last goes first, and the first executes last.
And practiced some bits.
Day 13 of #100DaysOfCode, Today's Learning is all about some more list methods -
.remove(value) - clears first occurrence
.clear(list)
.index(value)
.count(value)
.sort(list)
Difference between Sort(Own List Change) & Sorted(New).
And practiced questions in function recursions.
Day 11 of #100DaysOfCode , today's learning is about negative indexing in string and lists, slicing and extended slicing, step slicing. Various methods of modifying lists, and their impact
Day 10 of #100DaysOfCode, Today I had revised all the previous questions for the Lists, Function, managing lists, recursions, using inbuilt functions with lists.
Day 9 of #100DaysOfCode,
I have practiced a bunch of codes related to yesterday's learning about Recursions of function.
Where a function is called upon in the same function by maintaining a base code. It is useful for dividing a big problem into smaller parts.
#ccbp#NxtWave
Day 6 of #100DaysOfCode , Today's learning is a combination of using lists and functions. Using functions to arrange lists and calling functions according to the index value
Day 5 of #100DaysOfCode , today's learning is all about listing in python, concatenation of lists and slicing of lists, splitting, joining, etc.
Still New and somewhat confused, still be figured out by tomorrow.
@nxtwave_tech#NxtWave#ccbp