One of the extensively used open-source programming language is Python. The simplicity in syntax and easy scripting designs are the major factors for programmers to quickly adopt and implement Python based applications. Python is a go-to programming language to pick for web applications, data pipelines, data science models, visualizations, API servers and many more. Learn this language and you are ready to transform your career into any of the roles in the IT.
Python also supports Object Oriented Programming and Structured Programming designs and hence very flexible. Are you new to Python? You need not be anymore. Pick up this free course and learn the fundamentals which is foundation for any of the areas you would implement Python for, in your career.
Coding is the primary skill to deal with data of any size. Python is one of the widely used programming language to extract, transform and visualize data. The largest community support is the winning factor for you to choose Python over any other programming languages when it is dealing with data. For Data Engineers, Data Analysts & Data Scientists there is no escape from learning and implementing this programming language in any industry out there.
Orskl, made it very easy and importantly FREE for you to learn Python at your own pace and at leisure. From setup to solving problems is all that matters to learn a new programming language and this course helps you to achieve.
You are just one simple step away from getting this course right into your bucket & start learning all the topics which are listed in the course contents below.

Pre-requisites (Free)
System Requirements
Any basic desktop or laptop
Mode Of Trainings
Resources
Lifetime access to the recorded videos will be given along with all supportive documents, logs, references and software’s if any.
Placements
Are you a Python developer ? Share us your profile and help us find a suitable positions through our partnered placement agencies.
Chapter 1: INTRODUCTION
- What is Python
- Why Python?
- Use Cases
- Areas of Application
- Career Opportunities
Chapter 2: SETUP
- Setup Anaconda
- Setup PyCharm
- References
- Versions
Chapter 3: INTEGRATED DEVELOPMENT ENVIRONMENT (IDE)
- Jupiter
- Spyder
- PyCharm
- Terminal
Chapter 4: PACKAGES
- OS
- Date
- Sys
- Print & Pprint
- Installation (PIP)
- Loading Packages
- Session & Process
Chapter 5: DATA TYPES
- Text/String
- Date/Datetime
- Numeric/Int
- Boolean
- Object/Class
- Data Operations
- Prompt Inputs
Chapter 6: DATA STRUCTURES
- Lists(Arrays)
- Dictionaries (JSON)
- Tuples
- Set
- DataFrames(Tables)
- Arguments
Chapter 7: CONDITIONS & LOOPS
- IF ELSE
- For
- range
- While
- Nested Loops
- Sleep
Chapter 8: FUNCTIONS
- Default functions
- User defined
- Lambda
- Map, Filter
- Nested Functions
- Iterators
- Regular Expressions
- Handling Exceptions
Chapter 9: OBJECTS
- Classes
- Initiation (__init__)
- Inheritance
- Functions
Chapter 11: EXTERNAL FILES
- Save
- Read
- Append
Chapter 12: DATAFRAMES
- Columns
- Records
- Types of Joins
- Joins
- Concat
- External Files
Chapter 13: MODULES & PACKAGES
- Create
- Load
- Execute
- Maintain
- Library vs Modules vs Package
Chapter 14: DATABASES
- Setup PostgreSQL
- Read data
- Load data
- Modify data
Chapter 15: DATA VISUALIZATIONS
- Histograms
- Bar charts
- Line charts
- Scatter charts
- PIE charts
- Word Cloud
Chapter 16: LOGS & NOTIFICATIONS
- Logging
- Reporting
Chapter 17: PROJECTS
- Solve Problem 1
- Solve Problem 2
- Solve Problem 3
- Real world solutions
Frequently Asked Questions (FAQs)
Related Posts
- myadmin
- Data Analytics
- 1 Comments
Build Simple Machine Learning Web Application using Python
Pre-processing data and developing efficient model on a given data set is one of the daily tasks of machine learning engineer with commonly used languages like Python or R. Not every machine learning engineer would get a chance or requirement to integrate the model into real time applications like web or mobile for end users […]
- myadmin
- Data Analytics
- 0 Comments
Ways to identify if data is Normally Distributed
Normal distribution also known as Gaussian distribution is one of the core probabilistic models to data scientists. Naturally occurring high volume data is approximated to follow normal distribution. According to Central limit theorem, large volume of data with multiple independent variables also assumed to follow normal distribution irrespective of their individual distributions. In reality we […]
- myadmin
- Data Analytics
- 0 Comments
Will highly correlated variables impact Linear Regression?
Linear regression is one of the basic and widely used machine learning algorithms in the area of data science and analytics for predictions. Data scientists will deal with huge dimensions of data and it will be quite challenging to build simplest linear model possible. In this process of building the model there are possibilities of […]
- myadmin
- General topics
- 14 Comments
Will Oracle 18c impact DBA roles in the market?
There has been a serious concern in the market with announcement of Oracle Autonomous database 18c release. Should this be considered as a threat to Oracle DBA’s roles in the market? Let us gather facts available on the Oracle web to understand what exactly this is going to be and focus on skill improvements accordingly. […]
- myadmin
- General topics
- 4 Comments
How Oracle database does instance recovery after failures?
INSTANCE RECOVERY – Oracle database have inherit feature of recovering from instance failures automatically. SMON is the background process which plays a key role in making this possible. Though this is an automatic process that runs after the instance faces a failure, it is very important for every DBA to understand how is it made […]
- myadmin
- Performance tuning
- 16 Comments
Why should we configure limits.conf for Oracle database?
Installing Oracle Database is a very common activity to every DBA. In this process, DBA would try to configure all the pre-requisites that Oracle installation document will guide, respective to the version and OS architecture. In which the very common configuration on UNIX platforms is setting up LIMITS.CONF file from /etc/security directory. But why should […]
- myadmin
- RMAN
- 9 Comments
Why RMAN needs REDO for Database Backups?
RMAN is one of the key important utility that every Oracle DBA is dependent on for regular day to day backup and restoration activities. It is proven to be the best utility for hot backups, in-consistent backups while database is running and processing user sessions. With all that known, as an Oracle DBA it will […]
- myadmin
- General topics
- 10 Comments
Will huge Consistent Reads floods BUFFER CACHE?
Oracle Database BUFFER CACHE is one of the core important architectural memory component which holds the copies of data blocks read from datafiles. In my journey of Oracle DBA this memory component played major role in handling Performance Tuning issues. In this Blog, I will demonstrate a case study and analyze the behavior of BUFFER […]
- myadmin
- Storage
- 11 Comments
Can a data BLOCK accommodate rows of distinct tables?
In Oracle database, data BLOCK is defined as the smallest storage unit in the data files. But, there are many more concepts run around the BLOCK architecture. One of them is to understand if a BLOCK can accommodate rows from distinct tables. In this article, we are going to arrive at the justifiable answer with […]
- myadmin
- Performance tuning
- 32 Comments
Can you really flush Oracle SHARED_POOL?
One of the major player in the SGA is SHARED_POOL, without which we can say that there are no query executions. During some performance tuning trials, you would have used ALTER SYSTEM command to flush out the contents in SHARED_POOL. Do you really know what exactly this command cleans out? As we know that internally […]