atlas news
    
Pracity
23  mars     12h27
Advantages of Excel for students and teachers
Practity    Excel in the Classroom Advantages of Excel for students and teachers Advantages for Students Collaboration One of the key benefits for students of using Excel is its cloud storage capability. When teachers upload practice materials or assignments, students can access these files in real time,...
13  mars     23h26
Data Modeling Explained
Practity    Introduction to Data Modeling Data modeling is a crucial process in the field of information technology that involves creating a visual representation of an information system or its components. It serves as a means to communicate the relationships and connections between different data points...
12  mars     19h06
The Developer Mindset
Practity    The Developer Mindset Programming can seem like a daunting endeavor, filled with complex algorithms and intricate logic. However, with the right mindset and approach, anyone can learn to think like a programmer. This article will debunk common misconceptions about programming and shed light on how...
11  mars     20h52
Number to English Project
Practity    Number to English Converter Project Write a Python script that requests the user to enter an integer and return the English name of that number. You should support both positive and negative numbers. Do not use the inflect library. Tip Solve this programming challenge breaking down the number into...
10  mars     23h35
Python Pattern Exercises
Practity    Python Pattern programs for Practice Write a Python program to display three different patterns: . An equilateral triangle pattern with ’ using rows. . An empty square pattern with only the border formed by ’ signs using rows. . An equilateral pyramid pattern with even numbers starting...
09  mars     18h15
Common Problems Faced by Students Learning Python
Practity    The Most Common Problems Faced by Students Learning Python Learning to code is an exhilarating journey filled with challenges, difficulties, and struggles. As programming students dive headfirst into the world of coding, they are faced with a myriad of obstacles that test their problem solving...
07  mars     23h06
What is Synthetic Data?
Practity    What is Synthetic Data In today’s data driven world, the demand for high quality, diverse datasets is ever increasing. However, acquiring real world data can be challenging due to privacy concerns, limited access, or simply the cost and time involved in collecting and processing large datasets....
06  mars     07h55
Eurovision Results Sort Project
Practity    Eurovision Results Sort Project Python Sort Project Given the last year results of Eurovision, the annual international song competition featuring countries from Europe: Albania: Armenia: Austria: Belgium: Croatia: Finland: France: Germany: Italy: Poland: Portugal: ...
01  mars     13h56
Excel Shortcuts
Practity    Excel Key Shortcuts to Boost your Productivity Introduction In today’s fast paced world, time is of the essence, especially when it comes to working with spreadsheets. Excel, being one of the most widely used spreadsheet software, offers a plethora of features and functionalities to help users...
29  février     20h10
Excel formatting tips and techniques
Practity    What are Excel formatting tips and techniques Excel is a powerful tool for organizing and analyzing data, but it’s not just about numbers and formulas. Formatting plays a crucial role in presenting data in a clear and professional manner. In this article, we will explore essential Excel...
    15h26
Bingo Game Project
Practity    Bingo Game Project Write a Python code game to play a simplified version of Bingo between two players. The program should generate and display the cards for both players. Each card should consist of numbers arranged in two rows and five columns. The program will prompt the players to indicate if...
27  février     15h58
Creating Interactive Dashboards in Excel
Practity    How Interactive Dashboards in Excel Can Transform Raw Data into Actionable Insights The importance of data visualization Data, in its raw form, can be overwhelming and difficult to comprehend. It is essential to transform this chaos into clarity by using effective data visualization and...
25  février     19h51
Data Visualization Exercises
Practity    Python Data Visualization Exercises The goal of this Python data visualization exercises is to display some of the results of the New Coder survey. The goal of the study was to get an insight into the methods and motivations of thousands of students that were learning to code in . Here you...
    10h41
Excel Quiz for Intermediates
Practity    Excel Quiz for Intermediate Students This quiz is designed to test your knowledge of fundamental Excel topics including tools, data management, formatting, functions, formulas, pivot tables, and charts. Assessing your understanding of these core subjects will help you gauge your proficiency in...
24  février     10h32
Excel Data Cleaning Techniques
Practity    Data Cleaning Techniques in Excel In today’s data driven world, the importance of clean and reliable data cannot be overstated. As the saying goes, garbage in, garbage out. When it comes to data analysis, the accuracy and reliability of the results are directly dependent on the quality of data....
23  février     18h17
The Collatz Conjeture Challenge
Practity    The Collatz Conjeture Challenge Python math project for practice Write a Python script that asks the user to enter a number, apply the Collatz formula and display the sequence along with number of iterations. Moreover, the number input must be lower than , otherwise print a message of error and...
21  février     19h21
Guess Number Mini Project
Practity    Guess Number Mini Project Python Project to Learn Write a Python game to guess a number. The script will generate a random number between and and ask the user to enter his guess. The code will continue to prompt the player for a guess until the correct number is input. It will provide The...
18  février     23h20
Password Verification Project
Practity    Password Verification Project Project to Practice Python The aim of this mini project to practice Python, is to write a function that simulates the password verification process for a login page. The program should prompt the user to enter a password twice and then perform the following checks: ...
11  février     20h10
Income Tax Calculator Challenge
Practity    Income Tax Calculator Challenge Python Programming Challenge The objective of this Python programming challenge is to create a program to calculate the annual income tax of the user. Write a Python program to calculate and display the income tax of the user based on his annual income and his...
03  février     19h08
Generate a dataframe with fake data: Pandas exercise
Practity    Generate a dataframe with fake data Python pandas exercise with dataset The objective of this Python pandas exercise with dataset is to generate a fake Pandas dataframe with columns and rows per client . The dataset will simulate the data of clients of an international stock broker. Your...
    10h21
