Skip to main content

Python programming language training

Sorting Algorithms Selection Sort Bubble Sort Insertion Sort Merge Sort Quick Sort Counting Sort Bucket Sort Shell Sort Heap Sort Searching Algorithms Sequential Search Binary Search N-ary Search Data Structures Array More on Arrays.. Singly Linked List Doubly Linked List More on Linked Lists.. Stack More on Stacks.. Queue More on Queues.. Hash Table Simple Games in Python Number Guessing Game Hangman Rock Paper Scissor Tic Tac Toe OOP Class Definition Instance Methods Instance Attributes Constructor (init) Inheritance Multiple Inheritance Private Variables Magic Methods Trees Simple Binary Tree Binary Search Tree Depth First Traversal Breadth First Traversal Count Leaf Nodes Building Tree from Preorder and Inorder Print all the paths to leaf nodes Graphs Graph Breadth First Search Depth First Search Detect Cycle in Directed Graph Detect Cycle in Undirected Graph Topological Sort Prim's Algorithm Scripts Create Multiple Folders Count files Get File sizes Find if a file exists Folder organization Get Dictionary Meaning Sending Mail Counting Number of Words Birthday Reminder Script to download tutorial from tutorials point Script to check email in your terminal Script to find devices connected to Network Script to create metadata for a file Python Concepts Variable Scope List Methods Closures More on Closures Decorators More on Decorators List Comprehensions Python Generators Numpy Introduction and Basics of Numpy Numpy Data Types Numpy Array Attributes Generate Numpy array from various numerical ranges Numpy Array Manipulation operations Numpy String Functions Numpy Mathematical Functions Numpy Arithmetical Operations Mini Projects Address Book With Add, Modify, Search. Simple Python Keylogger Random Python Programs OS Module Logging JSON Module Argument Parser CSV Module Pickle Module Hashing Finding a Hash of a file. Cipher Text Encrypting and decrypting a message based on some key specified by the user. Factorial Finding the factorial of a number using recursion. Fibonacci Finding the fibonaaci series upto a certain number using recursion. Count Characters Count the number(frequency) of Characters in a given sentence or string. Pattern Implementation of various Patterns using Python. LCM Finding the LCM using Python. Palindrome Check whether the given string is palindrome or not. Isogram Word or Phrase without a repeating letter Pangram A sentence containing every letter of the alphabet Anagram Rearranging of words or phrase to produce a new word or phrase, using all the original letters exactly once Perfect Number Check if the given number is a perfect number Pascal Triangle Implementation of Pascal Triangle Sieve Of Erathosthenes One of the efficient algorithms to find all the prime numbers upto n, where n can be upto 10 million Reverse the words Reversing the order of WORDS in a sentence Python Progress bar A simple progress bar helpful for showing the progress of a download Python unittest Module A Python module for writing test cases Python Lambda Function An example of Python Lambda function Python Encryption example using RSA Algorithm Encryption/ Decryption using RSA Algorithm Python ftplib A simple Python FTP file transfer example Python Django Project (beginner) A simple Django Project with two endpoints to show IFSC and bank details

Comments

Popular posts from this blog

software design institute training

  ONLINE-OFFLINE IN-PLANT/INTERNSHIP With Certificate Training For B.E(ECE,EEE,CSE,IT,AI,ML,DataScience,Cyper Security),MCA, B.Sc,M.E,M.Tech. @ TrainingTrains.Online Classes Available 100 % Job placement Training Full Stack Developer | Placement Training In-plant Training/Internship Training with Project supports the various Engineering and Non-Engineering, Arts Students to develop their Skills on the IT Companies/Corporate Expectations. DURATION OF IN-PLANT TRAINING: 1 week and Above.DURATION OF INTERNSHIP: 1 Month and Above Internship-inplant training For All Departments students, Internship- inplant Training Python | Java | Full Stack Development | UI & UX | C& C++ | Php | Web Designing - HTML, CSS, Java Script, Bootstrap | MEAN Stack | MERN Stack | MEARNStack | Android | Kotlin | Flutter | Database - Oracle, Mongo DB, MySQL, MS SQL Serer | Visual Studio Code | Objective C | Swift | Go Lang | Frame work - Laravel, Django, Vue JS | Machine Learning | React JS | ...

நீங்கள் Digital Marketing வழியாக உங்கள் தொழிலுக்கு அதிக வாடிக்கையாளர்கள் பெற விரும்புகிறீர்களா?இதை கட்டாயம் படியுங்கள்.

நீங்கள் தொழிலதிபரா?  நீங்கள் Digital Marketing வழியாக உங்கள் தொழிலுக்கு அதிக வாடிக்கையாளர்கள் பெற விரும்புகிறீர்களா? இதை கட்டாயம் படியுங்கள்.  தொழில் சிறியதாக இருந்தாலும், பெரியதாக இருந்தாலும் சரி அதன் தொழில் வளர்ச்சியடைய தொழில்நுட்பம் (technology) பெரிதும் உதவுகிறது. தொழில்நுட்பங்கள் தொழிலின் பல மட்டங்களில் பயன்படுகிறது. தயாரிப்பு மற்றும் சேவையை சந்தைப்படுத்த டிஜிட்டல் மார்க்கெட்டிங் (Digital Marketing) தொழில்நுட்பம் பெரிதும் உதவுகிறது. மின்னணு ஊடகங்கள் வழியாக தயாரிப்பு மற்றும் சேவையை சந்தைப்படுத்துதல் Digital Marketing ஆகும். இத்தகைய டிஜிட்டல் மார்க்கெட்டிங்கில் பல உத்திகள் (strategy) மூலம் பொருட்கள் / சேவையை   சந்தைப்படுத்தலாம். ஆன்லைன் வழியாக பல டிஜிட்டல் மார்க்கெட்டிங்கை எவ்வித செலவும் இல்லாமல் செய்துகொள்ளலாம் Location: Social Media Marketing இன்றைய நிலையில் பெரும்பாலோனோர் சமூக வலைத்தளங்களை (Social media) பயன்படுத்துகின்றனர். ஒரு தயாரிப்பு மற்றும் சேவை அவர்களை சென்றடைய சமூக வலைத்தள மார்கெட்டிங்கை பின்பற்றுவது அவசியமாகும். Face book, Twitter, Google plus, ...

How to Run Java Program

  How to Run Java Program Java is a popular, high-level, object-oriented programming language that was developed by James Gosling and his team at Sun Microsystems (now owned by Oracle Corporation) in the mid-1990s. It is widely used for developing various kinds of software, including web applications, desktop applications, mobile applications, games, and more. Step by Step Implementation To run a Java program, you need to follow these steps: Step 1:  Install Java Development Kit (JDK) on your computer. You can download the JDK from the Oracle website or any other reliable source.   Step 2:  Write your Java code in a text editor such as Notepad or any other code editor. Save the file with a .java extension and file type as ‘All files’ in the desired location. Step 3:  Open the command prompt (Windows) or terminal (Mac or Linux). Step 4:  Navigate to the directory where you saved your Java code using the “cd” command. Step 5:  C...