https://github.com/chirag-sharma72/beginner-python
A python course for beginners
https://github.com/chirag-sharma72/beginner-python
lesson pycharm pycharm-ide python-3 python-application python-arithmetic python-basics python-beginners python-command python-course python-crash-course python-editor python-ide python-imports python-installation python-interpreter python-module python-modules python3 vscode
Last synced: 2 months ago
JSON representation
A python course for beginners
- Host: GitHub
- URL: https://github.com/chirag-sharma72/beginner-python
- Owner: chirag-sharma72
- Created: 2019-12-14T11:07:20.000Z (over 5 years ago)
- Default Branch: Triangle-edit
- Last Pushed: 2021-04-13T09:51:31.000Z (about 4 years ago)
- Last Synced: 2025-02-22T20:18:40.395Z (2 months ago)
- Topics: lesson, pycharm, pycharm-ide, python-3, python-application, python-arithmetic, python-basics, python-beginners, python-command, python-course, python-crash-course, python-editor, python-ide, python-imports, python-installation, python-interpreter, python-module, python-modules, python3, vscode
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the python course for beginners. If you're a noob, this is the course for you. If you're accustomed to programming and want to learn Python, this course will help you learn the language in a very realistic way through examples. You will also find various sources to practise programming.
Below, you'll find a course plan specifying everything you're going to learn in this course. Feel free to contact for any doubts you face.
# Course Overview
## Lesson 1
This lesson introduces the Python language and how to install and use Python. The learner will also be able to create his/her first Python program simultaneously reducing the fears of programming.## Lesson 2
This lesson mainly aims to introduce more of python through a subtle approach using an example. This example helps in understanding the approach to be followed when solving a problem.## Lesson 3
This lesson explains the concepts of commenting, single-line and multi-line commenting and how to implement the same in Python. It also explains the importance of commenting for a programmer and its applications.## Lesson 4
This lesson covers the concepts of variables and data types. It also discusses about basic concepts of strings and problems faced by a newbie.## Lesson 5
This lesson covers some advanced beginner concepts on strings, including reversing, splitting, joining and so on.