atiilla / python-lessons

This is a collection of roadmaps, tutorials, cheatsheets, and other resources for the Python programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Developer

Why Python?

  • Python is a general-purpose programming language that can be used on any modern computer operating system.
  • Python is a high-level programming language that is more deployed in machine learning and for data analysis purposes.
  • Python is a very simple programming language so even if you are new to programming, you can learn python without facing any issues.
  • Python Syntax is very easy to understand and code it.
  • Python has a lot of libraries built-in that makes it easy to implement the required task.
  • Python has a lot of applications like web development, data science, data analysis, machine learning, artificial intelligence, and robotic process automation.
  • Python allows you to write programs having greater functionality with fewer lines of code.
  • Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).
  • Python has a simple syntax similar to the English language.

Python Developer Roadmap

Python Developer Roadmap

Software Requirements

Getting Started with Git

Github first Config

  • git config --global user.name "githubUsername"
  • git config --global user.email "youremail@gmail.com"

Github Clone of Repository

Github push project to repo

Github Update of Repo

  • git add . (or single file which is updated)
  • git commit -m "commit Message"
  • git push -u origin main

Video Tutorials for Installation and Software configurations:

About

This is a collection of roadmaps, tutorials, cheatsheets, and other resources for the Python programming language.


Languages

Language:Python 100.0%