Binary to Decimal Converter Challenge
Practity    Binary to Decimal Converter Challenge Python Coding Challenge The objective of this Python coding challenge is to write a Python program that converts binary numbers to decimal numbers without using Python built in functions. When the program is executed, it should display two columns: one with...
02  février     18h38
Python JSON Project
Practity    Python Program to Query JSON file Python JSON Practice Project The JSON file cars.json see below contains data about the inventory of a used cars dealer. Your task in this Python JSON practice project is to create a program to query the JSON file to answer questions about the cars. Write a...
01  février     08h12
Golf Score Calculator Project
Practity    GOLF SCORE CALCULATOR PROJECT Python Dictionaries Practice The golf scorecards of golf players are stored in dictionaries, each one corresponding to a player. The key of the dictionaries is the hole number and the value corresponds to the strokes. Dictionary Holes is the holes list and it...
29  janvier     23h34
Roulette Winning numbers Counter
Practity    Roulette Winning Numbers Counter The list roulette contains the winning numbers of a casino roulette game in the last hour. Your task is to write a Python function that counts the frequency of each number in the list roulette . Your program should count how many times each number has...
28  janvier     20h36
How to Start Python Programming Projects?
Practity    A Step by Step Approach to Starting and Planning Python Programming Projects Python programming has gained immense popularity in recent years due to its simplicity, versatility, and extensive range of applications. Whether you are a beginner or an experienced programmer looking to expand your skill...
    10h08
Fun Python Project to Draw Shapes
Practity    Fun Python Project to Draw Shapes Write a Python function using the turtle library that allows users to draw geometric shapes. The function should prompt the user to input the desired shape and color, and then display the shape in the specified color. It is a fun Python project to practice...
27  janvier     19h00
Lottery Tickets Validation
Practity    Lottery Tickets Validation Program Python Programming Example This Python programming example is the second part of the lottery tickets generator challenge. Now you must write a Python program that reads the ticket numbers generated by previous exercise code and check if all lottery possible...
    10h16
Lottery Tickets Generator Project
Practity    Lottery Tickets Generator Python Programming Practice Write a Python script to generate unique lottery tickets, each containing numbers from to . The objective of this Python programming practice is to ensure that all numbers from to are covered within the ten tickets, without...
26  janvier     19h31
Find the Day of the Week Project
Practity    Find the Day of the Week Challenge Python Coding Problem The goal of this Python coding problem is to write a Python program that prompts the user to enter a date in the format of YYYY MM DD and returns the corresponding day of the week. To accurately determine the day of the week for any ...
24  janvier     07h39
Python Projects with Source Code
Practity    Python Projects with Source Code Python projects with source code are vital for effective learning. While attending courses or watching tutorials is the first step of the learning curve, working on real projects and challenges is key for developing programming skills. They offer a practical...
23  janvier     07h43
Appointments Notifications Project
Practity    Appointments Notifications Project Python Assignments This Python assignment aims to familiarize students with scheduling and automation of notification messages. Your task is to write a Python script using the plyer library that will display a notification message on your screen every...
21  janvier     19h14
Challenge: Program to Add Watermark to PDF
Practity    Python Program to Add Watermark to PDFs Python Problems for Practice In this Python problem for practice you will have to write a script to automate the watermarks of your PDFs. Your task is to create a Python program using the PyPDF library that imports a PDF file, adds a watermark to all ...
    18h22
Function to count values of a List
Practity    Build the Python len Function Python loops and lists practice question Write a Python program that counts the number of elements in a given list. Your program should replicate the functionality of the built in len function. To complete this Python practice question, follow these steps: ....
    10h35
