DEV Community

Daily-programming-content Series' Articles

Back to Rahul Banerjee's Series
#Day1 - Nonlocal and Global Keywords in Python
Cover image for #Day1 - Nonlocal and Global Keywords in Python

#Day1 - Nonlocal and Global Keywords in Python

23
Comments
2 min read
#Day2 - List/Dictionary Comprehension in Python
Cover image for #Day2 - List/Dictionary Comprehension in Python

#Day2 - List/Dictionary Comprehension in Python

20
Comments
3 min read
#Day3 - Break, Pass, and Continue in Python
Cover image for #Day3 - Break, Pass, and Continue in Python

#Day3 - Break, Pass, and Continue in Python

Comments
3 min read
#Day4 - Sets and Frozensets in Python

#Day4 - Sets and Frozensets in Python

1
Comments
2 min read
#Day5 - The terms Hashable and Mutability
Cover image for #Day5 - The terms Hashable and Mutability

#Day5 - The terms Hashable and Mutability

1
Comments 1
3 min read
#Day6 - Boolean Values and Lazy Evaluation
Cover image for #Day6 - Boolean Values and Lazy Evaluation

#Day6 - Boolean Values and Lazy Evaluation

Comments
2 min read
#Day7 - Dictionaries in Python
Cover image for #Day7 - Dictionaries in Python

#Day7 - Dictionaries in Python

3
Comments
3 min read
#Day8 - Datetime CheatSheet in Python
Cover image for #Day8 - Datetime CheatSheet in Python

#Day8 - Datetime CheatSheet in Python

5
Comments
1 min read
#Day9 - Pass by Value, Pass by Reference, and Python's Pass by Object Reference
Cover image for #Day9 - Pass by Value, Pass by Reference, and Python's Pass by Object Reference

#Day9 - Pass by Value, Pass by Reference, and Python's Pass by Object Reference

6
Comments 1
5 min read
#Day10 - Walrus Operator in Python

#Day10 - Walrus Operator in Python

11
Comments
2 min read
#Day11- Instance Methods, Class Methods, and Static Methods
Cover image for #Day11- Instance Methods, Class Methods, and Static Methods

#Day11- Instance Methods, Class Methods, and Static Methods

4
Comments
4 min read
#Day12 - Anonymous Functions in Python
Cover image for #Day12 - Anonymous Functions in Python

#Day12 - Anonymous Functions in Python

6
Comments
1 min read
#Day13 - Map, Filter, Sorted, and Reduce in Python
Cover image for #Day13 - Map, Filter, Sorted, and Reduce in Python

#Day13 - Map, Filter, Sorted, and Reduce in Python

8
Comments 2
4 min read
My stats 14 days after starting a Modified Version of 100 days of Code
Cover image for My stats 14 days after starting a Modified Version of 100 days of Code

My stats 14 days after starting a Modified Version of 100 days of Code

1
Comments
2 min read
#Day14 - Exceptions in Python
Cover image for #Day14 - Exceptions in Python

#Day14 - Exceptions in Python

6
Comments
3 min read
#Day15 - The Fastest way to combine Lists in Python
Cover image for #Day15 - The Fastest way to combine Lists in Python

#Day15 - The Fastest way to combine Lists in Python

8
Comments
3 min read
#Day16 - Positional Arguments, Keyword Arguments and the terms "args" and "kwargs"
Cover image for #Day16 - Positional Arguments, Keyword Arguments and the terms "args" and "kwargs"

#Day16 - Positional Arguments, Keyword Arguments and the terms "args" and "kwargs"

5
Comments 1
2 min read
#Day17 - Fastest way to format strings in Python
Cover image for #Day17 - Fastest way to format strings in Python

#Day17 - Fastest way to format strings in Python

14
Comments 1
1 min read
#Day18 - Any() and All() in Python
Cover image for #Day18 - Any() and All() in Python

#Day18 - Any() and All() in Python

6
Comments
3 min read
#Day19 - Comparing the performance of sorting vs sorted and reverse vs reversed
Cover image for #Day19 - Comparing the performance of sorting vs sorted and reverse vs reversed

