Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
Daily-programming-content Series' Articles
Back to Rahul Banerjee's Series
#Day1 - Nonlocal and Global Keywords in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 21 '21
#Day1 - Nonlocal and Global Keywords in Python
#
python
#
programming
#
100daysofcode
#
tutorial
23
reactions
Comments
Add Comment
2 min read
#Day2 - List/Dictionary Comprehension in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 22 '21
#Day2 - List/Dictionary Comprehension in Python
#
python
#
programming
#
tutorial
#
100daysofcode
20
reactions
Comments
Add Comment
3 min read
#Day3 - Break, Pass, and Continue in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 23 '21
#Day3 - Break, Pass, and Continue in Python
#
100daysofcode
#
python
#
programming
#
codenewbie
Comments
Add Comment
3 min read
#Day4 - Sets and Frozensets in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 24 '21
#Day4 - Sets and Frozensets in Python
#
100daysofcode
#
codenewbie
#
programming
#
python
1
reaction
Comments
Add Comment
2 min read
#Day5 - The terms Hashable and Mutability
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 25 '21
#Day5 - The terms Hashable and Mutability
#
python
#
programming
#
100daysofcode
#
codenewbie
1
reaction
Comments
1
comment
3 min read
#Day6 - Boolean Values and Lazy Evaluation
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 26 '21
#Day6 - Boolean Values and Lazy Evaluation
#
codenewbie
#
100daysofcode
#
tutorial
#
programming
Comments
Add Comment
2 min read
#Day7 - Dictionaries in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 28 '21
#Day7 - Dictionaries in Python
#
python
#
programming
#
100daysofcode
#
codenewbie
3
reactions
Comments
Add Comment
3 min read
#Day8 - Datetime CheatSheet in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 29 '21
#Day8 - Datetime CheatSheet in Python
5
reactions
Comments
Add Comment
1 min read
#Day9 - Pass by Value, Pass by Reference, and Python's Pass by Object Reference
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 30 '21
#Day9 - Pass by Value, Pass by Reference, and Python's Pass by Object Reference
#
python
#
100daysofcode
#
codenewbie
#
programming
7
reactions
Comments
1
comment
5 min read
#Day10 - Walrus Operator in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Mar 31 '21
#Day10 - Walrus Operator in Python
#
100daysofcode
#
codenewbie
#
python
#
programming
11
reactions
Comments
Add Comment
2 min read
#Day11- Instance Methods, Class Methods, and Static Methods
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 1 '21
#Day11- Instance Methods, Class Methods, and Static Methods
#
python
#
programming
#
100daysofcode
#
codenewbie
4
reactions
Comments
Add Comment
4 min read
#Day12 - Anonymous Functions in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 2 '21
#Day12 - Anonymous Functions in Python
#
python
#
programming
#
100daysofcode
#
codenewbie
6
reactions
Comments
Add Comment
1 min read
#Day13 - Map, Filter, Sorted, and Reduce in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 3 '21
#Day13 - Map, Filter, Sorted, and Reduce in Python
#
100daysofcode
#
python
#
programming
#
codenewbie
8
reactions
Comments
2
comments
4 min read
My stats 14 days after starting a Modified Version of 100 days of Code
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 3 '21
My stats 14 days after starting a Modified Version of 100 days of Code
#
100daysofcode
#
codenewbie
#
programming
#
productivity
1
reaction
Comments
Add Comment
2 min read
#Day14 - Exceptions in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 4 '21
#Day14 - Exceptions in Python
#
100daysofcode
#
python
#
codenewbie
#
programming
6
reactions
Comments
Add Comment
3 min read
#Day15 - The Fastest way to combine Lists in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 4 '21
#Day15 - The Fastest way to combine Lists in Python
#
python
#
100daysofcode
#
codenewbie
#
programming
9
reactions
Comments
Add Comment
3 min read
#Day16 - Positional Arguments, Keyword Arguments and the terms "args" and "kwargs"
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 6 '21
#Day16 - Positional Arguments, Keyword Arguments and the terms "args" and "kwargs"
#
100daysofcode
#
codenewbie
#
python
#
programming
5
reactions
Comments
1
comment
2 min read
#Day17 - Fastest way to format strings in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 7 '21
#Day17 - Fastest way to format strings in Python
#
100daysofcode
#
python
#
programming
#
codenewbie
14
reactions
Comments
1
comment
1 min read
#Day18 - Any() and All() in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 8 '21
#Day18 - Any() and All() in Python
#
100daysofcode
#
codenewbie
#
python
#
programming
6
reactions
Comments
Add Comment
3 min read
#Day19 - Comparing the performance of sorting vs sorted and reverse vs reversed
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 9 '21
#Day19 - Comparing the performance of sorting vs sorted and reverse vs reversed
#
python
#
100daysofcode
#
codenewbie
#
programming
4
reactions
Comments
Add Comment
3 min read
#Day20 - Naming Conventions in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 10 '21
#Day20 - Naming Conventions in Python
#
python
#
programming
#
100daysofcode
#
codenewbie
5
reactions
Comments
1
comment
2 min read
#Day21 - How to use requests to interact with APIs in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 11 '21
#Day21 - How to use requests to interact with APIs in Python
6
reactions
Comments
Add Comment
5 min read
#Day22 - Cheatsheet for the Random Module in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 12 '21
#Day22 - Cheatsheet for the Random Module in Python
#
100daysofcode
#
codenewbie
#
python
#
programming
5
reactions
Comments
Add Comment
3 min read
#Day23 - How to Scrape Websites using Requests and Beautiful Soup Part1
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 13 '21
#Day23 - How to Scrape Websites using Requests and Beautiful Soup Part1
#
100daysofcode
#
python
#
programming
#
codenewbie
9
reactions
Comments
Add Comment
3 min read
#Day24 - How to scrape tables and other use cases of Beautiful Soup Part2
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 14 '21
#Day24 - How to scrape tables and other use cases of Beautiful Soup Part2
#
100daysofcode
#
codenewbie
#
python
#
programming
7
reactions
Comments
Add Comment
2 min read
#Day25 - A cheatsheet to get Fake/Mock Data in Python using Faker
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 15 '21
#Day25 - A cheatsheet to get Fake/Mock Data in Python using Faker
#
100daysofcode
#
python
#
programming
#
codenewbie
10
reactions
Comments
Add Comment
3 min read
#Day26 - Assert Statements in Python and When NOT to use them
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 16 '21
#Day26 - Assert Statements in Python and When NOT to use them
#
100daysofcode
#
codenewbie
#
python
#
programming
5
reactions
Comments
Add Comment
4 min read
#Day27 - Fastest Way to Combine Dictionaries
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 17 '21
#Day27 - Fastest Way to Combine Dictionaries
#
100daysofcode
#
codenewbie
#
python
#
programming
6
reactions
Comments
Add Comment
2 min read
#Day28 - From Python to JavaScript - The Basics Part 1
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 17 '21
#Day28 - From Python to JavaScript - The Basics Part 1
#
javascript
#
python
#
programming
#
100daysofcode
5
reactions
Comments
Add Comment
3 min read
My stats 28 days after starting a Modified Version of 100 days of Code
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 18 '21
My stats 28 days after starting a Modified Version of 100 days of Code
#
100daysofcode
#
programming
#
python
#
codenewbie
5
reactions
Comments
3
comments
1 min read
#Day29 - From Python to JavaScript - The Basics Part 2
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 19 '21
#Day29 - From Python to JavaScript - The Basics Part 2
#
100daysofcode
#
programming
#
python
#
javascript
6
reactions
Comments
Add Comment
4 min read
#Day30 - From Python to JavaScript - The Basics Part 3
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 24 '21
#Day30 - From Python to JavaScript - The Basics Part 3
#
100daysofcode
#
codenewbie
#
javascript
#
python
2
reactions
Comments
Add Comment
3 min read
#Day31 — From Python to JavaScript — The Basics Part 4
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Apr 29 '21
#Day31 — From Python to JavaScript — The Basics Part 4
#
100daysofcode
#
python
#
javascript
#
programming
5
reactions
Comments
Add Comment
4 min read
Avoid these Gotchas/Errors related to parameters and arguments in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
May 2 '21
Avoid these Gotchas/Errors related to parameters and arguments in Python
#
python
#
programming
#
codenewbie
#
computerscience
3
reactions
Comments
Add Comment
5 min read
A cheat sheet for working with JSON Data in Python
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Jun 5 '21
A cheat sheet for working with JSON Data in Python
#
python
#
100daysofcode
#
programming
#
computerscience
22
reactions
Comments
1
comment
4 min read
A cheat sheet for working with JSON Data in JavaScript
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Jun 9 '21
A cheat sheet for working with JSON Data in JavaScript
#
100daysofcode
#
javascript
#
programming
#
codenewbie
83
reactions
Comments
7
comments
4 min read
JavaScript: Do you know the fastest way to iterate over arrays, objects?
Rahul Banerjee
Rahul Banerjee
Rahul Banerjee
Follow
Jun 9 '21
JavaScript: Do you know the fastest way to iterate over arrays, objects?
#
programming
#
javascript
#
codenewbie
#
100daysofcode
12
reactions
Comments
1
comment
3 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account