Easy Python Programming Beginners Pro Python SQL MySQL Mongo
- Offered byUDEMY
Easy Python Programming Beginners Pro Python SQL MySQL Mongo at UDEMY Overview
Duration | 56 hours |
Total fee | ₹455 |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
Easy Python Programming Beginners Pro Python SQL MySQL Mongo at UDEMY Highlights
- Full lifetime access
- Learn from 4 downloadable resources
- Earn a Certificate of completion from Udemy
- Comes with 30 days money back guarantee and full lifetime access
Easy Python Programming Beginners Pro Python SQL MySQL Mongo at UDEMY Course details
- For Every one who wants to learn easily to get in the world of Python
- Create Basic GUI Apps by Tkinter
- String Methods
- Python Statements - Flow Control
- Debugging and Error Handling
- PIP and Packages
- Introduction to PyQt 6 GUI
- Operators and functions in Python
- Files and Folders in Python
- Collections in Python
- The main purpose of this course is only to teach the basics and how to start learning the Python
- Basics to Advance topics of Python coding
- Learn Image processing & manipulation by pillow image library
Easy Python Programming Beginners Pro Python SQL MySQL Mongo at UDEMY Curriculum
Installing Python
What do we need for Python?
Installing Python and Pycharm on Windows 10
Start using Python and IDLE
Basics - Starts Python in Pycharm
Create first Python project in Pycharm
Run first Python code in Pycharm
Basics - Customizing Pycharm
Customize settings & environment of Pycharm
Project => Drawing shapes in Python
Basics - Python Coding Basics
Comments in Python
Variables in Python ( string, int, float, bool)
Variables - Naming rules & assigning values
Get the data type of variables
Type casting and conversion
Getting inputs from users
Project => Simple calculator in Python
Basics - Strings in Python
Working with Strings
String Methods
String slicing
String formatting in Python
Basics - Operators & Functions in Python
What are basic operators in Python?
Arithmetic operators
Precedence of operators
Assignment operators
Identity operators
Membership operators
Numeric functions
Project => Age calculator