Skip to main content

Python crash course: Introduction



This article series will contain a series of lectures in which we will be learning the python programming, from scratch. I am starting this series in lockdown so that the students who are sitting at home and not doing anything if want to learn something they can start with some well-documented resource. I will be covering even the tiniest basics of this language.

We will start with Python objects and data structure basics and then cover the following topics in the way, along with some projects also.


  • Python object and data structure basics

  • Python comparison operators

  • Python statements

  • Methods and functions

  • Milestone project one

  • Error and Exception handling

  • Milestone project two

  • Built-in functions

  • Python decorators

  • Python generators

  • Milestone project three

  • Miscellaneous topics


After completing all the modules we will do some special topics like GUI in python, parallel processing, some old concepts of python 2, which some of you may encounter with in-future.

In the project section, we will start with the classic tick tack toe game then as we move on we will create the classic snake game.


Advantages: Python being a simple scripting language will help students who are going to, Automation, Machine Learning, AI, Image Processing etc. Also if you are new to programming and want to start with something fun and interesting This course Is for you. Because it has been observed that most of the people wanting to learn programming quit this field because either they get bored or frustrated because of the complexity of the languages like Java, starting with a simpler language can help them to understand the concepts well.

So, Okey then let’s get into the program.


Comments

RUNTIME