There are plenty of Python libraries who really counts in projects and dramatically help-out programmers to reach a standard maturity level.
The list below is with my over all experience with python. I fond these 50 libraries to be basic for a programmer to use and build efficient applications. Many of these are now industry standards, and others are some nice geek stuffs. Just explore all of these and I am sure if you have these on your tips than you are among the best developers out there. And yeah you are fabulously costly priced ๐
Ubuntu is beautiful. Too sexy to use with full power of GUI and terminal. I am a person who drives from Windows to Linux and the experience with Ubuntu is fabulous.
I have a checklist of 60 such applications that I always need to have o my system without fail. There are kind of my heart packages, and I have finally made my own UBUNTU custom disc which installs all these packages once for all together ๐
Here we will see some known and easy way of computing different mathematical and sequential things.
NOTE: This post is in continuation to the PART 1, however its not necessary to refer part I and you could take it as an independent post also.
Calculate the average of a series
# For an arbitrary sequence
def average(seq, total=0.0):
num = 0
for item in seq:
total += item
num += 1
return total / num
# For a sequence type such as a list or a tuple
def average(seq):
return float(sum(seq)) / len(seq)
NOTE: This part is independent and doesn’t require PART-1 to be referred compulsorily, but its advisable ๐
Extended Slicing
Slicing in Python is a mechanism to select a range of items from Sequence types like strings, list, tuple, etc.
Syntax: [stat:end:step]
>>> L = range(10)
>>> L[::2]
[0, 2, 4, 6, 8]
mylist[::-1] # will reverse a list
# Reverse a string
>>> S = 'Abhilash'
>>> S[::-1]
'haslihbA'
There are many things that we could consider under this subject. My motto is to make you aware with some of the important features, methods and pythonic stuff that you could refer from here and then do more Google for advanced learning. I will just give you a start.
NOTE: I consider you to be a Python developer. If you are just starting with Python, then I guess this post will become confusing for you. You could go through for quick reference on what to read next when you are done with your first Python tutorial.
Python is cool. Its trending and its obviously self-intuitive. Learning curve with python is awesome.
Security is more often an artist job than engineering. Its a vital organism for an ethical growth of a responsible application.
The information provided here will be focused towards web based applications; however, some of the concepts can be universally applied to all application development platforms.
While there are 100s of articles and discussion about securing a website and developing a safe authentication system, there are less of synchronization from topic to implementation.
My motto is to provide a pin point to help you start researching and blending into this subject. Note, this blog doesnโt covers learning programming languages, it gives an overview and basically some ideologies on security precautions.
Before starting i would like to share one of my personal experience with one of my client.
I got a call in late evening and my client was almost lasted all his hope. According to him, one of his competitor actually managed to access his network and successfully stolen all of his confidential data stored on that server. Not only this he also deleted all the files from the network so that my client should rework on everything. This was bad on his part, but that late evening made him realize that why so much of security awareness is happening these days.
There are chunk of articles on supremacy of one over another when โASPโ and โPHPโ are accounted together. What i personally donโt like is the biased approach of both the communities towards the brought-up of one anothers evolutionary throughputโs.
Why I have chosen โAcclaimedโ as a keyword to start this ornamental topic is to assure the idea behind this writing. Make it clear! I am not here to support any of the community, neither my intentions are to dis-respect any language. My sincere request from all the readers would be to take it as an insight towards their preferred language (as per their own skill-sets) and not to take it as a typical preference to promote any one of the captioned programming environment.
Yesterday i was in serious discussion with one of my friend, like other thousands of people, he was also with the opinion that the term Hacker is just for bad.
Linus Torvalds in 2002
I am in difference with his opinion and with people having similar thoughts. Why this thought comes up, is just because the immature knowledge on the topic. Sorry if i am rude, but let me explain my justification over the subject.
Who is hacker? Hacker could be anyone who is smart, intelligent and having out-of-the-box capabilities to deal with logic. Someone who is highly enthusiast about computer and its technologies. Someone who wants to learn about how stuff works. If this is bad, then the top nosh people sitting on the boards of technology are bad too. With hacking, they are serving you with better world.
Building Sustainable World ๐ฑ with Technology | AIML, IoT, Big Data, Digital Transformation | ๐ง๐๐ป๐ฒ ๐๐ผ ๐บ๐ ๐ฆ๐ฝ๐ผ๐๐ถ๐ณ๐ and ๐๐ฝ๐ฝ๐น๐ฒ ๐ฃ๐ผ๐ฑ๐ฐ๐ฎ๐๐ ๐ผ๐ป ๐๐น๐ถ๐บ๐ฎ๐๐ฒ ๐๐ต๐ฎ๐ป๐ด๐ฒ โ
How about booking a calendar meet?
If you enjoy my content and would like to discuss further, I’d be delighted to connect. Schedule a one-on-one call with me.