Python Bootcamp: Learn, Code, Build
Offered By: Udemy
Course Description
Overview
What you'll learn:
- You will GAIN CONFIDENCE when asking your manager for a RAISE or going to any Junior or Intermediate Python Developer INTERVIEW.
- You will ultimately GAIN REAL-LIFE SKILLS: Excel Automation, Database Automation, Data Analysis etc. No silly little games, no useless apps, no filler content!
- You will MASTER all the Python key concepts starting FROM SCRATCH. No prior Python knowledge is required.
- You will get FREE NEW VIDEO LECTURES and RESOURCES regularly and learn the latest Python 3 concepts and use cases.
- You will have MY FULL SUPPORT for every course-related question or suggestion, plus the help of the community.
- You will have LIFETIME ACCESS TO COURSE UPDATES and new content, anytime, anywhere, on any device.
- You will be able to apply for and get involved in most Python 3 PROJECTS.
- You will be able to work with the Python interpreter and Python scripts.
- You will be able to work with Python strings and string methods.
- You will be able to work with Python lists, list methods and ranges.
- You will be able to work with Python sets, set methods and frozensets.
- You will be able to work with Python tuples and tuple methods.
- You will be able to work with Python dictionaries and dictionary methods.
- You will be able to work with Python control flow structures (if, for, while, break, continue, pass, exceptions, try-except-else-finally blocks).
- You will learn everything about properly handling syntax errors and exceptions in Python 3.
- You will be able to work with Python functions, namespaces and modules.
- You will be able to work with Python file operations: create, read, write, append, truncate, close.
- You will be able to work with Python patterns and regular expressions.
- You will be able to work with Python classes, objects and inheritance.
- You will be able to work with advanced Python tools (comprehensions, lambda functions, threading basics, iterators, generators, decorators).
- You will be able to apply the Python 3 knowledge you get from this course in quizzes, coding exercises and real-life scenarios.
- You will build a scientific, interactive calculator with a user menu and advanced math operations available.
- You will be able to work with Microsoft Excel files and automate boring spreadsheet-related tasks using Python 3.
- You will be able to work with PostgreSQL databases and automate boring database-related tasks using Python 3.
- You will be able to work with network devices (switches/routers) and automate networking tasks using SSH.
- You will be able to work with Pandas to perform data analysis operations on TXT, CSV, JSON, XLSX, HTML files and SQL databases.
- You will be able to work with Bokeh to perform data visualization and generate line / bar / pie / range / stocks / candlesticks charts.
- You will be able to work with Pytest to perform unit test automation, also learning advanced concepts like fixture functions or markers.
- You will be able work with Requests, Pandas and BeautifulSoup to get, load and parse webpage content, perform web scraping tasks and build an Excel database.
- You will learn all the basics of OOP, including classes, instances, constructors, attributes.
- You will learn the core concept of inheritance, including multi-level and multiple inheritance.
- You will learn to properly achieve polymorphism and how to use the method overriding concept.
- You will dive into advanced concepts, like overloading, magic methods, abstract classes/methods.
- You are going to build the necessary environment for using Django and developing web projects.
- You are going to create and configure your first Django project - a blog application.
- You are going to learn necessary concepts such as URLs, views, templates, forms, models.
- You are going to access the admin section provided by Django and create a user to login into it.
- You are going to learn to create simple tests and run them from the command line.
- You are going to learn how to push the code to git (Gitlab), a version control system.
- You are going to build the necessary environment for using Django Rest Framework and developing a REST API.
- You are going to learn and practice concepts such as pre-commit hooks, TDD, GitHub actions and running tests.
- You are going to learn and practice concepts such as models, APIView, serializers, generic views and filters.
- You are going to learn how to implement permissions and authentication with permission classes and API keys.
- You are going to learn to create simple tests and run them from the command line.
- You are going to learn how to push the code to a remote repository, on GitHub.
- You are going to build the necessary environment for using Django, Graphene and developing a GraphQL API.
- You are going to build a simple social media GraphQL API using Python 3, Django 3 and Graphene.
- You are going to learn the benefits of a GraphQL API versus a RESTful API.
- You are going to learn how to integrate GraphQL inside the Django ecosystem.
- You will use Python 3 for connecting via SSH to any network device and reading/writing configuration from multiple devices simultaneously.
- You will use Python 3 for building a subnet calculator, checking IP and Subnet Mask validity, and performing binary conversions.
- You will use Python 3 for building a basic packet sniffer, capturing and analyzing network packets (ARP, ICMP, BOOTP) and saving packet data to a log file.
- You will learn how to use Python, SSH, Netmiko and Linux for config file management and e-mail alerts.
- You will use Python 3 and specialized modules and commands to connect to and query network devices via an intermediary, remote Linux server.
- You will learn the most important methods and objects from Python's regular expression library.
- You will learn about metacharacters and special sequences from Python's regular expression library.
- You will learn about the extension notations and assertions from Python's regular expression library.
- You will build 5 small real-world projects using Python's advanced regular expression concepts.
- You will build a small real-world project for validating user account details using regular expressions.
- You will use the power of Python's regular expressions to filter employee data in Excel files.
- You will use Pandas and the power of Python's regular expressions to filter HTML page data.
- Additionally, you will also learn how to use a few other useful Python modules that might come in handy.
- You will get a Python 3 CHEAT SHEET filled with key concepts and examples.
- You will get a Python 3 200+ PAGES E-BOOK for free, to keep learning offline.
- You will learn 10 ways to earn money and build a portfolio with your Python skills.
- You will get over 500 practice activities to solidify your knowledge - quizzes and exercises.
Save TIME and MONEY by enrolling in a 100% hands-on Python course.
Learn to write YOUROWNPython scripts to AUTOMATE various tasks.
You might even get a RAISE or a BETTER JOB with these new skills.
Probably the most PRACTICAL Python programming course on Udemy.
No slides, no boring theory, no rambling, no chitchat. Just hands-on CODING!
Notebooks, code samples & 500+ PRACTICE ITEMS such as quizzes & exercises.
Downloadable Python 3 CHEAT SHEET and 200+ pages PDF E-book are included.
Get HUNDREDS of notebooks, downloadable CODE SAMPLES and additional resources.
Learn REAL-LIFE skills: Excel / Database / Data Analysis / Network Automation & many more.
Udemy Bestselling Instructor since 2015, with THOUSANDS of 5* REVIEWS.
Over 100,000 SATISFIED STUDENTS across several e-learning platforms.
CERTIFICATE of COMPLETION is also included at the end of the course.
Latest course UPDATES in 2024!
Enabling a Key-Feature in IDLE (Section 2)
Two New String Methods Introduced in Python 3.9 (Section 3)
Useful Note on the Replace() String Method (Section 3)
Update on F-strings in Python 3.8 (Section 3)
Syntactic Formalization of F-strings in Python 3.12 (Section 3)
Dictionaries are Iterable in Reversed Order with Python 3.8 (Section 9)
Dictionary Merge & Update Operators in Python 3.9 (Section 9)
The New Bit_Count() Method Introduced in Python 3.10 (Section 9)
Exception Notes with add_note() in Python 3.11 (Section 10)
Improved Error & Exception Messages in Python 3.10/3.11 (Section 11)
Returning Multiple Values from a Function (Section 12)
Update on Positional-Only Parameters in Python 3.8 (Section 12)
Update on \N{name} Escapes in Python 3.8 (Section 14)
Fixing the REGISTRATION EMAIL Error at Arista Sign-Up (Section 22)
"This Python course is excellent!! I have taken a few Python courses previously from Udemy, this course is the best so far. The lectures are kept short but contain a lot of info on the topic. I really like the short quizzes to make sure you listened to the important points made in the lectures. The best feature is the interactive coding to give you immediate hands-on with the material to ensure you understood what you thought you understood. Great Course!" by Richard Mata
What others have to say about my courses?
"What an incredible value and learning experience!" by Sean A.
"Excellent material. Kudos to a great instructor with a vast level of creativity." by Anthony W.
"The instructor is an excellent professional, skillful and engaging." by Georgios T.
"I can say this man is going on smoothly and perfectly, explaining in the most empiricalway." by Kolapo A.
Why would you take this course?
Do you want to become a Python Developer from scratch, in less than 40 hours, without having to spend a lot of money on books and boring theoretical courses?
Do you often hear things like "You should learn Python!" or "Just write a Python script for that!" or even "Python is so easy to learn!"? Python here, Python there, Python everywhere?
Are you looking to apply your Python knowledge to specialize yourself in various areas of expertise, such as Databases, Excel, Web Development, Network Automation, Data Analysis and Visualization, Unit Testing etc.?
"As a Python beginner, I find this course is concise, easy to understand and structured. Also, Mihai responses to my question during the course promptly. I highly recommend this training course." by Johnny Wang
What's this course all about?
Python programming course aimed at anyone having little or no experience in coding and a great desire to start learning Python from SCRATCH. This hands-on training takes you from "Hello World!" to advanced Python topics in an organized and efficient way.
First, you will learn and practice every Python key concept, which is explained in one or more video lectures, usually followed by quizzes and/or coding exercises.
Each video is filled with relevant examples, created in a learn-by-doing fashion and the notebooks, quizzes and coding exercises will help you consolidate the main ideas behind each Python topic.
After laying the foundation, you will start exploring some advanced Python topics, thus quickly growing your skills from ZERO to BEGINNER to INTERMEDIATE to ADVANCED to SUPERHERO level.
Your first project will teach you how to build a scientific calculator in Python, having a basic user menu and performing both simple and intermediate math operations: addition, subtraction, multiplication, division, modulo, raising to a power, square root, logarithm, as well as trigonometric functions like sin, cos and tan.
Finally, you will gain some real-life skills that you can use at most programming and IT-related jobs:Excel Automation, Database Automation, Data Analysis Automation, Test Automation, Web Scraping, Web App Development and Network Automation, among others, using Python.
You will also be able to download printable cheat sheets to have every Python concept at hand whenever you need it, as well as a 200+ pages Python E-book that can help you continue studying whenever you don't feel like watching videos or solving coding exercises. What more can you ask for?
"I am really enjoying this course thus far. 10-12 minutes into the course and I've already written my first line of Python code, which I think it's pretty cool, since I've never programmed before. I'm planning to finish this course and apply for a junior programmer, part-time job.Thanks for this training!" by Andrei Vasilescu
What are the steps you're going to take from ZERO to SUPERHERO Level in Python?
Introduction - What's This Course All About?
Zero Level: Python 3 - Basics
Beginner Level: Python - Strings
Beginner Level: Python - Numbers and Booleans
Beginner Level: Python - Lists
Beginner Level: Python - Sets
Beginner Level: Python - Tuples
Beginner Level: Python - Ranges
Beginner Level: Python - Dictionaries
Intermediate Level: Python - Conditionals, Loops and Exceptions
Intermediate Level: Python - Handling Errors and Exceptions in Python
Intermediate Level: Python - Functions and Modules
Intermediate Level: Python - File Operations
Advanced Level: Python - Regular Expressions
Advanced Level: Python - Classes and Objects
Advanced Level: Python - Other Advanced Concepts
General Recap: Python - Cheat Sheet and 200+ Pages E-Book
Solidify Your Python Skills: 500 Practice Items
Project: Python - Build a Scientific Calculator with Python
Superhero Level: Automate Excel Tasks with Python
Superhero Level: Automate Database Tasks with Python
Superhero Level: Automate Network Tasks with Python
Superhero Level: Building an Interactive Subnet Calculator
Superhero Level: Building a Basic Network Packet Sniffer
Superhero Level: Config File Management and E-mail Notifications
Superhero Level: Running Python Code via Remote Servers
Superhero Level: Automate Data Analysis Tasks with Python
Superhero Level: Data Visualization with Bokeh and Python
Superhero Level: Automate Unit Testing with Python
Superhero Level: Automate Web Scraping with Python
Superhero Level: Diving into Object-Oriented Programming
Superhero Level: Build Your First Web Project with Django & Python
Superhero Level: Build an Expense Tracker REST API From Scratch
Superhero Level: Build a GraphQL API with Django and Graphene
Superhero Level: Advanced RegEx - Methods and Objects
Superhero Level: Advanced RegEx - Metacharacters and Special Sequences
Superhero Level: Advanced RegEx - Extension Notations and Assertions
Superhero Level: Small Real-Life Projects using Regex Concepts
Superhero Level: PROJECT - Validating User Account Details
Superhero Level: RegEx in Excel Files - Filtering Employee Data
Superhero Level: RegEx in Data Analysis: Filtering HTML Page Data
[EXTRA] Useful Python Modules and Tools
[EXTRA] 10 Ways to Earn Money and Build a Portfolio with Your Python Skills
Final Section
"Very thorough course. Includes plenty of details and examples without being boring. Explanations are given at a very practical level." by Gary Scarr
Important information before you enroll!
Don't forget you are covered by a 30-day money back guarantee, full refund, no questions asked.
Once enrolled, you have unlimited, 24/7, lifetime access to the course.
You will have instant and free access to any updates I'll add to the course.
You will benefit from my full support regarding any question you might have.
Check out the promo video at the top of this page and some of the free preview videos before enrolling!
"This is a real nice course and very unique compared to other courses available on Udemy. The unique thing about this is automation projects. The best way to learn language and concepts is by applying them to practical scenarios and that is what this course is all about." by Vinay Gupta
I strongly encourage you to learn Python, an amazingly beginner-friendly programming language.
Let's get started! Enroll now and I'll see you in the first lecture!
Taught by
Mihai Catalin Teodosiu and EpicPython Academy
Related Courses
3D Graphics for Web DevelopersPompeu Fabra University via FutureLearn Accessibility Audit
Amazon Web Services via AWS Skill Builder Advanced React
Meta via Coursera Advanced System Security Topics
University of Colorado System via Coursera Apply advanced testing for your Django web application
Coursera Project Network via Coursera