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

1001 Python courses

The Art of Doing: Create 10 Python GUIs with Tkinter Today!

By Packt

With this course, you will kick start your journey of creating awesome GUI applications in Python using the Tkinter library. During the process, you will become familiar with the GUI widgets, application layout, and executable files.

The Art of Doing: Create 10 Python GUIs with Tkinter Today!
Delivered Online On Demand
£101.99

Python 3.9 Coding

4.8(8)

By Skill Up

Gain the skills and credentials to kickstart a successful career and learn from the experts with this step-by-step

Python 3.9 Coding
Delivered Online On Demand
£25

Python Data Science Courses

By Apex Learning

Get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £160 as a Gift - Enrol Now Give a compliment to your career and take it to the next level. This Python Data Science will provide you with the essential knowledge and skills required to shine in your professional career. Whether you want to develop skills for your next job or want to elevate skills for your next promotion, this Python Data Science will help you keep ahead of the pack. The Python Data Science incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can reinforce your professional skills and practical knowledge, reaching out to the level of expertise required for your position. Further, this Python Data Science will add extra value to your resume to stand out to potential employers. Along with this course, you will get 10 other premium courses. Also, you will get an original Hardcopy and PDF certificate for the title course and a student ID card absolutely free. This Bundle Consists of the following Premium courses: * Course 1: Python Programming for Everybody * Course 2: Higher Order Functions in Python - Level 03 * Course 3: Learn to Use Python for Spatial Analysis in ArcGIS * Course 4: Data Structures Complete Course * Course 5: Basic Google Data Studio * Course 6: Data Analytics with Tableau * Course 7: Business Intelligence and Data Mining Masterclass * Course 8: SQL Programming Complete Bundle * Course 9: Decision Making and Critical Thinking * Course 10: Time Management Enrol now,to advance your career, and use the premium study materials from Apex Learning. Benefits you'll get from choosing Apex Learning for this Python Data Science: * Pay once and get lifetime access to 11 CPD courses including this Python Data Science 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 designed by expert instructors * Learn about at your ease - anytime, from anywhere * Study from your computer, tablet or mobile device * CPD accredited course - improve the chance of gaining professional skills 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 Data Science 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 1: Data Science with Python * Introduction * Data Cleaning Packages * Data Visualization packages Course 2: Python Programming for Everybody Module 01 * A Installing Python * Documentation * Command Line * Variables * Simple 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 the 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 £6*11 = £66) * Hard Copy Certificate: Free (For The Title Course: Previously it was £10) 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 these various certifications will increase the value in your CV and open you up to multiple job sectors. CERTIFICATES CERTIFICATE OF COMPLETION Digital certificate - Included CERTIFICATE OF COMPLETION Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Data Science with Python) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Python Data Science Courses
Delivered Online On Demand
£53

Python Interactive Dashboards with Plotly Dash

By Packt

If you are someone with a background in Python programming and is interested in presenting your analysis in interactive web-based dashboards, then you are in the right place. This course primarily focuses on Dash, along with other key data science libraries, including Pandas and Plotly. Learn to use Dash and Plotly in Python which can help you to visualize your critical insights and KPIs in web apps that are easily sharable.

Python Interactive Dashboards with Plotly Dash
Delivered Online On Demand
£41.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

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Data Scraping and Data Mining from Beginner to Pro with Python

By Packt

Data scraping is used to get the data available on different websites and APIs. This also involves automating the web flows to extract the data from different web pages. Data Scraping and Data Mining with Python is a well-designed course for beginners to develop a solid groundwork for the skills necessary.

Data Scraping and Data Mining from Beginner to Pro with Python
Delivered Online On Demand
£101.99

Data Analysis with Pandas and Python

By Packt

This course offers an immersive experience in data analysis, guiding you from initial setup with Python and Pandas, through series and DataFrame manipulation, to advanced data visualization techniques. Perfect for enhancing your data handling and analysis skills.

Data Analysis with Pandas and Python
Delivered Online On Demand
£67.99

Selenium WebDriver 4 with Python - Zero To Hero

By Packt

This course will help you get started with automation testing of web applications. You will cover the basic and advanced topics of Selenium and Python, along with unit tests, pytest, cross-browser testing, logging infrastructure, automation framework design, Jenkins, and a lot more.

Selenium WebDriver 4 with Python - Zero To Hero
Delivered Online On Demand
£149.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