The Python open source programming language impresses with its clear syntax, simple structures and easy readability. Thanks to the extensive standard libraries, Python can be used to realise powerful ideas with just a few lines of code – in fact in almost all application areas. Python is a general-purpose programming language that is becoming more and more popular for analysing datasets and conducting data science processes.
Despite its versatility, the language always remains simple and is therefore easy to learn, even for novice programmers. It is not without reason that Python is the best language for data science and is extremely popular in Deep Learning, system automation and computer networking.
This training will guide you into the fundamentals of programming with Python and the knowledge you learn will help you get a head-start in Python programming.
This course is specifically designed to provide participants with :
- A comprehensive understanding of Python basics.
- Hands-on experience using Anaconda, Jupyter Notebook, and PyCharm.
- The ability to develop and write Python code with ease.
- Knowledge of retrieving user input, and applying basic methods and statements.
- Skills to work with various data structures and handle files.
- A strong foundation in programming principles.
MODULE 1 : Python and Platforms
-
Software Download and Installation :
+ Python Shell.
+ Python IDE : IDLE, Spyder, PyCharm.
+ Package management system – Conda, Anaconda, Miniconda.
+ Jupyter Notebook.
MODULE 3 : Flow Control
-
Conditional Statements
If … else
Nested If -
Loops
While Loop
For Loop
MODULE 4 : Functions - Body of a Function
MODULE 5 : Data Structures
MODULE 6 : Files Manipulation
-
File Types
+ Text File
+ CSV File
+ JSON File
+ Binary -
Object Oriented in Phyton
+ Creating Objects
+ Class
+ Methods