Why Learn Bespoke AutoCAD Mac Basic-Intermediate Course? Learn AutoCAD using your projects and learn how to use powerful tools and techniques for drawing, dimensioning, and printing 2D drawings with our Intermediate AutoCAD course. Check our Website How long is the training? 10 hours, Choose and split 10 hrs Mon to Sat 9 am to 7 pm. Book online or call 02077202581 or 07970325184. Method? 1-on-1, available in both in-person and Live Online. Course Topics Include: Building Fundamental Shapes Working with Lines, Arcs, and Polylines Utilizing Grip Tools Precision Object Alignment Data Management and Backups Exploring File Formats Ensuring Disaster Recovery Mastering Object Creation Handling Measurement Units Dynamic Input Techniques Inquiring Commands and Measurement Tools Effective Object Viewing Navigating Zoom and Pan Object Manipulation Strategies Object Selection Methods Swift Object Management Object Transformation Techniques Scaling and Altering Objects Trim, Extend, and Offset Functions Creating Geometric Variations Object Joining and Editing Corner Filleting and Chamfering Stretching Objects Organizing Your Drawings Layer Management Customizing Object Properties Applying Linetypes Layout Design and Setup Efficient Page Configurations Scaling Drawing Views Adding Annotations Multiline and Single-Line Text Creation Text Styling and Editing Dimensioning Concepts Customizing Dimension Styles Dimension Editing Implementing Multileaders Object Hatching Hatching Editing Reusable Content Management Blocks and Symbols Tool Palette Usage Working with Groups Model Space and Paper Space Understanding Layout Creation and Viewports Viewport Scaling Plotting and PDF Output Managing Multiple Sheet Drawings Utilizing Plotstyles Crafting Custom Drawing Templates Download AutoCAD Mac https://www.autodesk.co.uk After completing the AutoCAD for Mac course, learners can expect the following learning outcomes: Proficiency in AutoCAD: Participants will acquire the skills and knowledge needed to confidently use AutoCAD for Mac, including creating and editing drawings, managing objects, and applying precision techniques. Effective Design Skills: They will gain the ability to produce accurate 2D drawings, making them valuable assets in design-related professions. Jobs that individuals can pursue after completing this course include: Draftsperson: Working in architectural, engineering, or construction firms to create technical drawings and plans. CAD Technician: Assisting in the development of designs for various projects, such as product design or urban planning. Interior Designer: Using AutoCAD for space planning and layout design in the interior design industry. Architectural Designer: Collaborating on architectural projects, including creating floor plans and elevations. Mechanical Designer: Participating in the design and development of mechanical components and systems. Civil Engineering Technician: Supporting civil engineers in designing infrastructure projects, such as roads and bridges. Electrical or Electronics Designer: Assisting in the creation of electrical schematics and electronic circuit diagrams. Landscape Designer: Planning and visualizing outdoor spaces, gardens, and landscapes. Completing this AutoCAD course opens doors to various industries where precise and detailed 2D drawing skills are highly valued. The AutoCAD Mac Bespoke 1 on 1 Basics to Intermediate Level Training Course provides participants with a comprehensive skill set, enabling them to attain proficiency in using AutoCAD Mac. This course covers a wide range of functionalities and caters to individuals at all skill levels, whether they are beginners or experienced users. Participants will begin by learning fundamental features such as drawing, editing, annotations, and dimensioning. As they progress, they will delve into more advanced topics like object manipulation, customizing workspaces, and streamlining workflows. Key Benefits of the Course: Mastery of Mac-AutoCAD: Acquire expertise in both essential and advanced techniques for creating precise 2D drawings. Enhanced Productivity: Increase efficiency by implementing time-saving tips and optimizing your work processes. Versatile Design Abilities: Develop the skills to undertake diverse projects in fields such as architecture, engineering, and more. Industry-Relevant Competencies: Elevate your career prospects across various industries by gaining in-demand AutoCAD skills. Access to Recorded Lessons: Review and reinforce your learning at your convenience with access to recorded lesson sessions. Ongoing Email Support: Receive continuous assistance and guidance via email even after completing the course. Enroll today to benefit from interactive learning experiences guided by experienced instructors. Choose between flexible in-person or online sessions, gain access to lesson recordings, and enjoy a lifetime of email support. Tailored Guidance: Get personalized coaching and instruction tailored to your unique learning needs and objectives. Convenient Scheduling: Choose from flexible training slots available Monday to Saturday from 9 am to 7 pm, accommodating your busy schedule. Versatile Learning Options: Select between in-person training at our location, conveniently situated just 5 minutes away from Oval Tube Station, or participate in live online sessions from anywhere. Engaging Interactions: Participate in interactive sessions designed for questions, discussions, and problem-solving, creating an immersive learning experience. Effective Progression: Accelerate your learning with focused guidance, allowing you to advance at your own pace while mastering the material. Tailored Curriculum: Customize the course content to align with your prior knowledge and specific areas of interest, ensuring a relevant and engaging learning experience. Real-Time Guidance: Receive immediate feedback from the instructor, enhancing your comprehension and skill development. Comprehensive Support: Enjoy ongoing assistance and clarification opportunities through email or additional sessions beyond the course for an in-depth learning experience.
Duration 2 Days 12 CPD hours This course is intended for Audience: Data Scientists, Software Developers, IT Architects, and Technical Managers. Participants should have the general knowledge of statistics and programming Also familiar with Python Overview ? NumPy, pandas, Matplotlib, scikit-learn ? Python REPLs ? Jupyter Notebooks ? Data analytics life-cycle phases ? Data repairing and normalizing ? Data aggregation and grouping ? Data visualization ? Data science algorithms for supervised and unsupervised machine learning Covers theoretical and technical aspects of using Python in Applied Data Science projects and Data Logistics use cases. Python for Data Science ? Using Modules ? Listing Methods in a Module ? Creating Your Own Modules ? List Comprehension ? Dictionary Comprehension ? String Comprehension ? Python 2 vs Python 3 ? Sets (Python 3+) ? Python Idioms ? Python Data Science ?Ecosystem? ? NumPy ? NumPy Arrays ? NumPy Idioms ? pandas ? Data Wrangling with pandas' DataFrame ? SciPy ? Scikit-learn ? SciPy or scikit-learn? ? Matplotlib ? Python vs R ? Python on Apache Spark ? Python Dev Tools and REPLs ? Anaconda ? IPython ? Visual Studio Code ? Jupyter ? Jupyter Basic Commands ? Summary Applied Data Science ? What is Data Science? ? Data Science Ecosystem ? Data Mining vs. Data Science ? Business Analytics vs. Data Science ? Data Science, Machine Learning, AI? ? Who is a Data Scientist? ? Data Science Skill Sets Venn Diagram ? Data Scientists at Work ? Examples of Data Science Projects ? An Example of a Data Product ? Applied Data Science at Google ? Data Science Gotchas ? Summary Data Analytics Life-cycle Phases ? Big Data Analytics Pipeline ? Data Discovery Phase ? Data Harvesting Phase ? Data Priming Phase ? Data Logistics and Data Governance ? Exploratory Data Analysis ? Model Planning Phase ? Model Building Phase ? Communicating the Results ? Production Roll-out ? Summary Repairing and Normalizing Data ? Repairing and Normalizing Data ? Dealing with the Missing Data ? Sample Data Set ? Getting Info on Null Data ? Dropping a Column ? Interpolating Missing Data in pandas ? Replacing the Missing Values with the Mean Value ? Scaling (Normalizing) the Data ? Data Preprocessing with scikit-learn ? Scaling with the scale() Function ? The MinMaxScaler Object ? Summary Descriptive Statistics Computing Features in Python ? Descriptive Statistics ? Non-uniformity of a Probability Distribution ? Using NumPy for Calculating Descriptive Statistics Measures ? Finding Min and Max in NumPy ? Using pandas for Calculating Descriptive Statistics Measures ? Correlation ? Regression and Correlation ? Covariance ? Getting Pairwise Correlation and Covariance Measures ? Finding Min and Max in pandas DataFrame ? Summary Data Aggregation and Grouping ? Data Aggregation and Grouping ? Sample Data Set ? The pandas.core.groupby.SeriesGroupBy Object ? Grouping by Two or More Columns ? Emulating the SQL's WHERE Clause ? The Pivot Tables ? Cross-Tabulation ? Summary Data Visualization with matplotlib ? Data Visualization ? What is matplotlib? ? Getting Started with matplotlib ? The Plotting Window ? The Figure Options ? The matplotlib.pyplot.plot() Function ? The matplotlib.pyplot.bar() Function ? The matplotlib.pyplot.pie () Function ? Subplots ? Using the matplotlib.gridspec.GridSpec Object ? The matplotlib.pyplot.subplot() Function ? Hands-on Exercise ? Figures ? Saving Figures to File ? Visualization with pandas ? Working with matplotlib in Jupyter Notebooks ? Summary Data Science and ML Algorithms in scikit-learn ? Data Science, Machine Learning, AI? ? Types of Machine Learning ? Terminology: Features and Observations ? Continuous and Categorical Features (Variables) ? Terminology: Axis ? The scikit-learn Package ? scikit-learn Estimators ? Models, Estimators, and Predictors ? Common Distance Metrics ? The Euclidean Metric ? The LIBSVM format ? Scaling of the Features ? The Curse of Dimensionality ? Supervised vs Unsupervised Machine Learning ? Supervised Machine Learning Algorithms ? Unsupervised Machine Learning Algorithms ? Choose the Right Algorithm ? Life-cycles of Machine Learning Development ? Data Split for Training and Test Data Sets ? Data Splitting in scikit-learn ? Hands-on Exercise ? Classification Examples ? Classifying with k-Nearest Neighbors (SL) ? k-Nearest Neighbors Algorithm ? k-Nearest Neighbors Algorithm ? The Error Rate ? Hands-on Exercise ? Dimensionality Reduction ? The Advantages of Dimensionality Reduction ? Principal component analysis (PCA) ? Hands-on Exercise ? Data Blending ? Decision Trees (SL) ? Decision Tree Terminology ? Decision Tree Classification in Context of Information Theory ? Information Entropy Defined ? The Shannon Entropy Formula ? The Simplified Decision Tree Algorithm ? Using Decision Trees ? Random Forests ? SVM ? Naive Bayes Classifier (SL) ? Naive Bayesian Probabilistic Model in a Nutshell ? Bayes Formula ? Classification of Documents with Naive Bayes ? Unsupervised Learning Type: Clustering ? Clustering Examples ? k-Means Clustering (UL) ? k-Means Clustering in a Nutshell ? k-Means Characteristics ? Regression Analysis ? Simple Linear Regression Model ? Linear vs Non-Linear Regression ? Linear Regression Illustration ? Major Underlying Assumptions for Regression Analysis ? Least-Squares Method (LSM) ? Locally Weighted Linear Regression ? Regression Models in Excel ? Multiple Regression Analysis ? Logistic Regression ? Regression vs Classification ? Time-Series Analysis ? Decomposing Time-Series ? Summary Lab Exercises Lab 1 - Learning the Lab Environment Lab 2 - Using Jupyter Notebook Lab 3 - Repairing and Normalizing Data Lab 4 - Computing Descriptive Statistics Lab 5 - Data Grouping and Aggregation Lab 6 - Data Visualization with matplotlib Lab 7 - Data Splitting Lab 8 - k-Nearest Neighbors Algorithm Lab 9 - The k-means Algorithm Lab 10 - The Random Forest Algorithm
Diploma in Translation Techniques Level 1 Explore the Translation Basics, master various Translation Techniques and Approaches, and acquire the Skills of a Good Translator. Delve into the fascinating world of Speech and Language Therapy in Translation, and learn the art of Proofreading and Quality Assurance in Translation. Finally, discover the latest Technology and Tools for Translation, equipping yourself with the skills needed for success in the field. Learning Outcomes: Explain the fundamentals of translation and its importance. Apply various translation techniques and approaches effectively. Demonstrate the skills required to be a proficient translator. Integrate speech and language therapy concepts into translation. Utilize proofreading and quality assurance methods in translation. Employ technology and tools for efficient and accurate translation. More Benefits: LIFETIME access Device Compatibility Free Workplace Management Toolkit Diploma in Translation Techniques Level 1 Course Syllabus Translation Basics: Develop a solid foundation in the fundamental principles and concepts of translation, including its role in bridging language and culture. Translation Techniques and Approaches: Explore various translation techniques and approaches, such as literal vs. idiomatic translation, to effectively convey meaning across languages. Skills of a Good Translator: Acquire essential skills required for becoming a proficient translator, including linguistic competence, research skills, and cultural sensitivity. Speech and Language Therapy in Translation: Understand the application of speech and language therapy concepts in translation, particularly when working with specialized or medical texts. Proofreading and Quality Assurance in Translation: Learn how to meticulously proofread translated texts and implement quality assurance processes to ensure accuracy and coherence. Technology and Tools for Translation: Familiarize yourself with modern translation technologies and tools, including computer-assisted translation (CAT) software, to enhance translation efficiency and consistency.
Are you new to mac? Want to learn how to operate a mac? Want to learn the tips and tricks of having fun with mac? If yes then enrol now to benefit the most out of this course. Description: This course is designed for individuals who are willing to switch from PC to Mac. Mac is continuously bringing up more inventive thoughts to incorporate into the present elements available. In this course, you will have an overview of the Mac desktops and the features that makes it more convenient then other systems. In this course, you will learn how to operate mac using the simplest method. You will also learn about networking process for Mac and how can user network 2 or more macs without any underlying issues usually related to other networking practices. Through this course, you will learn about many other interesting things you can do easily. Our professional, as well as experienced tutors, will make this course more fun and informative. Who is the course for? This course is designed for individuals who are interested in exploring the benefits of using MAC. It is also beneficial for the graphic designers as Mac system is preferable for handling the graphic software. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: MAC Operating Course is a useful qualification to possess, and would be beneficial for the following careers: Mac operator. Production artist. Pre-press technician. Graphics designer. Creative art worker. Gamers. Video editors. Chapter-01 Introduction to Mac 01:00:00 Chapter-02 Features of Mac Desktops 01:00:00 Chapter-03 Networking System of Mac 01:00:00 Chapter-04 Types of Mac 01:00:00 Chapter-05 Mac your way to cyberspace 00:30:00 Chapter-06 Benefits of Using Mac 01:00:00 Chapter-07 How to print & fax using Mac 01:00:00 Chapter-08 Managing music with iTunes 01:00:00 Chapter-09 Having fun with photos 01:00:00 Chapter-10 Wrapping Up 00:15:00 Mock Exam Mock Exam- MAC Operating Course 00:20:00 Final Exam Final Exam- MAC Operating Course 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00
Description: This digital photography course is very useful for individuals who are looking forward to enhancing their skills and master the advanced techniques of digital photography. This course is ideal for the individuals who intend to develop their skills with the cameras. It will teach you all the necessary skills including snap stunning and marvellous photographs. You will learn about the latest technology cameras arrived in the market and how can they be used. You will also be introduced to the latest editing methods. Who is the course for? For the people who want to become a professional photographer; For the people who wants to make money through photography For individuals who want to learn about professional editing of photograph; For any person who wants to click amazing photos; Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: Social Content Photographer/Designer Digital Imaging Professional Digital Assets Coordinator Visual Arts Technician Creative Art worker Product Still Life Photographer Studio Photographer Photographer/Portrait Consultant Visual Resources Imaging Specialist wedding photographer. Basics of Photography How to Become a Digital Photographer? 02:00:00 Getting into the Scene 02:00:00 Choosing the Right Camera 02:00:00 Making Pictures for a Living 03:00:00 The Tools and Software for Editing the Images 02:00:00 The Most Commonly Asked Questions 01:00:00 Freelancing Digital Photography Introduction 00:30:00 Photographs Everywhere You Look 00:30:00 Do You Have What It Takes? 01:00:00 Choosing a Camera 00:30:00 Photography Basics 01:30:00 The Art of Photography 01:30:00 Sites That Pay for Your Photos 01:00:00 Posting Your Photos Online 00:30:00 Who Buys Photos? 00:15:00 For The Truly Ambitious 00:30:00 Mock Exam Mock Exam- Freelancing Digital Photography 00:20:00 Final Exam Final Exam- Freelancing Digital Photography 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00
Course Overview Master the skills of medical coding with the Medical Coding: IP DRG 3M ICD Workshop course. Through this course, you will learn the essentials of 3M coding and get the opportunity to prepare yourself to face the challenges of medical coding. From this Medical Coding: IP DRG 3M ICD Workshop, you will receive a detailed introduction to the 3M coding system. The course will help you understand the process of assigning ICD codes using 3M. You will become skilled in setting combination codes. The easy to digest modules will teach you the ins and outs of obesity and malnutrition coding. You will acquire the knowledge required to code COPD Bronchitis Pneumonia, and Cystic fibrosis This Medical Coding: IP DRG 3M ICD Workshop course is a great place to build medical coding skills. Enrol in the course and kickstart your career in the relevant industry. Learning Outcomes Get a detailed understanding of the fundamentals of 3M Learn the process of assigning ICD codes using 3M Understand the strategies of assigning combination codes Know the Code Otitis Conditions, obesity and malnutrition Familiarize with the coding process for COPD Bronchitis Pneumonia and Cystic fibrosis Who is this course for? The Medical Coding: IP DRG 3M ICD Workshop course is for those interested in enriching their knowledge of medical coding. Entry Requirement This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Certification After you have successfully completed the course, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path The Medical Coding: IP DRG 3M ICD Workshop course is a useful qualification to possess and would be beneficial for any related profession or industry such as: Medical Coder 3M Introduction 3M Introduction 00:07:00 Basic 3M Usage Tabs File View and Option 00:11:00 Reference Tab in 3M Software 00:14:00 Reference usage with Addition Tips and shortcut 00:03:00 How to Assign ICD Codes using 3M How to Assign ICD Codes using 3M 00:08:00 How to assign Combination codes How to assign Combination codes Using 3M HTN, CKD, CHF 00:06:00 Digestive System Gastritis Duodenitis 00:13:00 How to Code Otitis Conditions 00:05:00 Obesity and Malnutrition with Tip BMI usage 00:12:00 Combinations with Sleep Apnea 00:05:00 DM Complications 00:11:00 CAD and related combinations using 3M 00:18:00 How to code COPD Bronchitis Pneumonia and Cystic fibrosis 00:18:00 How DRG changes while we change Diagnosis or Procedure using 3M How DRG changes while we change Diagnosis or Procedure using 3M 00:08:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00
Prepare for the AWS Certified Solutions Architect - Associate (SAA-C03) exam. Learn about the AWS Management Console, S3 buckets, instances, database services, cloud security, costs associated with AWS, Amazon Elastic Compute Cloud (EC2), Amazon Virtual Private Cloud (VPC), Amazon Simple Storage Service (S3), and Amazon Elastic Block Store (EBS).
Unlock the world of programming excellence with our 'Diploma in Python Programming' course. In this dynamic learning journey, you'll delve into the fundamental concepts of Python and emerge as a proficient Python programmer. Whether you're a novice or have some prior coding experience, this course caters to all levels of learners. You'll start with the basics, gradually working your way up to complex Python operations, data structures, and even creating a fun Rock, Paper, and Scissors project. By the end of this course, you'll have a strong grip on Python, be able to write user functions, handle exceptions, explore databases, and much more. Take your first step towards becoming a skilled Python programmer and discover the endless possibilities this versatile language offers. Learning Outcomes Master the foundational concepts of Python programming. Develop essential skills in working with strings, dates, and files using Python. Create user functions, handle exceptions, and install packages. Explore database management using SQLite and interact with the operating system. Gain the knowledge and confidence to run Python programs in different environments, including Jupyter Notebook. Why choose this Python Programming Diploma? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Python Programming Diploma for? Aspiring programmers looking to kickstart their coding journey. Professionals seeking to expand their skill set and explore Python. Students aiming to excel in programming and computer science. Anyone curious about the power and versatility of Python as a programming language. Career path Python Programmer: £25,000 - £70,000 Data Analyst: £30,000 - £60,000 Web Developer: £25,000 - £50,000 Software Engineer: £35,000 - £80,000 Machine Learning Engineer: £40,000 - £90,000 Data Scientist: £40,000 - £70,000 Prerequisites This Diploma in Python Programming does not require you to have any prior qualifications or experience. You can just enrol and start learning. This Diploma in Python Programming was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Unit 01: Introduction to Python Programming Module 01: Course Introduction 00:02:00 Unit 02: Getting Started with Python Module 01: Software Installation 00:02:00 Module 02: Hello World Program 00:06:00 Module 03: Input and Output 00:07:00 Module 04: Calculating Average of 5 Numbers 00:03:00 Unit 03: Conditional Branching with Python Module 01: If Loop In Python 00:06:00 Module 02: Program Using If Else part 1 00:03:00 Module 03: Program Using If Else part 2 00:08:00 Module 04: Program for Calculator 00:02:00 Module 05: Program Using For Loop 00:08:00 Module 06: For Table 00:05:00 Module 07: For loop and Mathematical Operator in Python 00:04:00 Module 08: Factorial of Number Using Python 00:06:00 Module 09: Program Using While 00:05:00 Module 10: While Loop Example 00:07:00 Module 11: Tasks for Practice 00:02:00 Unit 04: Importing external/internal library in python Module 01: Importing Library in Python 00:07:00 Unit 05: Project Rock Paper and Scissors Module 01: Rock Paper and Scissor Game 00:06:00 Unit 06: Strings Operation in Python Module 01: Program Using String part 1 00:05:00 Module 02: Program using String 2 00:06:00 Module 03: Program Using String 3 00:06:00 Module 04: Program Using String part 4 00:03:00 Unit 07: Date and time in Python Module 01: Use of Date and Time part 1 00:05:00 Module 02: Use of Date and Time part 2 00:05:00 Unit 08: File Handling, read and write using Python Module 01: File Handling Part 1 00:08:00 Module 02: File Handling Part 2 00:07:00 Unit 09: Data Storage Structures, Tuple, List and Dictionary Module 01: Tuple in Python Part 1 00:10:00 Module 02: Tuple in Python Part 2 00:07:00 Module 03: Using Lists part 1 00:07:00 Module 04: Using List part 2 00:12:00 Module 05: Using Lists part 3 00:06:00 Module 06: Using Lists part 4 00:08:00 Module 07: Using Lists part 5 00:02:00 Module 08: Use of Dictionary Part 1 00:04:00 Module 09: Use of Dictionary Part 2 00:05:00 Module 10: Use of Dictionary Part 3 00:08:00 Module 11: Use of Dictionary Part 4 00:07:00 Unit 10: Writing user functions in Python Module 01: Function in Python Part 1 00:06:00 Module 02: Function in Python Part 2 00:05:00 Module 03: Function in Python Part 3 00:04:00 Module 04: Function in Python Part 4 00:07:00 Module 05: Function in Python Part 5 00:08:00 Unit 11: Sending mail Module 01: Send Email 00:09:00 Unit 12: Import Tricks in Python Module 01: Import Study part 1 00:07:00 Module 02: Import Study part 2 00:03:00 Unit 13: Import Operating System and Platform Module 01: Importing OS 00:06:00 Module 02: Import Platform 00:05:00 Unit 14: Exceptions handling in python Module 01: Exception in Python part 1 00:11:00 Module 02: Exception in Python part 2 00:07:00 Module 03: Exception in Python part 3 00:05:00 Unit 15: Installing Packages and Scheduling In Python Module 01: Installing Packages using built in package manager 00:08:00 Module 02: Scheduler in Python 00:05:00 Unit 16: Data Base In Python using sqlite Module 01: Data Base 1 00:08:00 Module 02: Data Base 2 00:09:00 Module 03: Data Base 3 00:08:00 Module 04: Data base 4 00:07:00 Module 05: Data Base 5 00:06:00 Unit 17: Running Program from Command Prompt and jupyter Notebook Module 01: IDE_1 00:05:00 Module 02: IDE_2 00:07:00 Unit 18: Conclusion Module 01: Conclusion 00:02:00 Resources Resources - Diploma in Python Programming 00:00:00 Assignment Assignment - Diploma in Python Programming 00:00:00 Recommended Materials Workbook - Diploma in Python Programming 05:14:00