Homepage
Open in app
Sign in
Get started
TechGannet
Gannet means "someone who eats a lot and is always hungry"; TechGannet reflects "someone who learns a lot and is always hungry to learn about Tech(Technology)"
Linux Tutorial
Python Tutorial
Follow
Latest
Iterators in python
Iterator is a python object which can be iterated upon. Python lists, tuples, dictionaries and sets are all examples of built-in iterators…
Ankit Deshmukh
Jul 15, 2018
Decorators in Python
Decorator modifies the functionality of another function.
Ankit Deshmukh
Jul 14, 2018
Errors and Exception handling in Python
If you are writing a program and if there is any type of error in the code, program execution stops. Can we let program to continue its…
Ankit Deshmukh
Jul 7, 2018
__name__ and __main__ in Python
We often use if __name__ == “__main__”: in python programming. So,what does it mean ?
Ankit Deshmukh
Jul 7, 2018
Object Oriented Programming in Python Part-2
In this chapter, we will discuss following topics:
Ankit Deshmukh
Jul 1, 2018
Object Oriented Programming in Python Part-1
Object Oriented Programming allows you to create your own objects. It also allows us to create code which is reusable.
Ankit Deshmukh
Jul 1, 2018
Scope of Variables in Python
Scope is a visibility which determines whether the variable is accessed by other parts of a code or not. Let’s see an example:
Ankit Deshmukh
Jun 30, 2018
Lambda Expressions
To learn Lambda Expression, first we will look into built in functions, Map and Filter.
Ankit Deshmukh
Jun 29, 2018
Functions in Python
A function is a block of organized, reusable code which only runs when it is called. You can pass data or parameters into a function.
Ankit Deshmukh
Jun 26, 2018
Python Statements(Control Flow)
In python, colon and indentation is used in control flow syntax. Indentation is very crucial in python. Let’s have look on various python…
Ankit Deshmukh
Jun 24, 2018
Files in Python
File is an object used by Python to interact with the external files stored on your computer. These file objects can be any type of file…
Ankit Deshmukh
Jun 21, 2018
Tuples and Set in Python
Tuples are very similar to lists, however, unlike lists they are immutable meaning they cannot be changed.
Ankit Deshmukh
Jun 20, 2018
Dictionary in Python
Mappings are a collection of objects that are stored by a key, unlike a sequence that stored objects by their relative position. A Python…
Ankit Deshmukh
Jun 20, 2018
Lists in Python
Lists are ordered sequences which can hold any data type.
Ankit Deshmukh
May 28, 2018
Strings in Python
Strings are the sequence of characters . We can use single or double quote to represent a string:
Ankit Deshmukh
May 26, 2018
Variable Assignment in Python
In last chapter, we learned about numbers and how to use it. But, it will be nice if we are able to store it somewhere and use it. So…
Ankit Deshmukh
May 26, 2018
Numbers in Python
There are mainly two types of number in Python:
Ankit Deshmukh
May 26, 2018
Data types in Python
We will be covering the the key data types in this section. Let’s jump into to learn more details about each data types.
Ankit Deshmukh
May 26, 2018
Why Learn Python ?
Python is developed by Guido Van Rossum. It became popular in no time. Python has many advantages:
Ankit Deshmukh
May 26, 2018
About TechGannet
Latest Stories
Archive
About Medium
Terms
Privacy
Teams