• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

929 Courses delivered Online

Data Statistics with Full Stack Python

By Packt

Master Data Science skills using Python and real time project and go from Beginner to Super Advance level

Data Statistics with Full Stack Python
Delivered Online On Demand14 hours 16 minutes
£93.99

Basic Python Programming

By Course Cloud

The comprehensive Basic Python Programming has been designed by industry experts to provide learners with everything they need to enhance their skills and knowledge in their chosen area of study. Enrol on the Basic Python Programming today, and learn from the very best the industry has to offer! This best selling Basic Python Programming has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Basic Python Programming is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Basic Python Programming is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Basic Python Programming is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Basic Python Programming , you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Basic Python Programming will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Basic Python Programming to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Basic Python Programming
Delivered Online On Demand
£25

Browser Automation with Python and Selenium

By Packt

Fast, scalable, and professional-grade user interface automation principles

Browser Automation with Python and Selenium
Delivered Online On Demand7 hours 5 minutes
£94.99

Complete Python from Scratch: Start your career in Python 3+

By Course Cloud

Kickstart your career with our Complete Python from Scratch: Start your career in Python 3+ course. Python is an all-purpose language with one of the biggest and abundant library features. It is used for a wide range of purposes such as web development, scripting, testing, app development, and data science. So it's one of the most sought after skills by employers. The Complete Python from Scratch: Start your career in Python 3+ course is designed to give you a complete understanding of the programming language right from setup to advanced level applications.The experience will provide you with the chance to work in a variety of sectors including web development, machine learning, data security, analytics and so much more. It will prepare you with sound theoretical and practical knowledge of Python programming that will prepare you to work with evidence-based strategies. If you are keen to equip yourself with knowledge of programming with Python and make a strategic career intervention, then choose our Complete Python from Scratch: Start your career in Python 3+ course. Upon completion of this CPD accredited course, you will be awarded a certificate of completion, as proof of your expertise in this field, and you can show off your certificate in your LinkedIn profile and in your resume to impress employers and boost your career. Our Complete Python from Scratch: Start your career in Python 3+ course is packed with 14 modules, with a total of 18 hours of learning materials. You will be able to study this course at your own pace, from anywhere and at any time. Enrol today and upgrade your knowledge on Python programming to lead a more prosperous life.

Complete Python from Scratch: Start your career in Python 3+
Delivered Online On Demand
£25

Python Programming - For Non Programmers

4.8(9)

By Skill Up

Take this tremendous opportunity to transform yourself into highly skilled and recognised python experts by enrolling on our

Python Programming - For Non Programmers
Delivered Online On Demand5 hours 59 minutes
£25

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

Complete Python programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Python Crash Course - Level 1

4.8(9)

By Skill Up

iscover the fascinating world of Python programming as you take your first steps into the realm of coding. This course is designed to ignite your passion for programming, providing a solid foundation for beginners. Get ready to unleash your creative potential in the world of technology.

Python Crash Course - Level 1
Delivered Online On Demand1 hour 49 minutes
£25

Python Training - CPD Accredited

5.0(10)

By Apex Learning

Get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £160 as a Gift - Enrol Now Whether you work in machine learning or finance or are pursuing a career in web development or data science, Python is one of the most important skills you can learn. Python was developed upon the premise that there should be only one way (and preferably one obvious way) to do things, a philosophy that has resulted in a strict level of code standardization. The core programming language is quite small and the standard library is also large. In fact, Python's large library is one of its greatest benefits, providing a variety of different tools for programmers suited for many different tasks. Learn how to build a promising and lucrative career by training to become a Computer Programmer without any previous skill needed. By utilising the popular Python programming platform and language, you will swiftly learn how to understand the principles of writing programs and using variables in their construction. You will also be taught how to set up conditional and repeated executions in a routine, alongside the ability to recode and reuse other programs for templates or loops. Code yourself a bright future now. With a single payment you will gain access to Python Training including 10 Career development courses, original hardcopy certificate, transcript and a student ID card which will allow you to get discounts on things like music, food, travel and clothes etc. What other courses are included with this Python? Level 2 Microsoft Office Essentials Microsoft Teams Leadership & Management Diploma Working from Home Essentials Mental Health and Working from Home Online Meeting Management Effective Communication Skills Time Management Report Writing Emotional Intelligence and Human Behaviour Benefits you'll get from choosing Apex Learning for this Python Training: Pay once and get lifetime access to 11 CPD courses including this Python Training Course Free e-Learning App for engaging reading materials & helpful assistance Certificates, student ID for the course included in a one-time fee Free up your time - don't waste time and money travelling for classes Accessible, informative modules of Python Training designed by expert instructors Learn about Python Training at your ease - anytime, from anywhere Study the Python Training from your computer, tablet or mobile device The bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your Python Training expertise and essential knowledge, which will assist you in reaching your goal. Moreover, you can learn from any place in your own time without travelling for classes. Curriculum: Course 01: Python Programming for Everybody Module 01 A Installing Python Documentation Command Line Variables Simple Python Syntax Keywords Import Module Module 02 Additional Topics If Elif Else Iterable For Loops Execute Exceptions Module 03 Data Types Number Types More Number Types Strings More Strings Files Lists Dictionaries Tuples Sets Module 04 Comprehensions Definitions Functions Default Arguments Doc Strings Variadic Functions Factorial Module 05 Function Objects Lambda Generators Closures Classes Object Initialization Class Static Members Classic Inheritance Data Hiding How will I get my Certificate? After successfully completing this Training course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £10 * 11 = £110) Hard Copy Certificate: Free (For The Title Course) If you want to get hardcopy certificates for other courses, generally you have to pay £20 for each. But this Fall, Apex Learning is offering a Flat 50% discount on hard copy certificates, and you can get each for just £10! P.S. The delivery charge inside the U.K. is £3.99 and the international students have to pay £9.99. CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this bundle. Requirements This course has been designed to be fully compatible with tablets and smartphones. Career path Having this expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included

Python Training - CPD Accredited
Delivered Online On Demand
£39

Python Programming for Non-Programmers Level 3 & 5 at QLS

By Imperial Academy

Level 5 QLS Endorsed Course | Endorsed Certificate Included | Plus 5 Career Guided Courses | CPD Accredited

Python Programming for Non-Programmers Level 3 & 5 at QLS
Delivered Online On Demand
£139

Practical Data Science Using Python.

By Packt

This course covers Python for data science and machine learning in detail and is for a beginner in Python. You will also learn about core concepts of data science, exploratory data analysis, statistical methods, role of data, challenges of bias, variance and overfitting, model evaluation techniques, model optimization using hyperparameter tuning, grid search cross-validation techniques, and more.

Practical Data Science Using Python.
Delivered Online On Demand29 hours 46 minutes
£41.99
1...678910...93