30-Day Money-Back Guarantee
Course Description
Congratulations for deciding to participate in a 30 Days of Python Programming challenge .
In this challenge you will learn everything you need to be a competent python developer.
This challenge may take more than 100 days, follow your own pace. The course contains well paced lessons filled with great content in 30 sessions.
The lessons are supplemented with additional materials like workbooks, videos, links and additional reading.
What you'll learn
The 30 Days of Python Programming Challenge covers the following topics
- 01 Introduction
- 02 Variables, Built-in Functions
- 03 Operators
- 04 Strings
- 05 Lists
- 06 Tuples
- 07 Sets
- 08 Dictionaries
- 09 Conditionals
- 10 Loops
- 11 Functions
- 12 Modules
- 13 List Comprehension
- 14 Higher Order Functions
- 15 Python Type Errors
- 16 Python Date time
- 17 Exception Handling
- 18 Regular Expressions
- 19 File Handling
- 20 Python Package Manager
- 21 Classes and Objects
- 22 Web Scraping
- 23 Virtual Environment
- 24 Statistics
- 25 Pandas
- 26 Python web
- 27 Python with MongoDB
- 28 API
- 29 Building API
- 30 Conclusions
-
Course Content
29 sections • 190 lectures • 26h 41m total length
-
Congratulations for deciding to participate in a 30 days of Python Programming Challenge. In this challenge you will learn everything you need to be a python programmer and the whole concept of programming.
In the end of the challenge you will get a 30DaysOfPython programming challenge certificate.
If you would like to actively engage in the challenge, you may join the 30DaysOfPython challenge telegram group.
-
In Python we have lots of built-in functions.
Built-in functions are globally available for your use that mean you can make use of the built-in functions without importing or configuring.
Some of the most commonly used Python built-in functions are the following:
- print(),
- len(),
- type(),
- int(),
- float(),
- str(),
- input(),
- list(),
- dict(),
- min(),
- max(),
- sum(),
- sorted(),
- open(),
- file(),
- help(), and
- dir()
Some of the most commonly used Python built-in functions are the following:n the following table you will see an exhaustive list of Python built-in functions taken from python documentation.
Who this course is for:
This course us suitable for students with minimal programming experience.