
Habibul Ali Shah
@alishah730
Followers
248
Following
400
Media
151
Statuses
1K
be simple... #tech #food #happiness #fitness #freedom #technology #opensource enthusiast, Married, Software Engineer
Toronto, Ontario
Joined June 2010
Tip: Use list comprehensions to simplify your loops!.Instead of:.a = [1, 2, 3, 4, 5].res = [].for val in a:. res.append(val * 2).print(res).Do:.a = [1, 2, 3, 4, 5].res = [val * 2 for val in a].print(res) # Output: [2, 4, 6, 8, 10].Cleaner and faster! #Python #CodingTip
0
0
0
Dear Developers: You've optimized your code, but have you optimized your health? Bugs in your fitness?. Step away, stretch, hydrate, and take care of yourself-your body is the ultimate framework! .Remember, self-care is your greatest feature. ๐ช๐ #fitness #developers #health
0
0
0
RT @DublinAirport: ๐จ LAST CHANCE TO ENTER ๐จ. Weโve teamed up with @emirates to give away return flights to Dubai โ๏ธ. The lucky winner willโฆ.
0
3K
0
๐ง๐ท Mastering Linux Commands: Essential for Every Dev! ๐ท๐ท #Linux #developer #SoftwareDeveloper ๐ท Thread: Basic Linux Commands Every Developer Should Learn ๐ท๐งต๐.
1
0
0