The most basic concepts of Python programming language, in easy-to-understand examples.
Codes for Exercises in the course.
Good available files
- Jupyter Notebook using Google Colab (preview available on GitHub)
- Markdown file (fast preview available on GitHub)
- PDF file (table of contents available but download required)
Python's basic concepts.
Comparison operators, Logic operators and Branching in Python.
Common built-in Python Functions and ways to create, optimize and use your own ones.
Work around a text-like type of Object in Python.
Four Python's important types of Object.
What things make Python the most popular and powerful programming language? Modules.
Reading and writing files using Python.
Everything in Python is an Object, try to create your own one.
Your bugs. Others' bugs. Familiarize yourself with them.
Get to know the most basic things for your future job.