0% found this document useful (0 votes)
153 views4 pages

Python Core PDF

This document provides an overview roadmap for learning Python. It covers topics such as conditional and loop programming, string functions, list/tuple/set data structures, global vs local variables, packages, lambda functions, file I/O, object-oriented programming concepts like inheritance and operators, regular expressions, databases, REST services, and multithreading. The roadmap guides the learner through these Python concepts in a structured manner to become well-versed in the Python programming language.

Uploaded by

ARK
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
153 views4 pages

Python Core PDF

This document provides an overview roadmap for learning Python. It covers topics such as conditional and loop programming, string functions, list/tuple/set data structures, global vs local variables, packages, lambda functions, file I/O, object-oriented programming concepts like inheritance and operators, regular expressions, databases, REST services, and multithreading. The roadmap guides the learner through these Python concepts in a structured manner to become well-versed in the Python programming language.

Uploaded by

ARK
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 4

ROADMAP TO

BECOME PYTHONIST
Brief Intro to Python

Programming using Conditional and Loops block

Programming using String inbuild Functions.

Programming using List, Tuple and Set DS

`
Global vs. Local Variables

Understanding Packages
Lambda Function in Python

Design Read Function: - read(), readline() and readlines()


Design write function: - write() and wirtelines()
Manipulate file pointer using seek

Inheritance, Overlapping and Overloading operators


Adding and retrieving dynamic attributes of classes
Programming Using Oops Supports
What is Regular Expression?
The Match Function
Module 11:
What
The is Regular
Search Expression?
Function
Regular Expression
Match vs Search
Search and Replace
Modifiers and Patterns

h Function

Connections - Executing queries - Transaction and Handling Error


Interact with NoSQL database

Introduction REST
Module 13 : REST Architecture
Introduction to
Implementing a simple REST service
REST Services
Building full-fledged GET, POST, PUT & DELETE methods using Flask

Introduction to Thread
Module 14 : Starting a Thread
Python Threading module
Multithreading Synchronizing of threads
Multithreaded Priority Queue

Program
Details

You might also like