#Day19 - Comparing the performance of sorting vs sorted and reverse vs reversed

4
Comments
3 min read
#Day20 - Naming Conventions in Python
Cover image for #Day20 - Naming Conventions in Python

#Day20 - Naming Conventions in Python

5
Comments 1
2 min read
#Day21 - How to use requests to interact with APIs in Python
Cover image for #Day21 - How to use requests to interact with APIs in Python

#Day21 - How to use requests to interact with APIs in Python

6
Comments
5 min read
#Day22 - Cheatsheet for the Random Module in Python
Cover image for #Day22 - Cheatsheet for the Random Module in Python

#Day22 - Cheatsheet for the Random Module in Python

5
Comments
3 min read
#Day23 - How to Scrape Websites using Requests and Beautiful Soup Part1
Cover image for #Day23 - How to Scrape Websites using Requests and Beautiful Soup Part1

#Day23 - How to Scrape Websites using Requests and Beautiful Soup Part1

9
Comments
3 min read
#Day24 - How to scrape tables and other use cases of Beautiful Soup Part2
Cover image for #Day24 - How to scrape tables and other use cases of Beautiful Soup Part2

#Day24 - How to scrape tables and other use cases of Beautiful Soup Part2

7
Comments
2 min read
#Day25 - A cheatsheet to get Fake/Mock Data in Python using Faker
Cover image for #Day25 - A cheatsheet to get Fake/Mock Data in Python using Faker

#Day25 - A cheatsheet to get Fake/Mock Data in Python using Faker

10
Comments
3 min read
#Day26 - Assert Statements in Python and When NOT to use them
Cover image for #Day26 - Assert Statements in Python and When NOT to use them

#Day26 - Assert Statements in Python and When NOT to use them

6
Comments
4 min read
#Day27 - Fastest Way to Combine Dictionaries
Cover image for #Day27 - Fastest Way to Combine Dictionaries

#Day27 - Fastest Way to Combine Dictionaries

6
Comments
2 min read
#Day28 - From Python to JavaScript - The Basics Part 1
Cover image for #Day28 - From Python to JavaScript - The Basics Part 1

#Day28 - From Python to JavaScript - The Basics Part 1

5
Comments
3 min read
My stats 28 days after starting a Modified Version of 100 days of Code
Cover image for My stats 28 days after starting a Modified Version of 100 days of Code

My stats 28 days after starting a Modified Version of 100 days of Code

5
Comments 3
1 min read
#Day29 - From Python to JavaScript - The Basics Part 2
Cover image for #Day29 - From Python to JavaScript - The Basics Part 2

#Day29 - From Python to JavaScript - The Basics Part 2

6
Comments
4 min read
#Day30 - From Python to JavaScript - The Basics Part 3
Cover image for #Day30 - From Python to JavaScript - The Basics Part 3

#Day30 - From Python to JavaScript - The Basics Part 3

2
Comments
3 min read
#Day31 — From Python to JavaScript — The Basics Part 4
Cover image for #Day31 — From Python to JavaScript — The Basics Part 4

#Day31 — From Python to JavaScript — The Basics Part 4

5
Comments
4 min read
Avoid these Gotchas/Errors related to parameters and arguments in Python
Cover image for Avoid these Gotchas/Errors related to parameters and arguments in Python

Avoid these Gotchas/Errors related to parameters and arguments in Python

3
Comments
5 min read
A cheat sheet for working with JSON Data in Python
Cover image for A cheat sheet for working with JSON Data in Python

A cheat sheet for working with JSON Data in Python

22
Comments 1
4 min read
A cheat sheet for working with JSON Data in JavaScript
Cover image for A cheat sheet for working with JSON Data in JavaScript

A cheat sheet for working with JSON Data in JavaScript

83
Comments 7
4 min read
JavaScript: Do you know the fastest way to iterate over arrays, objects?
Cover image for JavaScript: Do you know the fastest way to iterate over arrays, objects?

JavaScript: Do you know the fastest way to iterate over arrays, objects?

11
Comments
3 min read