Python Exercise: Find the longest word in a paragraph
Practity    Longest word in a paragraph Python Programming Exercise Instructions The goal of this Python programming exercise is to write a Python program that finds the longest word in a given paragraph or text. Your program should specifically analyze the following text and return the longest word found...
20  janvier     19h53
Python Countdown Challenge
Practity    Python Coding Exercise This Python countdown challenge is a great Python coding exercise for beginners to practice loops along with functions. Your task is to write a Python function that counts down from any given number to zero. The program should prompt the user to enter the starting number...
    18h37
Matrix Calculator Challenge
Practity    Python Exercise of Loops Python Program to Multiply Matrices Write a Python program that multiplies a matrix with a matrix. The script should prompt the user to enter the values for both matrices and then calculate the resulting matrix. Instructions: . Ask the user to enter the values...
    11h20
Range() Function Simulation
Practity    Python Problem Solved Python Range Function Simulator Your task in this Python problem is to create a Python function that works like the popular range function. Write a Python function that returns a sequence of numbers, starting from by default, and increments by by default , and stops...
    09h36
Validate Credit Card Numbers
Practity    Python Regex Challenge Credit Card Validator Credit card numbers are a series of digits assigned to a payment card that is used as a method of financial transaction. These numbers are unique to each card. They are used for making purchases, both in person and online, as well as for various...
15  janvier     10h11
Excel Exercises to Practice
Practity    Excel Exercises for Practice Excel exercises are a great way to enhance your skills and become proficient in using the most commonly used tools and functions of the spreadsheet. Practice allows you to become more proficient in using Excel, enabling you to accomplish tasks more efficiently and...
13  janvier     20h46
Program to validate IBAN Numbers
Practity    Program to validate IBAN Numbers Python Challenge for Intermediates This is a Python challenge for intermediates where you should develop a program to validate IBAN numbers. International Bank Account Number IBAN is a standardized international bank account numbering system used to identify bank...
    10h44
How to Use Pivot Tables for Data Analysis in Excel?
Practity    Pivot Tables for Data Analysis . Introduction Data analysis is an essential part of decision making in various industries. It helps businesses gain insights, identify trends, and make informed decisions. Microsoft Excel offers a powerful tool called a pivot table, which allows users to summarize...
10  janvier     07h42
Python Projects with GUI
Practity    Python Projects with GUI Python projects with GUI Graphical User Interface offer an exciting and practical way for students to apply their programming skills in a visually engaging manner. Students can create desktop applications with a graphical interface that enables users to interact with...
09  janvier     22h54
Project Idea: Time Converter App
Practity    Python Time Converter App Python Projects Ideas with GUI The goal of this fun project is to learn and practice how to build with Python programs with graphical interface. Build a desktop application with the tkinter library to convert one time unit to another. For example, the Python time converter...
08  janvier     00h06
How to Learn Excel?
Practity    How to Learn Excel A Comprehensive Guide for Beginners Microsoft Excel is a powerful spreadsheet software that is widely used in various industries and professions. Whether you are a student, a business professional, or a data analyst, having a strong foundation in Excel is essential for your...
07  janvier     00h31
Excel Practice Projects Ideas
Practity    Excel Projects Ideas for Students The following Excel projects ideas allows students to apply their knowledge in real world scenarios, enhancing their understanding of Excel’s capabilities and enabling them to tackle complex data analysis, reporting, and automation tasks. Ultimately, practice and...
06  janvier     10h28
How to Import and Export Data in Excel?
Practity    How to Import and Export Data in Excel Proven Strategies and Real Life Examples Data import and export are essential functions in Excel to efficiently manage and analyze large volumes of data. Whether you are working on a personal project or handling data for a business, understanding how to...
05  janvier     23h23
Top Excel Uses in the Real World
Practity    Top Excel Uses in the Real World In today’s fast paced corporate environment, data plays a crucial role in decision making and business operations. With the explosion of information, it is becoming increasingly challenging for organizations to manage and analyze their data effectively. This is...
    19h34
How to Get Good at Solving Excel problems?
Practity    How to Get Good at Solving Excel problems In today’s data driven world, proficiency in Microsoft Excel has become a highly sought after skill. Whether you’re an accountant, a marketing manager, or a stay at home parent, having a solid foundation in Excel can significantly enhance your productivity...
20  décembre     20h30
What Projects Can I do with Python?
Practity    Python Projects for Intermediates Python projects are essential for learning Python as they provide experience and a platform to apply theoretical knowledge in practical scenarios. While attending courses or watching tutorials can provide a foundation, working on real projects and challenges is...
    17h02
Create a class to manage donations of a charity
Practity    Class to manage donations of a charity Python Programming Challenge A Python programming challenge to get familiar with classes and methods OOP . Create a class to manage donations of a charity. The program begins with an empty dictionary. Add functions inside the class to run specific actions at...