
This tutorial covers installing the Jupyter Notebook.
This tutorial covers code cells, markdown cells, printing text and writing comments in code.
This tutorial reviews the reserved keywords in the Python Programming Language.
This tutorial covers creating variables and the main types used in Python.
This tutorial covers performing math calculations in Python.
This tutorial covers creating and searching Strings in Python.
This tutorial covers printing and formatting Strings in Python.
This tutorial covers collecting user input in Python and the Jupyter Notebook.
This tutorial covers decision making in Python using if, elif, else statements.
This tutorial covers creating loops in Python using For and While loops.
This tutorial covers creating and manipulating Lists in Python.
This tutorial covers creating and manipulating Dictionaries in Python.
How to use Tuples in Python. Updated 2023
This tutorial covers creating and manipulating Sets in Python.
This Tutorial covers using List Comprehensions in Python.
This tutorial covers creating and manipulating Lambda Functions in Python.
This Tutorial covers creating and using dates in Python Programs.
This tutorial covers creating and using Functions in Python.
This tutorial coves creating and using Classes in Python.
This tutorial covers creating and using exceptions in Python.
Using decorators to improve code readability
Learn to use the Python requests library to perform get, post, put, and delete requests, handle responses and common HTTP status codes, and run through a dummy API example.
Introducing our Python Programming Course designed specifically for non-programmers! This course utilizes the user-friendly Anaconda Jupyter Notebook environment, making it perfect for beginners. You'll learn the fundamentals of Python, a powerful and versatile programming language, through interactive lessons and practical exercises.
Our course guides you step-by-step from basic concepts to more advanced topics, all within the Anaconda platform known for its ease of installation and management of packages and environments. The Jupyter Notebook provides an intuitive interface where you can write, run, and debug your code all in one place, allowing for a seamless learning experience.
By the end of this course, you will be equipped with the essential skills to use Python effectively for data analysis, automation, and building simple applications. Whether you're looking to advance your career, start a new hobby, or enhance your current skill set, this course is your gateway to the world of programming. Join us to unlock your potential in the digital age!
The topics covered in the course are:
Creating Variables
Performing Math Calculations in Python
Strings
Printing Formatted Strings
Collecting User input
Decision Making in Python
Loops in Python
Lists
Sets
Dictionaries
Date and Time
Functions
Classes
Exceptions
List Comprehensions
Lets get started!