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

982 Python courses

Assessment Based Training – Python Programming & Analytics for the Oil & Gas Sector – Maximising Value from Data Assets

By EnergyEdge - Training for a Sustainable Energy Future

Maximize the value of data assets in the oil and gas sector with EnergyEdge's assessment-based training course on Python programming and analytics.

Assessment Based Training – Python Programming & Analytics for the Oil & Gas Sector – Maximising Value from Data Assets
Delivered In-PersonFlexible Dates
£2,699 to £2,899

Assessment Based Training - Python Programming & Analytics for the Oil & Gas Sector - Maximising Value from Data Assets

By EnergyEdge - Training for a Sustainable Energy Future

Maximize the value of data assets in the oil and gas sector with EnergyEdge's assessment-based training course on Python programming and analytics.

Assessment Based Training - Python Programming & Analytics for the Oil & Gas Sector - Maximising Value from Data Assets
Delivered in Internationally or OnlineFlexible Dates
£2,799 to £2,899

Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4

By Course Cloud

Course Overview Learn how to manipulate huge amounts of online data and effectively transfer it for personal projects by taking this course on Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4. Using expert guidance and clear instructions, this intuitive coaching will allow you to create an end-to-end GIS (Geographic Information System) application for practical uses and impressive projects.  This comprehensive Python tutorial provides the ideal way to learn how to make the most of these data retrieval and utilisation functions. By making use of Django and ETL techniques, your ability to work with information systems will improve considerably and allow your projects to stand out in the crowd. On completion of the training, you will be able to perform complex data transfers with professional routines, regardless of the complexity of the task and the size of the records.  This best selling Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4 has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4 is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4 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 Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4 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 Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4, 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 Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4 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 Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4 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.

Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4
Delivered Online On Demand
£25

Python for Improvers

By futureCoders SE

Python for beginners. 30 Hour course over 5 weeks.

Python for Improvers
Delivered OnlineFlexible Dates
£200

Linear Algebra for Data Science in Python

By Packt

Get started with using linear algebra in your data science projects

Linear Algebra for Data Science in Python
Delivered Online On Demand56 minutes
£22.99

Data Science: Basics, Data Mining, Excel, Python, SQL, Machine Learning & Tableau

By Imperial Academy

Data Is The Language Of The Powerholders | Designed By Industry Specialists | Level 7 QLS Endorsed Career Objective Driven Data Science Courses | 10 QLS Endorsed Hard Copy Certificates Included | Lifetime Access | Installment Payment | Tutor Support

Data Science: Basics, Data Mining, Excel, Python, SQL, Machine Learning & Tableau
Delivered Online On Demand
£599

Build a Stock Market Web App with Python and Django

By Packt

Learn Database Driven Web Development With Django and Python!

Build a Stock Market Web App with Python and Django
Delivered Online On Demand3 hours 38 minutes
£33.99

Data Analysts' Toolbox - Excel, Python, Power BI, Alteryx, Qlik Sense, R, Tableau

By Packt

This course explains how huge chunks of data can be analyzed and visualized using the power of the data analyst toolbox. You will learn Python programming, advanced pivot tables' concepts, the magic of Power BI, perform analysis with Alteryx, master Qlik Sense, R Programming using R and R Studio, and create stunning visualizations in Tableau Desktop.

Data Analysts' Toolbox - Excel, Python, Power BI, Alteryx, Qlik Sense, R, Tableau
Delivered Online On Demand46 hours 14 minutes
£101.99

Introduction to Python Programming Basics (TTPS4800)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is appropriate for advanced users, system administrators and web site administrators who want to use Python to support their server installations, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts. Students can apply the course skills to use Python in basic web development projects or automate or simplify common tasks with the use of Python scripts. Overview This skills-focused course is about 50% hands-on lab to lecture ratio, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Working in a hands-on learning environment led by our expert instructor, you'll learn how to: Create working Python scripts following best practices Use python data types appropriately Read and write files with both text and binary data Search and replace text with regular expressions Work with with the standard library and its work-saving modules Create 'real-world', professional Python applications Know when to use collections such as lists, dictionaries, and sets Work with Pythonic features such as comprehensions and iterators Write robust code using exception handling Introduction to Python Programming Basics is a hands-on Python programming course that teaches you the key skills you?ll need to get started with programming in Python to a solid foundational level. The start of the course will lead you through writing and running basic Python scripts, and then guide you through how to use more advanced features such as file operations, regular expressions, working with binary data, and using the extensive functionality of Python modules. Extra emphasis is placed on features unique to Python, such as tuples, array slices, and output formatting. This course provides you with an excellent kick start for users new to Python and scripting, enabling you to quickly use basic Python skills on the job in a variety of ways. You?ll be able use Python in basic web development projects, or use it to automate or simplify common tasks with the use of Python scripts. The course also serves as a solid primer course / foundation for continued Python study in support for next level web development with Python, using Python in DevOps, Python for data science / machine learning or Python for systems admin or networking support. Python Quick View What is Python? Python timeline Advantages/disadvantages Installing Python Getting help The Python Environment Starting Python Using the interpreter Running a Python script Editors and IDEs Getting Started with Python Using variables Builtin functions String data Numberic data Converting types Console input/output Command line parameters Flow Control About flow control The if statement Relational and Boolean operators while loops Exiting from loops Array Types About array types Lists and list methods Tuples Indexing and slicing Iterating through a sequence Sequence functions, keywords, and operators List comprehensions and generators Working with Files File overview Opening a text file Reading a text file Writing to a text file Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Returning values Parameters and arguments Variable scope Sorting The sorted() function Custom sort keys Lambda functions Sorting in reverse Using min() and max() Errors and Exception Handling Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages Creating Modules The import statement Module search path Using packages Function and module aliases Getting Started with Object Oriented Programming and Classes About object-oriented programming Defining classes Constructors Understanding self Properties Instance Methods and data Class methods and data Inheritance Additional course details: Nexus Humans Introduction to Python Programming Basics (TTPS4800) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Introduction to Python Programming Basics (TTPS4800) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Introduction to Python Programming Basics (TTPS4800)
Delivered OnlineFlexible Dates
Price on Enquiry

Developing with S3 - AWS with Python and Boto3 Series

By Packt

S3 is by far the most popular AWS service out there and the demand is only increasing! Most of the Fortune 500 companies, mid-size companies, and start-ups are making use of it heavily! In this course, you will learn the ins and outs of S3 and how to implement solutions with S3.

Developing with S3 - AWS with Python and Boto3 Series
Delivered Online On Demand3 hours
£48.99